2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00
Commit Graph

1525 Commits

Author SHA1 Message Date
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
Ted Lemon
285da7c75d Regenerate. 1999-06-10 00:13:46 +00:00
Ted Lemon
53029a93e5 Update from Andrew Chittenden. 1999-06-10 00:11:46 +00:00
Ted Lemon
7cd65de98e Fix two pastos. 1999-06-10 00:11:20 +00:00
Ted Lemon
b733ed106c note -> log_info. Sigh. 1999-06-10 00:10:50 +00:00
Ted Lemon
022631862f Update version. 1999-06-10 00:10:13 +00:00
Ted Lemon
febf034452 Update version and changelog V3-ALPHA-19990527 1999-05-28 02:07:40 +00:00
Ted Lemon
7d29d66d88 Support token ring packets. 1999-05-27 17:43:28 +00:00
Ted Lemon
0c699a2360 Move link-layer header assembly/decoding to seperate files. 1999-05-27 17:34:54 +00:00
Ted Lemon
e9bb983cb5 Correct and expand upon class-related documentation. 1999-05-27 15:03:37 +00:00
Ted Lemon
02124b3c53 - Fix up cases where server option lookups were being done in the DHCP option
space.
1999-05-27 14:58:07 +00:00
Ted Lemon
0af446bc5f - Fix up cases where server option lookups were being done in the DHCP option
space.
- Correct handling of abandoned leases.
1999-05-27 14:56:51 +00:00
Ted Lemon
3cb23d09e1 Support encode-int token. 1999-05-27 14:54:02 +00:00
Ted Lemon
b553aba396 Support encode_int expressions. 1999-05-27 14:53:01 +00:00