OpenBSD CVS

src/sbin/dhcpleased/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / dhcpleased

Current tag: OPENBSD_7_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   21 months  deraadt   Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, resolvd,...
[TXT] bpf.c  1.2   3 years  florian   Only attach a fully configured bpf filter to a network interface. I'm worried we...
[TXT] bpf.h  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] checksum.c  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] checksum.h  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] control.c  1.4   2 years  florian   Do not abuse the IMSG_CTL_SEND_REQUEST imsg to transition to REBOOTING. There wi...
[TXT] control.h  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] dhcpleased.8  1.6   15 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] dhcpleased.c  1.29   15 months  florian   Use correct order of arguments for shutdown(2). Luckily routesock would never b...
[TXT] dhcpleased.conf.5  1.12   15 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] dhcpleased.h  1.14   2 years  dlg   default the conffile variable to the default file name instead of NULL. this av...
[TXT] engine.c  1.38   2 years  tb   Switch the log_warnx() about trailing garbage to log_debug(). After a maintenanc...
[TXT] engine.h  1.3   2 years  florian   Put (boot) filename, next-server, host-name and domain-name into lease file for ...
[TXT] frontend.c  1.30   22 months  florian   When the autoconf flag flaps around we might end up with multiple bpf FDs in fli...
[TXT] frontend.h  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] log.c  1.1   3 years  florian   Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers...
[TXT] log.h  1.3   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] parse.y  1.7   2 years  dlg   default the conffile variable to the default file name instead of NULL. this av...
[TXT] printconf.c  1.4   2 years  florian   Make host name DHCP option configurable. Diff from hagen@sdf.org, tweaks by me. ...