Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-21 | default the conffile variable to the default file name instead of NULL. | David Gwynne |
2022-02-16 | According to RFC 2132, 2. BOOTP Extension/DHCP Option Field Format | Florian Obser |
2022-01-04 | Make host name DHCP option configurable. | Florian Obser |
2021-12-18 | Make sure we receive what we expect over imsg. | Florian Obser |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-12-13 | Only generate a new xid on state change. | Florian Obser |
2021-12-13 | Treat xid as a uint32_t in network byte order on the wire. | Florian Obser |
2021-12-13 | Replace struct member assignment with struct assignment to make the | Florian Obser |
2021-12-09 | Rework in which state to add and not add the server-ip and | Florian Obser |
2021-11-20 | Send default client identifier when a config file is present but no | Florian Obser |
2021-11-14 | When we transition from RENEWING to REBINDING state we have to | Florian Obser |
2021-10-28 | Accept server replies from any server port | Klemens Nanni |
2021-10-20 | Do not ignore carp(4) interfaces. | Florian Obser |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-09-21 | Use upercase DHCP and sprinkle in some ":". | Florian Obser |
2021-09-20 | Document how a 0 byte can be encoded for client-id. | Florian Obser |
2021-09-20 | According to RFC 2132 (9.14. Client identifier) a hardware type of 0 | Florian Obser |
2021-09-16 | dhcpleased(8) does not (yet?) track if routes it added are deleted | Florian Obser |
2021-09-15 | Rewrite and simplify dhcpleasectl(8). | Florian Obser |
2021-09-15 | Remove configured routes no longer present in lease. | Florian Obser |
2021-09-14 | When the dhcp server is unreachable via unicast UDP retry broadcast. | Florian Obser |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-08-23 | Say which read failed, helps debugging. | Florian Obser |
2021-08-23 | We don't have a config file on the ramdisks; prevents a warning. | Florian Obser |
2021-08-23 | Since we have a config file now we should Xr its manpage. | Florian Obser |
2021-08-12 | Make it possible to ignore routes or nameservers from a lease as well | Florian Obser |
2021-08-07 | Go to REBOOTING state when interface config changed on reload. | Florian Obser |
2021-08-04 | Do not enter a tight INIT -> REQUESTING -> INIT loop when the dhcp | Florian Obser |
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 | 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-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-23 | When dhcpleasectl asks to send a new request on an interface we are | Florian Obser |
2021-07-22 | Make dhcpleased(8) always configure provided routes, regardless of | Stefan Sperling |
2021-07-21 | Use exclusive lock under /dev/, silence expected errors in installer | kn |
2021-07-18 | Ignore routers option when a classless static routes option is present | Florian Obser |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-06-20 | Put (boot) filename, next-server, host-name and domain-name into lease | Florian Obser |
2021-06-18 | fix SMALL build | Florian Obser |
2021-06-16 | Actually request classless static routes from the dhcp server; missed | Florian Obser |
2021-06-16 | Implement classless static routes dhcp option. | Florian Obser |
2021-05-01 | In singel user mode / is mounted ro. Just warn if we can't create | Florian Obser |
2021-05-01 | Allow running in single user mode where /var/empty doesn't exist by | Florian Obser |