summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
Commit message (Expand)AuthorAgeFilesLines
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-3/+3
* Update for 19054 - modifications to keep GCC 4.3 happyShawn Routhier2009-01-221-8/+9
* Validate argument to port option - bug 18695Shawn Routhier2009-01-061-10/+2
* - A memory leak when using omapi has been fixed. [ISC-Bugs #17560]David Hankins2008-03-181-4/+0
* Merged IA_XXrelated structuresFrancis Dupont2008-03-171-3/+3
* Check whether files are zero length before parsing them [rt17757]Evan Hunt2008-03-071-19/+22
* - There is now a default 1/4 of a second scheduled delay between delayedDavid Hankins2008-02-281-0/+16
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-1/+1
* - Ari Edelkind's PARANOIA patch has been included and may be compiled inDavid Hankins2008-02-271-0/+111
* Add IA_TA and IA_PD support in serverFrancis Dupont2008-02-201-0/+1
* Oh guess what, this is 2008, not 2007...Evan Hunt2008-01-241-2/+2
* - Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued andDavid Hankins2008-01-211-0/+14
* Build fix for non-DHCPv6 compilation.Shane Kerr2008-01-081-0/+2
* finer granularity timersFrancis Dupont2008-01-031-3/+10
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-3/+9
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* Use different paths for PID and lease files when running in DHCPv4 orEvan Hunt2007-10-271-7/+72
* Don't delete PID files before writing to them. [rt17030]Evan Hunt2007-10-271-33/+21
* Remove ddns-update-style warning by changing default to "none".Shane Kerr2007-09-171-9/+1
* Don't remove host and interface addresses from pools in IPv4.Shane Kerr2007-09-071-2/+9
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-12/+5
* Updating the dhcpd usage() message and the dhcpd man page so they matchShane Kerr2007-07-031-13/+15
* Build fix for BSD.Shane Kerr2007-06-151-1/+2
* Chdir to "/" before going into daemon mode. Use realpath() toEvan Hunt2007-06-071-15/+31
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-291-2/+2
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-21/+14
* Expire old IPv6 leases. Also a number of fixes.Shane Kerr2007-05-181-1/+6
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-12/+81
* - A few lines of code that were failover-specific were moved withinDavid Hankins2006-07-171-2/+5
* Merging in final change from rt15937, getting rid of spaceShane Kerr2006-05-111-12/+12
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-051-3/+3
* Changes as documented in ticket #15937 (stdio file descriptor fixes).Shane Kerr2006-03-271-13/+25
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-59/+54
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-30/+200
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-3/+3
* Make sure we have a stdin, stdout and stderr.Ted Lemon2001-04-051-1/+11
* Don't start ICMP if we're just testing a lease file.Ted Lemon2001-03-011-2/+3
* Set lease file mode to 644, not 640.Ted Lemon2001-02-221-3/+3
* Fix some trace-related ifdefs.Ted Lemon2001-02-121-1/+9
* - Cut some things out into subroutines to support tracing.Ted Lemon2001-02-121-159/+228
* Add log_facility config parameter.Ted Lemon2001-01-251-3/+38
* Don't allow the client to specify the domain name for updates.Ted Lemon2001-01-111-3/+2
* - Oops, tack the ad-hoc ddns updates to the end of the root group statementTed Lemon2001-01-041-10/+36
* - Require user to declare a ddns update style.Ted Lemon2000-12-291-4/+133
* DDNS implementation rewrite. DDNS should now operate according toDamien Neil2000-12-111-79/+8
* Don't do the DNS update for static hosts.Ted Lemon2000-12-051-2/+3
* Fix a missing eol quote in nsupdate routine.Ted Lemon2000-11-291-2/+2
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-65/+81
* Adjust the URL to which people are referred.Ted Lemon2000-09-011-2/+2