summaryrefslogtreecommitdiff
path: root/server/dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-3/+886
* [master] Fixed several minor Coverity issuesThomas Markwalder2016-02-181-10/+0
* [master] Add global DHCPv6 option, dhcpv6-set-tee-times to calculate T1/T2Thomas Markwalder2016-02-161-101/+132
* [master] Add support for relayed client-linklayer-address option (RFC 6939)Thomas Markwalder2016-01-281-131/+4
* [master] Enhance support for long and infinite leases in v6 serverShawn Routhier2016-01-251-12/+50
* [master] Be more liberal when trying to find a group for a host prefixShawn Routhier2015-06-261-15/+68
* [master] Fixed unused variable error introduced by 21235Thomas Markwalder2015-04-101-3/+0
* [master] Server rejects unicast messages unless unicast option is definedThomas Markwalder2015-04-101-221/+581
* [master] Fixed minor compilation complaint in server/dhcpv6Thomas Markwalder2015-01-081-1/+1
* [master] Added DHCPv6 prefix-length-mode configuration parameterThomas Markwalder2015-01-081-42/+167
* [master] Log v6 shared network lease counts, when none available for a DUIDThomas Markwalder2015-01-081-32/+73
* [master] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-281-0/+4
* [master] Add code to help clean up soft leasesShawn Routhier2014-06-201-0/+29
* [master] Add support for pool thresholdsShawn Routhier2014-06-051-0/+100
* [master] Remove the pre-errata code for handling no addresses availableShawn Routhier2014-04-291-73/+4
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-2/+16
* [master]Shawn Routhier2013-10-311-38/+159
* [master]Shawn Routhier2013-10-301-3/+3
* address: dhcpv6.c: In function 'reply_process_ia_ta': dhcpv6.c:2784: warning:...Mark Andrews2013-08-281-1/+1
* -n [master]Shawn Routhier2013-08-271-186/+479
* -n [master]Shawn Routhier2013-08-271-16/+159
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-3/+1
* [master]Shawn Routhier2012-10-161-3/+6
* [rt30281]Shawn Routhier2012-08-171-9/+0
* [rt30024]Shawn Routhier2012-07-121-1/+2
* [rt30024] This is a commit messageShawn Routhier2012-07-111-0/+2
* When attempting to convert a DUID from a client id optionShawn Routhier2012-06-271-1/+1
* - Rotate the lease file when running in v6 mode.Shawn Routhier2012-05-151-0/+14
* Fix the NA and PD allocation code to handle the case where a clientShawn Routhier2012-04-101-57/+45
* Multiple items to clean up IPv6 address processing.Shawn Routhier2012-04-101-15/+23
* 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-091-5/+1
* Minor code cleanups - but note port change for #23196Shawn Routhier2011-05-111-1/+11
* DHCPv6 server now responds properly if client asks for a prefix thatTomek Mrugalski2011-04-131-2/+4
* Handle a relay forward message with an unspecified address in theShawn Routhier2010-10-221-2/+18
* - A bug was fixed that could cause the DHCPv6 server to advertise/assign aDavid Hankins2010-05-251-3/+23
* Fix misspelled comment (infomation->information). Note that I do not actuallyDavid Hankins2010-04-141-1/+1
* Clean up some compiler warningsShawn Routhier2010-02-021-3/+3
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* chaddr was not being set on all paths leading to a compiler warningMark Andrews2009-11-231-2/+1
* - The 'hardware [ethernet|etc] ...;' parameter in host records has beenDavid Hankins2009-11-191-8/+98
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-10/+14
* - Both host and subnet6 configuration groups are now included whether aDavid Hankins2009-09-301-16/+78
* - A bug was fixed that caused the server not to answer some valid SolicitDavid Hankins2009-01-071-4/+20
* Improve IA_TA server support (17586)Francis Dupont2008-10-221-57/+153
* - A bug in subnet6 parsing where options contained in subnet6 clauses wouldDavid Hankins2008-08-191-11/+23
* rename iaaddr structure & coFrancis Dupont2008-03-311-77/+78
* - DHCPv6 vendor-class options (VSIO) are now only sent when they appearDavid Hankins2008-03-241-3/+0
* Improve DHCPv6 leasequeryFrancis Dupont2008-03-171-0/+14
* Merged IA_XXrelated structuresFrancis Dupont2008-03-171-227/+240