summaryrefslogtreecommitdiff
path: root/includes/tree.h
Commit message (Expand)AuthorAgeFilesLines
* - The server will now include multiple IA_NA's and multiple IAADDRs withinDavid Hankins2007-11-141-1/+1
* Remove unreviewed sources from HEAD.David Hankins2007-11-061-1/+1
* Might even work.David Hankins2007-10-301-1/+1
* - Two new operators, ~= and ~~, have been integrated to implementDavid Hankins2007-06-071-1/+3
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-291-2/+2
* Copyright++David Hankins2007-05-191-1/+1
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-0/+4
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-1/+1
* Change "execute" from numeric expression to executable statement, soEvan Hunt2007-01-281-6/+0
* - A new common configuration executable statement, execute(), has beenDavid Hankins2006-07-311-0/+6
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-4/+8
* - lcase() and ucase() configuration expressions have been added which adjustDavid Hankins2006-05-111-2/+6
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-29/+20
* Define option_chain_head structure.Ted Lemon2001-01-251-1/+6
* Add structure definitionns for enumerations.Ted Lemon2000-12-291-0/+11
* Fix prototypesTed Lemon2000-11-281-5/+9
* Fix up encapsulation prototype in universe struct.Ted Lemon2000-11-241-1/+1
* Rototill universe struct definition.Ted Lemon2000-10-101-20/+23
* Added binary operators: & | ^.Damien Neil2000-08-281-1/+4
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-2/+4
* Go back to the BSD license.Ted Lemon2000-03-171-11/+32
* Add funcall, function, and arithmetic operators.Ted Lemon2000-02-151-2/+15
* Fix a non-nsupdate compile error.Ted Lemon2000-02-071-0/+2
* Fix stupid compile bug.Ted Lemon2000-02-071-0/+1
* Definitions for typed variables and function calls.Ted Lemon2000-02-051-11/+45
* Move malloc debug information out of option_state_dereferencers.Ted Lemon2000-01-271-1/+2
* Support binding scopes, filename and sname.Ted Lemon2000-01-251-9/+18
* Add !=, null, defined, variable reference, new contexts, binding struct.Ted Lemon2000-01-081-6/+15
* Add new DNS support.Ted Lemon2000-01-051-5/+20
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-2/+2
* Add != operator.Ted Lemon1999-11-031-1/+2
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-8/+8
* Make Digital Unix C compiler happy.Ted Lemon1999-10-061-1/+1
* Implement dns-delete (from Brian Murrell)Ted Lemon1999-10-061-0/+1
* - Delete dns-fwd-name and dns-rev-name expressions and replace withTed Lemon1999-10-051-2/+2
* Implement ddns-fwd-name and ddns-rev-name subexpressions.Ted Lemon1999-10-051-0/+2
* - Add a static operator indicating whether the client's lease is static.Ted Lemon1999-08-011-0/+1
* - Update prototypes in universe structure.Ted Lemon1999-07-311-2/+4
* Better document the data_string structure.Ted Lemon1999-07-201-1/+1
* Brian Murrel's latest dns update implementation - more programmability.Ted Lemon1999-07-191-0/+8
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-0/+8
* Changes to make builds work on HP-UX with ANSI compiler.Ted Lemon1999-07-131-1/+0
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-1/+16
* Support encode_int expressions.Ted Lemon1999-05-271-0/+6
* Add expr_known to expression type enum.Ted Lemon1999-04-121-0/+1
* - Add encapsulate expression type.Ted Lemon1999-04-051-6/+22
* Allow option codes to be >8 bits.Ted Lemon1999-03-251-1/+1
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-2/+1
* Update license.Ted Lemon1999-03-161-32/+12
* Add more expression evaluation goo.Ted Lemon1998-11-061-34/+56