2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00
Commit Graph

1288 Commits

Author SHA1 Message Date
Ted Lemon
600d4b3500 Document one-lease-per-client. 1999-07-07 16:15:02 +00:00
Ted Lemon
986bf89851 Document if_tr.h problem. Document Dynamic DNS update support. 1999-07-07 15:47:55 +00:00
Ted Lemon
cdf2e8cb6b Update calls to evaluate_option_cache. Fix commenting-out. 1999-07-07 15:32:02 +00:00
Ted Lemon
41c74970ca Apply some nsupdate.c fixes from Brian Murrell. 1999-07-07 15:28:40 +00:00
Ted Lemon
b5c11cbecc Fix fallback_discard ifdefs again. 1999-07-07 15:25:36 +00:00
Ted Lemon
cabe377a24 Support nsupdate with --with-nsupdate in ./configure. 1999-07-07 15:20:10 +00:00
Ted Lemon
976b9e11ed Update version. 1999-07-07 13:45:04 +00:00
Ted Lemon
d7f0f1dd88 Fix up ifdefs for USE_SOCKET_FALLBACK. 1999-07-06 21:08:12 +00:00
Ted Lemon
5e6fb153e5 Regularize TOKEN_NOT vs. NOT. 1999-07-06 20:41:25 +00:00
Ted Lemon
daa1b24f96 - Compute max-lease-time outside of conditional so that we always have
a value for it.
1999-07-06 20:35:54 +00:00
Ted Lemon
8ca01a7ef1 Document binary-to-ascii, leased-address and reverse. 1999-07-06 20:19:40 +00:00
Ted Lemon
e3a84e3562 Add a -s flag to specify the broadcast destination IP address. 1999-07-06 17:17:16 +00:00
Ted Lemon
71df44f55a Use limited_broadcast global instead of INADDR_BROADCAST. 1999-07-06 17:09:03 +00:00
Ted Lemon
f01e8a0e88 Declare limited_broadcast global. 1999-07-06 17:05:57 +00:00
Ted Lemon
644b841676 Fix some pastos in new expression evaluators. 1999-07-06 17:04:31 +00:00
Ted Lemon
eb42f00ec9 Fix some pastos. 1999-07-06 16:57:05 +00:00
Ted Lemon
c6e7518cc1 - Pull a change from the 2.0 branch to make 'X' options print as strings
if possible.
1999-07-06 16:53:30 +00:00
Ted Lemon
3c80312f3f Reverse output of conversion routine. 1999-07-06 16:51:19 +00:00
Ted Lemon
6df38ab29a Add binary-to-ascii, leased-address and reverse tokens. 1999-07-06 16:49:59 +00:00
Ted Lemon
3020a2c1f1 Add a -s flag to specify the server IP address (handy for debugging). 1999-07-06 16:48:34 +00:00
Ted Lemon
93cd317099 Document new (I use the term new loosely) command-line flags. 1999-07-06 16:45:57 +00:00
Ted Lemon
da38df1433 Pervasive changes to support leased_address, reverse and binary_to_ascii. 1999-07-02 20:58:48 +00:00
Ted Lemon
15eda24826 In one-lease-per-client, don't re-release expired leases. 1999-07-02 17:47:42 +00:00
Ted Lemon
e8e6a30f53 Support one-lease-per-client. 1999-07-02 17:10:51 +00:00
Ted Lemon
e7c4a5de3a Get BIND includes from site.conf if needed. 1999-07-01 20:18:22 +00:00
Ted Lemon
46e5d066c4 Name service update routines, from Irina Goble, by way of Brian Murrell 1999-07-01 20:17:20 +00:00
Ted Lemon
e3b5f7f8a0 Fix a parenthetification error. 1999-07-01 20:02:58 +00:00
Ted Lemon
45378e45e1 Name server update hooks. 1999-07-01 19:58:12 +00:00
Ted Lemon
0ebffe9c74 - Record ddns information.
- Test names for printability using db_printable instead of doing it inline.
1999-07-01 19:55:12 +00:00
Ted Lemon
b036baa3d4 Declare db_printable. 1999-07-01 19:54:42 +00:00
Ted Lemon
f7c826883f Parse DNS update tokens if provided. 1999-07-01 19:32:29 +00:00
Ted Lemon
4c8ed1885e Get BIND includes from site.conf if needed. 1999-07-01 19:29:20 +00:00
Ted Lemon
0b0a0945b9 - Conditionalize definition of byte order constants, in case BIND headers
define them.
1999-07-01 19:25:01 +00:00
Ted Lemon
972ab2aa72 - Include files required by nsupdate if enabled.
- Add nsupdate-specific structs to lease.
- Define nsupdate server options.
1999-07-01 19:14:55 +00:00
Ted Lemon
b2345e0f6a Define server option types for ddns updates. 1999-07-01 19:00:13 +00:00
Ted Lemon
eb018e2be5 ADD -> TOKEN_ADD 1999-07-01 18:53:46 +00:00
Ted Lemon
a1d71f14a4 Propogate ddns_fwd_name and ddns_rev_name when adding new leases. 1999-07-01 18:45:28 +00:00
Ted Lemon
8a04c61527 ADD -> TOKEN_ADD; add tokens for ddns updates. 1999-07-01 18:41:30 +00:00
Ted Lemon
4ecd067879 Get BIND includes from site.conf if needed. 1999-07-01 18:38:17 +00:00
Ted Lemon
94030f7d7e Add nsupdate.o 1999-07-01 18:36:58 +00:00
Ted Lemon
692b58bdce Get BIND includes from site.conf if needed. 1999-07-01 18:21:36 +00:00
Ted Lemon
334f243201 Get BIND libraries using BINDLIB, which can be defined by user. 1999-07-01 17:58:00 +00:00
Ted Lemon
4650dc2511 Update to reflect changes in 2.0 README 1999-07-01 17:51:57 +00:00
Ted Lemon
6dadd61044 Support always-broadcast flag. 1999-06-22 13:28:12 +00:00
Ted Lemon
b1c231ba71 Fix an error in spawn example. Document always-broadcast. 1999-06-22 13:27:09 +00:00
Ted Lemon
9129caed21 - Support always-broadcast flag.
- Fix a long-standing bug where the server would not broadcast responses
  to BOOTP clients even if asked to do so.
1999-06-22 13:25:23 +00:00
Ted Lemon
f7b9d82368 Define constant for always-broadcast option. 1999-06-22 13:17:31 +00:00
Ted Lemon
c549f62a42 Add always-broadcast option. 1999-06-22 13:14:53 +00:00
Ted Lemon
914998bb0d Update version and changelog V3-ALPHA-19990608 1999-06-10 00:37:52 +00:00
Ted Lemon
fa661adb98 Do classing for BOOTP clients as well as DHCP clients. 1999-06-10 00:36:27 +00:00