summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
Commit message (Expand)AuthorAgeFilesLines
* Add padding between odhcp6c_entry structures to ensure 32-bit alignmentBen Hutchings2016-01-281-7/+9
* Fix iteration after expiring a list entryBen Hutchings2016-01-281-2/+6
* Change odhcp6c_insert_state to return a success/failure indicatorBen Hutchings2016-01-281-2/+4
* odhcp6c: sync and accumulate RA & DHCPv6 events correctlySteven Barth2015-07-271-17/+23
* Avoid of waiting for Advertise in stateless-only modeVladislav Grishenko2015-04-251-2/+3
* Fix SOL_MAX_RT default value to match RFC 3315Steven Barth2015-04-201-1/+1
* Improve handling of DNS search domainsSteven Barth2015-04-131-10/+14
* Fix odhcp6c_find_entrySteven Barth2015-04-121-2/+2
* Remove obsolete prefix class supportSteven Barth2015-04-121-3/+1
* properly handle return codesJohn Crispin2015-03-301-3/+3
* Minor help string clarification for client-IDJan Janak2014-12-311-1/+1
* 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-101-8/+4
* Cleanup pidfile-gernerationSteven Barth2014-11-281-10/+6
* Be less verbose by default and add -v flagSteven Barth2014-11-181-2/+10
* odhcp6c: Set bound state true before script_call in statefull modeHans Dedecker2014-10-081-1/+1
* Ensure signal-safety of signal handlersSteven Barth2014-10-081-4/+1
* Export DHCPv6 server address to envSteven Barth2014-10-061-0/+2
* Remove BFD from master-branch (kept in BFD-branch)Steven Barth2014-08-131-25/+0
* Fix falloutSteven Barth2014-04-091-0/+1
* Revert "Revert to old behaviour regarding information requests"Steven Barth2014-04-091-10/+1
* Add user-class option in help text and minor clean upHans Dedecker2014-04-031-0/+1
* Stop rebinding when all IAs are lostSteven Barth2014-03-241-0/+6
* fix integer overflow after 50 days (thx Hauke Mehrtens)Steven Barth2014-03-071-1/+1
* Set default for min-update-interval to 30Steven Barth2014-03-051-1/+1
* add option to specify minimum interval for accepting RA or DHCP updates.Kaspar Schleiser2014-03-041-3/+10
* Fix invalid use of open()Steven Barth2014-03-011-1/+1
* Make hex-string say base-16 encoded in helpSteven Barth2014-02-191-1/+1
* Fix default sol max rt value in help textHans Dedecker2014-02-051-1/+1
* Fix T1, T2 and T3 timer values in case of infinite time valuesHans Dedecker2014-02-051-1/+3
* Add user-class optionSteven Barth2014-02-051-1/+8
* Don't export IAID as class if IAID is 1 (default)Steven Barth2014-01-291-2/+4
* Bump copyright headersSteven Barth2014-01-291-1/+1
* fix pidfile default in help textKaspar Schleiser2014-01-291-1/+1
* Fix stateless modeSteven Barth2014-01-281-1/+4
* add support Vendor Class optionKaspar Schleiser2014-01-271-1/+10
* allow disabling "client fqdn" and "accept reconfiguration" optionsKaspar Schleiser2014-01-271-4/+16
* add support for multiple prefixes with distinct IAIDsKaspar Schleiser2014-01-271-6/+22
* added command line switch for strict oroKaspar Schleiser2014-01-271-3/+8
* fix NTP server option handlingKaspar Schleiser2014-01-271-1/+2
* Fix race conditions in signal handlingMatthias Schiffer2014-01-101-23/+29
* Whitespace fixesMatthias Schiffer2014-01-101-3/+3
* Revert to old behaviour regarding information requestsSteven Barth2013-12-301-1/+10
* Revert "Server unicast option support"Steven Barth2013-12-301-63/+2
* Support for SOL_MAX_RT and INF_MAX_RT options (RFC7083)Hans Dedecker2013-12-301-2/+2
* Fine tune server candidate selection logicHans Dedecker2013-12-011-80/+100
* Server unicast option supportHans Dedecker2013-11-131-2/+63
* Finalizing bfd workSteven Barth2013-11-111-2/+16
* Fix bfd pingSteven Barth2013-11-061-0/+15
* Detect "carrier up"-events and restart transactionSteven Barth2013-10-301-0/+3