Age | Commit message (Expand) | Author |
1999-04-13 | A small init change to avoid core dump. | Ondrej Filip |
1999-04-13 | Not all I mean serious. Almost everything will change. | Ondrej Filip |
1999-04-12 | Added ipa_compare as requested. | Martin Mares |
1999-04-12 | Sets of integers now actually work. Sets of IP will work as soon as | Pavel Machek |
1999-04-12 | Ignore alias interfaces (some day, we will treat them as pure secondary | Martin Mares |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares |
1999-04-12 | Cosmetic message fix. | Martin Mares |
1999-04-12 | Use $(CC) instead of gcc even when generating dependencies. | Martin Mares |
1999-04-12 | Oops, a typo in previous struct ip_mreqn changes... | Martin Mares |
1999-04-12 | Use `struct ip_mreqn' instead of `struct ip_mreq' for multicast | Martin Mares |
1999-04-12 | Fixed a couple of bugs in handling of multicast sockets. | Martin Mares |
1999-04-12 | Oops, typo. | Pavel Machek |
1999-04-12 | In case no startup function is defined, don't try to launch it. | Pavel Machek |
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 |