]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/memory.c
Merge changes between 3.0rc7 and 3.0rc8pl2.
[thirdparty/dhcp.git] / common / memory.c
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-09-28  Ted Lemon- Move server-specific memory database functions (i...
1999-09-24  Ted LemonFix a potential problem when there are only two leases...
1999-09-22  Ted LemonIn supersede_lease, replace 'on' statements if new...
1999-09-16  Ted LemonReturn error status when duplicate hostname found inste...
1999-09-16  Ted LemonType cast fixes for Solaris, from Brian Murrell.
1999-09-15  Ted LemonFix some uninitialized objects.
1999-09-09  Ted LemonAdd host deleter.
1999-09-09  Ted LemonFix up the database update code.
1999-09-08  Ted LemonSupport referring to hosts by name and recording them...
1999-07-31  Ted Lemon- Fix up expression evaluation calls.
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-07-01  Ted LemonPropogate ddns_fwd_name and ddns_rev_name when adding...
1999-05-27  Ted LemonDon't overwrite timestamp from new lease value structure.
1999-05-07  Ted LemonEnclose abort() calls in POINTER_DEBUG ifdefs and just...
1999-03-16  Ted LemonUpdate license.
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonPull up recent 2.0 changes. Lease no longer has share...
1998-11-11  Ted LemonAdd support for billing to classes.
1998-11-09  Ted LemonAdd pool support
1998-11-06  Ted LemonEvaluate option cache associated with client identifier...
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-06-25  Ted LemonLose special case code for vendor and user classes...
1998-04-09  Ted LemonNo message for dissociate_lease().
1998-03-17  Ted LemonAdd dissociate_lease(). Abandon leases but don't...
1998-03-17  Ted LemonDo memcpy inside of if statement since results are...
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1997-09-16  Ted LemonDon't exclude dynamic BOOTP from uid test (?)
1997-06-08  Ted LemonDon't do any DNS testing DHCP-970607
1997-06-08  Ted LemonWhen parsing a lease database, correctly transfer the...
1997-05-09  Ted LemonCall new ns_inaddr_lookup code for testing
1997-03-08  Ted LemonUse MAX_TIME for abandoned leases rather than an explic...
1997-03-06  Ted LemonIf a lease is abandoned, write it out even though it...
1997-03-06  Ted LemonIf a lease is abandoned, it's okay to supersede even...
1997-03-06  Ted LemonABANDONED_LEASE is persistent, so set it in the lease...
1997-03-06  Ted LemonSet ABANDONED_LEASE flag when abandoning a lease.
1997-03-06  Ted LemonAdd informational message to abandon_lease.
1997-03-06  Ted LemonCheck address ranges to see if they're on the right...
1997-03-05  Ted Lemonlose lease -> state; add lease -> uid_buf to eliminate...
1996-12-31  Ted LemonFix bug in classing code
1996-11-08  Ted LemonDon't try to supersede static leases
1996-08-30  Ted LemonNotice and complain about conflicting subnets
1996-08-29  Ted LemonFix erroneous hash search; use get-lease-hostnames...
1996-08-28  Ted LemonLook up hostnames for lease IP addresses on startup
1996-08-27  Ted Lemonfix up after group structure changes; support for singl...
1996-06-27  Ted LemonDon't throw away a lease because the requestor didn...
1996-06-12  Ted LemonDon't free comp -> uid if comp == lease
1996-06-11  Ted LemonReport failure in the event of a lease conflict; notice...
1996-06-04  Ted LemonDelete unused automatic variables
1996-05-25  Ted LemonFix dump_subnets
1996-05-22  Ted LemonShared network support; dynamic BOOTP support
1996-05-17  Ted Lemoninitialize option pointers after allocating a new class...
1996-05-16  Ted LemonFix up pointer type mismatch
1996-03-02  Ted LemonDisable some debugging statements
1996-03-02  Ted LemonKeep a persistent database of leases
1996-02-29  Ted LemonAdd user and vendor database support; add abandon_lease...
1996-02-26  Ted LemonCopy the offered expiry time when updating a lease
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
1996-02-21  Ted LemonIntermediate changes to support actual DHCP protocol...
1996-02-07  Ted LemonFixed many option bugs; added client for testing
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon