summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Log an error and quit if we can't append to the DHCP lease database.Ted Lemon2000-04-131-1/+3
* Define temporary subnet selection option code for testing.Ted Lemon2000-04-081-13/+45
* Add support for AUTH_KEY.Ted Lemon2000-04-061-12/+3
* Disallow some special printable characters in db_printable.Ted Lemon2000-04-041-3/+5
* Make universe_hash using new_hash.Ted Lemon2000-03-183-53/+54
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-184-15/+15
* Go back to the BSD license.Ted Lemon2000-03-1710-128/+339
* Fix corner case where REBIND would be ignored rather than NAKed.Ted Lemon2000-03-071-2/+6
* Update calls to new_hash.Ted Lemon2000-03-061-3/+3
* - Fix up calls to new_hash.Ted Lemon2000-03-061-11/+18
* - Don't call option_allocate without zeroing pointer.Ted Lemon2000-03-061-4/+8
* Update call to new_hash.Ted Lemon2000-03-062-4/+4
* Get rid of dns_startup, use lease time instead of constant ttl.Ted Lemon2000-02-151-8/+5
* Don't parse default nsupdate stuff if NSUPDATE isn't defined.Ted Lemon2000-02-081-1/+5
* Define scratch option cache pointer before use.Ted Lemon2000-02-071-1/+2
* Add extra arg to ack_lease.Ted Lemon2000-02-071-3/+3
* Figure out MS_NULL_TERMINATION _really_ early.Ted Lemon2000-02-071-24/+36
* Handle typed variables.Ted Lemon2000-02-052-47/+125
* Teach cvs not to complain about generated files.Ted Lemon2000-02-031-0/+5
* Make sure the lease pointer gets set to zero.Ted Lemon2000-02-021-2/+3
* Support parsing of configuration options in generic blocks.Ted Lemon2000-02-022-29/+12
* Clean up the handling of --with-nsupdateTed Lemon2000-02-021-1/+1
* Support the private resolver.Ted Lemon2000-02-021-1/+1
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-012-11/+11
* - In order to satisfy the HP C compiler, make a (possibly malloc'd) copyTed Lemon2000-01-311-4/+16
* Add a break after the default to satisfy the HP C compiler.Ted Lemon2000-01-311-1/+2
* Brian Murrell's changes to allow the client to be directed using OMAPI.Ted Lemon2000-01-281-414/+612
* Fix an erroneous option cache dereference.Ted Lemon2000-01-271-3/+2
* Include omapip_p.h for malloc debugging.Ted Lemon2000-01-261-1/+2
* - Don't check to see if dynamic conflicts with pool failover peer untilTed Lemon2000-01-261-35/+26
* - Add some documentation for DDNS updates.Ted Lemon2000-01-261-30/+165
* - Add DDNS update built-in code.Ted Lemon2000-01-261-6/+103
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-268-992/+866
* Support 'never' keyword, ddns-updates flag.Ted Lemon2000-01-251-6/+6
* Support scoping.Ted Lemon2000-01-251-1/+3
* Fix binding support.Ted Lemon2000-01-251-16/+27
* Indent only two spaces. Support event ganging.Ted Lemon2000-01-251-41/+43
* - Pull up fixes from 3.0.Ted Lemon2000-01-251-150/+209
* New malloc debug scheme. Support variable scoping.Ted Lemon2000-01-253-121/+162
* - Get rid of ddns_rev_name and ddns_fwd_name.Ted Lemon2000-01-081-37/+5
* Get rid of ddns_rev_name and ddns_fwd_name.Ted Lemon2000-01-081-18/+1
* Move vendor class stuff to dhcp-options manual page.Ted Lemon2000-01-081-81/+0
* Add support for NetWare/IP encapsulated option.Ted Lemon2000-01-081-1/+36
* - Make writing of failover timestamps conditional.Ted Lemon2000-01-081-35/+52
* - Clean up lease parser, remove ddns_fwd and ddns_rev, support multipleTed Lemon2000-01-081-44/+27
* Don't check for pool peer if FAILOVER_PROTOCOL isn't defined.Ted Lemon2000-01-051-1/+3
* Save failover-specific info even if FAILOVER_PROTOCOL isn't defined.Ted Lemon2000-01-051-3/+1
* Don't support failover peers unless FAILOVER_PROTOCOL is defined.Ted Lemon2000-01-051-3/+10
* Add skip_failover_option for easier use of the failover message maker.Ted Lemon2000-01-051-1/+2
* Support new struct hardware.Ted Lemon2000-01-051-32/+35