summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-04-06Don't mangle command line arguments with strsep(). MangleKenneth R Westerback
2019-04-03Take the length of an initialized string, not aKenneth R Westerback
2019-04-03Default to port 853 if DoT is used; pointed out by teduFlorian Obser
2019-04-03Add comment to prod updates to regress/sbin/disklabelKenneth R Westerback
2019-04-02be consistent with "DoT"; from raf czlonkaJason McIntyre
2019-04-02When curve25519 was added to iked, it was based on the internet-draft andStuart Henderson
2019-04-02move the captive portal text into the actual block;Jason McIntyre
2019-04-02use a compact list for previous, and tweak a little; ok florianJason McIntyre
2019-04-02the fiendishly that needed some extra space here didn't pan outFlorian Obser
2019-04-02Simplify code; we can loop over our resolvers now.Florian Obser
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
2019-04-02Collapse case statements to a common fall through and use the passedFlorian Obser
2019-04-02Introduce array of resolvers in preparation of custom orderingFlorian Obser
2019-04-02Add human readable parsing/display of RFC1035 data in domain-searchKenneth R Westerback
2019-04-02Use consistant idiom for checking return value ofKenneth R Westerback
2019-04-02No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice inKenneth R Westerback
2019-04-02Remove l_perror() and rely on warn() for failureKenneth R Westerback
2019-04-01Reduce code duplication and ensure that a type of resolver and it'sFlorian Obser
2019-04-01Implement "Authentication Domain Names" configuration as per RFC 8310Florian Obser
2019-04-01Bring documentation into better correspondanceKenneth R Westerback
2019-04-01No need to save/restore fields across the invocation ofKenneth R Westerback
2019-03-31simpler display;Jason McIntyre
2019-03-31update the default partition sizes in the man page as wellPeter Hessler
2019-03-31when using the auto partitioner, grow minimum size for /usr to 1300M.Peter Hessler
2019-03-31Restore -t behaviourkn
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-03-31Enhance prompt shown during -E label editing. AlwaysKenneth R Westerback
2019-03-31we don't need to set openssl lock callbacks. this code is not threaded.Ted Unangst
2019-03-31use AI_NUMERICHOST for ip conversion. ok florianTed Unangst
2019-03-30Shuffle captive portal detection around.Florian Obser
2019-03-30Fail on invalid netmasks when filling tableskn
2019-03-30Do not try to print NULL with %s.Florian Obser
2019-03-30update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)Florian Obser
2019-03-29point readers to individual driver pages for notes on powersave; ok stspJason McIntyre
2019-03-27Add support for displaying fontwidth and fontheight values, this allowsFrederic Cambus
2019-03-27comment out the optional "duration" argument to powersave:Jason McIntyre
2019-03-26note that powersave is disabled by default (i.e. no need to explicitlyJason McIntyre
2019-03-24Reduce debug logging in best_resolver() to two lines, helps a bit withFlorian Obser
2019-03-24recheck all resolvers when we are no longer behind a captive portalFlorian Obser
2019-03-24Do not check every resolver every 30 seconds as that is wasteful andFlorian Obser
2019-03-24If we can't check the resolver its state is UNKNOWN.Florian Obser
2019-03-24remove useless debug outputFlorian Obser
2019-03-22Revert parts of recent changes to pretty_print_domain_search(). PartsKenneth R Westerback
2019-03-22No need to log that the DHCP lease file doesn't exist.Jeremie Courreges-Anglas
2019-03-21punctuation needs to be preceeded by a space, in Scots;Jason McIntyre
2019-03-21Clarify verbiage. If we could just write it in Scots thenKenneth R Westerback
2019-03-21Simplify merge_option_data() with strpbrk().Kenneth R Westerback
2019-03-20Do not accept dhclient.conf(5) "prepend" or "append" statements whenKenneth R Westerback
2019-03-19Parsing error messages display only the first 80 characters of theKenneth R Westerback
2019-03-19delay dropping privs a bit when root so that setrtable works.Ted Unangst