summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2021-08-10Eliminate single use 'error' vars by directlyKenneth R Westerback
2021-08-07style(9) says sort getopt() options and the following switch {}Kenneth R Westerback
2021-08-07Nuke a few Capt. Obvious comments.Kenneth R Westerback
2021-08-07Nuke unneeded #include's, one param.h -> types.h.Kenneth R Westerback
2021-08-07Nuke 'p' that r1.97 snuck into getopt() invocation back in 2015.Kenneth R Westerback
2021-08-07Comment typo 'mmbr' -> 'mbr'.Kenneth R Westerback
2021-08-07Go to REBOOTING state when interface config changed on reload.Florian Obser
2021-08-06Cleanup, clarify and generally polish the MBR/GPT initializationKenneth R Westerback
2021-08-05for nameserver usage, show multiple addresses as "address ..."; ok bennoJason McIntyre
2021-08-05superflous -> superfluousTheo Buehler
2021-08-05mark up the nameserver command;Jason McIntyre
2021-08-05sort the new nameserver text; rework it a little; sort SEE ALSO;Jason McIntyre
2021-08-04reference route(8) new nameserver command.Sebastian Benoit
2021-08-04Add a new 'nameserver' command to route(8).Sebastian Benoit
2021-08-04Do not enter a tight INIT -> REQUESTING -> INIT loop when the dhcpFlorian Obser
2021-08-03Increase default data bytes limit for Child SAs to 4 GB.tobhe
2021-08-01Do not abuse the IMSG_CTL_SEND_REQUEST imsg to transition toFlorian Obser
2021-07-28fix broken small build; ok florian@anton
2021-07-27Having 'taken charge' of the interface by eliminating otherKenneth R Westerback
2021-07-27Please muscle memory when dhclient $if is run and request a new lease.Florian Obser
2021-07-27Improve markup.Florian Obser
2021-07-27zap trailing comma in SEE ALSO;Jason McIntyre
2021-07-27'{' and '}' are fixed parts of the 'interface' decleration', not optional.Theo de Raadt
2021-07-27The SIOCAIFADDR_IN6 ioctl could lose a race against another processFlorian Obser
2021-07-26Report write() and ioctl() errors encountered when writing GPT or MBR to disk.Kenneth R Westerback
2021-07-26small tweaks to dhcpleased.conf(5), ok jmc florianStuart Henderson
2021-07-26Implement possibility to send vendor class identifier (option 60) andFlorian Obser
2021-07-26The SIOCAIFADDR ioctl could lose a race against another processFlorian Obser
2021-07-25If the lease didn't contain renewal or rebinding options set theFlorian Obser
2021-07-25Do not doubt a secure (i.e. validated) NXDOMAIN response when we justFlorian Obser
2021-07-25We store a list of resolver strategies in order of their preference inFlorian Obser
2021-07-24Capitalise DNS response code, stub learns from SLAAC, clarify wordingkn
2021-07-23When dhcpleasectl asks to send a new request on an interface we areFlorian Obser
2021-07-22mbrfile can be const.Kenneth R Westerback
2021-07-22Make dhcpleased(8) always configure provided routes, regardless ofStefan Sperling
2021-07-22Send rDNS proposals on ramdiskskn
2021-07-22Have PRT_protected_guid() return 0/-1 like everything elseKenneth R Westerback
2021-07-22Tweak some err() verbiage.Kenneth R Westerback
2021-07-21A couple of missed 'const'.Kenneth R Westerback
2021-07-21Use a dedicated struct mbr to hold the GPT protective MBR,Kenneth R Westerback
2021-07-21Use exclusive lock under /dev/, silence expected errors in installerkn
2021-07-19Tweak one comment and nuke a bunch of pointless ones.Kenneth R Westerback
2021-07-19Abstract reading the built-in MBR or MBR file intoKenneth R Westerback
2021-07-19MBR_protective_mbr() can take a const struct mbr *.Kenneth R Westerback
2021-07-19An MBR knows (mbr_lba_self) where it is supposed to go, noKenneth R Westerback
2021-07-19Revert incorrect tweaks to disk geometry calculations andKenneth R Westerback