aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-172-8/+14
* When a quoted string is encountered, don't forget to copy it to theMartin Mares2000-01-161-1/+1
* Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares2000-01-162-3/+37
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-162-10/+129
* Added type `g' for void (general) pointer.Martin Mares1999-12-061-0/+1
* Moved initialization of protocol list to proto.c.Martin Mares1999-12-062-1/+8
* I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell,Martin Mares1999-12-021-0/+2
* Avoid `default rule can be matched' warning in CLI state.Martin Mares1999-12-021-1/+1
* Added dumping of routing tables (`show route'). This includes filtering.Martin Mares1999-12-011-0/+1
* Lexer supports fallback symbol tables and uses them to recognizeMartin Mares1999-11-303-26/+38
* cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares1999-11-251-2/+0
* 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