summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some general functions into the common parser.Ted Lemon2000-11-281-233/+1
* Fix vendor option support.Ted Lemon2000-11-241-6/+32
* - Fix pretty printing of encapsulation options.Ted Lemon2000-11-241-2/+21
* Fix up manual page installation.Ted Lemon2000-10-131-1/+1
* Document vendor option space configuration option.Ted Lemon2000-10-101-0/+11
* - Write all options spaces to lease file and environment, not just DHCPTed Lemon2000-10-101-61/+108
* Support client-side vendor option space definitions.Ted Lemon2000-10-102-7/+37
* - Don't flame about the relay agent information option - the clientTed Lemon2000-09-271-2/+1
* Use make_resolv_conf as documented.Ted Lemon2000-09-205-60/+17
* Do statements before using option values (e.g., lease duration).Ted Lemon2000-09-141-10/+17
* Adjust the URL to which people are referred.Ted Lemon2000-09-011-2/+2
* Finished up function call support.Damien Neil2000-08-281-3/+5
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-2/+3
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-10/+7
* Fix a pasto in the code to set the broadcast address environment variable.Ted Lemon2000-07-201-2/+2
* Initialize the environment rather than using temporary client scripts.Ted Lemon2000-07-203-129/+177
* Support environment variables to control locations of files.Ted Lemon2000-07-171-1/+19
* Use a cleverer regexp to extract OS minor version number.Ted Lemon2000-07-051-2/+2
* Don't listen on an OMAPI port unless one is specified in the config file.Ted Lemon2000-06-241-11/+16
* Parse an OMAPI port out of the config file.Ted Lemon2000-06-241-1/+28
* Make links build silentTed Lemon2000-06-201-1/+1
* Fix up to support build subdirectories. Fix depend target.Ted Lemon2000-06-201-3/+12
* Use mkdep rather than makedependTed Lemon2000-06-121-1/+1
* - Fix interface_dummy to notice reference error.Ted Lemon2000-06-121-4/+8
* Rework DHCP lease state handling to be compatible with failover protocol.Ted Lemon2000-06-022-26/+99
* Fix a buffer overflow problem (not a security issue). Thanks to Joe.Ted Lemon2000-05-301-1/+4
* Initialize omapi before parsing command line.Ted Lemon2000-05-301-14/+14
* Remove omapi.c/omapi.o from client build.Ted Lemon2000-05-171-2/+2
* Move common omapi support into common code.Ted Lemon2000-05-161-50/+0
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-163-328/+115
* Implement pool request and response so that secondary can operate.Ted Lemon2000-05-041-29/+29
* Fix setting of hostname.Ted Lemon2000-05-017-10/+55
* Add persist flag to stop the client from exiting if no interfaces are found.Ted Lemon2000-05-011-6/+15
* Document the -w option.Ted Lemon2000-05-011-0/+15
* Support auth-key and key statements.Ted Lemon2000-04-061-13/+15
* Don't use the same OMAPI port as the server.Ted Lemon2000-04-041-2/+2