]> git.ipfire.org Git - thirdparty/bird.git/history - conf
Time added in password management.
[thirdparty/bird.git] / conf /
2005-02-12  Ondrej FilipTime added in password management.
2004-06-05  Martin MaresMarked unused parameters in core code as such.
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-04  Martin MaresNested scopes could never have worked. My fault I wrote...
2000-06-04  Martin MaresMoved parser docs to cf-lex.l, so that the parser compiles.
2000-06-03  Martin MaresDocumentation.
2000-06-03  Martin Marescf_symbol_class_name now recognizes SYM_IPA.
2000-06-01  Pavel MachekAdded && and ||.
2000-05-31  Martin MaresUpdated all the Doc files to new format.
2000-05-30  Martin MaresRecognize `!'.
2000-05-29  Martin MaresTracing of CLI connections/commands can be now controlled
2000-05-25  Pavel MachekUse ? in path matching to avoid /* trap.
2000-05-16  Pavel MachekResolved shift/reduce conflict
2000-05-15  Martin MaresChanged syntax of expressions. Each `expr' can be now...
2000-05-15  Martin MaresCleanup of configuration.
2000-05-15  Martin MaresGot rid of startup functions and filters_postconfig().
2000-05-13  Martin MaresAdded prefix_or_ipa.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-05-05  Martin MaresAdded skeleton Doc files for the whole developer's...
2000-05-04  Martin Marespxlen works even in IPv6 mode.
2000-04-28  Martin MaresInclude CF_HDR section in keywords.h as well, so that...
2000-04-28  Martin MaresSplit CF_HDR section to CF_HDR (only includes) and...
2000-04-27  Martin MaresEvent handlers no longer return re-queue flag. Instead...
2000-04-12  Pavel MachekRenamed f_path to f_path_mask -- which is what it reall...
2000-04-12  Pavel MachekPath masks are needed for filters.
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-12  Martin MaresAdd internal commands of the client to the command...
2000-03-12  Martin MaresMade `show status' show uptime and time of last reconfi...
2000-03-12  Martin MaresGreat cleanup of debug messages. LOCAL_DEBUG turned...
2000-03-10  Pavel MachekFix <=, >=, !=
2000-03-07  Martin MaresAdded configuration of default protocol debugging flags.
2000-03-04  Martin MaresRemoved bogus comment.
2000-03-04  Martin MaresPlease *think* when defining operator priorities.
2000-03-01  Martin MaresMade `datetime' more user friendly. Now it should be...
2000-03-01  Martin MaresDefined INVALID_TOKEN which is a token guaranteed to...
2000-02-17  Martin MaresClient: Online help works (Cisco style: just press...
2000-01-19  Martin MaresGenerate a list of all commands and their help texts...
2000-01-19  Martin MaresSplit off general commands to cmds.c.
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-16  Martin MaresWhen a quoted string is encountered, don't forget to...
2000-01-16  Martin MaresConverted shutdown to a kind of reconfiguration, it...
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-06  Martin MaresAdded type `g' for void (general) pointer.
1999-12-06  Martin MaresMoved initialization of protocol list to proto.c.
1999-12-02  Martin MaresI tried to turn on the YYERROR_VERBOSE switch, but...
1999-12-02  Martin MaresAvoid `default rule can be matched' warning in CLI...
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-11-30  Martin MaresLexer supports fallback symbol tables and uses them...
1999-11-25  Martin Marescli_msg() moved to cli.h, so that it can be used outsid...
1999-11-17  Martin MaresCommand line interface now works.
1999-11-15  Martin MaresDefined CF_ENUM.
1999-11-15  Martin MaresSYM_STAT is gone.
1999-11-10  Pavel MachekEnumerational types, defined keyword added.
1999-11-04  Martin MaresSilly bug.
1999-11-04  Martin MaresSymbols are not scoped.
1999-11-03  Pavel MachekYou should not follow next two times.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-10-28  Pavel Machekswitch() { } done right.
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-07-01  Pavel MachekFunction calling in filters works - somehow. Calling...
1999-05-26  Pavel MachekAdded notion of datetime
1999-05-17  Martin MaresFrom now we support multiple tables. The master_table...
1999-05-17  Martin MaresImplemented two new symbol handling functions:
1999-04-19  Pavel MachekUpdated filters: they now actually see IP/pxlen of...
1999-04-12  Pavel MachekSets of integers now actually work. Sets of IP will...
1999-04-07  Pavel MachekFilters upgraded - a bit. Moved code to filter.c becaus...
1999-04-05  Martin MaresUse a more reasonable pool chunk size: 4080 bytes seem...
1999-03-29  Pavel MachekUpdate of filters towards new interface.
1999-03-29  Martin MaresAfter today's lengthy discussions about filter syntax...
1999-03-26  Martin MaresSlightly better generator of default protocol instance...
1999-03-17  Martin MaresA couple of filter tweaks:
1999-03-09  Pavel MachekAdded '=' to operator list
1999-03-08  Pavel MachekFilters are now a tiny bit stronger (if is actually...
1999-03-02  Pavel MachekI just don't like files enclosed in <>.
1999-02-13  Martin Mares'#' comments in config files are equivalent to end...
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-15  Martin MaresOriginal `expr' is back, filter expressions renamed...
1999-01-15  Martin MaresKilled duplicate %type for expr.
1999-01-15  Pavel MachekFilters, second try. This time they have their own...
1999-01-15  Pavel Machek#if 1 that creeped into cvs killed.
1999-01-15  Pavel MachekFilters added. They are unable to do anything interesti...
1999-01-10  Martin MaresNew makefiles. Includes support for out-of-source-tree...
1998-12-06  Martin MaresAdded new rule for prefix length / netmask.
1998-12-06  Martin Marescf_error() now accepts any format strings instead of...
1998-12-06  Martin MaresFixed bug in CF_ADDTO. How it's possible it has ever...
1998-12-06  Martin MaresAdded rule "bool" for boolean switches.
1998-12-06  Martin MaresName cleanups as suggested by Pavel:
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-29  Martin MaresCreated new functions for allocating configuration...
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-11-27  Martin MaresFirst attempt at protocol configuration (now done only...
1998-11-27  Martin MaresAdded generator of default names.
1998-11-27  Martin MaresCompile and use the new configuration code by default.
1998-11-27  Martin MaresBase of the parser.
1998-11-27  Martin MaresLexical analyser.
1998-11-27  Martin MaresReplaced nest/confile.h by conf/conf.h, added a lot...
1998-11-27  Martin MaresThis script takes configuration fragments and generates...
next