Age | Commit message (Expand) | Author |
2005-02-12 | Time added in password management. | Ondrej Filip |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares |
2000-06-08 | Fixes for the programmer's manual. | Martin Mares |
2000-06-07 | Fixes to the progdoc. | Martin Mares |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-04 | Nested scopes could never have worked. My fault I wrote such a buggy code, | Martin Mares |
2000-06-04 | Moved parser docs to cf-lex.l, so that the parser compiles. | Martin Mares |
2000-06-03 | Documentation. | Martin Mares |
2000-06-03 | cf_symbol_class_name now recognizes SYM_IPA. | Martin Mares |
2000-06-01 | Added && and ||. | Pavel Machek |
2000-05-31 | Updated all the Doc files to new format. | Martin Mares |
2000-05-30 | Recognize `!'. | Martin Mares |
2000-05-30 | Tracing of CLI connections/commands can be now controlled | Martin Mares |
2000-05-25 | Use ? in path matching to avoid /* trap. | Pavel Machek |
2000-05-16 | Resolved shift/reduce conflict | Pavel Machek |
2000-05-15 | Changed syntax of expressions. Each `expr' can be now either a numeric literal | Martin Mares |
2000-05-15 | Cleanup of configuration. | Martin Mares |
2000-05-15 | Got rid of startup functions and filters_postconfig(). | Martin Mares |
2000-05-13 | Added prefix_or_ipa. | Martin Mares |
2000-05-13 | Unified parsing of prefixes. | Martin Mares |
2000-05-05 | Added skeleton Doc files for the whole developer's documentation. | Martin Mares |
2000-05-04 | pxlen works even in IPv6 mode. | Martin Mares |
2000-04-28 | Include CF_HDR section in keywords.h as well, so that protocol symbols | Martin Mares |
2000-04-28 | Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, | Martin Mares |
2000-04-28 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares |
2000-04-12 | Renamed f_path to f_path_mask -- which is what it really is. Use | Pavel Machek |
2000-04-12 | Path masks are needed for filters. | Pavel Machek |
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-13 | Add internal commands of the client to the command list. | Martin Mares |
2000-03-12 | Made `show status' show uptime and time of last reconfiguration. | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-03-10 | Fix <=, >=, != | Pavel Machek |
2000-03-07 | Added configuration of default protocol debugging flags. | Martin Mares |
2000-03-04 | Removed bogus comment. | Martin Mares |
2000-03-04 | Please *think* when defining operator priorities. | Martin Mares |
2000-03-01 | Made `datetime' more user friendly. Now it should be a quoted string | Martin Mares |
2000-03-01 | Defined INVALID_TOKEN which is a token guaranteed to be never generated. | Martin Mares |
2000-02-17 | Client: Online help works (Cisco style: just press `?' at the end of a line). | Martin Mares |
2000-01-19 | Generate a list of all commands and their help texts for the client to use. | Martin Mares |
2000-01-19 | Split off general commands to cmds.c. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-17 | When a quoted string is encountered, don't forget to copy it to the | Martin Mares |
2000-01-16 | Converted shutdown to a kind of reconfiguration, it's no more handled | Martin Mares |
2000-01-16 | First attempt on dynamic reconfiguration. There are still lots of bugs | Martin Mares |
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 |