]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
27 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.

27 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.

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

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

27 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.

27 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.

27 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.

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

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

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

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

27 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.

27 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.

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

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

27 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.

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

27 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.

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

27 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.

27 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.

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

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

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

27 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.

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

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

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

27 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.

27 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.

27 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.

27 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.

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

27 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.

27 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.

27 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.

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

27 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.

27 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.

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

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

27 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.

27 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.

27 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.

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

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

27 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.

27 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.

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

27 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.

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

27 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.

27 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.

27 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.

27 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.

27 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.

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

27 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.

27 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.

27 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

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 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.

27 years agoAdd option allocator.
Ted Lemon [Thu, 25 Mar 1999 21:55:14 +0000 (21:55 +0000)] 
Add option allocator.

27 years agoFix up documentation for append and prepend statements.
Ted Lemon [Thu, 25 Mar 1999 21:54:33 +0000 (21:54 +0000)] 
Fix up documentation for append and prepend statements.

27 years agoFix bug in secs handling.
Ted Lemon [Thu, 25 Mar 1999 21:51:29 +0000 (21:51 +0000)] 
Fix bug in secs handling.

27 years agoSupport option code definition.
Ted Lemon [Thu, 25 Mar 1999 21:45:55 +0000 (21:45 +0000)] 
Support option code definition.

27 years agoSanitize Solaris build. V3-ALPHA-19990315
Ted Lemon [Tue, 16 Mar 1999 06:37:55 +0000 (06:37 +0000)] 
Sanitize Solaris build.

27 years agoBad, bad idea.
Ted Lemon [Tue, 16 Mar 1999 05:59:59 +0000 (05:59 +0000)] 
Bad, bad idea.

27 years agoRegenerate
Ted Lemon [Tue, 16 Mar 1999 05:58:32 +0000 (05:58 +0000)] 
Regenerate

27 years agoUpdate copyright
Ted Lemon [Tue, 16 Mar 1999 05:57:50 +0000 (05:57 +0000)] 
Update copyright

27 years agoClean up obsolete dregs.
Ted Lemon [Tue, 16 Mar 1999 05:55:40 +0000 (05:55 +0000)] 
Clean up obsolete dregs.

27 years agoRemove statmsg, sysctl and dhcpctl subdirectories.
Ted Lemon [Tue, 16 Mar 1999 05:52:58 +0000 (05:52 +0000)] 
Remove statmsg, sysctl and dhcpctl subdirectories.

27 years agoDon't build sysconf.o or interact.o anymore.
Ted Lemon [Tue, 16 Mar 1999 05:52:16 +0000 (05:52 +0000)] 
Don't build sysconf.o or interact.o anymore.

27 years agoDon't build dhcpdi.o anymore.
Ted Lemon [Tue, 16 Mar 1999 05:51:47 +0000 (05:51 +0000)] 
Don't build dhcpdi.o anymore.

27 years agoUpdate license.
Ted Lemon [Tue, 16 Mar 1999 05:50:46 +0000 (05:50 +0000)] 
Update license.

27 years agoDeprecated.
Ted Lemon [Tue, 16 Mar 1999 05:46:44 +0000 (05:46 +0000)] 
Deprecated.

27 years agoWrong way.
Ted Lemon [Tue, 16 Mar 1999 05:45:05 +0000 (05:45 +0000)] 
Wrong way.