aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync dhclient with HEAD with exception of bpf.c:1.5.Brooks Davis2005-09-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | sbin/dhclient/*.c: - add __FBSDID sbin/dhclient/conflex.c: 1.3-1.4 - fix a minor buffer overflow in config parsing - actually support backslash escaping in config files bin/dhclient/dhclient-script: 1.6-1.10 - don't create or remove routes to our address through 127.0.0.1 - improved detection of the interface of the default route - support quotes in the medium string - clear interface state more effectively on failure - don't update resolv.conf when unchanged bin/dhclient/dhclient.c: 1.10-1.11 - validate domain-name (used as resolv.conf search string) - handle superseded subnet-mask correctly Approved by: re (scottl) Notes: svn path=/stable/6/; revision=149945
* NULL is not a valid time_t.Brooks Davis2005-06-071-12/+13
| | | | | | | Submitted by: sam Notes: svn path=/head/; revision=147077
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+577
OPENBSD_3_7). Notes: svn path=/vendor/OpenBSD/dist/; revision=147072