summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set default information refresh time to 86400 as per RFC 4242v1.1Steven Barth2015-01-131-1/+1
|
* README: adjust for a bit of feature creepSteven Barth2015-01-061-1/+1
|
* Merge pull request #28 from janakj/masterSteven Barth2014-12-311-1/+1
|\ | | | | Minor help string clarification for client-ID
| * Minor help string clarification for client-IDJan Janak2014-12-311-1/+1
|/ | | | | Document that the value of -c must be a 16-bit type (network byte order) followed by a client-ID value. For example, to use a UUID based client-ID (type 4, RFC 6355) one could use the following cmdline option: -c0004<128_bit_uuid_in_hex>
* Avoid sending empty DHCPv6 release messagesSteven Barth2014-12-101-0/+2
|
* Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entrySteven Barth2014-12-104-17/+12
|
* More compatibility with non RFC-compliant serversSteven Barth2014-11-301-2/+13
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Cleanup pidfile-gernerationSteven Barth2014-11-281-10/+6
|
* 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
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Fix msghdr initialization on muslSteven Barth2014-11-181-3/+5
|
* Be less verbose by default and add -v flagSteven Barth2014-11-181-2/+10
|
* update cer-id definitionSteven Barth2014-11-131-3/+0
|
* softwires: avoid unnecessary allocationsSteven Barth2014-10-251-0/+3
|
* Merge pull request #24 from themiron/mastersbyx2014-10-101-6/+7
|\ | | | | Fix parsing empty IA_NA, IA_PD and invalid IA_ADDR options
| * Fix parsing empty IA_NA, IA_PD and invalid IA_ADDR optionsVladislav Grishenko2014-10-101-6/+7
|/
* Merge pull request #23 from dedeckeh/bugfixessbyx2014-10-081-1/+1
|\ | | | | odhcp6c: Set bound state true before script_call in statefull mode
| * odhcp6c: Set bound state true before script_call in statefull modeHans Dedecker2014-10-081-1/+1
|/
* script: don't leak IA_PD / IA_NA if not yet boundSteven Barth2014-10-081-2/+6
|
* Ensure signal-safety of signal handlersSteven Barth2014-10-084-46/+24
|
* Export DHCPv6 server address to envSteven Barth2014-10-064-11/+23
|
* Send RS alternatingly with and without source MACSteven Barth2014-09-271-1/+1
|
* Enable softwire-support by defaultv1.0Steven Barth2014-08-255-28/+14
|
* 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
|
* Remove BFD from master-branch (kept in BFD-branch)Steven Barth2014-08-134-260/+1
|
* Send router solicitations with source link-layer addressbfdSteven Barth2014-07-211-2/+20
|
* 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-233-11/+43
|
* Add MAPE / MAPT / LW4O6 to ReadmeSteven Barth2014-05-081-0/+1
|
* softwire: fix DMR parsingSteven Barth2014-05-081-0/+1
|
* Fix compiler warningSteven Barth2014-04-301-2/+3
|
* MAP: export type value in rulesSteven Barth2014-04-301-4/+6
|
* Fix MAP parameter parsingSteven Barth2014-04-301-13/+30
|
* Ignore multiple MAP-E instances for now and output DMR / BR for every ruleSteven Barth2014-04-282-14/+26
|
* Initial support for MAP & LW4O6 provisioningSteven Barth2014-04-285-0/+163
|
* Fix falloutSteven Barth2014-04-092-0/+3
|
* Revert "Revert to old behaviour regarding information requests"Steven Barth2014-04-092-14/+2
| | | | This reverts commit c98181c4a48c57e405effd1dc9046aaaee6d480f.
* Merge pull request #19 from dedeckeh/bugfixessbyx2014-04-032-1/+1
|\ | | | | Add user-class option in help text and minor clean up
| * Add user-class option in help text and minor clean upHans Dedecker2014-04-032-1/+1
|/
* 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-305-2/+35
|
* Stop rebinding when all IAs are lostSteven Barth2014-03-241-0/+6
|
* Fix building with clang 3.4Steven Barth2014-03-182-2/+3
|
* Fix HMAC-MD5 verify in reconfigureSteven Barth2014-03-111-2/+4
|
* fix integer overflow after 50 days (thx Hauke Mehrtens)Steven Barth2014-03-071-1/+1
|
* ra: don't set nd_ra_{reachable,retransmit} to 0Steven Barth2014-03-051-4/+6
|