1999-12-06 |
Martin Mares | Implemented echoing of log messages to CLI connections... |
commit | commitdiff | tree |
1999-12-04 |
Martin Mares | Don't forget to send an OK reply after dumping debug... |
commit | commitdiff | tree |
1999-12-04 |
Martin Mares | Added DEBUG commands. |
commit | commitdiff | tree |
1999-12-03 |
Martin Mares | Implemented `show static'. It's a relatively good examp... |
commit | commitdiff | tree |
1999-12-03 |
Martin Mares | Added proto_get_named() to be used in CLI commands... |
commit | commitdiff | tree |
1999-12-03 |
Martin Mares | Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL... |
commit | commitdiff | tree |
1999-12-02 |
Martin Mares | Implemented `show route where <condition>' command. |
commit | commitdiff | tree |
1999-12-02 |
Martin Mares | I tried to turn on the YYERROR_VERBOSE switch, but... |
commit | commitdiff | tree |
1999-12-02 |
Martin Mares | Avoid `default rule can be matched' warning in CLI... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Updated TODO file. |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Added dumping of routing tables (`show route'). This... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Added get_route_info and show_route_data hooks to struc... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Reset temporary parser data before parsing, not afterwa... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Make ACCEPT/REJECT actually return the result... |
commit | commitdiff | tree |
1999-12-01 |
Pavel Machek | Stupid bug (essentially while(1) loop) occuring sometim... |
commit | commitdiff | tree |
1999-12-01 |
Pavel Machek | accept should behave as return, not running any command... |
commit | commitdiff | tree |
1999-12-01 |
Pavel Machek | Actually check sequence numbers. |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Implemented get_status for the pipe protocol (reports... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | `show protocols' now shows time of last state change... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Introduced new protocol-dependent integer field `aux... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Added tm_format_reltime() for formatting of relative... |
commit | commitdiff | tree |
1999-12-01 |
Pavel Machek | FIXME's cleaned up: I have actually fixed things withou... |
commit | commitdiff | tree |
1999-12-01 |
Martin Mares | Use linux-22 configuration with all 2.2.x and 2.3.x... |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | Remember protocol instance in proto_config and use... |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | Lexer supports fallback symbol tables and uses them... |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | Use TIME_INFINITY for initialization of password entrie... |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | Moved TIME_INFINITY to timer.h, so that it's publicly... |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | `show interfaces' and `show protocols' works. |
commit | commitdiff | tree |
1999-11-30 |
Martin Mares | Don't use continuation shortcuts until real client... |
commit | commitdiff | tree |
1999-11-30 |
Ondrej Filip | Inicialisation of Topology Graph (TG). |
commit | commitdiff | tree |
1999-11-25 |
Martin Mares | Added few basic commands: show status, show interfaces... |
commit | commitdiff | tree |
1999-11-25 |
Martin Mares | cli_msg() moved to cli.h, so that it can be used outsid... |
commit | commitdiff | tree |
1999-11-25 |
Martin Mares | Added ip_scope_text() for translating of scopes to... |
commit | commitdiff | tree |
1999-11-25 |
Pavel Machek | md5 authentication seems to work. |
commit | commitdiff | tree |
1999-11-25 |
Pavel Machek | Bugfixes: select right password for password authentica... |
commit | commitdiff | tree |
1999-11-25 |
Pavel Machek | Filters: fix rta access to use ->aux field. |
commit | commitdiff | tree |
1999-11-25 |
Pavel Machek | Triggered updates should now actually work. Fixed metri... |
commit | commitdiff | tree |
1999-11-25 |
Pavel Machek | Fix timeouts. Triggered updates are not done, yet. |
commit | commitdiff | tree |
1999-11-24 |
Pavel Machek | Check that prefixes are really prefixes + fix config... |
commit | commitdiff | tree |
1999-11-24 |
Pavel Machek | Sorry, previous commit did not even compile. |
commit | commitdiff | tree |
1999-11-24 |
Pavel Machek | Filters: write access to dynamic attributes should... |
commit | commitdiff | tree |
1999-11-18 |
Martin Mares | More CLI plans... |
commit | commitdiff | tree |
1999-11-18 |
Martin Mares | Allow EA type to be set to 'undefined' which overrides... |
commit | commitdiff | tree |
1999-11-18 |
Pavel Machek | Filters: first parts of extended attributes being read... |
commit | commitdiff | tree |
1999-11-18 |
Pavel Machek | Split inst->code into inst->code and inst->aux. Both... |
commit | commitdiff | tree |
1999-11-18 |
Martin Mares | DEF_PREF_UKR and DEF_PREF_SINK removed. |
commit | commitdiff | tree |
1999-11-18 |
Pavel Machek | You can now print enum. |
commit | commitdiff | tree |
1999-11-17 |
Ondrej Filip | ospf.c and ospc.h splitted into various files. |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | Added skeleton of command tree. Please inspect. |
commit | commitdiff | tree |
1999-11-17 |
Ondrej Filip | Another bugfix. (In EXCHANGE state.) |
commit | commitdiff | tree |
1999-11-17 |
Ondrej Filip | Fixed bug receiving dbdes packets in EXSTART state. |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | Added some temporary examples of how to define CLI... |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | If the main event queue is not empty, call select(... |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | ev_run() now returns whether the event has been requeue... |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | Command line interface now works. |
commit | commitdiff | tree |
1999-11-17 |
Martin Mares | Commented out nexthop selection, see the comment. |
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | An example of how to define enums. |
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | ENUM's are now recognized as constants. |
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Defined CF_ENUM. |
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | SYM_STAT is gone. |
commit | commitdiff | tree |
1999-11-11 |
Pavel Machek | Fixed order of arguments for function call. |
commit | commitdiff | tree |
1999-11-11 |
Pavel Machek | Shift/reduce conflict goes away _and_ if/then/else... |
commit | commitdiff | tree |
1999-11-10 |
Ondrej Filip | Sending DBDES packet in EXSTART done. |
commit | commitdiff | tree |
1999-11-10 |
Pavel Machek | Enums do not work, this is testcase. |
commit | commitdiff | tree |
1999-11-10 |
Pavel Machek | First try on enumerational types. |
commit | commitdiff | tree |
1999-11-10 |
Pavel Machek | No more shift/reduce conflicts. |
commit | commitdiff | tree |
1999-11-10 |
Martin Mares | Shift/reduce conflicts in IF/THEN/ELSE rules solved. |
commit | commitdiff | tree |
1999-11-10 |
Pavel Machek | Enumerational types, defined keyword added. |
commit | commitdiff | tree |
1999-11-10 |
Martin Mares | Added LSA hashing table (parts of code stolen from... |
commit | commitdiff | tree |
1999-11-10 |
Pavel Machek | Added timeout for routes (which means proper expiring... |
commit | commitdiff | tree |
1999-11-10 |
Martin Mares | Added project status report for KSVI. |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | FIXME's updated. One fixme is remaining for correct... |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | Reject packets which are not authenticated. |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | Fixed comments about shift/reduce conflicts. |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | Add possibility of local variables. |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | Use local variables to test that functionality. |
commit | commitdiff | tree |
1999-11-04 |
Martin Mares | Silly bug. |
commit | commitdiff | tree |
1999-11-04 |
Martin Mares | Symbols are not scoped. |
commit | commitdiff | tree |
1999-11-04 |
Pavel Machek | Possibility to access first extended attributes. |
commit | commitdiff | tree |
1999-11-04 |
Martin Mares | Renamed attr->attrs to attr->eattrs. |
commit | commitdiff | tree |
1999-11-03 |
Pavel Machek | Filters now do not allow function (int arg; int arg2; ). |
commit | commitdiff | tree |
1999-11-03 |
Pavel Machek | You should not follow next two times. |
commit | commitdiff | tree |
1999-11-03 |
Ondrej Filip | Working on db des receiving. |
commit | commitdiff | tree |
1999-10-31 |
Martin Mares | Started a list of CLI reply codes. |
commit | commitdiff | tree |
1999-10-31 |
Martin Mares | Parse CLI commands. We use the same parser as for confi... |
commit | commitdiff | tree |
1999-10-31 |
Martin Mares | The CLI I/O functions work as desired. |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | First steps of the Command Line Interface: I/O routines. |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | Implemented unix-domain sockets. |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | Events now return a value. If it's non-zero, the event... |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | Simplify handling of free chunks. |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | Configure PATH_CONTROL_SOCKET. |
commit | commitdiff | tree |
1999-10-29 |
Martin Mares | Added skeleton of the client. Does nothing, but at... |
commit | commitdiff | tree |
1999-10-28 |
Pavel Machek | switch() { } done right. |
commit | commitdiff | tree |
1999-10-19 |
Ondrej Filip | Minor changes and bug fixes. Preparing for Exchange... |
commit | commitdiff | tree |
1999-10-18 |
Ondrej Filip | Huge changes. Neighbor and interface state machines... |
commit | commitdiff | tree |
1999-10-12 |
Pavel Machek | FIXME's for rip added. |
commit | commitdiff | tree |
1999-10-12 |
Martin Mares | Changed syntax of ip_class_mask, the old one was stupid. |
commit | commitdiff | tree |
1999-10-12 |
Pavel Machek | Filters: permit variables of prefix types, cleanup... |
commit | commitdiff | tree |
1999-10-11 |
Pavel Machek | Untested IPv6 support added. I do not know if it compil... |
commit | commitdiff | tree |
1999-10-07 |
Pavel Machek | Added constants of type prefix and pair, added their... |
commit | commitdiff | tree |
next |