summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version.V3-ALPHA-19990412Ted Lemon1999-04-124-8/+8
* Update version and changelogTed Lemon1999-04-121-1/+25
* Support DHCPINFORM.Ted Lemon1999-04-121-7/+242
* Fix siaddr computation.Ted Lemon1999-04-121-4/+8
* Add expr_known to expression type enum.Ted Lemon1999-04-121-0/+1
* Do path keyword substitution on unformatted manual pages prior to installing.Ted Lemon1999-04-125-32/+67
* Support expr_known.Ted Lemon1999-04-121-3/+23
* Parse KNOWN keyword.Ted Lemon1999-04-121-1/+8
* Fix up error message printing. Base UDP checksum on UDP header length.Ted Lemon1999-04-121-16/+48
* error -> log_fatalTed Lemon1999-04-121-7/+7
* Cast unsigned chars to chars before passing to strlen.Ted Lemon1999-04-121-21/+10
* Document the "known" expression.Ted Lemon1999-04-121-0/+7
* Update changelog and version.V3-ALPHA-19990408Ted Lemon1999-04-081-1/+37
* Install unformatted man pages on some systems.Ted Lemon1999-04-084-8/+12
* Update version.Ted Lemon1999-04-084-17/+18
* - Add documentation for vendor-encapsulated-options option.Ted Lemon1999-04-081-0/+93
* - Fix some silly parse problems in class parsing.Ted Lemon1999-04-081-30/+22
* - Add support for always-reply-rfc1048.Ted Lemon1999-04-081-2/+27
* Use enum dhcp_token instead of int.Ted Lemon1999-04-081-2/+3
* Add always-reply-rfc1048 server option.Ted Lemon1999-04-081-2/+2
* - Cast return values from getShort and getUShort for egcs.Ted Lemon1999-04-081-5/+4
* - Fix the client-identifier example.Ted Lemon1999-04-081-3/+190
* int -> enum dhcp_token, where appropriate.Ted Lemon1999-04-081-17/+17
* Irix support, MANCAT variable.Ted Lemon1999-04-081-0/+27
* Add reference count to option_state structure.Ted Lemon1999-04-051-0/+3
* Fix handling of expr_encapsulate.Ted Lemon1999-04-051-7/+7
* Pass down the option state in store_options.Ted Lemon1999-04-051-3/+2
* If the length of a hash name is zero, compute it with strlen.Ted Lemon1999-04-051-12/+14
* Put a reference count on the option_state structure.Ted Lemon1999-04-051-8/+34
* Use option_state_reference instead of just copying the pointer.Ted Lemon1999-04-051-3/+3
* - Support new generalized option_state usage.Ted Lemon1999-04-051-118/+145
* Add support for option space declaration.Ted Lemon1999-04-051-3/+15
* Support new generalized option_state usage.Ted Lemon1999-04-052-23/+29
* Support encapsulate expression. lookup_func -> get_func.Ted Lemon1999-04-051-47/+43
* - Add vendor-option-space server option.Ted Lemon1999-04-051-7/+50
* Add printer for encapsulate expression.Ted Lemon1999-04-051-1/+12
* - Add a parser for option space declarations.Ted Lemon1999-04-051-4/+74
* Make option state support more general.Ted Lemon1999-04-051-102/+319
* Use more general option space function calls.Ted Lemon1999-04-051-5/+6
* Add operators for byte quantities. Always return a 32-bit integer.Ted Lemon1999-04-051-3/+15
* Add space token.Ted Lemon1999-04-051-1/+3
* - Add allocator/deallocator for universes and option states.Ted Lemon1999-04-051-5/+83
* - Adjust option_state-related calls to use new, more general calls.Ted Lemon1999-04-051-53/+58
* - Support option space declarations.Ted Lemon1999-04-051-4/+20
* Add SPACE token.Ted Lemon1999-04-051-0/+1
* - Add encapsulate expression type.Ted Lemon1999-04-051-6/+22
* - Generalize option state structure to support additional option spaces.Ted Lemon1999-04-051-28/+55
* Update versionV3-ALPHA-19990330Ted Lemon1999-03-303-6/+6
* Update version and changelogTed Lemon1999-03-301-3/+9
* Initialize option cache pointer prior to use.Ted Lemon1999-03-301-1/+2