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
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
2021-03-02
remove uneeded md5.h include
Jonathan Gray
2021-03-01
Log adding and deleting of IP addresses as well as nameservers.
Florian Obser
2021-03-01
We really must handle all possible enumeration values in
Florian Obser
2021-03-01
Let send_rdns_withdraw and send_deconfigure_interface clean up after
Florian Obser
2021-02-28
Introduce #defines for exponential backoff, explain where they come
Florian Obser
2021-02-27
Restore ability to handle default routes on multiple interfaces, this
Florian Obser
2021-02-27
Path #defines are traditionally prefixed with _PATH.
Florian Obser
2021-02-27
Read the lease file into a statically sized buffer and pass it over to
Florian Obser
2021-02-26
Sort SEE ALSO and fix its punctuation.
Theo Buehler
2021-02-26
Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases
Florian Obser
[prev]