summaryrefslogtreecommitdiff
path: root/server/confpars.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for interface keyword to subnet and shared-network decls.Ted Lemon1999-10-241-1/+16
* Fix up args to printf-like functions (thanks to Pedro Ribiero).Ted Lemon1999-10-121-5/+5
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-36/+42
* Fix up char * -> unsigned char * mismatches.Ted Lemon1999-10-071-3/+5
* Adjust to the New Parse Regime. Support named groups in lease file.Ted Lemon1999-10-011-114/+164
* - Support named groups.Ted Lemon1999-09-281-5/+153
* Allow 'on' statements in lease declarations.Ted Lemon1999-09-221-4/+46
* Return error status when duplicate hostname found instead of bombing.Ted Lemon1999-09-161-2/+5
* Casts for Solaris, from Brian Murrell.Ted Lemon1999-09-161-2/+2
* Fix some uninitialized objects.Ted Lemon1999-09-151-2/+2
* Support deletion of host declarations.Ted Lemon1999-09-091-2/+25
* Support host declarations in lease database file.Ted Lemon1999-09-091-6/+8
* Support dynamically-created host entries.Ted Lemon1999-09-081-2/+12
* - Add unknown-clients as an alternative to unknown clients in permitTed Lemon1999-07-201-1/+5
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-14/+40
* Parse ddns state in leases even if DDNS support is not compiled in.Ted Lemon1999-07-121-3/+1
* Parse DNS update tokens if provided.Ted Lemon1999-07-011-1/+27
* Use new class option constants.Ted Lemon1999-04-231-3/+3
* - Fix some silly parse problems in class parsing.Ted Lemon1999-04-081-30/+22
* Add support for option space declaration.Ted Lemon1999-04-051-3/+15
* Move support of server allow/deny into common code.Ted Lemon1999-03-301-52/+3
* Add missing break to fix POOL permit parse. Fix address range warning.Ted Lemon1999-03-291-5/+11
* Pull up changes in Patchlevel 19Ted Lemon1999-03-261-5/+9
* Support defining new option names and codes.Ted Lemon1999-03-251-2/+40
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-3/+3
* Update license.Ted Lemon1999-03-161-33/+13
* Differentiate between spawning and subclass matching.Ted Lemon1999-03-161-14/+16
* When creating anonymous pools, initialize share and group pointers.Ted Lemon1999-03-091-1/+4
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-4/+24
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-26/+26
* Fix up authoritative parsing.Ted Lemon1999-02-231-4/+5
* Fix up mistakes in recent 2.0 pullups.Ted Lemon1999-02-141-2/+1
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-6/+228
* Fix up class parsing to support billing.Ted Lemon1998-11-111-12/+99
* Add pool/permit support.Ted Lemon1998-11-091-9/+208
* Add new classes to database after parsing them. Fix some miscellaneous bugs.Ted Lemon1998-11-061-11/+30
* When making list of IP addresses or hostnames, account for the first expressi...Ted Lemon1998-11-061-10/+13