summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2019-03-19Nuke a couple of XXX comments.Kenneth R Westerback
2019-03-18Use same idiom for pretty_print_domain_search() andKenneth R Westerback
2019-03-18Add a couple of checks to ensure option data fits into the proposalKenneth R Westerback
2019-03-18explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROPDavid Gwynne
2019-03-15Correctly interlock config reloads imsgs.Florian Obser
2019-03-15Do not accept a control socket if we already have one.Florian Obser
2019-03-11Make slaacd(8) imsg processing more paranoid. Unexpected size mismatchespamela
2019-03-11sort the mpls options; ok dlgJason McIntyre
2019-03-11tweak previous;Jason McIntyre
2019-03-11Change fatal() to fatalx() where errno is not set.pamela
2019-03-11While strtonum(3) does set errno, we already use errstr to show what'sFlorian Obser
2019-03-11fix the documentation for mpls interfacesDavid Gwynne
2019-03-11remove an extra ; on a lineDavid Gwynne
2019-03-10delete whitespace before a full stop on a text line;Ingo Schwarze
2019-03-07update the error message for the interactive 'n' command to show thatJason McIntyre