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_3_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   16 years  jmc   convert to new .Dd format;
[TXT] dhclient.c  1.116   16 years  sobrado   sync the synopsis and usage of commands ok jmc@
[TXT] dhclient.conf.5  1.14   16 years  jmc   "script" does not belong in the lease declaration section; from Vincent GROSS o...
[TXT] dhclient.leases.5  1.6   16 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.65   17 years  stevesk   remove unused/dangling prototypes and comment reference; from Mark Lumsden
[TXT] dhctoken.h  1.5   18 years  fkr   whitespace cleanup ok claudio@, mbalmer@
[TXT] dispatch.c  1.40   16 years  dlg   dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY. ok krw@ ...
[TXT] options.c  1.36   16 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.12   16 years  krw   Kill a couple of 'echo' statements that can never produce visible output. i.e. n...
[TXT] dhclient-script.8 (in the Attic) [Hide]  1.5   16 years  jmc   convert to new .Dd format;
[TXT] dhcp-options.5 (in the Attic) [Hide]  1.8   16 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