]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-06-24  Ted LemonAdd 'omapi' keyword
2000-06-24  Ted LemonAllocate hash buckets in clumps. Fix a bug in a call...
2000-06-24  Ted LemonDon't listen on an OMAPI port unless one is specified...
2000-06-24  Ted LemonParse an OMAPI port out of the config file.
2000-06-24  Ted LemonTest for work.sysname, not just sysname.
2000-06-20  Ted Lemon- Add some code to actually track down and report the...
2000-06-20  Ted LemonFix depend target. Don't echo building of links.
2000-06-20  Ted Lemon- When using sockets, enable CAN_RECEIVE_UNICAST_UNCONF...
2000-06-20  Ted LemonMake links build silent
2000-06-20  Ted Lemon- Add a work. prefix to build subdirectory names so...
2000-06-20  Ted Lemon- Add a work. prefix to build subdirectory names so...
2000-06-20  Ted LemonAdd all the possible top-level make targets.
2000-06-20  Ted LemonTake away some debugging, and always build nsupdate.
2000-06-20  Ted LemonFix up the declaration for the failover_link allocator.
2000-06-20  Ted LemonFix up to support build subdirectories. Fix depend...
2000-06-20  Ted LemonMake from64 unsigned (not sure this matters).
2000-06-20  Ted LemonAdd a links target for making the build subtrees.
2000-06-20  Ted LemonAdd mkdep variable. Always build DDNS.
2000-06-20  Ted Lemon- Configure into a system-specific build subtree.
2000-06-20  Ted LemonTop-level makefile to build the subtree for the current...
2000-06-20  Ted LemonDon't ignore Makefile anymore.
2000-06-12  Ted LemonUse mkdep rather than makedepend
2000-06-12  Ted LemonClean up a possible memory smash in the binding code.
2000-06-12  Ted Lemon- Clean up some edge cases when a lease is requested...
2000-06-12  Ted LemonInitialize the dhcp_type_host type definition.
2000-06-12  Ted LemonFix a couple of problems with the ack and update queue...
2000-06-12  Ted LemonFix a bunch of problems in calling clone_grpup.
2000-06-12  Ted Lemon- Make ON_ACK_QUEUE and ON_UPDATE_QUEUE persistent...
2000-06-12  Ted Lemon- Fix interface_dummy to notice reference error.
2000-06-10  Ted LemonMake dhcp_failover_make_option prototype consistent...
2000-06-09  Ted LemonAdd a missing store that was masked by the i386 calling...
2000-06-09  Ted LemonMake a special case for NetBSD/arm32.
2000-06-08  Ted LemonFix up handling of failover peer disconnects.
2000-06-08  Ted LemonDon't log 'late' ICMP echo replies for failover leases.
2000-06-08  Ted Lemon- Don't force the lease to be default-lease-time second...
2000-06-08  Ted Lemon- Correctly check the result of make_concat (thanks...
2000-06-08  Ted Lemon- Fix a mistake that was causing the fallback interface...
2000-06-07  Ted LemonAllow reject reason and message in BNDACK messages.
2000-06-07  Ted LemonDon't use dhcp_lease_free unless COMPACT_LEASES is...
2000-06-07  Ted Lemon- Get rid of the obnoxious doubly-linked list and seper...
2000-06-07  Ted Lemon- Break ack queue chain when a lease is removed from...
2000-06-06  Ted LemonFix a couple of core dumps. Don't DHCPNAK when peer...
2000-06-06  Ted LemonFix printf arg causing code to assume uid is NUL-termin...
2000-06-06  Ted LemonParse max_response_delay into the right variable.
2000-06-06  Ted LemonAccount for possibility that io object has no inner...
2000-06-06  Ted LemonCompletely break connection to I/O object when connecti...
2000-06-06  Ted LemonAdd hash_foreach, et al.
2000-06-03  Ted LemonCorrectly handle the case where the matching pool is...
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-30  Ted LemonFix a buffer overflow problem (not a security issue...
2000-05-30  Ted LemonInitialize omapi before parsing command line.
2000-05-18  Ted LemonFix a reference problem.
2000-05-17  Ted LemonOops, fix declaration of casecmp.
2000-05-17  Ted LemonFix up various platform-specific errors.
2000-05-17  Ted LemonRemove omapi.c/omapi.o from client build.
2000-05-16  Ted LemonMove common omapi support into common code.
2000-05-16  Ted LemonMove server-specific stuff away from common code.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-15  Ted LemonOops, fix a past-o.
2000-05-15  Ted LemonDon't send the intro until we receive the connect signal.
2000-05-09  Ted LemonFix some weird errors in failover external declarations.
2000-05-09  Ted LemonGet rid of SO_USELOOPBACK
2000-05-04  Ted LemonImplement pool request and response so that secondary...
2000-05-03  Ted LemonMiscellaneous bug fixes.
2000-05-03  Ted LemonDon't use SO_USELOOPBACK
2000-05-03  Ted LemonRename a variable to avoid an AIX-specific predefined...
2000-05-03  Ted Lemon- Add argument to allocate_lease to notice if the failo...
2000-05-03  Ted LemonAdjust call to allocate_lease().
2000-05-03  Ted LemonAdd flags to indicate the failover queue a least is on.
2000-05-03  Ted LemonFix an unitialized pointer reference.
2000-05-03  Ted LemonMore infrastructure, bug fixes: servers are talking.
2000-05-03  Ted LemonQueue failover update on lease commit. Write all...
2000-05-03  Ted LemonUpdate copyright message.
2000-05-03  Ted LemonDon't be so eager to respond to DHCPREQUEST messages...
2000-05-03  Ted LemonAdd write_failover_state.
2000-05-03  Ted LemonParse failover state out of lease database.
2000-05-03  Ted LemonGet rid of SO_USELOOPBACK.
2000-05-03  Ted Lemon- Fix up reference counting of io object chain.
2000-05-03  Ted LemonGet rid of SO_USELOOPBACK. Use omapi_unregister_io_ob...
2000-05-03  Ted LemonAdd omapi_unregister_io_object prototype.
2000-05-03  Ted Lemoninvalid_state -> unknown_state. Define reject reasons.
2000-05-03  Ted LemonAdd some new prototypes.
2000-05-03  Ted LemonAdd 'extern' to two declarations.
2000-05-03  Ted LemonAdd unknown-state and potential-conflict-nic
2000-05-02  Ted LemonAdd some server options.
2000-05-02  Ted Lemon- Support load balancing.
2000-05-02  Ted Lemon- Add equivalent config-file options for command-line...
2000-05-02  Ted LemonAdd support for the load balancing portion of the failo...
2000-05-01  Ted LemonFix failover state parsing.
2000-05-01  Ted LemonFix a stupid pasto in make_int_value. Add make_uint_v...
2000-05-01  Ted LemonAdd a call for listening on a specific IP address.
2000-05-01  Ted Lemon- Make the connect system call asynchronous.
2000-05-01  Ted LemonAdd support for omapi_addr_list_t.
2000-05-01  Ted LemonUse the zone from which we got the tsig key for the...
2000-05-01  Ted LemonAdd a cookie identifying the zone that was found during...
2000-05-01  Ted LemonPut address list scan state info into connection object.
2000-05-01  Ted LemonAdd support for new address list type, and for new...
2000-05-01  Ted LemonAdd prototypes for minires callouts to DHCP library.
2000-05-01  Ted LemonAdd load, balance, token_max, seconds and address tokens.
2000-05-01  Ted LemonAdd some missing data structures to the failover_state...
next