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_3_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.168   6 years  krw   Fix 'ignore ;' so that it really does reset the ignore list. Mkae 'ignore', 're...
[TXT] conflex.c  1.48   6 years  krw   Add lease declaration 'epoch' to hold the time() when a lease is received. Set i...
[TXT] dhclient.8  1.36   6 years  krw   Flip -q (be quiet) into -v (be noisy), making terseness the default behaviour. ...
[TXT] dhclient.c  1.566   6 years  krw   pretty_print_option() returns a pointer to a 0 length string, not NULL, on failu...
[TXT] dhclient.conf.5  1.42   6 years  krw   Typo: 'tftp-server' -> 'tftp-server-name'. Spotted by Pontus Lundkvis. Thanks!
[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.254   6 years  krw   Now that log_debug() has been decyphered, replace DPRINTF() instances with log_d...
[TXT] dhctoken.h  1.14   6 years  krw   Add lease declaration 'epoch' to hold the time() when a lease is received. Set i...
[TXT] dispatch.c  1.150   6 years  krw   Now that log_debug() has been decyphered, replace DPRINTF() instances with log_d...
[TXT] kroute.c  1.155   6 years  krw   Flip -q (be quiet) into -v (be noisy), making terseness the default behaviour. ...
[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.109   6 years  krw   Repair printing of classless-static-routes to leases file. Broken due to incorre...
[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.79   6 years  krw   parse_lease_time() is an unnecessary abstraction. Just use parse_number('L') sin...
[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@