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_6


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.35   15 years  stevesk   add missing else; from ISC. this fixes an old, old bug that could cause lease en...
[TXT] conflex.c  1.13   17 years  stevesk   fix comment
[TXT] dhclient.8  1.6   17 years  jmc   convert to new .Dd format;
[TXT] dhclient.c  1.130   15 years  stevesk   state_panic() tries the active then other valid leases by setting the interface ...
[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.7   17 years  krw   Don't count ethernet as overhead for UDP packet constuction. Gives 14 more bytes...
[TXT] dhcpd.h  1.69   15 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[TXT] dhctoken.h  1.5   18 years  fkr   whitespace cleanup ok claudio@, mbalmer@
[TXT] dispatch.c  1.44   15 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[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   15 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[TXT] parse.c  1.18   17 years  krw   Don't leak strings. ok miod@
[TXT] privsep.c  1.15   15 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.15   15 years  claudio   Use the new powerful route flush to clean up the mess. With this multiple dhclie...
[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.16   15 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[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