summaryrefslogtreecommitdiff
path: root/server/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* [v4_1_esv] Clean up memory on error conditionsShawn Routhier2016-02-231-0/+1
* [v4_1_esv] Fixed infinite-is-reserved and lease:flags setting via omapiThomas Markwalder2016-02-051-2/+2
* [master] Fixed server crash after billing class is deletedThomas Markwalder2015-07-291-2/+3
* [master] Delayed-ack now works correctly with failoverThomas Markwalder2015-06-161-44/+87
* [v4_1_esv] Leave siaddr clear when sending a NAKShawn Routhier2015-04-161-3/+1
* [v4_1_esv] Don't call pool_timer recusivelyShawn Routhier2014-12-101-2/+2
* [v4_1_esv] Use global server-identifier in NAKS when subnet is unknown.Thomas Markwalder2014-10-281-2/+7
* [master] Add use-host-decl-names support to BOOTPThomas Markwalder2014-10-271-25/+42
* [v4_1_esv] Remove vix.com and nominum.comShawn Routhier2014-01-271-7/+1
* [v4_1_esv]Shawn Routhier2012-11-161-118/+174
* [v4_1_esv]Shawn Routhier2012-11-021-5/+94
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-29/+60
* Two packets were found that cause a server to halt. The codeShawn Routhier2011-07-191-1/+3
* The DHCP server now responds to DHCPLEASEQUERY messages from agents usingTomek Mrugalski2011-04-221-0/+14
* Several time related improvements:Tomek Mrugalski2011-04-211-2/+8
* Update version number and date information for releaseShawn Routhier2010-09-161-1/+1
* address builds where sizeof != intMark Andrews2010-09-091-9/+13
* Minor code fixesShawn Routhier2010-09-081-8/+25
* - Fixed a bug that leaks host record references onto lease structures,David Hankins2010-09-071-22/+55
* - 'get-host-names true;' now also works even if 'use-host-decl-names true;'David Hankins2010-07-131-5/+6
* Don't include lease time information in the response to a DHCPINFORMShawn Routhier2010-04-201-0/+7
* Cleaned up some compiler warnings - 20697Shawn Routhier2010-02-021-2/+0
* - Fixed a fenceposting bug when a client had two host records configured,David Hankins2009-07-241-2/+4
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* Missing copyright updates.David Hankins2009-06-201-1/+1
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-1/+1
* - Delayed-ack is now a compile-time option, compiled out by default.David Hankins2008-11-031-6/+23
* - A cosmetic bug in DHCPDECLINE processing was fixed which caused allDavid Hankins2008-09-111-1/+2
* - A partner-down failover server no longer emits 'peer holds all free leases'David Hankins2008-08-191-10/+48
* Fixed a bug that caused some request types to be logged incorrectly [rt17987]Evan Hunt2008-07-181-23/+22
* - There is now a default 1/4 of a second scheduled delay between delayedDavid Hankins2008-02-281-8/+34
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-1/+9
* - Do not delay-ack STATIC leases.v4_1_0a1David Hankins2008-01-281-3/+12
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* - Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued andDavid Hankins2008-01-211-9/+110
* Move warning about dhcp-renewal-time to config parsing ratherShane Kerr2008-01-141-9/+0
* - The minimum site code value was set to 224 in 3.1.0 to track RFC3942. ThisDavid Hankins2008-01-091-2/+68
* mistake in mergingDavid Hankins2008-01-081-2/+0
* - A bug was fixed where the 'giaddr' may be used to find the client's subnetDavid Hankins2008-01-081-8/+19
* finer granularity timersFrancis Dupont2008-01-031-1/+4
* - The 'min-secs' configuration parameter's log message has been updated toDavid Hankins2007-12-131-3/+4
* Clarify error message when lease limit reached. [rt17010]Evan Hunt2007-11-021-25/+22
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-0/+56
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-25/+8
* - 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flawDavid Hankins2007-05-211-5/+6
* Copyright++David Hankins2007-05-191-1/+1
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+3
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-21/+30
* - The server's "by client-id" and "by hardware address" hash table listsDavid Hankins2007-04-261-7/+15
* - Some bugs were fixed in the 'emergency relay agent options hologram'David Hankins2007-04-201-52/+55