2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

1214 Commits

Author SHA1 Message Date
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
da38df1433 Pervasive changes to support leased_address, reverse and binary_to_ascii. 1999-07-02 20:58:48 +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
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
94030f7d7e Add nsupdate.o 1999-07-01 18:36:58 +00:00
Ted Lemon
c549f62a42 Add always-broadcast option. 1999-06-22 13:14:53 +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
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
20a767d38a Add support for expr_encode_int*. 1999-05-27 14:30:00 +00:00
Ted Lemon
e15381fc4c Compile fallback_discard based on USE_SOCKET_FALLBACK, not USE_SOCKET_SEND. 1999-05-27 14:18:27 +00:00
Ted Lemon
20c4e94d44 Support encode-int() expression. 1999-05-27 14:15:09 +00:00
Ted Lemon
f011dedde6 Don't overwrite timestamp from new lease value structure. 1999-05-27 14:11:58 +00:00
Ted Lemon
c541727bf5 Add recognition of token ring hardware type. 1999-05-27 14:10:22 +00:00
Ted Lemon
05b7e2f648 - Change data-string to string in option documentation to be consistent
with configuration file syntax.
1999-05-27 14:08:59 +00:00
Ted Lemon
7ff63eb044 Document encode-int 1999-05-27 14:01:43 +00:00
Ted Lemon
ba79f3bb4b Add encode-int 1999-05-27 12:39:22 +00:00
Ted Lemon
203eccaeb5 Fix up some more POINTER_DEBUG cases to prevent core dumps. 1999-05-27 12:38:05 +00:00
Ted Lemon
be19167db2 Fix up colon-seperated hex octet list parsing in parse_data_expression. 1999-05-07 17:38:42 +00:00
Ted Lemon
8e0a40b8d9 Enclose abort() calls in POINTER_DEBUG ifdefs and just return otherwise. 1999-05-07 17:36:36 +00:00
Ted Lemon
10da3e76fb - Make is_boolean_expression return true for expr_exists.
- Conditionalize pointer debug abort on POINTER_DEBUG.
- When using options in expression evaluation, make sure that there are
  options to use.
1999-05-07 17:10:38 +00:00
Ted Lemon
8d20719540 error -> log_fatal 1999-05-06 20:21:39 +00:00
Ted Lemon
a82abfc730 - Add support for a timezone offset in lease file (possibly useless).
- Add support for concat data subexpression.
- Add support for specifying option data as a data expression instead
  of in the option's specified format.
1999-05-06 20:20:43 +00:00
Ted Lemon
e25ff25763 Add concat keyword. 1999-05-06 20:13:31 +00:00
Ted Lemon
61629d4876 Only one binary file copyright required. 1999-04-25 13:17:17 +00:00
Ted Lemon
b268969263 Remove #* from rm -f list because it wasn't working. 1999-04-24 00:24:29 +00:00
Ted Lemon
74aa4f0ee3 Clean sedded man pages as well as catted man pages. 1999-04-24 00:20:10 +00:00
Ted Lemon
f594d52c7e Use input options for option operand. 1999-04-23 22:22:55 +00:00
Ted Lemon
a6a43a8c60 Add a bunch of options that were added in RFC2132. 1999-04-23 22:20:49 +00:00
Ted Lemon
609115bc98 Get rid of incorrect data after payload messages. 1999-04-23 22:15:43 +00:00
Ted Lemon
33c8563849 - Support a site-local option space, so that different site-local
options can be defined in different scopes.
1999-04-23 22:10:52 +00:00
Ted Lemon
341b9d40a1 Add binary file copyright. 1999-04-23 22:07:38 +00:00
Ted Lemon
b5b7b3b40d Document newly added options. 1999-04-23 22:05:32 +00:00
Ted Lemon
dda42ca14e Fix up UDP length calculations. Fix checksum algorithm. 1999-04-23 15:38:57 +00:00
Ted Lemon
6177564f37 - Exclude loopback and point-to-point interfaces, rather than testing
for broadcast flag.
1999-04-23 15:23:08 +00:00
Ted Lemon
ff7f93eebc Do path keyword substitution on unformatted manual pages prior to installing. 1999-04-12 22:13:56 +00:00
Ted Lemon
5ce6b57615 Support expr_known. 1999-04-12 22:11:12 +00:00
Ted Lemon
7033063307 Parse KNOWN keyword. 1999-04-12 22:09:24 +00:00
Ted Lemon
bd5ef11d6c Fix up error message printing. Base UDP checksum on UDP header length. 1999-04-12 21:37:03 +00:00
Ted Lemon
0536c3efe7 error -> log_fatal 1999-04-12 21:34:37 +00:00
Ted Lemon
34bef96b19 Cast unsigned chars to chars before passing to strlen. 1999-04-12 21:33:34 +00:00