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_3_9


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.15   18 years  reyk   enable the bpf filter-drop option in dhclient ok henning@, tested by many other...
[TXT] clparse.c  1.26   18 years  krw   Rip out code dealing with multiple/nested interfaces. Each instance of dhclient ...
[TXT] conflex.c  1.10   18 years  moritz   add missing break; ok henning@
[TXT] dhclient.8  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhclient.c  1.81   18 years  henning   put the 100% right r1.79 back in, that is still as right as it was the first tim...
[TXT] dhclient.conf.5  1.6   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhclient.leases.5  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhcp.h  1.5   20 years  deraadt   zap some spaces
[TXT] dhcpd.h  1.47   18 years  moritz   remove duplicate privsep prototypes and put all of them into privsep.h. ok krw@ ...
[TXT] dhctoken.h  1.2   20 years  henning   $OpenBSD$, tedu
[TXT] dispatch.c  1.32   19 years  todd   no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient uses bpf...
[TXT] options.c  1.25   18 years  krw   Fix problems with some Linksys DHCP servers (and probably others) by not acciden...
[TXT] packet.c  1.9   20 years  deraadt   more shrink and lint fixes; henning ok
[TXT] parse.c  1.13   18 years  krw   Insist on correct hardware addresses in dhclient.conf and dhclient.leases.<if> f...
[TXT] privsep.c  1.12   18 years  pedro   Don't display errno message when errno isn't set. Okay deraadt@, moritz@, help a...
[TXT] privsep.h  1.4   18 years  krw   Simplify code by calling error() from inside buf_* functions rather than always ...
[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.8   19 years  todd   no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient uses bpf...
[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.12   18 years  krw   Clean out a few more unused/uninitialized variables. ok henning@
[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