summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Get rid of my email address.Ted Lemon2001-10-041-3/+3
* Take my email address out of the AUTHOR section.Ted Lemon2001-10-042-4/+4
* dhclient no longer creates a temporary shell script.Ted Lemon2001-10-041-3/+4
* Do an ifconfig 0 when initializing the interface on Linux 2.2and later.Ted Lemon2001-08-091-4/+4
* Oops, one more fix for the stdout script overwrite bug.Ted Lemon2001-08-081-1/+12
* Apply Craig Gwydir's fix for a core dump.Ted Lemon2001-06-201-3/+4
* - Do the DNS update and the release if the lease *hasn't* expired.Ted Lemon2001-06-081-2/+2
* Document DNS updatesTed Lemon2001-06-051-0/+20
* Document the control objectTed Lemon2001-06-051-0/+31
* Support deleting as well as adding DNS entries.Ted Lemon2001-06-031-8/+19
* - Less chatty, more informative log output.Ted Lemon2001-06-021-9/+14
* - Do ddns update if requested.Ted Lemon2001-06-011-5/+113
* - Support the include directive.Ted Lemon2001-06-011-31/+62
* Fix a couple of syntax errors.Ted Lemon2001-06-017-7/+7
* - Support the STOP and RELEASE states.Ted Lemon2001-05-317-35/+56
* - Don't do init-reboot if the lease we're doing it on has expired.Ted Lemon2001-05-311-2/+65
* Oops, don't go line-oriented when parsing client config.Ted Lemon2001-05-041-4/+4
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-4/+4
* Use -f instead of -x to look for hooks.Ted Lemon2001-04-206-12/+12
* Fix -r documentationTed Lemon2001-04-161-1/+2
* Document the -nw flag.Ted Lemon2001-04-161-0/+9
* Add nowait flag. Remove -D flag.Ted Lemon2001-04-161-6/+11
* Remove obsolete documenation for -DTed Lemon2001-04-161-11/+0
* Fix compile errors when building with DEBUG_PACKET.Ted Lemon2001-04-091-12/+5
* Make sure we have a stdin, stdout and stderr.Ted Lemon2001-04-051-5/+19
* Fix some documentation errorsTed Lemon2001-04-051-2/+22
* - Fix DHCPRELEASE to do the right thing.Ted Lemon2001-04-051-7/+64
* Make the omapi statement in the client config actually work.Ted Lemon2001-04-051-1/+2
* Add some changes suggested by Cyrille LefevreTed Lemon2001-03-222-16/+56
* Document some new flags.Ted Lemon2001-03-221-8/+22
* client_script_name -> path_dhclient_scriptTed Lemon2001-03-222-7/+25
* Install client script in (e.g.) /sbin.Ted Lemon2001-03-221-2/+6
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-58/+58
* Use eval for ifconfig so that medium can include quoted strings (yuck!)Ted Lemon2001-03-155-41/+41
* - Do better error checking on lease write.Ted Lemon2001-03-151-12/+75
* Do client script exit status checking more portablyTed Lemon2001-03-141-2/+3
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Document -r flagTed Lemon2001-03-011-0/+10
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-8/+8
* Fix up NetBSD/alpha build.Ted Lemon2001-02-262-7/+7
* Update copyright statements.Ted Lemon2001-02-222-24/+62
* Move dst functionality into seperate libraryTed Lemon2001-02-221-1/+1
* Format fix: %d -> %ld, (long int) cast.Damien Neil2001-02-151-2/+2
* Clarify documentation of exit hooks.Ted Lemon2001-02-151-3/+9
* Fix a gnarly memory allocation bug.Ted Lemon2001-02-121-5/+6
* - Fix faked-out giaddr handling.Ted Lemon2001-02-121-29/+59
* Don't send giaddr when renewing or bound.Ted Lemon2001-01-251-4/+15
* Add support for 'on transmission'Ted Lemon2001-01-251-4/+19
* Let the generic parser parse send statements.Ted Lemon2001-01-161-51/+10
* Pass client state to eval functions.Ted Lemon2000-11-281-25/+28