]> git.decadent.org.uk Git - odhcp6c.git/history - src/dhcpv6.c
added command line switch for strict oro
[odhcp6c.git] / src / dhcpv6.c
2014-01-27 Kaspar Schleiseradded command line switch for strict oro
2014-01-27 Kaspar Schleiserfix NTP server option handling
2014-01-11 sbyxMerge pull request #11 from NeoRaider/fixes
2014-01-10 Matthias SchifferWhitespace fixes
2014-01-05 Steven BarthSwitch to a leaner MD5 library
2013-12-30 Steven BarthRevert to old behaviour regarding information requests
2013-12-30 Steven BarthRevert "Server unicast option support"
2013-12-30 Steven BarthFix compilation and cleanup
2013-12-30 sbyxMerge pull request #9 from dedeckeh/master
2013-12-30 Hans DedeckerSupport for SOL_MAX_RT and INF_MAX_RT options (RFC7083)
2013-12-27 Hans DedeckerDrop DHCPv6 messages containing invalid option length
2013-12-27 Hans DedeckerRevert "Fix handling of DHCPv6 messages containing...
2013-12-12 Hans DedeckerFix handling of DHCPv6 messages containing option lengt...
2013-12-12 Hans DedeckerFix server candidate selection logic
2013-12-01 Hans DedeckerFine tune server candidate selection logic
2013-12-01 Hans DedeckerFix receive rounds end condition
2013-12-01 Hans DedeckerRemove setsockopt error checking
2013-11-13 Hans DedeckerServer unicast option support
2013-11-13 Hans DedeckerImproved message validation checks and socket error...
2013-10-29 Steven BarthBe less verbose when sending solicits
2013-10-23 Steven BarthFix compilation on 64-bit platforms
2013-10-23 Hans Dedeckerodhpc6c: status code support in reply
2013-10-23 Hans Dedeckerodhcp6c: preference and status code support in advertise
2013-10-23 Hans Dedeckerodhcp6c: message retransmission count support
2013-10-17 Steven BarthFix handling of PD-Advertisements
2013-10-14 Steven BarthMake SOL_MAX_RT configurable and default to 120
2013-10-14 Steven BarthPrefer servers with bigger prefixes
2013-10-11 Steven BarthDon't hang indefinitely if REQUEST is never answered
2013-10-07 Steven Barthodhcp6c: improve server selection
2013-09-21 Steven BarthHandle NoAddrsAvail IA-status
2013-09-18 Steven BarthRestart transaction if server returns IAID error code
2013-09-12 Steven BarthAdd default T1, T2, T3 for buggy servers
2013-08-31 Steven BarthMerge preliminary prefix class support
2013-08-31 Steven BarthMerge branch 'hnet'
2013-08-01 Markus StenbergMerge remote-tracking branch 'up/master' into hnet
2013-08-01 Steven BarthFix including PD in request
2013-07-31 Markus StenbergMerge remote-tracking branch 'up/master' into hnet
2013-07-31 Steven BarthInclude IAs in Request to be more compatible with some...
2013-07-31 Maico Le PapeAdd support for colored address in IA_NA
2013-07-03 Steven BarthAdd better overflow safety in resend
2013-06-24 Markus StenbergMerge branch 'master' into hnet
2013-05-21 Steven BarthHonor T1 and T2 from server better
2013-05-21 Steven BarthFix reconfigure accept option transmission
2013-05-20 Steven BarthFix IA expiring logic
2013-05-12 Steven BarthAdd support for DS-Lite AFTR
2013-04-23 Steven BarthSet default SOL_MAX_RT to 1h
2013-04-22 Steven BarthSeveral bugfixes
2013-04-21 Steven BarthSet SOL_MAX_RT to 7200 according to RFC 6204 bis
2013-04-08 Steven BarthAdd reconfigure authentication
2013-04-07 Steven BarthInitial support for RFC 6603
2013-04-04 Steven BarthUpdate license headers
2013-03-26 Markus StenbergFixed prefix class finding - it was starting from wrong...
2013-03-26 sbyxMerge pull request #6 from fingon/bugfix
2013-03-26 Markus StenbergMerge branch 'master' into hnet
2013-03-26 Markus StenbergMerge branch 'bugfix' into hnet
2013-03-26 Markus StenbergFirst hnet-based version.
2013-03-25 Steven BarthFix IA-status detection
2013-03-18 Steven BarthFix several incorrect array indices
2013-03-08 Steven BarthFix timing issues with large T1 and T2 values
2013-02-11 Steven BarthDo not send undesired preferences for valid and / or...
2013-02-03 Steven BarthFix timer signedness
2013-02-03 Steven BarthFix timing issues
2013-02-02 Steven BarthMore IA_NA and IA_PD fixes
2013-02-02 Steven BarthFix generation of IA_PD and IA_NA attributes
2013-02-01 Steven Barthreact more quickly to DHCPv6-replies
2013-01-30 Steven BarthAdd RA-handling support
2013-01-21 Steven BarthFix calculation of preferred and valid times
2013-01-18 Steven BarthFix DNS-server parsing with more than one server
2013-01-17 Steven BarthDetect a suitable MAC if the main interface doesn't...
2013-01-17 Steven BarthRemove support for lost prefixes
2013-01-02 Steven BarthUpdate requested options
2013-01-02 Steven BarthImplement RFC 3319 options
2013-01-02 Steven BarthAdd SNTP option support
2012-12-21 Steven BarthRename function for consistency
2012-11-29 Steven BarthAlways report update when IA_PDs are assigned
2012-11-26 Steven BarthBe more compatible with broken DHCPv6-servers
2012-11-25 Steven BarthInitial commit (expect bugs!)