summaryrefslogtreecommitdiff
path: root/server/confpars.c
Commit message (Expand)AuthorAgeFilesLines
* - Default tstp if none is specified.Ted Lemon2001-04-161-18/+33
* Release old billing class when parsing new billing class.Ted Lemon2001-04-061-3/+6
* Set lease -> uid_max.Ted Lemon2001-03-171-3/+7
* Don't stash uid_len until we know we have a uid.Ted Lemon2001-03-171-3/+3
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-165/+182
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-13/+13
* Fix some trace-related ifdefs.Ted Lemon2001-02-121-2/+2
* Add support for tracing. Fix a bug in lease uid parsing.Ted Lemon2001-02-121-81/+196
* - Add some error messages where parser was failing silently.Ted Lemon2001-01-251-22/+34
* Initialize hardware buffer before using it, just in case.Ted Lemon2001-01-161-1/+2
* - Don't parse for semi twice in failover state.Ted Lemon2001-01-111-3/+6
* Remove bogus reminderTed Lemon2000-11-281-2/+1
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-14/+54
* Undo wrong-headed update to match parser.Ted Lemon2000-09-011-2/+2
* Fix two bugs in class parsing.Ted Lemon2000-09-011-4/+4
* Update failover state keywords.Ted Lemon2000-08-311-58/+45
* POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.Ted Lemon2000-08-241-3/+3
* - Set peer state to potential_conflict when there is no known peer state -Ted Lemon2000-08-151-4/+7
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-6/+16
* - Fix parsing of 'next binding state'.Ted Lemon2000-07-061-1/+11
* Correctly set lease state when none is specified.Ted Lemon2000-07-061-3/+12
* - Give the lease a binding state if it doesn't have one.Ted Lemon2000-07-051-10/+11
* Fix a bunch of problems in calling clone_grpup.Ted Lemon2000-06-121-9/+9
* - Correctly check the result of make_concat (thanks to Scott Reynolds).Ted Lemon2000-06-081-2/+2
* Parse max_response_delay into the right variable.Ted Lemon2000-06-061-2/+2
* Correctly handle the case where the matching pool is the first one.Ted Lemon2000-06-031-3/+6
* Rework DHCP lease state handling to be compatible with failover protocol.Ted Lemon2000-06-021-26/+86
* Fix a reference problem.Ted Lemon2000-05-181-3/+7
* Fix up various platform-specific errors.Ted Lemon2000-05-171-2/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-279/+419
* Implement pool request and response so that secondary can operate.Ted Lemon2000-05-041-1/+7
* Parse failover state out of lease database.Ted Lemon2000-05-031-9/+114
* Fix failover state parsing.Ted Lemon2000-05-011-15/+105
* Add support for AUTH_KEY.Ted Lemon2000-04-061-12/+3
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-2/+2
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Update call to new_hash.Ted Lemon2000-03-061-2/+2
* Handle typed variables.Ted Lemon2000-02-051-31/+75
* Support parsing of configuration options in generic blocks.Ted Lemon2000-02-021-28/+8
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-6/+7
* Add a break after the default to satisfy the HP C compiler.Ted Lemon2000-01-311-1/+2
* - Don't check to see if dynamic conflicts with pool failover peer untilTed Lemon2000-01-261-35/+26
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-3/+4
* - Pull up fixes from 3.0.Ted Lemon2000-01-251-150/+209
* - Clean up lease parser, remove ddns_fwd and ddns_rev, support multipleTed Lemon2000-01-081-44/+27
* Don't support failover peers unless FAILOVER_PROTOCOL is defined.Ted Lemon2000-01-051-3/+10
* Support new struct hardware.Ted Lemon2000-01-051-212/+433
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-5/+5
* - Move parse_allow_deny out of common code and split option spaceTed Lemon1999-11-141-2/+64
* - Set DYNAMIC flag in host decl if dynamic keyword is given, otherwiseTed Lemon1999-10-251-1/+6