]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2001-03-22  Ted LemonAdd some changes suggested by Cyrille Lefevre
2001-03-22  Ted LemonDocument some new flags.
2001-03-22  Ted Lemonclient_script_name -> path_dhclient_script
2001-03-22  Ted LemonInstall client script in (e.g.) /sbin.
2001-03-22  Ted LemonAdd a README entry about locally-defined options.
2001-03-20  Ted LemonUpdate changelog and version. V3-BETA-2-PATCH-22
2001-03-20  Ted LemonThis time for sure! (fix for spinning).
2001-03-20  Ted LemonUpdate version and changelog V3-BETA-2-PATCH-21
2001-03-20  Ted LemonActually fix the spin that I thought I'd fixed previously.
2001-03-20  Ted LemonAdd a missing else whose absence was causing memory...
2001-03-17  Ben CottrellFixed RT 938 having to do with SIOCGIFCONF on Linux...
2001-03-17  Ted LemonUpdate version number and changelog V3-BETA-2-PATCH-20
2001-03-17  Ted LemonSet lease -> uid_max.
2001-03-17  Ted LemonDon't stash uid_len until we know we have a uid.
2001-03-17  Ted Lemon- Fix a bug that would cause the server to spin looking...
2001-03-17  Ted LemonSupport NUL characters in STRING tokens.
2001-03-17  Ben CottrellPartial fix for RT #982 -- since all recent versions...
2001-03-16  Ben CottrellMore DLPI patches from Joost. His patch was way garbled...
2001-03-16  Ted LemonUpdate bug tracking advice V3-BETA-2-PATCH-19
2001-03-16  Ted LemonUpdate changelog
2001-03-16  Ted LemonInitialize a couple of pointers.
2001-03-16  Ted Lemon- Return a correct status in lease_ours_to_reallocate...
2001-03-16  Ted Lemon- Check client identifier on hw_lease before giving...
2001-03-16  Ted Lemonns_rcode -> isc_result_t
2001-03-15  Ted LemonAlways reference count leases.
2001-03-15  Ted Lemon- Write things that could contain non-printable values...
2001-03-15  Ted LemonAdd quotify prototypes.
2001-03-15  Ted LemonAdd quotify functions.
2001-03-15  Ted LemonUse eval for ifconfig so that medium can include quoted...
2001-03-15  Ted Lemon- Do better error checking on lease write.
2001-03-14  Ted LemonDon't reference/dereference failover_listeners if it...
2001-03-14  Ted LemonUpdate changelog and version info.
2001-03-14  Ted LemonFix an endian bug in trace files (James Brister)
2001-03-14  Ted LemonCheck comp->uid instead of lease->uid when entering...
2001-03-14  Ted Lemon- Fix DHCPINFORM non-return bug.
2001-03-14  Ted LemonUse unparsable names for unknown options.
2001-03-14  Ted LemonFix documentation for sending non-standard options.
2001-03-14  Ted LemonDo client script exit status checking more portably
2001-03-14  Ted LemonGet rid of local debug flag.
2001-03-14  Ted LemonSet up global debug flag.
2001-03-01  Ted LemonRemove files starting with # in realclean target.
2001-03-01  Ted LemonDon't start ICMP if we're just testing a lease file.
2001-03-01  Ted LemonFix a solaris build problem.
2001-03-01  Ted LemonDocument -r flag
2001-03-01  Ted LemonApply a signed vs. unsigned fix suggested by Onno Van...
2001-03-01  Ted LemonChange EOF to END_OF_FILE in tokenizer for enum compati...
2001-03-01  Ted Lemon- Apply huge numbers of editorial corrections, thanks...
2001-03-01  Ted LemonFix AIX installs
2001-03-01  Ted LemonUpdate version to -cvs
2001-03-01  Ted LemonFix up a couple of type errors
2001-02-27  Damien NeilExtended the OMAPI shell program to allow objects to...
2001-02-27  Damien NeilAllow failover_state objects to have their local-state...
2001-02-27  Damien NeilAdded tokens for "close", "create", "open", and "help...
2001-02-26  Ted LemonFix up NetBSD/alpha build.
2001-02-22  Ted LemonInclude system-specific libraries in link command. V3-BETA-2-PATCH-18
2001-02-22  Ted LemonUpdate changelog and version
2001-02-22  Ted LemonUpdate copyright statements.
2001-02-22  Ted LemonDocument backslash quoting.
2001-02-22  Ted LemonRevamp lease file documentation for 3.0.
2001-02-22  Ted LemonAdd references to the dhcp-eval and dhcp-options man...
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.
next