aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* New version of flex needs argument separated.Ondrej Filip2007-06-201-1/+1
* Time added in password management.Ondrej Filip2005-02-121-2/+2
* Marked unused parameters in core code as such.Martin Mares2004-06-051-1/+1
* Fixes for the programmer's manual.Martin Mares2000-06-082-4/+4
* Fixes to the progdoc.Martin Mares2000-06-072-6/+6
* Spelling fixes to progdoc.Martin Mares2000-06-072-10/+10
* Nested scopes could never have worked. My fault I wrote such a buggy code,Martin Mares2000-06-042-21/+40
* Moved parser docs to cf-lex.l, so that the parser compiles.Martin Mares2000-06-043-32/+32
* Documentation.Martin Mares2000-06-034-0/+212
* cf_symbol_class_name now recognizes SYM_IPA.Martin Mares2000-06-032-0/+3
* Added && and ||.Pavel Machek2000-06-012-2/+4
* Updated all the Doc files to new format.Martin Mares2000-05-311-2/+2
* Recognize `!'.Martin Mares2000-05-301-1/+1
* Tracing of CLI connections/commands can be now controlledMartin Mares2000-05-291-0/+1
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-251-1/+1
* Resolved shift/reduce conflictPavel Machek2000-05-161-0/+1
* Changed syntax of expressions. Each `expr' can be now either a numeric literalMartin Mares2000-05-151-6/+1
* Cleanup of configuration.Martin Mares2000-05-152-5/+19
* Got rid of startup functions and filters_postconfig().Martin Mares2000-05-151-1/+0
* Added prefix_or_ipa.Martin Mares2000-05-131-1/+6
* Unified parsing of prefixes.Martin Mares2000-05-131-0/+9
* 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