]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/confpars.c
Go back to the BSD license.
[thirdparty/dhcp.git] / server / confpars.c
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonUpdate call to new_hash.
2000-02-05  Ted LemonHandle typed variables.
2000-02-02  Ted LemonSupport parsing of configuration options in generic...
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
2000-01-31  Ted LemonAdd a break after the default to satisfy the HP C compiler.
2000-01-26  Ted Lemon- Don't check to see if dynamic conflicts with pool...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted Lemon- Pull up fixes from 3.0.
2000-01-08  Ted Lemon- Clean up lease parser, remove ddns_fwd and ddns_rev...
2000-01-05  Ted LemonDon't support failover peers unless FAILOVER_PROTOCOL...
2000-01-05  Ted LemonSupport new struct hardware.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted Lemon- Move parse_allow_deny out of common code and split...
1999-10-25  Ted Lemon- Set DYNAMIC flag in host decl if dynamic keyword...
1999-10-24  Ted LemonAdd support for interface keyword to subnet and shared...
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-07  Ted LemonFix up char * -> unsigned char * mismatches.
1999-10-01  Ted LemonAdjust to the New Parse Regime. Support named groups...
1999-09-28  Ted Lemon- Support named groups.
1999-09-22  Ted LemonAllow 'on' statements in lease declarations.
1999-09-16  Ted LemonReturn error status when duplicate hostname found inste...
1999-09-16  Ted LemonCasts for Solaris, from Brian Murrell.
1999-09-15  Ted LemonFix some uninitialized objects.
1999-09-09  Ted LemonSupport deletion of host declarations.
1999-09-09  Ted LemonSupport host declarations in lease database file.
1999-09-08  Ted LemonSupport dynamically-created host entries.
1999-07-20  Ted Lemon- Add unknown-clients as an alternative to unknown...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-07-12  Ted LemonParse ddns state in leases even if DDNS support is...
1999-07-01  Ted LemonParse DNS update tokens if provided.
1999-04-23  Ted LemonUse new class option constants.
1999-04-08  Ted Lemon- Fix some silly parse problems in class parsing.
1999-04-05  Ted LemonAdd support for option space declaration.
1999-03-30  Ted LemonMove support of server allow/deny into common code.
1999-03-29  Ted LemonAdd missing break to fix POOL permit parse. Fix addre...
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonSupport defining new option names and codes.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonDifferentiate between spawning and subclass matching.
1999-03-09  Ted LemonWhen creating anonymous pools, initialize share and...
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-23  Ted LemonFix up authoritative parsing.
1999-02-14  Ted LemonFix up mistakes in recent 2.0 pullups.
1999-02-14  Ted LemonPull up recent 2.0 changes.
1998-11-11  Ted LemonFix up class parsing to support billing.
1998-11-09  Ted LemonAdd pool/permit support.
1998-11-06  Ted LemonAdd new classes to database after parsing them. Fix...
1998-11-06  Ted LemonWhen making list of IP addresses or hostnames, account...
1998-11-06  Ted LemonMove to reference-based expression allocation.
1998-06-25  Ted LemonGet rid of root group defaults. Merge trees into...
1998-04-20  Ted LemonMove option name parsing into its own function. Use...
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-03-17  Ted LemonAllow unnamed host declarations.
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1998-03-15  Ted LemonPrevent some type incompatibility warnings.
1997-10-27  Ted LemonFix up handling of hostname
1997-06-10  Ted Lemonparse_string eats the semicolon DHCP-970609
1997-06-10  Ted LemonDon't trust client to provide a valid hostname. Be...
1997-06-03  Ted LemonUse a different bit for hostname than for client-hostname
1997-05-09  Ted LemonMove parse_host_name to parse.c. Add support for...
1997-03-06  Ted LemonSupport abandoned keyword in leases
1997-02-22  Ted LemonAdd allow and deny keywords; allow or deny bootp servic...
1997-02-18  Ted LemonMove common parsing functions into a seperate file...
1996-12-31  Ted LemonInitialize declaration variable
1996-11-08  Ted Lemonreplace ARPHRD with HTYPE
1996-09-13  Ted LemonRemove dynamic bootp conflict checker; parse true boole...
1996-09-11  Ted LemonDon't use server-identifier to initialize next_server
1996-09-09  Ted LemonAdd use-host-decl-names keyword
1996-09-02  Ted LemonSupport for -lf and -cf flags
1996-08-30  Ted LemonRemove dead local variables; fix shared-network subnet...
1996-08-29  Ted LemonAdd get-lease-hostnames parameter
1996-08-29  Ted LemonFix signed/unsigned char type mismatch
1996-08-29  Ted LemonDon't proceed if errors are found in dhcpd.conf
1996-08-29  Ted LemonRehash nomenclature; allow range declaration to take...
1996-08-28  Ted LemonFix BNF comments; neaten up; minor parser fixes
1996-08-27  Ted Lemonredo parser for new file format
1996-06-27  Ted Lemonallow hardware addresses tobe up to 16 bytes independen...
1996-06-24  Ted LemonChange printf formats to not assume longs and ints...
1996-06-12  Ted LemonFix a couple of off-by-one malloc errors
1996-06-10  Ted LemonFix ANSI string botch, allocate space for NUL on ASCII...
1996-06-04  Ted LemonDelete unused automatic variables
1996-06-01  Ted LemonInitialize shared_network interface
1996-06-01  Ted LemonAdd X code to option parser to handle data that might...
1996-05-25  Ted LemonAdd some code to convince foolish compilers variables...
1996-05-23  Ted LemonAdd tlname variable to store pointer to name of file...
1996-05-22  Ted LemonFix typo
1996-05-22  Ted Lemonshared network support; dynamic bootp support; BOOTP...
1996-05-19  Ted LemonFix copyrights; fix typos; take out TM_GMT garbage
1996-05-17  Ted LemonPreinitialize static lease structure to avoid accidenta...
1996-05-16  Ted Lemonjmp_buf could be struct or array - macrofy references...
1996-03-16  Ted LemonVarious user-provided patches
1996-03-06  Ted LemonDon't try to parse the lease file if it's not there
1996-03-02  Ted LemonDisable some debugging statements
1996-03-02  Ted LemonKeep a persistent database of leases
1996-02-29  Ted LemonParse user and vendor class declarations; fix rounding...
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
next