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_6_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.20   6 years  krw   Fold tables.c into options.c and stop exporting the one table (dhcp_options) inv...
[TXT] bpf.c  1.69   6 years  krw   Make log messages more informative by using the name of the function that failed...
[TXT] clparse.c  1.129   6 years  krw   Tweak, shorten, use more consistant verbiage.
[TXT] conflex.c  1.43   6 years  krw   Replace remaining "!var" expressions with "<var> == 0", "!(<var> & FLAG)" with "...
[TXT] dhclient.8  1.33   6 years  krw   Remove the '-u' command line option to ignore offers containing unknown DHCP opt...
[TXT] dhclient.c  1.514   6 years  krw   Correct the timeout used when select-timeout is set to a non-zero value in dhcli...
[TXT] dhclient.conf.5  1.35   6 years  anton   Shorten description and remove details regarding the parser implementation. ok ...
[TXT] dhclient.leases.5  1.9   10 years  schwarze   Add missing .Mt macros for AUTHORS email addresses. From Jan Stary <hans at star...
[TXT] dhcp.h  1.21   6 years  krw   Tweak some comments
[TXT] dhcpd.h  1.228   6 years  krw   Make send_packet() log entries more informative by providing the name of the pac...
[TXT] dhctoken.h  1.12   6 years  krw   Whitespace tweaks to assuage auto-indent.
[TXT] dispatch.c  1.146   6 years  krw   Fix some spacing. A couple of log_warx() -> log_warn() to use standard error mes...
[TXT] kroute.c  1.153   6 years  krw   Tweak, shorten, use more consistant verbiage.
[TXT] log.c  1.2   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.1   7 years  krw   Switch from 'legacy' errwarn.c to standard daemon logging functions. No objecti...
[TXT] options.c  1.108   6 years  krw   Wrong captilization, long lines.
[TXT] packet.c  1.41   6 years  krw   Create global 'log_procname' and set it to '<ifname>' or '<ifname> [priv]' as ap...
[TXT] parse.c  1.63   6 years  krw   Oops. Missed a file. Create global 'log_procname' and set it to '<ifname>' or '...
[TXT] privsep.c  1.71   6 years  krw   Tweak, shorten, use more consistant verbiage.
[TXT] privsep.h  1.56   6 years  krw   Don't delete v4 routes that are going to be added back. ok mpi@
[TXT] tables.c (in the Attic) [Hide]  1.21   6 years  krw   Replace the many occurances of '256' with a new #define DHO_COUNT.