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_7_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.75   5 years  dlg   explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP BIOCSFILDROP u...
[TXT] clparse.c  1.195   4 years  krw   Tweak dhclient(8) timing defaults depending on SMALL rather than using /dev/stdi...
[TXT] conflex.c  1.50   5 years  krw   Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. More consis...
[TXT] dhclient.8  1.42   4 years  jmc   space between macro arg and punctuation;
[TXT] dhclient.c  1.664   4 years  krw   If the DHCP server disappears between OFFER'ing and ACK'ing a lease, stop trying...
[TXT] dhclient.conf.5  1.50   4 years  schwarze   briefly mention /etc/examples/ in the FILES section of all the manual pages that...
[TXT] dhclient.leases.5  1.14   6 years  krw   Stop inserting and paying attention to 'interface <if>;' inside 'lease {}' decla...
[TXT] dhcp.h  1.21   6 years  krw   Tweak some comments
[TXT] dhcpd.h  1.285   4 years  krw   Separate command line syntax parsing from semantic validation of command line co...
[TXT] dhctoken.h  1.16   5 years  krw   Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. More consis...
[TXT] dispatch.c  1.166   4 years  krw   Inform unwind about DNS servers it finds in leases. ok florian@
[TXT] kroute.c  1.172   4 years  krw   Polish logic talking to unwind. ok florian@
[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.120   4 years  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] packet.c  1.44   6 years  krw   Now that log_debug() has been decyphered, replace DPRINTF() instances with log_d...
[TXT] parse.c  1.83   4 years  krw   Cleanup/simplify parse_number(): 1) Restructure to explicitly set a long long r...
[TXT] privsep.c  1.76   4 years  krw   Inform unwind about DNS servers it finds in leases. ok florian@
[TXT] privsep.h  1.61   4 years  krw   Polish logic talking to unwind. ok florian@