index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhcpleased
Age
Commit message (
Expand
)
Author
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
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
[next]