summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2017-10-11Repair printing of classless-static-routes to leasesKenneth R Westerback
2017-10-10Tweak parse_boolean() to be more like its friends.Kenneth R Westerback
2017-10-10Tweak parse_cidr() to be more like its friends.Kenneth R Westerback
2017-10-09Tweak parse_lease_time() to emit a single message onKenneth R Westerback
2017-10-09Tweak parse_ip_addr() to emit a single message onKenneth R Westerback
2017-10-08Simply parse_date() by trusting strptime() more and omittingKenneth R Westerback
2017-10-05tables.c was unhooked from the build a while ago.Kenneth R Westerback
2017-10-05'DENY' is a dhcpd-only thing. No need to parse it inKenneth R Westerback
2017-09-29don't be silent on auto-allocation failure in write mode. ok millert@ krw@Otto Moerbeek
2017-09-28Correct the timeout used when select-timeout isKenneth R Westerback
2017-09-26- pfctl always prints warning when flushes rulesetAlexandr Nedvedicky
2017-09-22Remove the '-u' command line option toKenneth R Westerback
2017-09-21Shorten and otherwise tweak the verbiageKenneth R Westerback
2017-09-21Fix '-u' option (reject offers that include unknownKenneth R Westerback