summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make -F and -P arguments position independentSteven Barth2013-10-291-1/+0
* Fix RA spam filter logicSteven Barth2013-10-291-3/+2
* odhpc6c: status code support in replyHans Dedecker2013-10-231-10/+24
* Avoid updating too often if ISP spams RAsSteven Barth2013-10-231-3/+10
* Make SOL_MAX_RT configurable and default to 120Steven Barth2013-10-141-3/+9
* odhcp6c: improve server selectionSteven Barth2013-10-071-6/+17
* Merge preliminary prefix class supportSteven Barth2013-08-311-1/+1
* Merge branch 'hnet'Steven Barth2013-08-311-0/+1
|\
| * Merge remote-tracking branch 'up/master' into hnetMarkus Stenberg2013-07-311-1/+22
| |\
| * \ Merge branch 'master' into hnetMarkus Stenberg2013-06-241-17/+33
| |\ \
| * \ \ Merge branch 'bugfix' into hnetMarkus Stenberg2013-03-261-7/+7
| |\ \ \
| * | | | First hnet-based version.Markus Stenberg2013-03-261-0/+1
* | | | | Remove DAD for now due to kernel issuesSteven Barth2013-08-301-2/+1
| |_|_|/ |/| | |
* | | | Include IAs in Request to be more compatible with some serversSteven Barth2013-07-311-1/+22
| |_|/ |/| |
* | | Allow overriding the interface-identifier for public addressesSteven Barth2013-06-181-2/+10
* | | Work around false-positive DAD-hitsSteven Barth2013-05-311-3/+9
* | | Fix IA expiring logicSteven Barth2013-05-201-1/+1
* | | Readjust call-delay to be more backward-compatibleSteven Barth2013-05-051-2/+5
* | | Set a global default DHCPv6 exchange timeoutSteven Barth2013-05-051-12/+11
* | | Update license headersSteven Barth2013-04-041-1/+1
| |/ |/|
* | Fixed race condition - ra_init may already result in SIGIO, and without signa...Markus Stenberg2013-03-261-7/+7
|/
* Don't output on stderr by defaultSteven Barth2013-03-201-3/+8
* Fix several incorrect array indicesSteven Barth2013-03-181-1/+1
* Add option to not send RELEASE when stoppingSteven Barth2013-03-081-3/+8
* Be less verbose in logSteven Barth2013-02-111-0/+4
* Reverse SLAAC-only logicSteven Barth2013-02-011-3/+4
* Fix entry-update logicSteven Barth2013-02-011-3/+5
* Handle signals more oftenSteven Barth2013-01-311-0/+6
* Prevent OOM DOSSteven Barth2013-01-311-0/+2
* Fix and improve RA-handling codeSteven Barth2013-01-301-5/+11
* Fix safe entry manipulationSteven Barth2013-01-301-1/+1
* Add RA-handling supportSteven Barth2013-01-301-17/+107
* Remove timeout featureSteven Barth2013-01-171-21/+3
* Remove support for lost prefixesSteven Barth2013-01-171-3/+1
* Implement RFC 3319 optionsSteven Barth2013-01-021-0/+2
* Add SNTP option supportSteven Barth2013-01-021-0/+2
* Add started and stopped eventsSteven Barth2013-01-021-0/+3
* Rename function for consistencySteven Barth2012-12-211-1/+1
* Remove "restart" function: out of scopeSteven Barth2012-11-291-32/+2
* Wait 1 second between disable and enable callsSteven Barth2012-11-291-0/+2
* Change order of commands in restart IPv6 modeSteven Barth2012-11-291-1/+1
* Improve syslog-messagesSteven Barth2012-11-281-1/+0
* Initial commit (expect bugs!)Steven Barth2012-11-251-0/+421