summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge preliminary prefix class supportSteven Barth2013-08-314-18/+24
* Merge branch 'hnet'Steven Barth2013-08-315-6/+30
|\
| * Merge remote-tracking branch 'up/master' into hnetMarkus Stenberg2013-08-011-7/+7
| |\
| * \ Merge remote-tracking branch 'up/master' into hnetMarkus Stenberg2013-07-313-7/+60
| |\ \
| * | | Add support for colored address in IA_NAMaico Le Pape2013-07-312-1/+10
| * | | Merge branch 'master' into hnetMarkus Stenberg2013-06-248-110/+857
| |\ \ \
| * | | | Fixed prefix class finding - it was starting from wrong offset. Now works.Markus Stenberg2013-03-261-1/+1
| * | | | Merge branch 'master' into hnetMarkus Stenberg2013-03-261-1/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'bugfix' into hnetMarkus Stenberg2013-03-261-7/+7
| |\ \ \ \ \
| * | | | | | First hnet-based version.Markus Stenberg2013-03-265-7/+22
* | | | | | | Remove DAD for now due to kernel issuesSteven Barth2013-08-303-73/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix including PD in requestSteven Barth2013-08-011-7/+7
| |_|_|_|/ |/| | | |
* | | | | Include IAs in Request to be more compatible with some serversSteven Barth2013-07-313-4/+57
* | | | | Add better overflow safety in resendSteven Barth2013-07-031-3/+3
| |_|_|/ |/| | |
* | | | Allow overriding the interface-identifier for public addressesSteven Barth2013-06-183-13/+24
* | | | Add sanity checks for NDP and MTU parameters from RAsSteven Barth2013-06-131-3/+4
* | | | Work around false-positive DAD-hitsSteven Barth2013-05-313-6/+21
* | | | Fix handling of multiple RAs in a row.Steven Barth2013-05-311-0/+2
* | | | Add more sanity checks and logging to DADSteven Barth2013-05-281-2/+10
* | | | Honor T1 and T2 from server betterSteven Barth2013-05-211-17/+11
* | | | Fix reconfigure accept option transmissionSteven Barth2013-05-211-4/+3
* | | | Fix IA expiring logicSteven Barth2013-05-202-5/+7
* | | | script: fix delay call handlingSteven Barth2013-05-151-2/+7
* | | | Export AFTR-IP as well and update READMESteven Barth2013-05-131-0/+25
* | | | Fix possible buffer overflows in DNS handlingSteven Barth2013-05-131-1/+2
* | | | Add support for DS-Lite AFTRSteven Barth2013-05-123-5/+18
* | | | Use key=val pairs for additional prefix paramsSteven Barth2013-05-081-1/+1
* | | | Readjust call-delay to be more backward-compatibleSteven Barth2013-05-051-2/+5
* | | | Set a global default DHCPv6 exchange timeoutSteven Barth2013-05-053-12/+35
* | | | Set default SOL_MAX_RT to 1hSteven Barth2013-04-231-1/+1
* | | | Several bugfixesSteven Barth2013-04-221-3/+4
* | | | Set SOL_MAX_RT to 7200 according to RFC 6204 bisSteven Barth2013-04-211-1/+1
* | | | Fix authentication option formatSteven Barth2013-04-141-1/+0
* | | | 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