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