OpenBSD CVS

src/sbin/dhclient/


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 / dhclient

Current tag: OPENBSD_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   18 years  krw   Insist on correct hardware addresses in dhclient.conf and dhclient.leases.<if> f...
[TXT] bpf.c  1.20   17 years  krw   Initialize incoming packet buffer with DHO_END (0xff) rather than DHO_PAD (0x00)...
[TXT] clparse.c  1.36   14 years  stevesk   use addr_eq() where we can; ok krw@
[TXT] conflex.c  1.13   17 years  stevesk   fix comment
[TXT] dhclient.8  1.7   13 years  sobrado   use the right capitalization in the Nd strings. ok jmc@
[TXT] dhclient.c  1.137   13 years  jsg   Add and ignore DHCP option 66/0x42 TFTP server name. ok krw@ phessler@
[TXT] dhclient.conf.5  1.17   15 years  jmc   - talk about the "client configuration script" consistenly - Xr dhclient-script ...
[TXT] dhclient.leases.5  1.6   17 years  jmc   convert to new .Dd format;
[TXT] dhcp.h  1.8   13 years  jsg   Add and ignore DHCP option 66/0x42 TFTP server name. ok krw@ phessler@
[TXT] dhcpd.h  1.71   13 years  deraadt   garbage collect an unused function; ok claudio
[TXT] dhctoken.h  1.5   18 years  fkr   whitespace cleanup ok claudio@, mbalmer@
[TXT] dispatch.c  1.49   13 years  phessler   make sure an interface is registered before we start using it found by clang O...
[TXT] options.c  1.37   15 years  krw   Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. Log the packet...
[TXT] packet.c  1.13   14 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[TXT] parse.c  1.19   13 years  krw   malloc/strlcpy -> strdup. Apparently I forgot to commit this one with the simila...
[TXT] privsep.c  1.15   14 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[TXT] privsep.h  1.5   17 years  stevesk   move includes only needed in dhclient.c; ok henning@
[TXT] convert.c (in the Attic) [Hide]  1.5   20 years  henning   more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> Thank you very much for...
[TXT] dhclient-script (in the Attic) [Hide]  1.17   13 years  phessler   Have dhclient obey the interface's rdomain, instead of doing routes on rdomain 0...
[TXT] dhclient-script.8 (in the Attic) [Hide]  1.5   17 years  jmc   convert to new .Dd format;
[TXT] dhcp-options.5 (in the Attic) [Hide]  1.8   17 years  jmc   convert to new .Dd format;
[TXT] errwarn.c (in the Attic) [Hide]  1.17   14 years  krw   Silence dhclient by immediately exiting if the interface doesn't exist or can't ...
[TXT] inet.c (in the Attic) [Hide]  1.7   20 years  deraadt   knf
[TXT] tables.c (in the Attic) [Hide]  1.11   18 years  henning   fix printing of hostname, from brooks davis via jmc