summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add quotify functions.Ted Lemon2001-03-151-2/+78
* Fix an endian bug in trace files (James Brister)Ted Lemon2001-03-141-1/+4
* Use unparsable names for unknown options.Ted Lemon2001-03-141-168/+168
* Fix documentation for sending non-standard options.Ted Lemon2001-03-141-14/+5
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Remove files starting with # in realclean target.Ted Lemon2001-03-011-1/+1
* Apply a signed vs. unsigned fix suggested by Onno Van Der Linden.Ted Lemon2001-03-011-2/+2
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-013-10/+13
* Added tokens for "close", "create", "open", and "help" to the lexer.Damien Neil2001-02-271-1/+9
* Fix up NetBSD/alpha build.Ted Lemon2001-02-266-14/+14
* Update copyright statements.Ted Lemon2001-02-221-12/+31
* Document backslash quoting.Ted Lemon2001-02-221-15/+40
* Get md5.h from dst/ instead of minires/Ted Lemon2001-02-221-2/+2
* Fix an uninitialized pointer think-o.Ted Lemon2001-02-181-1/+2
* Fix cross-platform compile warningsTed Lemon2001-02-171-5/+5
* Apply a fix provided by Takeshi Hagiwara for a long-standing Sunos 4 bug.Ted Lemon2001-02-171-2/+3
* - Set the fallback interface index to -1 to indicate that it doesn't haveTed Lemon2001-02-171-1/+2
* Don't save lease timestamp in database.Ted Lemon2001-02-121-5/+1
* Update copyright date.Ted Lemon2001-02-121-2/+2
* Fix memory leak, bug in nwip option handling.Ted Lemon2001-02-121-11/+19
* Add support for tracing ICMP messages.Ted Lemon2001-02-121-33/+129
* Subroutinize some stuff so that it can be called in trace playback.Ted Lemon2001-02-121-29/+40
* Subroutinize some functionality and add in tracing hooks.Ted Lemon2001-02-121-14/+92
* Common tracing subroutines.Ted Lemon2001-02-121-0/+296
* Add ctrace.cTed Lemon2001-02-121-19/+2
* Doh! Syntax error that I really should have noticed. Hind paw firmlyBen Cottrell2001-02-021-2/+2
* Patch from Joost Mulders <dhcp@j-mulders.demon.nl> to make DLPI work better,Ben Cottrell2001-01-311-28/+59
* Don't dump core if asked to look up an option where there are no options.V3-BETA-2-PATCH-16Ted Lemon2001-01-261-1/+3
* Oops, add constant for requesting stateTed Lemon2001-01-262-4/+13
* Follow proper coding standards for allocating refcnted objects.Ted Lemon2001-01-251-4/+6
* Fix a small nit in the dlpi code.Ted Lemon2001-01-251-2/+5
* - Add a note to the documentation for the slp-directory-agent optionTed Lemon2001-01-251-0/+4
* Fix a small cosmetic error.Ted Lemon2001-01-251-2/+3
* - Fix a possible core dump in option parsing.Ted Lemon2001-01-251-7/+17
* - Use option_chain_head structure for linked option spaces.Ted Lemon2001-01-251-28/+55
* document the user-class option.Ted Lemon2001-01-251-0/+10
* Add TRANSMISSION keywordTed Lemon2001-01-251-1/+3
* Add allocators for option_chain_head structure.Ted Lemon2001-01-251-1/+115
* 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