]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/dhcp.c
-n [master]
[thirdparty/dhcp.git] / server / dhcp.c
2013-08-27  Shawn Routhier-n [master]
2012-11-16  Shawn Routhier[master]
2012-11-02  Shawn Routhier[master]
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-06-06  Shawn RouthierThe 'no available billing' log line now also logs the...
2012-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2011-07-19  Shawn RouthierTwo packets were found that cause a server to halt...
2011-07-02  Shawn RouthierRestore common/discover.c, common/options.c and server...
2011-07-01  Shawn Routhiercorrect spelling of options
2011-07-01  Shawn RouthierCorrect an unsigned math operation when calculating...
2011-05-23  Tomek MrugalskiCopyright year updated.
2011-05-23  Tomek MrugalskiServer no longer complains about NULL pointer when...
2011-05-13  Mark Andrewsremove redundant test, unsigned is always >= 0
2011-05-12  Tomek Mrugalski- If a client renews before 'dhcp-cache-threshold'...
2011-04-22  Tomek MrugalskiThe DHCP server now responds to DHCPLEASEQUERY messages...
2011-04-21  Tomek MrugalskiSeveral time related improvements:
2011-02-16  Mark Andrewscast to int for * in $.*s
2010-09-09  Mark Andrewsaddress builds where sizeof != int
2010-09-08  Shawn RouthierMinor code fixes
2010-09-07  David Hankins- Fixed a bug that leaks host record references onto...
2010-07-13  David Hankins- 'get-host-names true;' now also works even if 'use...
2010-04-20  Shawn RouthierDon't include lease time information in the response...
2010-03-12  Shawn RouthierUpdate the fsync batching patch to work with the isc...
2010-02-03  David Hankins- An optimization described in the failover protocol...
2010-02-02  Shawn RouthierClean up some compiler warnings
2010-02-01  David Hankins- Cleaned up an unused hardware address variable in...
2009-11-24  Shawn RouthierUpdate copyright years
2009-11-10  Shawn RouthierTicket 19830 - enhancment to allow use of host-identifi...
2009-09-11  David Hankins*** empty log message ***
2009-07-24  David Hankins- Fixed a fenceposting bug when a client had two host...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-07-06  David Hankins- Fixed a bug where relay agent options would never...
2009-04-07  David Hankins- Memory leak in the load_balance_mine() function is...
2008-11-03  David Hankins- Delayed-ack is now a compile-time option, compiled...
2008-09-11  David Hankins- A cosmetic bug in DHCPDECLINE processing was fixed...
2008-08-19  David Hankins- A partner-down failover server no longer emits 'peer...
2008-07-18  Evan HuntFixed a bug that caused some request types to be logged...
2008-02-28  David Hankins- There is now a default 1/4 of a second scheduled...
2008-02-28  David Hankins- ./configure was extended to cover many optional build...
2008-01-28  David Hankins- Do not delay-ack STATIC leases. v4_1_0a1
2008-01-24  Evan HuntUpdated copyright strings for 4.1.0a1 release
2008-01-21  David Hankins- Multiple (up to "delayed-ack x;" maximum) DHCPv4...
2008-01-14  Shane KerrMove warning about dhcp-renewal-time to config parsing...
2008-01-09  David Hankins- The minimum site code value was set to 224 in 3.1...
2008-01-08  David Hankinsmistake in merging
2008-01-08  David Hankins- A bug was fixed where the 'giaddr' may be used to...
2008-01-03  Francis Dupontfiner granularity timers
2007-12-13  David Hankins- The 'min-secs' configuration parameter's log message...
2007-11-02  Evan HuntClarify error message when lease limit reached. [rt17010]
2007-10-31  David Hankins- Relative time may now be used as a qualifier for...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
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...
next