summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/client/dhclient.c
Commit message (Collapse)AuthorAgeFilesLines
* We don't have cat(1) and kill(1) on the miniroot disks.mbr2003-03-231-9/+15
| | | | | | | | This fix will be committed to the ISC repo later, but for now take this file out of the vendor tree. Reviewed by: phk Approved by: murray
* Add a -v(erbose) flag to undo our -q(uiet) default.obrien2003-03-181-0/+3
|
* Resolve conflicts.murray2003-01-151-15/+15
| | | | (import approved by: re)
* Resolve conflicts.murray2002-09-301-4/+7
|
* Resolve conflicts:murray2002-04-011-13/+41
| | | | | | | | * $FreeBSD$ * connect std{in,out,err} (r1.19). * prefer strlcpy to strpy (r1.13). * quiet by default (r1.6). * document -D option.
* Resolve conflicts.murray2002-02-191-1112/+1953
| | | | | | | | * $FreeBSD$ * connect std{in,out,err}. (r1.19) * prefer strlcpy to strpy. (r1.13) * quiet by default. (r1.6) * document -D option.
* Connect std{in,out,err} to *something* so that "hooks" scripts that writeobrien2001-07-161-0/+7
| | | | | | | | | | to std{err,out} will not spam /etc/resolv.conf. Ted Lemon fixed the problem in version 3 of the client, but only for the pre-daemonized case. Thanks to Brian for pointing that out and helping to make our future dhclient (v3) better. Submitted by: brian
* Fix conflicts.obrien2000-11-041-1/+1
|
* Fix conflicts.obrien2000-08-091-1/+1
|
* Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameterobrien2000-07-201-1/+1
| | | | | | | | types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.)
* Make sure we delete the PID file when we exit.obrien2000-07-201-0/+2
| | | | | Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix)
* Add yet more options to usage() that the author did not document.obrien2000-07-201-2/+2
|
* Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | Obtained from: OpenBSD (rev 1.7)
* Fix conflicts.obrien2000-07-201-84/+147
|
* Removed the doubled $FreeBSD$.obrien2000-06-261-2/+0
|
* Merge in rev 1.2 ("-1"), and rev 1.6 (be quiet).obrien2000-06-261-5/+11
|
* Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from thisobrien1999-06-251-3/+3
| | | | option is distingishable from other errors.
* Clean up conflicts.obrien1999-06-241-4/+5
|
* Fix conflicts.obrien1999-05-021-44/+87
|
* Be quiet by default.obrien1999-04-021-1/+1
|
* fix conflicts.obrien1999-03-221-2/+2
|
* fix conflictsobrien1999-02-281-13/+20
|
* fix conflictsobrien1999-02-111-37/+106
|
* add -1 option: Try once, if we fail, EXITobrien1999-02-101-1/+8
| | | | Obtained from: OpenBSD
* Virgin import of ISC-DHCP v2.0b1pl6obrien1999-02-101-0/+2052
OpenPOWER on IntegriCloud