aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* Command line interface now works.Martin Mares1999-11-172-2/+3
* Defined CF_ENUM.Martin Mares1999-11-154-4/+20
* SYM_STAT is gone.Martin Mares1999-11-151-5/+4
* Enumerational types, defined keyword added.Pavel Machek1999-11-101-1/+1
* Silly bug.Martin Mares1999-11-041-2/+2
* Symbols are not scoped.Martin Mares1999-11-042-1/+33
* You should not follow next two times.Pavel Machek1999-11-031-3/+0
* Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares1999-10-316-27/+56
* switch() { } done right.Pavel Machek1999-10-281-1/+1
* Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares1999-08-033-1/+23
* Function calling in filters works - somehow. Calling syntax isPavel Machek1999-07-011-0/+1
* Added notion of datetimePavel Machek1999-05-261-1/+6
* From now we support multiple tables. The master_table variable isMartin Mares1999-05-172-2/+5
* Implemented two new symbol handling functions:Martin Mares1999-05-172-0/+20
* Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek1999-04-191-1/+1
* Sets of integers now actually work. Sets of IP will work as soon asPavel Machek1999-04-122-2/+6
* Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek1999-04-072-2/+3
* Use a more reasonable pool chunk size: 4080 bytes seem to be a goodMartin Mares1999-04-051-1/+1
* Update of filters towards new interface.Pavel Machek1999-03-291-1/+2
* After today's lengthy discussions about filter syntax, let's clean upMartin Mares1999-03-292-6/+4
* Slightly better generator of default protocol instance names.Martin Mares1999-03-262-7/+8
* A couple of filter tweaks:Martin Mares1999-03-171-1/+2
* Added '=' to operator listPavel Machek1999-03-091-0/+1
* Filters are now a tiny bit stronger (if is actually working ;-)Pavel Machek1999-03-081-1/+1
* I just don't like files enclosed in <>.Pavel Machek1999-03-021-1/+1
* '#' comments in config files are equivalent to end of line, thereforeMartin Mares1999-02-131-10/+5
* config->router_id works again.Martin Mares1999-02-132-5/+0
* Implemented new configuration/reconfiguration interface and defined protocolMartin Mares1999-02-054-43/+130
* Original `expr' is back, filter expressions renamed to `term'.Martin Mares1999-01-151-11/+11
* Killed duplicate %type for expr.Martin Mares1999-01-151-1/+0
* Filters, second try. This time they have their own directory.Pavel Machek1999-01-152-3/+3
* #if 1 that creeped into cvs killed.Pavel Machek1999-01-151-3/+0
* Filters added. They are unable to do anything interesting for nowPavel Machek1999-01-154-13/+22
* New makefiles. Includes support for out-of-source-tree builds.Martin Mares1999-01-102-13/+15
* Added new rule for prefix length / netmask.Martin Mares1998-12-061-1/+14
* cf_error() now accepts any format strings instead of just an errorMartin Mares1998-12-062-3/+14
* Fixed bug in CF_ADDTO. How it's possible it has ever worked?Martin Mares1998-12-061-1/+1
* Added rule "bool" for boolean switches.Martin Mares1998-12-061-2/+14
* Name cleanups as suggested by Pavel:Martin Mares1998-12-062-8/+8
* Added configuration of the device internal protocol. This is primarilyMartin Mares1998-11-291-0/+1
* Created new functions for allocating configuration data:Martin Mares1998-11-292-3/+19
* Trivial 15-line bison excercise: Implemented expressions includingMartin Mares1998-11-273-1/+35
* First attempt at protocol configuration (now done only for RIP).Martin Mares1998-11-271-0/+4
* Added generator of default names.Martin Mares1998-11-272-0/+20
* Compile and use the new configuration code by default.Martin Mares1998-11-271-0/+24
* Base of the parser.Martin Mares1998-11-271-0/+45
* Lexical analyser.Martin Mares1998-11-271-0/+217
* Replaced nest/confile.h by conf/conf.h, added a lot of new definitions.Martin Mares1998-11-271-0/+40
* This script takes configuration fragments and generates full Bison grammarMartin Mares1998-11-271-0/+63
* This script takes configuration fragments and extracts keyword listMartin Mares1998-11-271-0/+23