Age | Commit message (Expand) | Author |
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 |
2021-04-14 | my fingers cannot avoid KNF'ing as I review code | Theo de Raadt |
2021-04-10 | Make sure the ip header lands on a 4 byte alignment by adding 2 bytes | Florian Obser |
2021-04-09 | When a DHCP server sends an invalid T1 or T2 default back to the default | Martijn van Duren |
2021-04-08 | Do not request unused "classless-static-routes" dhcp-options(5) | kn |
2021-03-27 | If we want to configure default routes over multiple interfaces we | Florian Obser |
2021-03-22 | BOOTP has a minimum packet length of 300 bytes. Since DHCP is | Florian Obser |
2021-03-22 | Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian | Otto Moerbeek |
2021-03-19 | RTM_IFINFO is providing the mac address now, no need to go through | Florian Obser |
2021-03-17 | Split off init_ifaces from update_iface. init_ifaces discovers the | Florian Obser |
2021-03-16 | Don't (try to) deconfigure an interface that was never configured. | Florian Obser |
2021-03-16 | We can't learn anything interesting from RTM_NEWADDR, stop handling | Florian Obser |
2021-03-14 | Since we are doing getifaddrs() anyway we can get the rdomain out of | Florian Obser |
2021-03-07 | Reduce debug logging by moving protocol level debug log | Florian Obser |
2021-03-07 | No need to cap the exponential backoff here, iface_timeout() already | Florian Obser |
2021-03-06 | Turns out there are dhcp servers that ignore DHCPREQUEST messages when | Florian Obser |
2021-03-02 | Only attach a fully configured bpf filter to a network interface. | Florian Obser |
2021-03-02 | Must include netinet/in.h before netinet/ip.h or bad things happen. | Claudio Jeker |
2021-03-02 | Make unveiling the lease directory a warning instead of a fatal error | Florian Obser |
2021-03-02 | Better unveil error messages; requested by deraadt some time ago. | Florian Obser |