summaryrefslogtreecommitdiff
path: root/server/dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* [#64,!35] Restored workThomas Markwalder2019-11-221-15/+5
* [master] Added includes of new BIND9 compatibility headers, updated util/bind.shThomas Markwalder2018-09-141-4/+9
* Merged rt44535 (relay port)Francis Dupont2017-12-231-28/+130
* [master] Fixed compiler warning under 32-bit systemsThomas Markwalder2017-12-211-1/+1
* [master] dhcpd (-6) now supports update-static-leasesThomas Markwalder2017-12-191-1/+70
* [master] Added --release-on-roam server parameterThomas Markwalder2017-12-181-1/+2
* [master] Fixes minor coverity issuesThomas Markwalder2017-12-181-1/+1
* [master] Fixed static v6 leases not getting written to packetThomas Markwalder2017-12-111-0/+7
* [master] server (-6) now supports dhcp-cache-thresholdThomas Markwalder2017-12-071-62/+284
* [master] Server(v6) releases pre-existing leases when client roams to new net...Thomas Markwalder2017-12-071-12/+82
* [master] Honor prefix length hint for returning clientsThomas Markwalder2017-09-061-0/+13
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
* [master] Server now handles prefix/pool prefix length mismatchesThomas Markwalder2017-06-121-10/+8
* [master] Altered v4 lease time handling better handle infinite and large timesThomas Markwalder2017-05-101-15/+19
* [master] Server now supports EUI-64 based address allocation schemeThomas Markwalder2017-04-261-6/+57
* 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