summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix up some issues found by static analysisShawn Routhier2012-04-111-1/+1
* Fix the NA and PD allocation code to handle the case where a clientShawn Routhier2012-04-101-55/+43
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-104-80/+73
* Multiple items to clean up IPv6 address processing.Shawn Routhier2012-04-103-34/+326
* Remove outdated note in the bootp keyword about the option not satisfyingShawn Routhier2012-04-021-7/+2
* Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packetShawn Routhier2012-03-201-2/+4
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-096-75/+110
* Update copyright and version stamps for Oracle code dropShawn Routhier2012-02-231-2/+2
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-3/+30
* Fixed the code that checks if an address the server is planningShawn Routhier2012-01-051-5/+4
* Update copyrightShawn Routhier2011-10-141-1/+1
* Add FILE section tagShawn Routhier2011-09-191-2/+4
* automake regenerationShawn Routhier2011-09-131-3/+4
* Two packets were found that cause a server to halt. The codeShawn Routhier2011-07-191-1/+3
* - Strict checks for content of domain-name DHCPv4 option can now beTomek Mrugalski2011-07-011-26/+0
* - Compilation fix for gcc 4.5 or newer in server/ddns.cTomek Mrugalski2011-07-011-1/+1
* Enlarge the buffer size used by the Omshell code and some of theShawn Routhier2011-06-011-2/+2
* Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-2/+3
* Minor code cleanups - but note port change for #23196Shawn Routhier2011-05-111-1/+11
* Documentation fixesShawn Routhier2011-04-261-22/+35
* The DHCP server now responds to DHCPLEASEQUERY messages from agents usingTomek Mrugalski2011-04-223-18/+103
* Several time related improvements:Tomek Mrugalski2011-04-212-4/+10
* Add the option "--no-pid" to the client, relay and server code,Shawn Routhier2011-04-152-30/+51
* Fix the handling of connection requests on the failover port.Shawn Routhier2011-04-141-1/+2
* DHCPv6 server now responds properly if client asks for a prefix thatTomek Mrugalski2011-04-141-2/+4
* Updates for 4.1-ESV-R1 - dates, copyrights, versionsShawn Routhier2011-01-201-2/+2
* When processing a request in the DHCPv6 server code that specifiesShawn Routhier2011-01-201-3/+16
* automake regenerationShawn Routhier2010-10-221-0/+1
* Handle a relay forward message with an unspecified address in theShawn Routhier2010-10-221-1/+17
* Update the code to parse dhcpv6 lease files to accept a semi-colon atShawn Routhier2010-10-131-1/+91
* Handle pipe failures better - ticket 22269Shawn Routhier2010-10-061-0/+8
* Update version number and date information for releaseShawn Routhier2010-09-164-3/+4
* automake regenerationShawn Routhier2010-09-141-51/+62
* Fixes to lease input and output.Shawn Routhier2010-09-131-3/+3
* address builds where sizeof != intMark Andrews2010-09-091-9/+13
* Minor code fixesShawn Routhier2010-09-082-10/+31
* - Fixed a bug that leaks host record references onto lease structures,David Hankins2010-09-071-22/+55
* Put the options in the dhclient and dhcpd man pages into the standard form.Shawn Routhier2010-07-141-69/+95
* - 'get-host-names true;' now also works even if 'use-host-decl-names true;'David Hankins2010-07-131-5/+6
* - Documentation cleanup covering multiple ticketsShawn Routhier2010-07-022-55/+50
* - A bug was fixed that could cause the DHCPv6 server to advertise/assign aDavid Hankins2010-05-251-3/+23
* 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-024-8/+11
* _GNU_SOURCE fixesFrancis Dupont2010-01-231-0/+2
* update copyright on one-line changeDavid Hankins2010-01-081-1/+2
* Update to 4.1.1 finalShawn Routhier2010-01-071-2/+2
* - When using 'ignore client-updates;', the FQDN returned to the clientDavid Hankins2009-12-171-1/+1
* - Both host and subnet6 configuration groups are now included whether aDavid Hankins2009-09-301-16/+78
* Update dates for release and copyrightsShawn Routhier2009-07-249-10/+10
* - Fixed a fenceposting bug when a client had two host records configured,David Hankins2009-07-241-2/+4