aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-051-0/+2
* pxlen works even in IPv6 mode.Martin Mares2000-05-041-1/+1
* Include CF_HDR section in keywords.h as well, so that protocol symbolsMartin Mares2000-04-282-6/+24
* Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares2000-04-281-0/+1
* Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares2000-04-271-2/+1
* Renamed f_path to f_path_mask -- which is what it really is. UsePavel Machek2000-04-121-1/+1
* Path masks are needed for filters.Pavel Machek2000-04-121-0/+1
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-312-1/+1
* Add internal commands of the client to the command list.Martin Mares2000-03-121-2/+2
* Made `show status' show uptime and time of last reconfiguration.Martin Mares2000-03-122-0/+8
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-1/+1
* Fix <=, >=, !=Pavel Machek2000-03-101-0/+4
* Added configuration of default protocol debugging flags.Martin Mares2000-03-072-1/+2
* Removed bogus comment.Martin Mares2000-03-041-1/+1
* Please *think* when defining operator priorities.Martin Mares2000-03-041-1/+2
* Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares2000-03-011-4/+10
* Defined INVALID_TOKEN which is a token guaranteed to be never generated.Martin Mares2000-03-011-1/+1
* Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares2000-02-171-2/+3
* Generate a list of all commands and their help texts for the client to use.Martin Mares2000-01-192-1/+21
* Split off general commands to cmds.c.Martin Mares2000-01-192-0/+42
* 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