summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* In sbin/dhclient, since we know the size of the source strings anyway,dim2011-12-171-2/+2
| | | | | | we might as well use memcpy; strlcpy is really unnecessary here. MFC after: 1 week
* In sbin/dhclient, work around warnings about the size argument todim2011-12-171-4/+8
| | | | | | | strlcpy appearing to be the size of the source buffer, instead of the destination. MFC after: 1 week
* Add __FBSDID to all .c files in dhclient to aid in determining filebrooks2005-08-231-1/+3
| | | | versions when dealing with user problems.
* NULL is not a valid time_t.brooks2005-06-071-12/+13
| | | | Submitted by: sam
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagbrooks2005-06-071-0/+577
OPENBSD_3_7).
OpenPOWER on IntegriCloud