]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-01-05  Ted LemonFix a small omission.
2000-01-05  Ted LemonAdd skip_failover_option for easier use of the failover...
2000-01-05  Ted LemonSupport new struct hardware.
2000-01-05  Ted LemonLots of small changes to support failover. New struct...
2000-01-05  Ted LemonAdd lots more pieces of failover support.
2000-01-05  Ted Lemon- Fix up the blurb that talks about how scoping works.
2000-01-05  Ted LemonSupport new struct hardware.
2000-01-05  Ted LemonAdd more pieces of failover support. Support new...
2000-01-05  Ted LemonPrint failover data if present. Support new struct...
2000-01-05  Ted LemonUse close-on-exec if available.
2000-01-05  Ted LemonGet rid of SHUT_RD definition. Add HAVE_SETFD.
2000-01-05  Ted LemonAdd new DNS support.
2000-01-05  Ted LemonAdd dhcp_failover_state_t and fix some of the other...
2000-01-05  Ted LemonAdd some new tokens.
2000-01-05  Ted Lemon- Move failover structures to failover.h.
2000-01-05  Ted LemonHandle new DNS expressions.
2000-01-05  Ted LemonSupport new struct hardware. Add printers for new...
2000-01-05  Ted Lemon- Support new DNS functions and parse old DNS syntax...
2000-01-05  Ted LemonSet close-on-exec if possible.
2000-01-05  Ted Lemonstruct hardware conversion.
2000-01-05  Ted Lemonstruct hardware conversion. Set close-on-exec if...
2000-01-05  Ted Lemon- Fix token parser to handle backslash escape characters.
2000-01-05  Ted LemonGet rid of failover allocators that aren't needed.
2000-01-05  Ted LemonFunctionality is now in tree.c.
2000-01-05  Ted LemonDon't build nsupdate.o
2000-01-02  Ted LemonFix linux-specific casting error.
1999-12-19  Ted LemonDefine SHUT_RD if the O.S. headers don't.
1999-11-24  Ted LemonWork around bletcherosity in handle declarations. BCTEL_SPECIAL_19991124
1999-11-23  Ted LemonOutput routines.
1999-11-23  Ted LemonFix failover-specific data declarations.
1999-11-23  Ted LemonClean up failover-specific code.
1999-11-23  Ted LemonDefine all the elements in the message structure. ...
1999-11-23  Ted LemonPrototype new failover functions
1999-11-23  Ted LemonFix up some declarations.
1999-11-23  Ted LemonGet rid of call to setlogmask - it doesn't seem to...
1999-11-23  Ted Lemon- Fix up all the log messages that I broke in the previ...
1999-11-23  Ted LemonFix calls to omapi_protocol_connect and omapi_protocol_...
1999-11-23  Ted Lemonunsigned -> u_int32_t
1999-11-23  Ted LemonAdd FT_TEXT_OR_BYTES.
1999-11-23  Ted LemonDon't build failover.
1999-11-23  Ted LemonFix call to omapi_connect.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-15  Ted LemonDefinitions for failover.
1999-11-14  Ted LemonAdd definitions for failover protocol and debugging.
1999-11-14  Ted LemonFix notation about DDNS updates.
1999-11-14  Ted LemonBackup commit - code isn't yet working.
1999-11-14  Ted LemonAdd failover objects.
1999-11-14  Ted LemonServer-specific data tables.
1999-11-14  Ted LemonMore fixups for lease expiry code.
1999-11-14  Ted LemonMove agent information option parsing out of common...
1999-11-14  Ted Lemon- Move parse_allow_deny out of common code and split...
1999-11-14  Ted LemonDocument null request list.
1999-11-14  Ted LemonBuild stables.c
1999-11-14  Ted LemonConditionalize bit types definition.
1999-11-14  Ted LemonPrototype the great agent options move.
1999-11-14  Ted LemonMove server-specific tables to stables.c
1999-11-14  Ted LemonAdd printer for not_equal expression.
1999-11-13  Ted LemonMove parse_allow_deny out of common code.
1999-11-13  Ted Lemon- Move agent information option handling out of common...
1999-11-13  Ted Lemon- Add dummies for agent information option handling.
1999-11-13  Ted LemonMake dummy parse_allow_deny. Allow empty request...
1999-11-12  Ted Lemon- Delete on_expiry events when lease is released, regar...
1999-11-12  Ted LemonDon't prematurely expire a lease just because a client...
1999-11-11  Ted LemonFix a struct size problem on Linux/ARM32.
1999-11-07  Ted LemonZero out on_* statements before superseding lease with...
1999-11-07  Ted LemonMake sure we are responding to a DHCPREQUEST before...
1999-11-07  Ted Lemon- Open the database file for appending before expiring...
1999-11-07  Ted LemonFix a couple of mistakes in handling parse errors.
1999-11-03  Ted LemonAdd != operator.
1999-10-30  Ted LemonDon't log to stderr if -q is set.
1999-10-28  Ted LemonClean up a loophole in the code that sets up the pool...
1999-10-28  Ted LemonDon't log to stderr if -q flag is given.
1999-10-28  Ted Lemonwrite() returns a signed integer...
1999-10-28  Ted LemonOops, fix typo.
1999-10-28  Ted LemonWrite 'never;' instead of 'infinite' for unlimited...
1999-10-27  Ted LemonUse the right expiry event. Count leases, hosts and...
1999-10-26  Ted LemonZero the correct buffer...
1999-10-25  Ted LemonAdd POINTER_DEBUG define.
1999-10-25  Ted LemonInclude res_update.h for BIND 8.2.2 and later.
1999-10-25  Ted LemonFix a couple of const problems in a bogus way.
1999-10-25  Ted LemonAllow for deleted host declarations in host hash.
1999-10-25  Ted LemonClean up deleted vs. undeleted leases.
1999-10-25  Ted Lemon- Set DYNAMIC flag in host decl if dynamic keyword...
1999-10-24  Ted LemonGet rid of dynamic_hosts kludge - do host deletion...
1999-10-24  Ted LemonFix Linux compiles.
1999-10-24  Ted LemonFix Linux compile.
1999-10-24  Ted Lemon- Allow the user to specify giaddr on the command line...
1999-10-24  Ted Lemon- Reply to remote_port if giaddr is 127.0.0.1, so that...
1999-10-24  Ted LemonUse LFLAGS when linking test program.
1999-10-24  Ted LemonFix a null pointer dereference.
1999-10-24  Ted LemonFix an uninitialized pointer dereference.
1999-10-24  Ted LemonAdd new_shared_network_interface function.
1999-10-24  Ted LemonAdd support for interface keyword to subnet and shared...
1999-10-24  Ted LemonGet rid of some returns that aren't reachable.
1999-10-24  Ted LemonPrototype new_shared_network_interface.
1999-10-24  Ted LemonCast unsigned to signed for Solaris.
1999-10-24  Ted LemonBomb out when an interface matches two shared networks.
1999-10-21  Ted LemonTry to use client-supplied hostname as identifier in...
1999-10-21  Ted LemonDefine SHUT_RD if it's not already defined.
1999-10-21  Ted LemonCheck result of open() for <0, not NULL.
next