aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/conflex.c
Commit message (Collapse)AuthorAgeFilesLines
* dhclient(1): correct obvious mismatch in get_char().Pedro F. Giffuni2016-06-031-2/+2
| | | | | | | | | | | | Correct switch between current and previous line buffers when encountering a carriage return in the input. CID: 1305719 Obtained from: OpenBSD (CVS rev. 1.30) MFC after: 3 days Notes: svn path=/head/; revision=301235
* In read_string(), when the last character was a backslash, unincrementBrooks Davis2005-08-261-0/+1
| | | | | | | | | the output index instead of keeping what ever trash was in the buffer. Reported by: iedowse Notes: svn path=/head/; revision=149481
* MFOpenBSD rev 1.9: fix a buffer overflow when processing config fileBrooks Davis2005-08-241-1/+1
| | | | | | | | | | lines that are exactly 81 characters in length. Obtained from: OpenBSD MFC After: 3 days Notes: svn path=/head/; revision=149400
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-231-0/+3
| | | | | | | versions when dealing with user problems. Notes: svn path=/head/; revision=149399
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+525
OPENBSD_3_7). Notes: svn path=/vendor/OpenBSD/dist/; revision=147072