summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add comment about domain-search fix for ticket 18174v3_1_2rc1Shawn Routhier2008-12-021-1/+1
* Bug fix for 18174 - bring domain-search processing into line with 4.xShawn Routhier2008-12-021-3/+17
* missed a version number updatePaul Selkirk2008-12-021-1/+1
* 3.1.2rc1Paul Selkirk2008-12-013-7/+11
* Update documentation to refer to omshell(1)Shawn Routhier2008-11-192-3/+3
* 3.1.2b1Paul Selkirk2008-10-125-14/+14
* - A bug cleaning up unknown-xxx temporary option definitions was fixed.David Hankins2008-10-082-2/+4
* - Some failover debugging #defines have been better defined and someDavid Hankins2008-09-243-81/+214
* - A cosmetic bug in DHCPDECLINE processing was fixed which caused allDavid Hankins2008-09-112-2/+7
* - A partner-down failover server no longer emits 'peer holds all free leases'David Hankins2008-08-192-11/+52
* The server wasn't always sending the FQDN option when it should. [rt18237]Evan Hunt2008-07-192-3/+5
* Clients that sent a parameter request list containing the routers optionEvan Hunt2008-07-192-8/+7
* Fixed a bug when adding a class via OMAPI. [rt17162]Evan Hunt2008-07-182-3/+4
* Fixed a bug that caused some request types to be logged incorrectly [rt17987]Evan Hunt2008-07-182-24/+25
* Corrected list of failover state values in dhcpd man page. [rt17999]Evan Hunt2008-07-172-12/+19
* Fix handling of -A and -a flags in dhcrelay; it was failing to expandEvan Hunt2008-07-162-52/+85
* - A double-dereference in dhclient transmission of DHCPDECLINEs wasDavid Hankins2008-06-112-3/+11
* README missing some references to 3.1.1 final (not rc2).v3_1_1David Hankins2008-05-131-3/+3
* Version to 3.1.1 final.David Hankins2008-05-083-5/+9
* date++v3_1_1rc2David Hankins2008-04-172-2/+2
* Version++David Hankins2008-04-173-8/+12
* - Changes in 4.0.x to common/tables.c "option_dereference()" were pulledDavid Hankins2008-04-111-2/+4
* - Changes in 4.0.x to common/options.c "pretty_domain()" (which turnsDavid Hankins2008-04-042-6/+13
* Version++, copyright++.David Hankins2008-03-246-13/+13
* - A memory leak when using omapi has been fixed. [ISC-Bugs #17560]David Hankins2008-03-186-47/+103
* Date to today.v3_1_1b1David Hankins2008-02-252-4/+4
* Missing $IdDavid Hankins2008-01-221-1/+1
* VERSION to 3.1.1b1David Hankins2008-01-2227-52/+74
* - An incomplete addition of the 'D' atom for domain RFC1035 format domain nameDavid Hankins2008-01-222-1/+33
* correct compilation on HP/UX and also MAC OSXDavid Hankins2008-01-211-27/+27
* - When a failover server suspects it has encountered a peer running aDavid Hankins2008-01-212-2/+39
* Fix "dhcrelay --version" [rt17350]Evan Hunt2008-01-172-3/+5
* Build fix (don't check for address family on pre-4.0 DHCP).Shane Kerr2008-01-141-4/+3
* Move warning about dhcp-renewal-time to config parsing ratherShane Kerr2008-01-143-11/+28
* Fix build warning in HP/UX.Shane Kerr2008-01-141-2/+2
* Fix for OS X Leopard (10.5).Shane Kerr2008-01-113-2/+20
* - The minimum site code value was set to 224 in 3.1.0 to track RFC3942. ThisDavid Hankins2008-01-095-6/+92
* Documentation fix in dhclient man page.Shane Kerr2008-01-091-2/+2
* - A log message was introduced to clarify the situation where a failoverDavid Hankins2008-01-082-1/+8
* - A bug was fixed where the 'giaddr' may be used to find the client's subnetDavid Hankins2008-01-082-9/+21
* - A bug in failover pool rebalancing that caused POOLREQ message ping-pongsDavid Hankins2007-12-182-24/+70
* - A cosmetic bug during potential-conflict recovery that caused the peer'sDavid Hankins2007-12-132-1/+8
* - The 'min-secs' configuration parameter's log message has been updated toDavid Hankins2007-12-132-4/+8
* - The warning logged when an address range doesn't fit in the subnetsDavid Hankins2007-12-132-17/+16
* Do not report on empty tables. [ISC-Bugs #17274]David Hankins2007-11-071-1/+4
* Clarify error message when lease limit exceeded. [rt17010]Evan Hunt2007-11-022-26/+25
* Fix spurious compiler warning on FreeBSD 7 [rt17255]Evan Hunt2007-11-021-2/+2
* Don't remove PID files before writing to them [rt17030]Evan Hunt2007-10-272-39/+25
* Add note for merges of 17090 and 17250 (which I forgot to do before)Evan Hunt2007-10-271-0/+5
* - Reworked cons_options() and store_options() to fix a bufferEvan Hunt2007-10-265-239/+271