Age | Commit message (Expand) | Author |
1999-12-06 | Added type `g' for void (general) pointer. | Martin Mares |
1999-12-06 | Moved initialization of protocol list to proto.c. | Martin Mares |
1999-12-02 | I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell, | Martin Mares |
1999-12-02 | Avoid `default rule can be matched' warning in CLI state. | Martin Mares |
1999-12-01 | Added dumping of routing tables (`show route'). This includes filtering. | Martin Mares |
1999-11-30 | Lexer supports fallback symbol tables and uses them to recognize | Martin Mares |
1999-11-25 | cli_msg() moved to cli.h, so that it can be used outside the parser. | Martin Mares |
1999-11-17 | Command line interface now works. | Martin Mares |
1999-11-15 | Defined CF_ENUM. | Martin Mares |
1999-11-15 | SYM_STAT is gone. | Martin Mares |
1999-11-10 | Enumerational types, defined keyword added. | Pavel Machek |
1999-11-04 | Silly bug. | Martin Mares |
1999-11-04 | Symbols are not scoped. | Martin Mares |
1999-11-03 | You should not follow next two times. | Pavel Machek |
1999-10-31 | Parse CLI commands. We use the same parser as for configuration files (because | Martin Mares |
1999-10-28 | switch() { } done right. | Pavel Machek |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-07-01 | Function calling in filters works - somehow. Calling syntax is | Pavel Machek |
1999-05-26 | Added notion of datetime | Pavel Machek |
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares |
1999-05-17 | Implemented two new symbol handling functions: | Martin Mares |
1999-04-19 | Updated filters: they now actually see IP/pxlen of net being filtered, | Pavel Machek |
1999-04-12 | Sets of integers now actually work. Sets of IP will work as soon as | Pavel Machek |
1999-04-07 | Filters upgraded - a bit. Moved code to filter.c because it is where | Pavel Machek |
1999-04-05 | Use a more reasonable pool chunk size: 4080 bytes seem to be a good | Martin Mares |
1999-03-29 | Update of filters towards new interface. | Pavel Machek |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | Martin Mares |
1999-03-26 | Slightly better generator of default protocol instance names. | Martin Mares |
1999-03-17 | A couple of filter tweaks: | Martin Mares |
1999-03-09 | Added '=' to operator list | Pavel Machek |
1999-03-08 | Filters are now a tiny bit stronger (if is actually working ;-) | Pavel Machek |
1999-03-02 | I just don't like files enclosed in <>. | Pavel Machek |
1999-02-13 | '#' comments in config files are equivalent to end of line, therefore | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-01-15 | Original `expr' is back, filter expressions renamed to `term'. | Martin Mares |
1999-01-15 | Killed duplicate %type for expr. | Martin Mares |
1999-01-15 | Filters, second try. This time they have their own directory. | Pavel Machek |
1999-01-15 | #if 1 that creeped into cvs killed. | Pavel Machek |
1999-01-15 | Filters added. They are unable to do anything interesting for now | Pavel Machek |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares |
1998-12-07 | Added new rule for prefix length / netmask. | Martin Mares |
1998-12-07 | cf_error() now accepts any format strings instead of just an error | Martin Mares |
1998-12-06 | Fixed bug in CF_ADDTO. How it's possible it has ever worked? | Martin Mares |
1998-12-06 | Added rule "bool" for boolean switches. | Martin Mares |
1998-12-06 | Name cleanups as suggested by Pavel: | Martin Mares |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-11-29 | Created new functions for allocating configuration data: | Martin Mares |
1998-11-27 | Trivial 15-line bison excercise: Implemented expressions including | Martin Mares |
1998-11-27 | First attempt at protocol configuration (now done only for RIP). | Martin Mares |