Age | Commit message (Expand) | Author |
2021-08-12 | Oops. Lost a 'nitems()' chunk during last commit. Don't | Kenneth R Westerback |
2021-08-12 | Make it possible to ignore routes or nameservers from a lease as well | Florian Obser |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
2021-08-10 | Go back to using Xwrite() during initialization phase to make | Kenneth R Westerback |
2021-08-10 | Eliminate single use 'error' vars by directly | Kenneth R Westerback |
2021-08-07 | style(9) says sort getopt() options and the following switch {} | Kenneth R Westerback |
2021-08-07 | Nuke a few Capt. Obvious comments. | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
2021-08-07 | Nuke 'p' that r1.97 snuck into getopt() invocation back in 2015. | Kenneth R Westerback |
2021-08-07 | Comment typo 'mmbr' -> 'mbr'. | Kenneth R Westerback |
2021-08-07 | Go to REBOOTING state when interface config changed on reload. | Florian Obser |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-08-05 | for nameserver usage, show multiple addresses as "address ..."; ok benno | Jason McIntyre |
2021-08-05 | superflous -> superfluous | Theo Buehler |
2021-08-05 | mark up the nameserver command; | Jason McIntyre |
2021-08-05 | sort the new nameserver text; rework it a little; sort SEE ALSO; | Jason McIntyre |
2021-08-04 | reference route(8) new nameserver command. | Sebastian Benoit |
2021-08-04 | Add a new 'nameserver' command to route(8). | Sebastian Benoit |
2021-08-04 | Do not enter a tight INIT -> REQUESTING -> INIT loop when the dhcp | Florian Obser |
2021-08-03 | Increase default data bytes limit for Child SAs to 4 GB. | tobhe |
2021-08-01 | Do not abuse the IMSG_CTL_SEND_REQUEST imsg to transition to | Florian Obser |
2021-07-28 | fix broken small build; ok florian@ | anton |
2021-07-27 | Having 'taken charge' of the interface by eliminating other | Kenneth R Westerback |
2021-07-27 | Please muscle memory when dhclient $if is run and request a new lease. | Florian Obser |
2021-07-27 | Improve markup. | Florian Obser |
2021-07-27 | zap 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-27 | The SIOCAIFADDR_IN6 ioctl could lose a race against another process | Florian Obser |
2021-07-26 | Report write() and ioctl() errors encountered when writing GPT or MBR to disk. | Kenneth R Westerback |
2021-07-26 | small tweaks to dhcpleased.conf(5), ok jmc florian | Stuart Henderson |
2021-07-26 | Implement possibility to send vendor class identifier (option 60) and | Florian Obser |
2021-07-26 | The SIOCAIFADDR ioctl could lose a race against another process | Florian Obser |
2021-07-25 | If the lease didn't contain renewal or rebinding options set the | Florian Obser |
2021-07-25 | Do not doubt a secure (i.e. validated) NXDOMAIN response when we just | Florian Obser |
2021-07-25 | We store a list of resolver strategies in order of their preference in | Florian Obser |
2021-07-24 | Capitalise DNS response code, stub learns from SLAAC, clarify wording | kn |
2021-07-23 | When dhcpleasectl asks to send a new request on an interface we are | Florian Obser |
2021-07-22 | mbrfile can be const. | Kenneth R Westerback |
2021-07-22 | Make dhcpleased(8) always configure provided routes, regardless of | Stefan Sperling |
2021-07-22 | Send rDNS proposals on ramdisks | kn |
2021-07-22 | Have PRT_protected_guid() return 0/-1 like everything else | Kenneth R Westerback |
2021-07-22 | Tweak some err() verbiage. | Kenneth R Westerback |
2021-07-21 | A couple of missed 'const'. | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-21 | Use exclusive lock under /dev/, silence expected errors in installer | kn |
2021-07-19 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-19 | Abstract reading the built-in MBR or MBR file into | Kenneth R Westerback |
2021-07-19 | MBR_protective_mbr() can take a const struct mbr *. | Kenneth R Westerback |
2021-07-19 | An MBR knows (mbr_lba_self) where it is supposed to go, no | Kenneth R Westerback |
2021-07-19 | Revert incorrect tweaks to disk geometry calculations and | Kenneth R Westerback |