summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-09-14When the dhcp server is unreachable via unicast UDP retry broadcast.Florian Obser
2021-09-13disk.dk_size can't be 0 as we errx() if that happens duringKenneth R Westerback
2021-09-13Document that the editing command 'disk' takes an optional units argument.Kenneth R Westerback
2021-09-12Stop taking detour through unit_types[SECTORS] to findKenneth R Westerback
2021-09-10Stop using NULL as a synonym for "s" (SECTORS). Just use "s".Kenneth R Westerback
2021-09-09Simplify logic in USER_edit() loop to eliminate unnecessaryKenneth R Westerback
2021-09-09Scan unit_types[] array using nitems() and eliminate the NULLKenneth R Westerback
2021-09-07Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if weTobias Heider
2021-09-07Fix leak of m if message initialization fails.Tobias Heider
2021-09-06Fix leaks in vroute addr and route caches.Tobias Heider
2021-09-02styleTobias Heider
2021-09-02Split part_type into separate types 'mbr_type' and 'gpt_type',Kenneth R Westerback
2021-09-02atactl(8): few printf("%s", NULL) cleanupSebastien Marie
2021-09-01Improve editing GPT partition type GUID's by rejecting partitionKenneth R Westerback
2021-09-01Add client side support for DNS configuration. Use RTM_PROPOSAL_STATICTobias Heider
2021-08-31Adjust .Bl widthKlemens Nanni
2021-08-31Say autoconf not dhcpKlemens Nanni
2021-08-31shorten some codeTheo de Raadt
2021-08-30Accept dns proposals for the loopback addressesKlemens Nanni
2021-08-30Fix max nameserver proposals limitKlemens Nanni
2021-08-30Clarify how dns proposals are replaced not added per interfaceKlemens Nanni
2021-08-30INADDR_LOOPBACK check needs htonl(3) to workKlemens Nanni
2021-08-30INADDR_LOOPBACK check needs htonl(3) to workKlemens Nanni
2021-08-29nameserver command requires an interface argumentKlemens Nanni
2021-08-29Nuke unused variable and unnecessary initialization.Kenneth R Westerback
2021-08-28Add hex_octet() so the strtol(..,16) dance is done in just oneKenneth R Westerback
2021-08-27Replace stray hand-rolled nitems() with nitems().Kenneth R Westerback
2021-08-25Two more Capt. Obvious comments go away.Kenneth R Westerback
2021-08-25Don't use log_procname before it is initialized. In particularKenneth R Westerback
2021-08-25Consolidate '-e' edit command parsing into ask_cmd(), simplifyingKenneth R Westerback
2021-08-24Add an #ifdef DEBUG/#endif chunk that dumps the entire GPT header whenKenneth R Westerback
2021-08-24When an interface disappears, e.g. when a usb dongle gets unplugged,Florian Obser
2021-08-24When an interface disappears, e.g. when a usb dongle gets unplugged,Florian Obser
2021-08-24use Pa for resolv.conf.tail, since there is no longer a man pageJason McIntyre
2021-08-24make SYNOPSIS match usage to indicate -l is optional in:Jason McIntyre
2021-08-24A couple more Capt. Obvious comments can go.Kenneth R Westerback
2021-08-24Trim leading/trailing whitespace from -e input to make commandKenneth R Westerback
2021-08-23Say which read failed, helps debugging.Florian Obser
2021-08-23We don't have a config file on the ramdisks; prevents a warning.Florian Obser
2021-08-23Since we have a config file now we should Xr its manpage.Florian Obser
2021-08-18Add veb(4) to the list of pseudo devices that can be created.solene
2021-08-17document 11ac as a valid wireless mode; ok stspJason McIntyre
2021-08-15Don't check & errx() after each and every invocation ofKenneth R Westerback
2021-08-14Use new val-max-restart: 0 option to stop unwind from trying differentFlorian Obser
2021-08-14Fix "no previous prototype" warningFlorian Obser
2021-08-14sync to unbound 1.13.2Florian Obser
2021-08-12Oops. Lost a 'nitems()' chunk during last commit. Don'tKenneth R Westerback
2021-08-12Make it possible to ignore routes or nameservers from a lease as wellFlorian Obser
2021-08-12Further reduce cross-file confusion by adding USER_help() andKenneth R Westerback
2021-08-10Go back to using Xwrite() during initialization phase to makeKenneth R Westerback