Age | Commit message (Expand) | Author |
2024-06-27 | dhclient hasn't prodded us in a long time to renew a lease. | Florian Obser |
2024-06-03 | more sleepy florian knf issues | Theo de Raadt |
2024-06-02 | Switch to rebinding at the rebinding time not when one timeout past. | Florian Obser |
2024-02-13 | Only generate a new xid at the start of getting a new lease. | Florian Obser |
2024-01-26 | Put checksum flags in bpf_hdr to use them in userland dhcpleased. | Jan Klemkow |
2023-12-14 | Use imsg_get_fd() to access the fd passed with the imsg. | Claudio Jeker |
2023-11-25 | whitespace; spotted by kn | Florian Obser |
2023-11-25 | First stab at IPv6-only preferred from RFC8925. | Florian Obser |
2023-11-03 | typo: ignorning -> ignoring | Theo Buehler |
2023-10-10 | Do not copy stack garbage, that's not going to be used. | Florian Obser |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2023-02-15 | Use correct order of arguments for shutdown(2). | Florian Obser |
2022-12-11 | Balance a getifaddrs() with a freeifaddrs(); plugs a leak seen by | Otto Moerbeek |
2022-11-27 | Provide more accurate lock error message | Klemens Nanni |
2022-08-29 | Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, | Theo de Raadt |
2022-08-19 | Document lease files | Klemens Nanni |
2022-07-23 | Let the kernel delete the (default) route when we deconfigure the | Florian Obser |
2022-07-23 | Send an IFP to distinguish (default) routes over different interfaces | Florian Obser |
2022-07-14 | When the autoconf flag flaps around we might end up with multiple bpf | Florian Obser |
2022-06-14 | The curly braces are tokens in the described language, | Ingo Schwarze |
2022-05-05 | Switch the log_warnx() about trailing garbage to log_debug(). After a | Theo Buehler |
2022-05-04 | As found by n18fuhtm AT tutanota.com there are dhcp servers that send a | Florian Obser |
2022-04-26 | Do not send a hostname option when we don't have a hostname. | Florian Obser |
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 |