summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Do careful bounds checking on the incoming fqdn option.Ted Lemon2001-01-191-42/+53
* Fix some compile problems.Ted Lemon2001-01-171-1/+5
* Fix equal to compare arbitary types, rather than just data.Ted Lemon2001-01-161-29/+79
* - Print null hardware address as blank, instead of as <null>.Ted Lemon2001-01-161-4/+7
* - Fix expression parse context checking.Ted Lemon2001-01-161-85/+76
* Add a send statement that behaves the same as the supersede statement.Ted Lemon2001-01-162-3/+9
* Use ISC-style result codes, rather than ns rcodes.Ted Lemon2001-01-161-11/+12
* Add 'new' tokenTed Lemon2001-01-161-1/+3
* Parse client state names as numbers.Ted Lemon2001-01-111-1/+25
* Don't include the '.' in the fqdn.domainname.Ted Lemon2001-01-111-3/+3
* Add client-updates keyword.Ted Lemon2001-01-111-1/+3
* fqdn.fqdn starts at the beginning of the fqdn, not at the next token.Ted Lemon2001-01-111-3/+3
* - Move string set/reference/unset from ddns.c to here.Ted Lemon2001-01-111-13/+120
* Move the dhcid computer into common code.Ted Lemon2001-01-111-1/+67
* - Fix linked option space to use pairs rather than direct links on optionTed Lemon2001-01-091-55/+58
* Add fqdn.fqdn suboption.Ted Lemon2001-01-081-3/+3
* - Store the complete FQDN as an accessible option, and use that whenTed Lemon2001-01-081-54/+44
* Add support for printing NXDOMAIN and YXDOMAIN prerequisites.Ted Lemon2001-01-061-3/+11
* Globalize resolver state.Ted Lemon2001-01-031-7/+11
* - Make it possible for parse_option_token to modify the format pointer, toTed Lemon2001-01-031-17/+17
* Don't make bogus statements a fatal error.Ted Lemon2001-01-031-2/+3
* - Register the interface_initialize function (fixes a problem withTed Lemon2001-01-031-10/+11
* Fix up internal documentation for option parse codes.Ted Lemon2000-12-291-2/+10
* Add support for parsing enumerations.Ted Lemon2000-12-291-2/+96
* Add support (not debugged) for printing enumerations.Ted Lemon2000-12-291-1/+29
* Correctly implement the subnet selection option.Ted Lemon2000-12-281-3/+3
* Fix debug message for 'static' operator.Ted Lemon2000-12-281-2/+7
* - Fix typo in base64 table (Albert Herranz).Ted Lemon2000-12-281-19/+33
* - Fix up a minor nit in the fqdn code.Ted Lemon2000-12-281-12/+22
* Move interface code so that it doesn't pollute the relay agent.Ted Lemon2000-12-282-360/+293
* Account for word alignment of buffer returned by bpf.Ted Lemon2000-12-281-2/+2
* DDNS implementation rewrite. DDNS should now operate according toDamien Neil2000-12-112-45/+106
* Support unqualified signature algorithm names and base64 in quotes.Ted Lemon2000-12-051-16/+21
* Document client-state operator.Ted Lemon2000-12-051-0/+40
* Add client state keywords.Ted Lemon2000-12-051-1/+7
* Added a case to handle log statements in write_statements(), avoidingDamien Neil2000-12-021-1/+35
* Word-align BPF buffers.Ted Lemon2000-11-301-8/+18
* Fix an uninitialized variable referenceTed Lemon2000-11-291-3/+2
* - Add client-state expression.Ted Lemon2000-11-281-91/+215
* Add printer for client-state.Ted Lemon2000-11-281-1/+5
* - Move some common functions from clparse.c.Ted Lemon2000-11-281-3/+254
* - Pass client state to eval functions.Ted Lemon2000-11-281-50/+84
* Pass client state to eval functions.Ted Lemon2000-11-281-29/+39
* Pass client state to eval functions.Ted Lemon2000-11-281-1/+3
* Add client-state keyword.Ted Lemon2000-11-281-1/+3
* Fix a mistaken reference in reverse().Ted Lemon2000-11-241-3/+3
* Initialize option_space_foreach for ad-hoc option spaces.Ted Lemon2000-11-241-3/+4
* Fix up a bunch of suboption parsing bugs.Ted Lemon2000-11-241-46/+82
* Don't look up null zones, and don't allocate a zone if we already have one.Ted Lemon2000-11-241-4/+6
* Applied fix from bug #427: cache_found_zone() was callign dns_zone_lookup()Damien Neil2000-11-021-3/+2