summaryrefslogtreecommitdiff
path: root/sbin/dhcpleased
AgeCommit message (Expand)Author
2022-08-29Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,Theo de Raadt
2022-08-19Document lease filesKlemens Nanni
2022-07-23Let the kernel delete the (default) route when we deconfigure theFlorian Obser
2022-07-23Send an IFP to distinguish (default) routes over different interfacesFlorian Obser
2022-07-14When the autoconf flag flaps around we might end up with multiple bpfFlorian Obser
2022-06-14The curly braces are tokens in the described language,Ingo Schwarze
2022-05-05Switch the log_warnx() about trailing garbage to log_debug(). After aTheo Buehler
2022-05-04As found by n18fuhtm AT tutanota.com there are dhcp servers that send aFlorian Obser
2022-04-26Do not send a hostname option when we don't have a hostname.Florian Obser
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