]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2001-02-22  Ted LemonDocument -tf and -play.
2001-02-22  Ted LemonGet md5.h from dst/ instead of minires/
2001-02-22  Ted LemonLast dregs of dst split.
2001-02-22  Ted LemonFix up function declaration formatting.
2001-02-22  Ted LemonFix time snooper.
2001-02-22  Ted LemonAdd support for logging random ID and fix various bugs...
2001-02-22  Ted LemonAlways use trace_mr_*() functions.
2001-02-22  Ted LemonMove dst functionality into seperate library
2001-02-22  Ted LemonMove dst API into its own subdirectory.
2001-02-22  Ted LemonMake header lengths signed rather than unsigned, fix...
2001-02-22  Ted LemonDeclare dhcp_failover_toack_queue_timeout ().
2001-02-22  Ted LemonSet lease file mode to 644, not 640.
2001-02-22  Damien NeilAdded failover ack queueing. Failover update messages...
2001-02-21  Ted LemonAdd a changelog space for the next patchlevel.
2001-02-18  Ted LemonFix an uninitialized pointer think-o.
2001-02-18  Ted LemonOops, socklen_t is defined in all NetBSD versions ...
2001-02-17  Ted LemonFix cross-platform compile warnings
2001-02-17  Ted LemonFix a think-o.
2001-02-17  Ted LemonMention fixed-address declarations in the address alloc...
2001-02-17  Ted Lemon- Get rid of the requirement that trace types be declar...
2001-02-17  Ted LemonApply a fix provided by Takeshi Hagiwara for a long...
2001-02-17  Ted Lemon- Set the fallback interface index to -1 to indicate...
2001-02-15  Damien NeilFormat fix: %d -> %ld, (long int) cast.
2001-02-15  Damien NeilRemoved a log message from dhcp_failover_pool_rebalance...
2001-02-15  Damien NeilChanged dhcp_failover_pool_rebalance() to defer committ...
2001-02-15  Damien NeilChanged supersede_lease() to return 1, even if the...
2001-02-15  Damien NeilRemove the logic to rewrite the lease file every 1000...
2001-02-15  Damien NeilFixed a number of format bugs: %d -> %ld, plus (long...
2001-02-15  Damien NeilChange the index element of omapi_listener_object_t...
2001-02-15  Damien NeilFixes for several log_*() format bugs: %d -> %ld, plus...
2001-02-15  Damien NeilFixed a typecast bug: the third argument of omapi_conne...
2001-02-15  Damien NeilFixed a log format bug: %d -> %ld, plus a (long int...
2001-02-15  Ted LemonInitialize minires tracing.
2001-02-15  Ted LemonAdd trace_snoop_time.
2001-02-15  Ted LemonExtend copyright year.
2001-02-15  Ted LemonAdd minires trace support.
2001-02-15  Ted LemonMinires trace support.
2001-02-15  Ted LemonAdd #defines to map public I/O routines.
2001-02-15  Ted LemonAdd prototype for minires tracing.
2001-02-15  Ted LemonCall trace setup hooks for connection.c and buffer.c.
2001-02-15  Ted LemonAdd tracing support for OMAPI accepts and for listener...
2001-02-15  Ted LemonAdd tracing support for OMAPI connects and disconnects.
2001-02-15  Ted LemonAdd tracing support for OMAPI connection streams.
2001-02-15  Ted LemonAdd some more trace hooks.
2001-02-15  Ted LemonClarify documentation of exit hooks.
2001-02-13  Ted LemonEnable tracing by default.
2001-02-12  Ted LemonFix some trace-related ifdefs.
2001-02-12  Ted LemonDefinitions for common DHCP trace functions.
2001-02-12  Ted LemonGet rid of lease -> hostname, which isn't used.
2001-02-12  Ted Lemon- Get rid of lease -> hostname, which doesn't do anything.
2001-02-12  Ted Lemon- Cut some things out into subroutines to support tracing.
2001-02-12  Ted LemonFix DDNS-related documentation. Mention logrotate...
2001-02-12  Ted Lemon- Add tracing hooks.
2001-02-12  Ted LemonAdd support for tracing.
2001-02-12  Ted LemonAdd support for tracing. Fix a bug in lease uid parsing.
2001-02-12  Ted LemonAdd hook for tracing.
2001-02-12  Ted LemonPrint a version number and exit if given the --version...
2001-02-12  Ted LemonAdd some support for tracing connections.
2001-02-12  Ted LemonSupport for extensible arrays.
2001-02-12  Ted LemonSupport for tracing omapi and related connections.
2001-02-12  Ted LemonAdd array.c and trace.c.
2001-02-12  Ted LemonAdd support for omapi extensible arrays.
2001-02-12  Ted LemonTrace-related changes.
2001-02-12  Ted LemonTrace-related definitions and prototypes.
2001-02-12  Ted LemonPost-tag version.
2001-02-12  Ted LemonAdd trace-related prototypes and compress lease structure.
2001-02-12  Ted LemonMove functionality from test.c to omshell.c
2001-02-12  Ted LemonBuild omshell instead of svtest.
2001-02-12  Ted LemonDon't save lease timestamp in database.
2001-02-12  Ted LemonUpdate copyright date.
2001-02-12  Ted LemonFix memory leak, bug in nwip option handling.
2001-02-12  Ted LemonAdd support for tracing ICMP messages.
2001-02-12  Ted LemonSubroutinize some stuff so that it can be called in...
2001-02-12  Ted LemonSubroutinize some functionality and add in tracing...
2001-02-12  Ted LemonCommon tracing subroutines.
2001-02-12  Ted LemonAdd ctrace.c
2001-02-12  Ted LemonFix a gnarly memory allocation bug.
2001-02-12  Ted Lemon- Fix faked-out giaddr handling.
2001-02-02  Ben CottrellDoh! Syntax error that I really should have noticed...
2001-01-31  Ben CottrellPatch from Joost Mulders <dhcp@j-mulders.demon.nl>...
2001-01-26  Ted LemonUpdate changelog
2001-01-26  Ted LemonDon't dump core if asked to look up an option where... V3-BETA-2-PATCH-16
2001-01-26  Ted LemonUpdate changelog and version number.
2001-01-26  Ted LemonDocument stash-agent-options.
2001-01-26  Ted LemonFix a memory leak. Only return agent options that...
2001-01-26  Ted LemonOops, add constant for requesting state
2001-01-26  Ted LemonFix a missing comment closure
2001-01-25  Ted LemonUpdate some obsolete declarations.
2001-01-25  Ted LemonFollow proper coding standards for allocating refcnted...
2001-01-25  Ted LemonFix a small nit in the dlpi code.
2001-01-25  Ted Lemon- Add a note to the documentation for the slp-directory...
2001-01-25  Ted LemonPost-tag version
2001-01-25  Ted LemonUpdate changelog and version V3-BETA-2-PATCH-15
2001-01-25  Ted LemonFix a bug pointed out by Sergei Datsenko.
2001-01-25  Ted LemonAdd log-facility.
2001-01-25  Ted Lemon- Fix a core dump pointed out by Albert Herranz.
2001-01-25  Ted LemonDon't use snprintf on platforms that don't have it.
2001-01-25  Ted LemonClean up some problems.
2001-01-25  Ted Lemon- Document log-facility parameter.
2001-01-25  Ted LemonModernize dhcpd.conf example
next