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_5_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.21   12 years  phessler   Make dhclient use the correct rdomain for all requests for leases, not just the ...
[TXT] clparse.c  1.38   12 years  krw   Tweak parsing. No need to declare, assign and then ignore the token value when o...
[TXT] conflex.c  1.14   12 years  krw   Try harder to re-initialize parsing state so nothing accidentally carries over w...
[TXT] dhclient.8  1.8   13 years  jmc   no need for a separate NOTES section; ok henning
[TXT] dhclient.c  1.142   12 years  krw   Tweak leases file handling. 1) Write out new leases file every time a lease is ...
[TXT] dhclient.conf.5  1.21   13 years  krw   We are incorrectly processing option 33 (static route), treating is as a host ro...
[TXT] dhclient.leases.5  1.6   17 years  jmc   convert to new .Dd format;
[TXT] dhcp.h  1.9   13 years  krw   Make dhclient more friendly to sequential option processing by always starting D...
[TXT] dhcpd.h  1.74   12 years  krw   Tweak leases file handling. 1) Write out new leases file every time a lease is ...
[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.39   13 years  krw   Make dhclient more friendly to sequential option processing by always starting D...
[TXT] packet.c  1.13   14 years  krw   Nuke debug() unless DEBUG is defined. Elminates debug output from normal operati...
[TXT] parse.c  1.20   12 years  krw   Tweak parsing. No need to declare, assign and then ignore the token value when o...
[TXT] privsep.c  1.16   13 years  krw   Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, ARPSEND, ARPCH...
[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.22   13 years  krw   We are incorrectly processing option 33 (static route), treating is as a host ro...
[TXT] dhclient-script.8 (in the Attic) [Hide]  1.6   13 years  krw   Align man page with current reality.
[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