]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/dhcp.c
- 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flaw
[thirdparty/dhcp.git] / server / dhcp.c
2007-05-21  David Hankins- 'dhcp.c(3953): non-null pointer' has been repaired...
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-04-26  David Hankins- The server's "by client-id" and "by hardware address...
2007-04-20  David Hankins- Some bugs were fixed in the 'emergency relay agent...
2007-03-27  David Hankins- In the case where an "L2" DHCP Relay Agent (one that...
2006-10-17  David Hankins- An option definition referencing leak was fixed,...
2006-08-22  David Hankins- DHCPINFORM handling for clients that properly set...
2006-08-09  David HankinsRemoving the new I/O changes from HEAD. [ISC-Bugs ...
2006-07-31  David Hankins- A new dhcp server option 'adaptive-lease-time-thresho...
2006-07-25  Shane KerrMerged rt12324, DHCPLEASEQUERY.
2006-07-17  David Hankins- The DHCP Relay Agent Information Option / Link Select...
2006-06-19  Shane KerrMinor fix, see rt16176.
2006-06-16  David Hankins- Failover pairs now implement 'MAC Affinity' on leases...
2006-06-15  David Hankins- A bug where leases not in ACTIVE state would get...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-17  David Hankins- Some time value size fixes in 3.0.4 brought on from...
2006-04-27  David Hankins- Support for 'reserved' (psuedo-static) and BOOTP...
2006-02-27  David Hankins- The IO system now tracks all local IP addresses,...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-09-30  David Hankins- RFC3942 compliance, site-local option spaces start...
2005-07-07  David HankinsMerge changes between 3.0.3b1 and 3.0.3rc1 to HEAD. HEAD-MERGE-V3-0-3RC1
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2002-01-17  Ted LemonDetect double-null-terminated hostname - a bug in some...
2001-08-10  Ted Lemonsync with branch
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-17  Ted LemonSync with 3.0rc7
2001-05-03  Ted LemonStash relay agent options when the client is in REBINDI...
2001-04-27  Ted LemonFix some host references.
2001-04-18  Ted Lemon- Fix a case where a by-value argument pointer is deref...
2001-03-22  Ted LemonFix a core dump in dhcprelease.
2001-03-20  Ted LemonThis time for sure! (fix for spinning).
2001-03-20  Ted LemonActually fix the spin that I thought I'd fixed previously.
2001-03-17  Ted Lemon- Fix a bug that would cause the server to spin looking...
2001-03-16  Ted Lemon- Check client identifier on hw_lease before giving...
2001-03-15  Ted LemonAlways reference count leases.
2001-03-14  Ted Lemon- Fix DHCPINFORM non-return bug.
2001-02-15  Damien NeilChanged supersede_lease() to return 1, even if the...
2001-02-12  Ted Lemon- Add tracing hooks.
2001-01-26  Ted LemonFix a memory leak. Only return agent options that...
2001-01-25  Ted Lemon- Fix some pedantic allocation problems.
2001-01-19  Ted Lemon- Don't respond to DHCPDISCOVERS when we're not responding.
2001-01-16  Ted LemonAdd a ping-check parameter. Pass old lease to ddns_up...
2001-01-08  Ted LemonDon't say (not authoritative) when we are.
2001-01-04  Ted LemonIf ddns-updates is not set, default to enabled.
2000-12-28  Ted Lemon- If we receive a dhcp-server-identifier option in...
2000-12-11  Damien NeilDDNS implementation rewrite. DDNS should now operate...
2000-12-05  Ted LemonRemember lease flags when doing the commit routine.
2000-11-30  Ted LemonRestore code that was removed for debugging and acciden...
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-10-13  Ted LemonDisable unicast broadcast hack, but leave a place for...
2000-10-10  Ted LemonGet rid of all the special-case encapsulations.
2000-09-14  Ted LemonUse lt -> scope, not lease -> scope, which is probably...
2000-09-12  Ted Lemon- Put back the code that checks the server configuratio...
2000-09-08  Ted Lemon- Remove a bogus enhancement to lease NAK code.
2000-09-01  Ted LemonDon't even try to do billing on static leases.
2000-09-01  Ted LemonGet rid of an unnecessary test.
2000-08-31  Ted LemonTweak load balance handling.
2000-08-28  Damien NeilFinished up function call support.
2000-08-24  Ted LemonLots of changes to clean up handling of various failove...
2000-08-15  Ted Lemon- Do the commit using the newly-computed lease paramete...
2000-08-12  Damien NeilRemoved a spurious & which was causing attempts to...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-06  Ted LemonFix handling of client-hostname.
2000-06-30  Ted LemonFor non-failover pools, always allocate off the free...
2000-06-12  Ted Lemon- Clean up some edge cases when a lease is requested...
2000-06-08  Ted Lemon- Don't force the lease to be default-lease-time second...
2000-06-06  Ted LemonFix a couple of core dumps. Don't DHCPNAK when peer...
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-17  Ted LemonFix up various platform-specific errors.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-04  Ted LemonImplement pool request and response so that secondary...
2000-05-03  Ted Lemon- Add argument to allocate_lease to notice if the failo...
2000-05-03  Ted LemonDon't be so eager to respond to DHCPREQUEST messages...
2000-05-02  Ted LemonAdd support for the load balancing portion of the failo...
2000-04-08  Ted LemonDefine temporary subnet selection option code for testing.
2000-03-18  Ted LemonMake universe_hash using new_hash.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-07  Ted LemonFix corner case where REBIND would be ignored rather...
2000-03-06  Ted Lemon- Don't call option_allocate without zeroing pointer.
2000-02-07  Ted LemonDefine scratch option cache pointer before use.
2000-02-07  Ted LemonFigure out MS_NULL_TERMINATION _really_ early.
2000-02-02  Ted LemonMake sure the lease pointer gets set to zero.
2000-01-31  Ted Lemon- In order to satisfy the HP C compiler, make a (possib...
2000-01-27  Ted LemonFix an erroneous option cache dereference.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonNew malloc debug scheme. Support variable scoping.
2000-01-08  Ted LemonAdd support for NetWare/IP encapsulated option.
2000-01-05  Ted LemonAdd more pieces of failover support. Support new...
1999-11-23  Ted Lemon- Fix up all the log messages that I broke in the previ...
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted LemonMove agent information option parsing out of common...
1999-11-12  Ted LemonDon't prematurely expire a lease just because a client...
1999-11-07  Ted LemonMake sure we are responding to a DHCPREQUEST before...
1999-10-24  Ted Lemon- Reply to remote_port if giaddr is 127.0.0.1, so that...
1999-10-24  Ted LemonFix a null pointer dereference.
1999-10-24  Ted LemonFix an uninitialized pointer dereference.
1999-10-21  Ted LemonTry to use client-supplied hostname as identifier in...
1999-10-21  Ted Lemon- Check for SV_DECLINES boolean before accepting a...
next