summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-11-13add a generic packet rate matching filter. allows things likeHenning Brauer
2017-11-12Clone epoch value in clone_lease(), not manually.Kenneth R Westerback
2017-11-09tweak previous;Jason McIntyre
2017-11-09Use lease 'epoch' (time lease was acquired) to calculate timers forKenneth R Westerback
2017-11-08Add a type cast to force signed comparison. This fixes a loopVisa Hankala
2017-11-08Do not accept superfluous arguments.Patrick Wildt
2017-11-08In the final RFC 5903 the computation for the DH shared secret changed.Patrick Wildt
2017-11-08For IPcomp we need to load explicit ESP-flows for the IPIP or IPCOMPPatrick Wildt
2017-11-06Add lease declaration 'epoch' to hold the time() when a lease isKenneth R Westerback
2017-11-06Add format 't' to parse_decimal() for signed 64-bitKenneth R Westerback
2017-11-05ifconfig <if> giftunnel was deprecated in 2001, it's never too late toSebastian Benoit
2017-11-04Don't keep blindly chugging along when receiving an unexpected imsg,Florian Obser
2017-11-04Decline duplicate offers for the requested address, as areKenneth R Westerback
2017-11-03There can be multiple default routers sending router advertisements.Florian Obser
2017-10-30Fix '-L' file handling. Mixing idioms in previous cleanups ended upKenneth R Westerback
2017-10-30Exit printing an error message if SIOCSIFMEDIA fails.Martin Pieuchot
2017-10-30In the subjectAltName comparison, the bzero before the while-loop wasPatrick Wildt
2017-10-27zap a bad space in usage(): sorry ken for not spotting!Jason McIntyre
2017-10-27Add '-n' option to just parse dhclient.conf for errors.Kenneth R Westerback
2017-10-27Support multiple subjectAltNames by trying each existing until therePatrick Wildt
2017-10-27In the final RFC 5903 the computation for the DH shared secret changed.Patrick Wildt
2017-10-27Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.Martin Pieuchot
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-23Use 'for (;;)' instead of a mix of "while (1) {}" andKenneth R Westerback
2017-10-23Use same parse_warn() verbiage in parse_lease_time() as thatKenneth R Westerback
2017-10-23Enforce dhclient.conf prohibitions on nesting 'interface'Kenneth R Westerback
2017-10-21Last but not least, bring parse_interface_declaration()Kenneth R Westerback
2017-10-21Whitespace.Kenneth R Westerback
2017-10-21Bring parse_client_lease_statement() into the new world byKenneth R Westerback
2017-10-20prev_line and cur_line can be static.Kenneth R Westerback
2017-10-20Split eol() from get_char() so that token assmebly that isKenneth R Westerback
2017-10-20Flense dhclient.conf.5 down to useful information. MoveKenneth R Westerback
2017-10-19Nuke special case for '\n' in skip_to_semi() andKenneth R Westerback
2017-10-18Typo, from Hiltjo Posthuma.Martin Pieuchot
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-17Do not print an extra line if the 'get' command succeeds.Martin Pieuchot
2017-10-16Print the correct message and return an error code when no route entryMartin Pieuchot
2017-10-16Sort & update syntax comments to match code. SortKenneth R Westerback
2017-10-16Bring parse_reject_statement() into line byKenneth R Westerback
2017-10-14Whitespace fix.Kenneth R Westerback
2017-10-14Refactor parsing of hex sequences. Rename parse_X()Kenneth R Westerback
2017-10-14Tweak parse_option_list() to return 0/1 to indicate success,Kenneth R Westerback
2017-10-13Tweak parse_option_decl() to return 0/1 to indicate success,Kenneth R Westerback
2017-10-12Don't leak string that overflows the option data buffer.Kenneth R Westerback
2017-10-12Stop leaks of SSID strings. Whitespace fix.Kenneth R Westerback
2017-10-12Make parse_string() toe the new line by returningKenneth R Westerback
2017-10-11Works better when both files in a diff areKenneth R Westerback
2017-10-11Eliminate unneeded intermediate variable. FixKenneth R Westerback
2017-10-11Tweak parse_date() again, this time to factorKenneth R Westerback
2017-10-11Tweak parse_decimal() and its invocations to emit aKenneth R Westerback