Age | Commit message (Expand) | Author |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares |
1999-04-10 | Decrease number of warnings. | Pavel Machek |
1999-04-07 | Portability fixes. | Martin Mares |
1999-04-07 | Filters upgraded - a bit. Moved code to filter.c because it is where | Pavel Machek |
1999-04-06 | ip_pton: Avoid modification of the string we're converting. | Martin Mares |
1999-04-05 | Routing table core changes to support full route filtering: | Martin Mares |
1999-04-05 | Added some new protocol hooks (look at the comments for better explanation): | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-04-05 | Several filter changes. (Pavel, please check if they are OK.) | Martin Mares |
1999-04-05 | Use a more reasonable pool chunk size: 4080 bytes seem to be a good | Martin Mares |
1999-04-03 | More changes to the kernel syncer. | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-04-03 | Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is able | Martin Mares |
1999-04-02 | Fixed `too many interfaces' cases. | Martin Mares |
1999-04-02 | Believe it or not, printf()'s does not work too much without this one. | Pavel Machek |
1999-04-01 | Argh, the fix was wrong. | Martin Mares |
1999-04-01 | Portability fixes. | Martin Mares |
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares |
1999-03-29 | Updated the TODO list. | Martin Mares |
1999-03-29 | Remember that we can run device syncer without kernel syncer | Martin Mares |
1999-03-29 | Please don't commit debugging code which makes BIRD exit before anything | Martin Mares |
1999-03-29 | Prefer `gm4' over `m4' (due to BSD et al.). | Martin Mares |
1999-03-29 | Update of filters towards new interface. | Pavel Machek |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | Don't try to delete interface routes on CONFIG_AUTO_ROUTES systems. | Martin Mares |
1999-03-29 | Added FIXME: If a strange interface appears, ignore it instead of only | Martin Mares |
1999-03-29 | Added lp_flush() which flushes contents of a linear pool, leaving all the | Martin Mares |
1999-03-29 | Moved all system-dependent #include's containing endianity conversion | Martin Mares |
1999-03-29 | #define NULL if not defined by system includes. | Martin Mares |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | Martin Mares |
1999-03-27 | Cleaned up system configuration files -- removed few obsolete parameters, | Martin Mares |
1999-03-26 | Added everything protocols need to know about multiple routing tables, | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-26 | Allow different instances of the same protocol with identical preferences. | Martin Mares |
1999-03-26 | Slightly better generator of default protocol instance names. | Martin Mares |
1999-03-26 | Don't compile OSPF by default. | Martin Mares |
1999-03-26 | Don't try to manipulate neighbor lists for copied interface structures. | Martin Mares |
1999-03-24 | Removed our declaration of RTPROT_BIRD since Alexey has assigned | Martin Mares |
1999-03-17 | rte_update: Check sanity of incoming entries. Throw out (and log) all routes | Martin Mares |
1999-03-17 | Allow input and output filters (only accept/reject style as we didn't define | Martin Mares |
1999-03-17 | A couple of filter tweaks: | Martin Mares |
1999-03-17 | Removed the `rta_same' hook since it's no longer needed (all protocols | Martin Mares |
1999-03-17 | Implemented extended route attributes and all related functions. | Martin Mares |
1999-03-17 | Initialize pointers to functions so that code is actually alive. | Pavel Machek |
1999-03-17 | Compilation fix for mj. | Pavel Machek |
1999-03-17 | Don't segfault on unknown interface. | Pavel Machek |
1999-03-17 | accept & reject should now work | Pavel Machek |
1999-03-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-09 | Resolved conflicts, you no longer need to wrap constants in const() | Pavel Machek |
1999-03-09 | Added '=' to operator list | Pavel Machek |