summaryrefslogtreecommitdiff
path: root/src/dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of DHCPv6 replies containing unrequested IA_NA/IA_PD optionsVladislav Grishenko2015-02-171-0/+4
* set default information refresh time to 86400 as per RFC 4242v1.1Steven Barth2015-01-131-1/+1
* Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entrySteven Barth2014-12-101-2/+2
* More compatibility with non RFC-compliant serversSteven Barth2014-11-301-2/+13
* Be less picky when erroring out due to strange IA status-codesSteven Barth2014-11-281-16/+1
* Fix initial delay of SOLICIT messageSteven Barth2014-11-281-2/+2
* Fix msghdr initialization on muslSteven Barth2014-11-181-3/+5
* Fix parsing empty IA_NA, IA_PD and invalid IA_ADDR optionsVladislav Grishenko2014-10-101-6/+7
* Export DHCPv6 server address to envSteven Barth2014-10-061-9/+16
* Enable softwire-support by defaultv1.0Steven Barth2014-08-251-4/+0
* Also test for correct IA-ID for IA_NASteven Barth2014-08-221-1/+1
* ia_na: use big-endian 1 as IAIDSteven Barth2014-08-221-1/+1
* Filter FQDN as wellSteven Barth2014-05-301-0/+1
* Improve filterSteven Barth2014-05-301-1/+1
* filter DNS-domain from passthruSteven Barth2014-05-231-0/+1
* Add support for DHCPv6 option passthruSteven Barth2014-05-231-10/+33
* Ignore multiple MAP-E instances for now and output DMR / BR for every ruleSteven Barth2014-04-281-1/+4
* Initial support for MAP & LW4O6 provisioningSteven Barth2014-04-281-0/+16
* Fix falloutSteven Barth2014-04-091-0/+2
* Revert "Revert to old behaviour regarding information requests"Steven Barth2014-04-091-4/+1
* Add user-class option in help text and minor clean upHans Dedecker2014-04-031-1/+0
* Correctly clear CERSteven Barth2014-04-011-0/+1
* Don't disable looping (meh)Steven Barth2014-04-011-1/+0
* Add initial support for CER-IDSteven Barth2014-03-301-1/+12
* Fix building with clang 3.4Steven Barth2014-03-181-1/+1
* Fix HMAC-MD5 verify in reconfigureSteven Barth2014-03-111-2/+4
* Reintroduce Reconfigure-Accept in Request-MessageSteven Barth2014-02-171-6/+4
* use enum to specify order and indexes of iov struct.Kaspar Schleiser2014-02-121-22/+39
* Fix fallout from userclass additionSteven Barth2014-02-061-5/+5
* Fix T1, T2 and T3 timer values in case of infinite time valuesHans Dedecker2014-02-051-11/+16
* Add user-class optionSteven Barth2014-02-051-3/+11
* Bump copyright headersSteven Barth2014-01-291-1/+1
* add support Vendor Class optionKaspar Schleiser2014-01-271-7/+18
* allow disabling "client fqdn" and "accept reconfiguration" optionsKaspar Schleiser2014-01-271-2/+13
* add support for multiple prefixes with distinct IAIDsKaspar Schleiser2014-01-271-51/+97
* added command line switch for strict oroKaspar Schleiser2014-01-271-4/+6
* fix NTP server option handlingKaspar Schleiser2014-01-271-3/+8
* Whitespace fixesMatthias Schiffer2014-01-101-14/+14
* Switch to a leaner MD5 librarySteven Barth2014-01-051-9/+9
* Revert to old behaviour regarding information requestsSteven Barth2013-12-301-1/+4
* Revert "Server unicast option support"Steven Barth2013-12-301-44/+3
* Fix compilation and cleanupSteven Barth2013-12-301-7/+5
* Support for SOL_MAX_RT and INF_MAX_RT options (RFC7083)Hans Dedecker2013-12-301-16/+50
* Drop DHCPv6 messages containing invalid option lengthHans Dedecker2013-12-271-1/+1
* Revert "Fix handling of DHCPv6 messages containing option lengths exceeding t...Hans Dedecker2013-12-271-5/+1
* Fix handling of DHCPv6 messages containing option lengths exceeding the messageHans Dedecker2013-12-121-1/+5
* Fix server candidate selection logicHans Dedecker2013-12-121-17/+23
* Fine tune server candidate selection logicHans Dedecker2013-12-011-45/+91
* Fix receive rounds end conditionHans Dedecker2013-12-011-1/+1
* Remove setsockopt error checkingHans Dedecker2013-12-011-24/+15