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_8_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.14   18 years  krw   Fix erroneous use of '=' instead of '+' that caused infinite loops when skipping...
[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.4   18 years  jmc   reference bpf(4); from alexey e. suslikov;
[TXT] dhclient.c  1.80   18 years  deraadt   backout unapproved diff
[TXT] dhclient.conf.5  1.5   19 years  henning   much to my surprise a minute has only 60 seconds, and the hour 60 minutes, not 7...
[TXT] dhclient.leases.5  1.4   20 years  jmc   more AUTHORS update; ok henning@
[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.11   18 years  moritz   re-add write() error check in buf_close(). ok henning@
[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.3   19 years  jmc   document that dhclient-script overwrites resolv.conf, and use of resolv.conf.tai...
[TXT] dhcp-options.5 (in the Attic) [Hide]  1.5   19 years  jmc   bad news to have a .Bl before .Ss;
[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