Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In sbin/dhclient, since we know the size of the source strings anyway, | dim | 2011-12-17 | 1 | -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 to | dim | 2011-12-17 | 1 | -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 file | brooks | 2005-08-23 | 1 | -1/+3 |
| | | | | versions when dealing with user problems. | ||||
* | NULL is not a valid time_t. | brooks | 2005-06-07 | 1 | -12/+13 |
| | | | | Submitted by: sam | ||||
* | Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag | brooks | 2005-06-07 | 1 | -0/+577 |
OPENBSD_3_7). |