summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilationSteven Barth2013-04-081-3/+6
* Add reconfigure authenticationSteven Barth2013-04-084-4/+541
* Initial support for RFC 6603Steven Barth2013-04-073-29/+107
* Update license headersSteven Barth2013-04-046-4/+31
* Merge pull request #6 from fingon/bugfixsbyx2013-03-261-7/+7
|\
| * Fixed race condition - ra_init may already result in SIGIO, and without signa...Markus Stenberg2013-03-261-7/+7
* | Fix IA-status detectionSteven Barth2013-03-251-1/+5
|/
* Don't output on stderr by defaultSteven Barth2013-03-201-3/+8
* Fix priority for on-link routes for prefixesSteven Barth2013-03-201-1/+1
* Fix several incorrect array indicesSteven Barth2013-03-182-2/+2
* Add option to not send RELEASE when stoppingSteven Barth2013-03-081-3/+8
* Fix timing issues with large T1 and T2 valuesSteven Barth2013-03-081-1/+7
* Be less verbose in logSteven Barth2013-02-112-1/+4
* Do not send undesired preferences for valid and / or preferred timesSteven Barth2013-02-111-4/+4
* Fix timer signednessSteven Barth2013-02-031-1/+1
* Fix timing issuesSteven Barth2013-02-031-5/+5
* More IA_NA and IA_PD fixesSteven Barth2013-02-021-34/+33
* Fix generation of IA_PD and IA_NA attributesSteven Barth2013-02-021-2/+5
* Reverse SLAAC-only logicSteven Barth2013-02-011-3/+4
* Fix entry-update logicSteven Barth2013-02-011-3/+5
* Avoid redundant deduplicationSteven Barth2013-02-011-1/+1
* Fix netlink attribute handlingSteven Barth2013-02-011-1/+1
* Detect more DADFAILED casesSteven Barth2013-02-011-3/+3
* Fix segfaultSteven Barth2013-02-011-1/+1
* react more quickly to DHCPv6-repliesSteven Barth2013-02-011-0/+3
* Fix metric calculationSteven Barth2013-01-311-2/+2
* Fix RS attemptsSteven Barth2013-01-311-2/+2
* Handle signals more oftenSteven Barth2013-01-311-0/+6
* Fix RA-route export againSteven Barth2013-01-311-2/+1
* Fix formatting of routesSteven Barth2013-01-311-12/+15
* Prevent OOM DOSSteven Barth2013-01-311-0/+2
* Fix compile errorSteven Barth2013-01-301-1/+1
* Fix and improve RA-handling codeSteven Barth2013-01-304-23/+56
* Fix safe entry manipulationSteven Barth2013-01-302-3/+3
* Add RA-handling supportSteven Barth2013-01-307-345/+552
* Fix calculation of preferred and valid timesSteven Barth2013-01-213-7/+11
* Fix DNS-server parsing with more than one serverSteven Barth2013-01-181-1/+1
* Detect a suitable MAC if the main interface doesn't have one (e.g. ppp)Steven Barth2013-01-171-0/+21
* Remove timeout featureSteven Barth2013-01-171-21/+3
* Remove support for lost prefixesSteven Barth2013-01-174-12/+2
* Update requested optionsSteven Barth2013-01-021-1/+4
* Implement RFC 3319 optionsSteven Barth2013-01-024-1/+24
* Add SNTP option supportSteven Barth2013-01-024-2/+37
* Add started and stopped eventsSteven Barth2013-01-021-0/+3
* Fix compilation on platforms with unsgined charSteven Barth2012-12-221-1/+1
* Add a missing cast for some platformsSteven Barth2012-12-211-1/+2
* Rename function for consistencySteven Barth2012-12-213-5/+5
* Always report update when IA_PDs are assignedSteven Barth2012-11-291-0/+4
* Remove "restart" function: out of scopeSteven Barth2012-11-291-32/+2
* Wait 1 second between disable and enable callsSteven Barth2012-11-291-0/+2