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
0c643a7eb2 Document the "known" expression. 1999-04-12 21:31:54 +00:00
Ted Lemon
fa007e8233 Install unformatted man pages on some systems. 1999-04-08 20:53:33 +00:00
Ted Lemon
c8d91ebbe3 Add always-reply-rfc1048 server option. 1999-04-08 19:33:00 +00:00
Ted Lemon
2c9c029193 - Cast return values from getShort and getUShort for egcs.
- Fix option lookup function usage.
1999-04-08 19:17:48 +00:00
Ted Lemon
bf6820e7ee - Fix the client-identifier example.
- Document the option definition mechanism.
1999-04-08 19:14:12 +00:00
Ted Lemon
104c88cdf5 int -> enum dhcp_token, where appropriate. 1999-04-08 17:46:15 +00:00
Ted Lemon
0f803d34aa Fix handling of expr_encapsulate. 1999-04-05 19:06:50 +00:00
Ted Lemon
c980aa65ed Pass down the option state in store_options. 1999-04-05 19:03:59 +00:00
Ted Lemon
480362714e If the length of a hash name is zero, compute it with strlen. 1999-04-05 19:02:42 +00:00
Ted Lemon
03f78f2ae2 Put a reference count on the option_state structure. 1999-04-05 19:02:17 +00:00
Ted Lemon
dd6e44a55b Support encapsulate expression. lookup_func -> get_func. 1999-04-05 16:28:09 +00:00
Ted Lemon
ccff5ae188 - Add vendor-option-space server option.
- Add more initializations for the built-in option spaces.
1999-04-05 16:24:05 +00:00
Ted Lemon
0b96b0fe6f Add printer for encapsulate expression. 1999-04-05 16:18:22 +00:00
Ted Lemon
52c9d53053 - Add a parser for option space declarations.
- Add a U format for parsing identifiers in universe names.
1999-04-05 15:50:09 +00:00
Ted Lemon
c9605ddb0b Make option state support more general. 1999-04-05 15:40:59 +00:00
Ted Lemon
0d252fd9bf Use more general option space function calls. 1999-04-05 15:35:54 +00:00
Ted Lemon
ee83c9fe80 Add operators for byte quantities. Always return a 32-bit integer. 1999-04-05 15:33:52 +00:00
Ted Lemon
97547b5f24 Add space token. 1999-04-05 15:33:11 +00:00
Ted Lemon
5b9d671bf0 - Add allocator/deallocator for universes and option states.
- Lease state allocator automatically allocates option state,
  and deallocator automatically deallocates it.
1999-04-05 15:23:07 +00:00
Ted Lemon
b1013db725 Move support of server allow/deny into common code. 1999-03-30 15:20:10 +00:00
Ted Lemon
4e9533d4cf Build new manual pages. 1999-03-29 21:08:10 +00:00
Ted Lemon
64ba83870f Fix typo in error message check. 1999-03-29 18:51:37 +00:00
Ted Lemon
a17d7685dc Account for tabs when pointing out errors. 1999-03-29 18:51:19 +00:00
Ted Lemon
ea5027182f Manual page documenting ISC DHCP contribution process. 1999-03-26 21:38:42 +00:00
Ted Lemon
2d1b06e071 Pull up changes in Patchlevel 19 1999-03-26 19:19:46 +00:00
Ted Lemon
038428e443 Allow vendor class identifier to be other than ASCII text. 1999-03-25 22:01:03 +00:00
Ted Lemon
6b4b0ec78d Support defining new option code names and formats. 1999-03-25 21:59:36 +00:00
Ted Lemon
ef1f37ed63 Only report bad packet checksums if we see a preponderance of them. 1999-03-25 21:58:13 +00:00
Ted Lemon
deffc1636b Make unknown hardware address type a warning instead of a fatal error. 1999-03-25 21:57:30 +00:00
Ted Lemon
f8b21a3d33 add array, boolean, code, integer, ip-address,signed, string, text, unsigned. 1999-03-25 21:56:28 +00:00
Ted Lemon
e7860b608e Add option allocator. 1999-03-25 21:55:14 +00:00
Ted Lemon
c5b0f52958 Sanitize Solaris build. 1999-03-16 06:37:55 +00:00
Ted Lemon
2e5d8efa53 Regenerate 1999-03-16 05:58:32 +00:00
Ted Lemon
a76004f144 Don't build sysconf.o or interact.o anymore. 1999-03-16 05:52:16 +00:00
Ted Lemon
f39b6e0089 Update license. 1999-03-16 05:50:46 +00:00
Ted Lemon
cfd64a6043 Deprecated. 1999-03-16 05:30:49 +00:00
Ted Lemon
0cd0c3e07d This isn't the right thing to do. 1999-03-16 05:26:04 +00:00
Ted Lemon
8b252b42ba - In substring(), return no data instead of a null value if the offset
is past the end of the evaluated data.
- For the hardware operator, return a null value if the hardware
  length is longer than the chaddr buffer.
1999-03-16 00:48:21 +00:00
Ted Lemon
29df0fcc07 dhcp-class-identifier -> vendor-class-identifier. 1999-03-16 00:46:46 +00:00
Ted Lemon
dce70f9f2d Fix parsing of elsif and else if statements. 1999-03-16 00:42:03 +00:00
Ted Lemon
660dfc0f8f Update attribution and document relay agent information options. 1999-03-16 00:39:29 +00:00
Ted Lemon
6b74a7a8cf Document evaluation and conditional stuff. 1999-03-16 00:19:48 +00:00
Ted Lemon
21d21e9172 Add interface argument to can_*(). 1999-03-13 18:56:47 +00:00
Ted Lemon
b547818bbf Add can_receive_unicast_unconfigured 1999-03-13 18:53:15 +00:00
Ted Lemon
f11e65c53f Look options up in packet options, not generated options.
Fix data_string_truncate so that if data is shorter than requested
truncation, the length is not increased.
1999-03-10 20:41:29 +00:00
Ted Lemon
ce0ec46d27 Pass parameter request list to cons_options. 1999-03-10 20:39:22 +00:00
Ted Lemon
195ce2f841 Don't dump core when recursing to outermost scope. 1999-03-09 23:40:22 +00:00
Ted Lemon
551d1bc4e4 Add new keywords for authentication databases. 1999-03-09 23:39:41 +00:00
Ted Lemon
4766ef10c0 Don't try to evaluate a null expression in evaluate_option_cache (). 1999-03-09 20:01:56 +00:00
Ted Lemon
74f45f9642 Sync with 2.0b1pl16. Fix some pool allocation problems. 1999-02-25 23:30:43 +00:00