summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* - More version++ to 3.0.4b3 stuff.V3-0-4-BETA-3David Hankins2006-02-225-10/+10
* Backing out rt15075.David Hankins2006-02-155-14/+29
* - The server was inappropriately sending leases to the RESET state in theDavid Hankins2006-01-061-4/+14
* - DHCPINFORM processing is a little more careful about return addressingDavid Hankins2006-01-061-14/+61
* - Null-termination sensing for certain clients that unfortunatley requireDavid Hankins2006-01-061-9/+3
* - The server now tries harder to survive the condition where it is unableDavid Hankins2005-10-141-11/+13
* - File handlers on configuration state (config files and lease dbs) shouldDavid Hankins2005-10-141-2/+1
* - "append"ing a string onto the end of a "t" type option (such as theDavid Hankins2005-10-141-7/+6
* - The special status of RELEASED/EXPIRED/RESET leases when a serverDavid Hankins2005-10-102-46/+103
* - An OMAPI host/network byte order problem in lease time values has beenDavid Hankins2005-10-071-29/+35
* Corrections to [ISC-Bugs #15429] after bugfixing and incremental review;David Hankins2005-09-304-10/+17
* - Adjusted lease state validation checks in potential-conflict, toDavid Hankins2005-09-301-8/+16
* - Failover potential expiry calculations (TSTP) have been corrected. ResultsDavid Hankins2005-09-301-46/+45
* - If the lease db is deleted out from under the daemon, and it moves to rewriteDavid Hankins2005-09-221-5/+10
* - A failover bug that was allowing leases that EXPIRED or were RELEASEDDavid Hankins2005-09-226-38/+85
* Rectify manpage on new next-server default.David Hankins2005-09-121-4/+2
* Document -pf command line argument to dhcpd(8).David Hankins2005-09-011-3/+9
* - Pulling up rt15075 after review by sra. dmalloc() sets the regionDavid Hankins2005-08-265-29/+14
* Merge rt14941 - Less lunatic handling of ACTIVE leases in discover.David Hankins2005-08-111-41/+31
* Merging in rt14929. Do a pool rebalance check from find_lease if appropriate.David Hankins2005-08-021-6/+8
* - Version to 3.0.3b3.David Hankins2005-05-181-5/+3
* - Copyright++ on bootp.c.V3-0-3-BETA-2David Hankins2005-05-022-17/+31
* - Pulling rt14064 up to V3-RELEASE.David Hankins2005-04-292-65/+50
* - README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1David Hankins2005-03-035-11/+11
* - A bug was fixed where a server might load balance a DHCP REQUEST to itsDavid Hankins2005-03-021-21/+19
* - Host declarations matching on client identifier for dynamic leases willDavid Hankins2005-03-021-4/+8
* - merge rt13582David Hankins2005-02-222-17/+64
* - merge rt13330David Hankins2005-02-221-6/+8
* - merge rt13329David Hankins2005-02-221-3/+2
* - merge rt13254David Hankins2005-02-221-1/+3
* - Version to "3.0.3-head".David Hankins2005-02-221-2/+25
* Copyright++ - we are publishing a change in dhcpd.conf.5 in this releaseDavid Hankins2005-01-081-2/+2
* - Spell 'statement' correctly.David Hankins2004-12-151-2/+2
* - Reword local-address after some thought.David Hankins2004-12-151-4/+13
* - local-address was undocoumentedDavid Hankins2004-12-151-1/+20
* - Merge in RT13103.David Hankins2004-11-245-28/+78
* - Complete rewrite of allocate_lease. The function is no longer recursive,David Hankins2004-11-041-82/+74
* - One call to trace_write_packet_iov() counted the number of io vectorsDavid Hankins2004-09-301-3/+3
* - Pools configured in DHCPD for failover possessing permission lists thatDavid Hankins2004-09-301-29/+43
* - The (Second) 'mis-host' fix added a host_reference(), but there are manyDavid Hankins2004-09-301-2/+14
* - The 'ddns-update-style' configuration warning bit now insists thatDavid Hankins2004-09-293-6/+6
* - Failing to initialize a tracefile for any reason if a tracefile wasDavid Hankins2004-09-292-6/+9
* - host_reference returns ISC_R_INVALIDARG if 'host' is non-null when theDavid Hankins2004-09-211-4/+2
* - Back out the 'mis-host' patch, which only dropped and reacquired hostDavid Hankins2004-09-211-17/+20
* - "allow known-clients;" is now a legal syntax, to avoid confusion.David Hankins2004-09-211-1/+5
* - adjustment with allocatedp on peer_has_leases for failover load balancingDavid Hankins2004-09-201-8/+6
* - If one dhcp server chooses to 'load balance' a request to its failoverDavid Hankins2004-09-151-8/+17
* - log() was logging a work buffer, rather than the value returned byDavid Hankins2004-09-101-6/+6
* - rt11626 - silly read() not-checking-return-value bug.David Hankins2004-09-021-17/+19
* - Document the 'include' statement.David Hankins2004-09-011-1/+13