summaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Expand)Author
2000-05-15Cleanup of configuration.Martin Mares
2000-05-15Got rid of startup functions and filters_postconfig().Martin Mares
2000-05-13Added prefix_or_ipa.Martin Mares
2000-05-13Unified parsing of prefixes.Martin Mares
2000-05-05Added skeleton Doc files for the whole developer's documentation.Martin Mares
2000-05-04pxlen works even in IPv6 mode.Martin Mares
2000-04-28Include CF_HDR section in keywords.h as well, so that protocol symbolsMartin Mares
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
2000-04-28Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
2000-04-12Renamed f_path to f_path_mask -- which is what it really is. UsePavel Machek
2000-04-12Path masks are needed for filters.Pavel Machek
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-13Add internal commands of the client to the command list.Martin Mares
2000-03-12Made `show status' show uptime and time of last reconfiguration.Martin Mares
2000-03-12Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares
2000-03-10Fix <=, >=, !=Pavel Machek
2000-03-07Added configuration of default protocol debugging flags.Martin Mares
2000-03-04Removed bogus comment.Martin Mares
2000-03-04Please *think* when defining operator priorities.Martin Mares
2000-03-01Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares
2000-03-01Defined INVALID_TOKEN which is a token guaranteed to be never generated.Martin Mares
2000-02-17Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares
2000-01-19Generate a list of all commands and their help texts for the client to use.Martin Mares
2000-01-19Split off general commands to cmds.c.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17When a quoted string is encountered, don't forget to copy it to theMartin Mares
2000-01-16Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
1999-12-06Added type `g' for void (general) pointer.Martin Mares
1999-12-06Moved initialization of protocol list to proto.c.Martin Mares
1999-12-02I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell,Martin Mares
1999-12-02Avoid `default rule can be matched' warning in CLI state.Martin Mares
1999-12-01Added dumping of routing tables (`show route'). This includes filtering.Martin Mares
1999-11-30Lexer supports fallback symbol tables and uses them to recognizeMartin Mares
1999-11-25cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares
1999-11-17Command line interface now works.Martin Mares
1999-11-15Defined CF_ENUM.Martin Mares
1999-11-15SYM_STAT is gone.Martin Mares
1999-11-10Enumerational types, defined keyword added.Pavel Machek
1999-11-04Silly bug.Martin Mares
1999-11-04Symbols are not scoped.Martin Mares
1999-11-03You should not follow next two times.Pavel Machek
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-28switch() { } done right.Pavel Machek
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-07-01Function calling in filters works - somehow. Calling syntax isPavel Machek
1999-05-26Added notion of datetimePavel Machek
1999-05-17From now we support multiple tables. The master_table variable isMartin Mares
1999-05-17Implemented two new symbol handling functions:Martin Mares
1999-04-19Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek