summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Document the "known" expression.Ted Lemon1999-04-121-0/+7
* Install unformatted man pages on some systems.Ted Lemon1999-04-081-1/+5
* 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
* 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
* 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
* Move support of server allow/deny into common code.Ted Lemon1999-03-301-2/+67
* Build new manual pages.Ted Lemon1999-03-291-2/+8
* Fix typo in error message check.Ted Lemon1999-03-291-2/+2
* Account for tabs when pointing out errors.Ted Lemon1999-03-291-5/+19
* Manual page documenting ISC DHCP contribution process.V3-ALPHA-19990326Ted Lemon1999-03-261-0/+214
* Pull up changes in Patchlevel 19Ted Lemon1999-03-264-22/+39
* Allow vendor class identifier to be other than ASCII text.Ted Lemon1999-03-251-2/+2
* Support defining new option code names and formats.Ted Lemon1999-03-251-21/+251
* Only report bad packet checksums if we see a preponderance of them.Ted Lemon1999-03-251-3/+6
* Make unknown hardware address type a warning instead of a fatal error.Ted Lemon1999-03-251-3/+4
* add array, boolean, code, integer, ip-address,signed, string, text, unsigned.Ted Lemon1999-03-251-1/+19
* Add option allocator.Ted Lemon1999-03-251-1/+23
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-169-21/+22
* RegenerateTed Lemon1999-03-161-40/+40
* Don't build sysconf.o or interact.o anymore.Ted Lemon1999-03-161-2/+2
* Update license.Ted Lemon1999-03-1631-1034/+399
* Deprecated.Ted Lemon1999-03-161-141/+0
* This isn't the right thing to do.Ted Lemon1999-03-161-242/+0
* - In substring(), return no data instead of a null value if the offsetTed Lemon1999-03-161-13/+19
* dhcp-class-identifier -> vendor-class-identifier.Ted Lemon1999-03-161-2/+2
* Fix parsing of elsif and else if statements.Ted Lemon1999-03-161-2/+2
* Update attribution and document relay agent information options.Ted Lemon1999-03-161-6/+42
* Document evaluation and conditional stuff.Ted Lemon1999-03-161-0/+289
* Add interface argument to can_*().Ted Lemon1999-03-136-18/+30
* Add can_receive_unicast_unconfiguredTed Lemon1999-03-136-6/+37
* Look options up in packet options, not generated options.Ted Lemon1999-03-101-4/+6
* Pass parameter request list to cons_options.Ted Lemon1999-03-101-22/+7
* Don't dump core when recursing to outermost scope.Ted Lemon1999-03-091-2/+6
* Add new keywords for authentication databases.Ted Lemon1999-03-091-7/+15
* Don't try to evaluate a null expression in evaluate_option_cache ().Ted Lemon1999-03-091-1/+3
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-2517-356/+706