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_1


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.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhclient.c  1.111   17 years  krw   No point in using zero'd fields in the parsed options. Use the options in the le...
[TXT] dhclient.conf.5  1.12   17 years  stevesk   remove statement for send parameter: "except that the client can specify a dhcp-...
[TXT] dhclient.leases.5  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[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.39   17 years  stevesk   use errwarn functions vs. syslog(); ok henning@ krw@
[TXT] options.c  1.34   17 years  deraadt   spacing and a typo that fell out of the read
[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.11   17 years  stevesk   no need to quote/escape here; ok krw@
[TXT] dhclient-script.8 (in the Attic) [Hide]  1.4   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhcp-options.5 (in the Attic) [Hide]  1.7   18 years  jmc   NTP is described by RFC 1305, not 1035; from michal f. hanula (freebsd docs/9262...
[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