summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Don't free option, because it hasn't yet been allocated.Ted Lemon1999-11-131-2/+1
* Check the correct status variable.Ted Lemon1999-11-131-2/+2
* - Open db_file before calling expire_all_pools, since expire_all_poolsTed Lemon1999-11-031-1/+2
* Fix missing commas, incorrect formats, etc (from Albert Herranz).Ted Lemon1999-11-032-7/+7
* Always look the lease up by IP address in dhcprelease.Ted Lemon1999-10-281-7/+4
* RegenerateTed Lemon1999-10-271-27/+27
* Oops, got polarity of ddns-updates option backwards.Ted Lemon1999-10-271-5/+5
* Add ddns-update parameter.Ted Lemon1999-10-272-2/+17
* Don't log to stderr if -q flag is specified.Ted Lemon1999-10-271-2/+3
* Fix a null pointer dereference.Ted Lemon1999-10-271-2/+2
* Write 'never;' instead of 'infinite'.V3-BETA-1-PATCH-5Ted Lemon1999-10-261-3/+3
* Send answers back to port 68 if giaddr==127.0.0.1.Ted Lemon1999-10-251-3/+9
* Regenerate.Ted Lemon1999-10-251-222/+288
* Fix call to abandon_lease().Ted Lemon1999-10-251-4/+4
* Pass packet to abandon_lease and dissociate_lease.Ted Lemon1999-10-251-5/+5
* Clean up vendor-specific options documentation.Ted Lemon1999-10-251-23/+66
* Make sure min_lease_time isn't greater than max_lease_time.Ted Lemon1999-10-251-1/+4
* Fix ALLOW_BOOTP and ALLOW_BOOTING.Ted Lemon1999-10-201-9/+16
* Rebuild catted manual pages.Ted Lemon1999-10-152-371/+569
* Document present Dynamic DNS update implementation.Ted Lemon1999-10-151-0/+148
* Add -T flag to test lease database for errors.Ted Lemon1999-10-151-3/+15
* Document -t and -T flags.Ted Lemon1999-10-151-0/+17
* - Actually remove NUL from hostname if sent, so that the hostname can beTed Lemon1999-10-151-31/+56
* Support test runs on lease database. Support infinite leases.Ted Lemon1999-10-151-14/+24
* Correct printf format to prevent potential core dump.Ted Lemon1999-10-151-2/+2
* Delete the dns information whenever a lease is released.Ted Lemon1999-10-071-11/+8
* Fix bugs in one-lease-per-clientTed Lemon1999-10-071-4/+4
* - Fix subclass permit list handling.Ted Lemon1999-08-191-3/+9
* Pull up 1.101Ted Lemon1999-07-131-2/+2
* Pull up 1.74Ted Lemon1999-07-121-3/+1
* Regenerate.V3-BETA-1-PATCH-0Ted Lemon1999-07-071-57/+57
* Document one-lease-per-client.Ted Lemon1999-07-071-0/+16
* - Compute max-lease-time outside of conditional so that we always haveTed Lemon1999-07-061-16/+19
* Add a -s flag to specify the broadcast destination IP address.Ted Lemon1999-07-061-1/+23
* Use limited_broadcast global instead of INADDR_BROADCAST.Ted Lemon1999-07-062-6/+6
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-023-73/+101
* In one-lease-per-client, don't re-release expired leases.Ted Lemon1999-07-021-3/+13
* Support one-lease-per-client.Ted Lemon1999-07-021-1/+40
* Fix a parenthetification error.Ted Lemon1999-07-012-6/+6
* Name server update hooks.Ted Lemon1999-07-011-1/+16
* - Record ddns information.Ted Lemon1999-07-011-13/+31
* Parse DNS update tokens if provided.Ted Lemon1999-07-011-1/+27
* Get BIND includes from site.conf if needed.Ted Lemon1999-07-011-1/+1
* Support always-broadcast flag.Ted Lemon1999-06-221-4/+9
* Fix an error in spawn example. Document always-broadcast.Ted Lemon1999-06-221-1/+18
* - Support always-broadcast flag.Ted Lemon1999-06-221-2/+9
* Do classing for BOOTP clients as well as DHCP clients.Ted Lemon1999-06-102-15/+20
* Regenerate.Ted Lemon1999-06-103-1077/+1407
* Correct and expand upon class-related documentation.Ted Lemon1999-05-271-13/+32
* - Fix up cases where server option lookups were being done in the DHCP optionTed Lemon1999-05-271-7/+7