]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
26 years agoClean sedded man pages as well as catted man pages.
Ted Lemon [Sat, 24 Apr 1999 00:20:10 +0000 (00:20 +0000)] 
Clean sedded man pages as well as catted man pages.

26 years agoUpdate version and changelog.
Ted Lemon [Fri, 23 Apr 1999 23:58:04 +0000 (23:58 +0000)] 
Update version and changelog.

26 years agoUse new class option constants.
Ted Lemon [Fri, 23 Apr 1999 23:50:22 +0000 (23:50 +0000)] 
Use new class option constants.

26 years ago- Reference siaddr from state structure in ack_lease, since raw packet
Ted Lemon [Fri, 23 Apr 1999 23:47:51 +0000 (23:47 +0000)] 
- Reference siaddr from state structure in ack_lease, since raw packet
  hasn't been instantiated yet.

26 years agoAdd siaddr structure to lease_state structure.
Ted Lemon [Fri, 23 Apr 1999 23:44:44 +0000 (23:44 +0000)] 
Add siaddr structure to lease_state structure.

26 years agoUpdate version.
Ted Lemon [Fri, 23 Apr 1999 23:35:44 +0000 (23:35 +0000)] 
Update version.

26 years agoDocument pool allocation mechanism and access lists.
Ted Lemon [Fri, 23 Apr 1999 23:30:20 +0000 (23:30 +0000)] 
Document pool allocation mechanism and access lists.

26 years ago- Do not respond with NAK if ciaddr is set and imputed network doesn't
Ted Lemon [Fri, 23 Apr 1999 23:17:52 +0000 (23:17 +0000)] 
- Do not respond with NAK if ciaddr is set and imputed network doesn't
  match, since ciaddr means client is unicasting using IP routing.
- Support DHCPINFORM even on unknown networks.
- Fix up some invocations of evaluate_option_cache that used
  post-scope-execution option state rather than packet option state as
  input for evaluations of options from post-scope-execution option
  state.
- Add support for site-defined option spaces.
- Compute boot file server prior to freeing options used in computing
  it.   May fix a core dump that has been reported but that I haven't
  seen.
- Make pool scope less specific than class scope.
- Fix some invocations of execute_statements_in_scope that were
  incorrectly passing output options where they should have passed
  input options.
- Enforce maximum lease length after applying default lease time.
- Compute value of bootfile server IP address in ack_lease instead of
  dhcp_reply, so that expressions using contents of packet can work.

26 years agoPrint note at top of lease file so people won't ask about times being offset.
Ted Lemon [Fri, 23 Apr 1999 22:30:56 +0000 (22:30 +0000)] 
Print note at top of lease file so people won't ask about times being offset.

26 years agoFix an omitted word.
Ted Lemon [Fri, 23 Apr 1999 22:27:50 +0000 (22:27 +0000)] 
Fix an omitted word.

26 years agoSupport MacOSX.
Ted Lemon [Fri, 23 Apr 1999 22:26:51 +0000 (22:26 +0000)] 
Support MacOSX.

26 years agoAdd support for site option spaces.
Ted Lemon [Fri, 23 Apr 1999 22:25:50 +0000 (22:25 +0000)] 
Add support for site option spaces.

26 years agoUpdate the names of some DHCP option manifest constants.
Ted Lemon [Fri, 23 Apr 1999 22:23:58 +0000 (22:23 +0000)] 
Update the names of some DHCP option manifest constants.

26 years agoUse input options for option operand.
Ted Lemon [Fri, 23 Apr 1999 22:22:55 +0000 (22:22 +0000)] 
Use input options for option operand.

26 years agoAdd a bunch of options that were added in RFC2132.
Ted Lemon [Fri, 23 Apr 1999 22:20:49 +0000 (22:20 +0000)] 
Add a bunch of options that were added in RFC2132.

26 years agoGet rid of incorrect data after payload messages.
Ted Lemon [Fri, 23 Apr 1999 22:15:43 +0000 (22:15 +0000)] 
Get rid of incorrect data after payload messages.

26 years ago- Support a site-local option space, so that different site-local
Ted Lemon [Fri, 23 Apr 1999 22:10:52 +0000 (22:10 +0000)] 
- Support a site-local option space, so that different site-local
  options can be defined in different scopes.

26 years agoAdd binary file copyright.
Ted Lemon [Fri, 23 Apr 1999 22:07:38 +0000 (22:07 +0000)] 
Add binary file copyright.

26 years agoDocument newly added options.
Ted Lemon [Fri, 23 Apr 1999 22:05:32 +0000 (22:05 +0000)] 
Document newly added options.

26 years agoRemove BUGS section and adjust version.
Ted Lemon [Fri, 23 Apr 1999 21:23:23 +0000 (21:23 +0000)] 
Remove BUGS section and adjust version.

26 years agoFix up UDP length calculations. Fix checksum algorithm.
Ted Lemon [Fri, 23 Apr 1999 15:38:57 +0000 (15:38 +0000)] 
Fix up UDP length calculations.   Fix checksum algorithm.

26 years ago- Exclude loopback and point-to-point interfaces, rather than testing
Ted Lemon [Fri, 23 Apr 1999 15:23:08 +0000 (15:23 +0000)] 
- Exclude loopback and point-to-point interfaces, rather than testing
  for broadcast flag.

26 years agoUpdate version. V3-ALPHA-19990412
Ted Lemon [Mon, 12 Apr 1999 22:24:24 +0000 (22:24 +0000)] 
Update version.

26 years agoUpdate version and changelog
Ted Lemon [Mon, 12 Apr 1999 22:22:43 +0000 (22:22 +0000)] 
Update version and changelog

26 years agoSupport DHCPINFORM.
Ted Lemon [Mon, 12 Apr 1999 22:18:58 +0000 (22:18 +0000)] 
Support DHCPINFORM.

26 years agoFix siaddr computation.
Ted Lemon [Mon, 12 Apr 1999 22:15:38 +0000 (22:15 +0000)] 
Fix siaddr computation.

26 years agoAdd expr_known to expression type enum.
Ted Lemon [Mon, 12 Apr 1999 22:14:36 +0000 (22:14 +0000)] 
Add expr_known to expression type enum.

26 years agoDo path keyword substitution on unformatted manual pages prior to installing.
Ted Lemon [Mon, 12 Apr 1999 22:13:56 +0000 (22:13 +0000)] 
Do path keyword substitution on unformatted manual pages prior to installing.

26 years agoSupport expr_known.
Ted Lemon [Mon, 12 Apr 1999 22:11:12 +0000 (22:11 +0000)] 
Support expr_known.

26 years agoParse KNOWN keyword.
Ted Lemon [Mon, 12 Apr 1999 22:09:24 +0000 (22:09 +0000)] 
Parse KNOWN keyword.

26 years agoFix up error message printing. Base UDP checksum on UDP header length.
Ted Lemon [Mon, 12 Apr 1999 21:37:03 +0000 (21:37 +0000)] 
Fix up error message printing.   Base UDP checksum on UDP header length.

26 years agoerror -> log_fatal
Ted Lemon [Mon, 12 Apr 1999 21:34:37 +0000 (21:34 +0000)] 
error -> log_fatal

26 years agoCast unsigned chars to chars before passing to strlen.
Ted Lemon [Mon, 12 Apr 1999 21:33:34 +0000 (21:33 +0000)] 
Cast unsigned chars to chars before passing to strlen.

26 years agoDocument the "known" expression.
Ted Lemon [Mon, 12 Apr 1999 21:31:54 +0000 (21:31 +0000)] 
Document the "known" expression.

26 years agoUpdate changelog and version. V3-ALPHA-19990408
Ted Lemon [Thu, 8 Apr 1999 20:58:49 +0000 (20:58 +0000)] 
Update changelog and version.

26 years agoInstall unformatted man pages on some systems.
Ted Lemon [Thu, 8 Apr 1999 20:53:33 +0000 (20:53 +0000)] 
Install unformatted man pages on some systems.

26 years agoUpdate version.
Ted Lemon [Thu, 8 Apr 1999 19:47:55 +0000 (19:47 +0000)] 
Update version.

26 years ago- Add documentation for vendor-encapsulated-options option.
Ted Lemon [Thu, 8 Apr 1999 19:42:16 +0000 (19:42 +0000)] 
- Add documentation for vendor-encapsulated-options option.
- Document always-reply-rfc1048.

26 years ago- Fix some silly parse problems in class parsing.
Ted Lemon [Thu, 8 Apr 1999 19:39:54 +0000 (19:39 +0000)] 
- Fix some silly parse problems in class parsing.
- Remove ifdef'd-out AUTH/DENY parse code, which is now in parse.c.
- Fix use of uninitialized variable in parse_statement.

26 years ago- Add support for always-reply-rfc1048.
Ted Lemon [Thu, 8 Apr 1999 19:36:23 +0000 (19:36 +0000)] 
- Add support for always-reply-rfc1048.
- Get subnet mask option from subnet decl if not provided.

26 years agoUse enum dhcp_token instead of int.
Ted Lemon [Thu, 8 Apr 1999 19:34:41 +0000 (19:34 +0000)] 
Use enum dhcp_token instead of int.

26 years agoAdd always-reply-rfc1048 server option.
Ted Lemon [Thu, 8 Apr 1999 19:33:00 +0000 (19:33 +0000)] 
Add always-reply-rfc1048 server option.

26 years ago- Cast return values from getShort and getUShort for egcs.
Ted Lemon [Thu, 8 Apr 1999 19:17:48 +0000 (19:17 +0000)] 
- Cast return values from getShort and getUShort for egcs.
- Fix option lookup function usage.

26 years ago- Fix the client-identifier example.
Ted Lemon [Thu, 8 Apr 1999 19:14:12 +0000 (19:14 +0000)] 
- Fix the client-identifier example.
- Document the option definition mechanism.

26 years agoint -> enum dhcp_token, where appropriate.
Ted Lemon [Thu, 8 Apr 1999 17:46:15 +0000 (17:46 +0000)] 
int -> enum dhcp_token, where appropriate.

26 years agoIrix support, MANCAT variable.
Ted Lemon [Thu, 8 Apr 1999 17:44:17 +0000 (17:44 +0000)] 
Irix support, MANCAT variable.

26 years agoAdd reference count to option_state structure.
Ted Lemon [Mon, 5 Apr 1999 19:11:44 +0000 (19:11 +0000)] 
Add reference count to option_state structure.

26 years agoFix handling of expr_encapsulate.
Ted Lemon [Mon, 5 Apr 1999 19:06:50 +0000 (19:06 +0000)] 
Fix handling of expr_encapsulate.

26 years agoPass down the option state in store_options.
Ted Lemon [Mon, 5 Apr 1999 19:03:59 +0000 (19:03 +0000)] 
Pass down the option state in store_options.

26 years agoIf the length of a hash name is zero, compute it with strlen.
Ted Lemon [Mon, 5 Apr 1999 19:02:42 +0000 (19:02 +0000)] 
If the length of a hash name is zero, compute it with strlen.

26 years agoPut a reference count on the option_state structure.
Ted Lemon [Mon, 5 Apr 1999 19:02:17 +0000 (19:02 +0000)] 
Put a reference count on the option_state structure.

26 years agoUse option_state_reference instead of just copying the pointer.
Ted Lemon [Mon, 5 Apr 1999 19:00:50 +0000 (19:00 +0000)] 
Use option_state_reference instead of just copying the pointer.

26 years ago- Support new generalized option_state usage.
Ted Lemon [Mon, 5 Apr 1999 16:46:13 +0000 (16:46 +0000)] 
- Support new generalized option_state usage.
- Do vendor encapsulation if configured.

26 years agoAdd support for option space declaration.
Ted Lemon [Mon, 5 Apr 1999 16:36:25 +0000 (16:36 +0000)] 
Add support for option space declaration.

26 years agoSupport new generalized option_state usage.
Ted Lemon [Mon, 5 Apr 1999 16:34:33 +0000 (16:34 +0000)] 
Support new generalized option_state usage.

26 years agoSupport encapsulate expression. lookup_func -> get_func.
Ted Lemon [Mon, 5 Apr 1999 16:28:09 +0000 (16:28 +0000)] 
Support encapsulate expression.   lookup_func -> get_func.

26 years ago- Add vendor-option-space server option.
Ted Lemon [Mon, 5 Apr 1999 16:24:05 +0000 (16:24 +0000)] 
- Add vendor-option-space server option.
- Add more initializations for the built-in option spaces.

26 years agoAdd printer for encapsulate expression.
Ted Lemon [Mon, 5 Apr 1999 16:18:22 +0000 (16:18 +0000)] 
Add printer for encapsulate expression.

26 years ago- Add a parser for option space declarations.
Ted Lemon [Mon, 5 Apr 1999 15:50:09 +0000 (15:50 +0000)] 
- Add a parser for option space declarations.
- Add a U format for parsing identifiers in universe names.

26 years agoMake option state support more general.
Ted Lemon [Mon, 5 Apr 1999 15:40:59 +0000 (15:40 +0000)] 
Make option state support more general.

26 years agoUse more general option space function calls.
Ted Lemon [Mon, 5 Apr 1999 15:35:54 +0000 (15:35 +0000)] 
Use more general option space function calls.

26 years agoAdd operators for byte quantities. Always return a 32-bit integer.
Ted Lemon [Mon, 5 Apr 1999 15:33:52 +0000 (15:33 +0000)] 
Add operators for byte quantities.   Always return a 32-bit integer.

26 years agoAdd space token.
Ted Lemon [Mon, 5 Apr 1999 15:33:11 +0000 (15:33 +0000)] 
Add space token.

26 years ago- Add allocator/deallocator for universes and option states.
Ted Lemon [Mon, 5 Apr 1999 15:23:07 +0000 (15:23 +0000)] 
- Add allocator/deallocator for universes and option states.
- Lease state allocator automatically allocates option state,
  and deallocator automatically deallocates it.

26 years ago- Adjust option_state-related calls to use new, more general calls.
Ted Lemon [Mon, 5 Apr 1999 15:19:59 +0000 (15:19 +0000)] 
- Adjust option_state-related calls to use new, more general calls.

26 years ago- Support option space declarations.
Ted Lemon [Mon, 5 Apr 1999 15:08:13 +0000 (15:08 +0000)] 
- Support option space declarations.
- Adjust option_state-related calls to use new, more general calls.

26 years agoAdd SPACE token.
Ted Lemon [Mon, 5 Apr 1999 14:58:23 +0000 (14:58 +0000)] 
Add SPACE token.

26 years ago- Add encapsulate expression type.
Ted Lemon [Mon, 5 Apr 1999 14:54:38 +0000 (14:54 +0000)] 
- Add encapsulate expression type.
- Add hooks into universe structure to support various operations that
  can be done on universes.

26 years ago- Generalize option state structure to support additional option spaces.
Ted Lemon [Mon, 5 Apr 1999 14:51:17 +0000 (14:51 +0000)] 
- Generalize option state structure to support additional option spaces.
- Add per-option-space-type functions for various operations that can be
  done on option spaces.

26 years agoUpdate version V3-ALPHA-19990330
Ted Lemon [Tue, 30 Mar 1999 21:54:03 +0000 (21:54 +0000)] 
Update version

26 years agoUpdate version and changelog
Ted Lemon [Tue, 30 Mar 1999 21:52:52 +0000 (21:52 +0000)] 
Update version and changelog

26 years agoInitialize option cache pointer prior to use.
Ted Lemon [Tue, 30 Mar 1999 18:12:34 +0000 (18:12 +0000)] 
Initialize option cache pointer prior to use.

26 years agoAdd information about reporting bugs to the README and update version.
Ted Lemon [Tue, 30 Mar 1999 15:46:04 +0000 (15:46 +0000)] 
Add information about reporting bugs to the README and update version.

26 years agoMove support of server allow/deny into common code.
Ted Lemon [Tue, 30 Mar 1999 15:20:10 +0000 (15:20 +0000)] 
Move support of server allow/deny into common code.

26 years agoUpdate version. V3-ALPHA-19990329A
Ted Lemon [Mon, 29 Mar 1999 23:00:02 +0000 (23:00 +0000)] 
Update version.

26 years agoUpdate changelog and version.
Ted Lemon [Mon, 29 Mar 1999 22:57:55 +0000 (22:57 +0000)] 
Update changelog and version.

26 years agoDocument entry and exit hooks, plus make_resolv_conf function.
Ted Lemon [Mon, 29 Mar 1999 22:50:50 +0000 (22:50 +0000)] 
Document entry and exit hooks, plus make_resolv_conf function.

26 years agoAdd entry, exit and resolv.conf hooks.
Ted Lemon [Mon, 29 Mar 1999 22:35:19 +0000 (22:35 +0000)] 
Add entry, exit and resolv.conf hooks.

26 years agoBuild new manual pages.
Ted Lemon [Mon, 29 Mar 1999 21:08:10 +0000 (21:08 +0000)] 
Build new manual pages.

26 years agoAdjust version, update changelog. V3-ALPHA-19990329
Ted Lemon [Mon, 29 Mar 1999 19:04:56 +0000 (19:04 +0000)] 
Adjust version, update changelog.

26 years agoAdjust version numbers.
Ted Lemon [Mon, 29 Mar 1999 19:04:36 +0000 (19:04 +0000)] 
Adjust version numbers.

26 years agoAdd missing break to fix POOL permit parse. Fix address range warning.
Ted Lemon [Mon, 29 Mar 1999 18:59:54 +0000 (18:59 +0000)] 
Add missing break to fix POOL permit parse.   Fix address range warning.

26 years agoFix typo in error message check.
Ted Lemon [Mon, 29 Mar 1999 18:51:37 +0000 (18:51 +0000)] 
Fix typo in error message check.

26 years agoAccount for tabs when pointing out errors.
Ted Lemon [Mon, 29 Mar 1999 18:51:19 +0000 (18:51 +0000)] 
Account for tabs when pointing out errors.

26 years agoFix a bug in BOOTP broadcast flag setting for DHCPDISCOVER.
Ted Lemon [Mon, 29 Mar 1999 18:49:58 +0000 (18:49 +0000)] 
Fix a bug in BOOTP broadcast flag setting for DHCPDISCOVER.

26 years agoManual page documenting ISC DHCP contribution process. V3-ALPHA-19990326
Ted Lemon [Fri, 26 Mar 1999 21:38:42 +0000 (21:38 +0000)] 
Manual page documenting ISC DHCP contribution process.

26 years agoUpdate version number.
Ted Lemon [Fri, 26 Mar 1999 21:27:24 +0000 (21:27 +0000)] 
Update version number.

26 years agoAdd 3.0-specific release notes.
Ted Lemon [Fri, 26 Mar 1999 21:24:20 +0000 (21:24 +0000)] 
Add 3.0-specific release notes.

26 years agoOops, deleted an important comment character.
Ted Lemon [Fri, 26 Mar 1999 19:22:13 +0000 (19:22 +0000)] 
Oops, deleted an important comment character.

26 years agoPull up changes in Patchlevel 19
Ted Lemon [Fri, 26 Mar 1999 19:19:46 +0000 (19:19 +0000)] 
Pull up changes in Patchlevel 19

26 years agoDon't log winning DHCPREQUESTs twice.
Ted Lemon [Thu, 25 Mar 1999 22:07:54 +0000 (22:07 +0000)] 
Don't log winning DHCPREQUESTs twice.
Only pay attention to min_secs when sending DHCPOFFER.

26 years agoSupport defining new option names and codes.
Ted Lemon [Thu, 25 Mar 1999 22:05:19 +0000 (22:05 +0000)] 
Support defining new option names and codes.
Support server-identifier keyword.

26 years agoAllow option codes to be >8 bits.
Ted Lemon [Thu, 25 Mar 1999 22:03:44 +0000 (22:03 +0000)] 
Allow option codes to be >8 bits.

26 years agoadd array, boolean, code, integer, ip-address,signed, string, text, unsigned.
Ted Lemon [Thu, 25 Mar 1999 22:03:07 +0000 (22:03 +0000)] 
add array, boolean, code, integer, ip-address,signed, string, text, unsigned.

26 years agoAdd secs field to client_state. Support defining new option names and codes.
Ted Lemon [Thu, 25 Mar 1999 22:02:36 +0000 (22:02 +0000)] 
Add secs field to client_state.   Support defining new option names and codes.

26 years agoAllow vendor class identifier to be other than ASCII text.
Ted Lemon [Thu, 25 Mar 1999 22:01:03 +0000 (22:01 +0000)] 
Allow vendor class identifier to be other than ASCII text.

26 years agoSupport defining new option code names and formats.
Ted Lemon [Thu, 25 Mar 1999 21:59:36 +0000 (21:59 +0000)] 
Support defining new option code names and formats.

26 years agoOnly report bad packet checksums if we see a preponderance of them.
Ted Lemon [Thu, 25 Mar 1999 21:58:13 +0000 (21:58 +0000)] 
Only report bad packet checksums if we see a preponderance of them.

26 years agoMake unknown hardware address type a warning instead of a fatal error.
Ted Lemon [Thu, 25 Mar 1999 21:57:30 +0000 (21:57 +0000)] 
Make unknown hardware address type a warning instead of a fatal error.

26 years agoadd array, boolean, code, integer, ip-address,signed, string, text, unsigned.
Ted Lemon [Thu, 25 Mar 1999 21:56:28 +0000 (21:56 +0000)] 
add array, boolean, code, integer, ip-address,signed, string, text, unsigned.