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_5_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.34   17 years  deraadt   spacing and a typo that fell out of the read
[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.123   15 years  miod   Let this compile with gcc2.
[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.67   16 years  deraadt   If an interface has no link at startup, try to force it up, and then give it abo...
[TXT] dhctoken.h  1.5   18 years  fkr   whitespace cleanup ok claudio@, mbalmer@
[TXT] dispatch.c  1.43   15 years  krw   '(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap the first two term...
[TXT] options.c  1.36   17 years  pvalchev   safer snprintf construct with more paranoid length calculation ok millert
[TXT] packet.c  1.12   17 years  stevesk   small knf (extra space, newline)
[TXT] parse.c  1.18   17 years  krw   Don't leak strings. ok miod@
[TXT] privsep.c  1.14   17 years  stevesk   make read connection closed message a debug(); ok henning@
[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.14   15 years  sobrado   improve indentation without wasting space on the install media; make source code...
[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.15   17 years  henning   caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org>
[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