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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   20 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   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] dhcpleased.c  1.30   7 months  florian   Do not copy stack garbage, that's not going to be used. Pointed out by gcc via ...
[TXT] dhcpleased.conf.5  1.13   5 months  florian   First stab at IPv6-only preferred from RFC8925. This lets dhcpleased(8) request...
[TXT] dhcpleased.h  1.16   3 months  jan   Put checksum flags in bpf_hdr to use them in userland dhcpleased. Thus, dhcplea...
[TXT] engine.c  1.43   3 months  florian   Only generate a new xid at the start of getting a new lease. "RFC 2131 4.1 Cons...
[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.33   3 months  jan   Put checksum flags in bpf_hdr to use them in userland dhcpleased. Thus, dhcplea...
[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.8   5 months  florian   First stab at IPv6-only preferred from RFC8925. This lets dhcpleased(8) request...
[TXT] printconf.c  1.6   5 months  florian   whitespace; spotted by kn