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_0_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.15   18 years  reyk   enable the bpf filter-drop option in dhclient ok henning@, tested by many other...
[TXT] clparse.c  1.29   18 years  deraadt   add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org default r...
[TXT] conflex.c  1.12   18 years  deraadt   add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org default r...
[TXT] dhclient.8  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhclient.c  1.88   17 years  deraadt   branches: 1.88.2; adjust link detection further: if no link, bring interface u...
[TXT] dhclient.conf.5  1.11   18 years  stevesk   backoff-cutoff defaults to 15 seconds; ok henning@
[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.49   17 years  deraadt   some net if devices do not media negotiate (for link) until brought up. (for som...
[TXT] dhctoken.h  1.5   18 years  fkr   whitespace cleanup ok claudio@, mbalmer@
[TXT] dispatch.c  1.34   17 years  deraadt   snuck in a typo, damnit
[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.14   18 years  deraadt   cleanup keyword lookup for the lexer, and remove keywords not valid in either dh...
[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.10   17 years  mpf   Use ifconfig delete/alias conforming with the man page. 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.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