summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-06-04This can happen now.Ondrej Filip
2004-06-04Small reversing of previous patch.Ondrej Filip
2004-06-04Don't repeat "Sheduling rt calc....."Ondrej Filip
2004-06-04Code and comments cleanup.Ondrej Filip
2004-06-04hello.c and hello.h cleaned up. No design changes.Ondrej Filip
2004-06-03Added source addr for multicast socket.Ondrej Filip
2004-06-03CONFIG_SKIP_MC_BIND added.Ondrej Filip
2004-06-02Deleted useless rfree. (Socked was freed by cli_free())Ondrej Filip
2004-06-02Hotfix for router's parent without nexthop.Ondrej Filip
2004-06-01Bugfix in external routes calculation.Ondrej Filip
2004-06-01Code clean up.Ondrej Filip
2004-06-01Easier cleanup of an interface.Ondrej Filip
2004-06-01Don't free socket's resources.Ondrej Filip
2004-06-01Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip
2004-06-01Reverting last patch.Ondrej Filip
2004-06-01Caching loopback interface.Ondrej Filip
2004-06-01log->DBGOndrej Filip
2004-06-01Minor changes caused by MJ's comment.Ondrej Filip
2004-06-01#ifdef CONFIG_UNIX_DONTROUTE added.Ondrej Filip
2004-06-01ALIGN -> BIRD_ALIGNOndrej Filip
2004-06-01Now, only one AC_OUTPUT is used.Ondrej Filip
2004-06-01Useles log()s deleted.Ondrej Filip
2004-06-01bzero has 2 arguments.Ondrej Filip
2004-06-01memset -> bzeroOndrej Filip
2004-06-01Updated the distribution script.Martin Mares
2004-06-01Documented the pxlen parameter.Martin Mares
2004-06-01Added a simple utility for converting CVS log messages to a reasonableMartin Mares
2004-06-01Move CLI socket to the newly created CLI's pool.Martin Mares
2004-05-31Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares
2004-05-31Added UNUSED.Martin Mares
2004-05-31Killed a couple of unused variables.Martin Mares
2004-05-31static declarations don't belong to includes. (And most of them wereMartin Mares
2004-05-31Need <termios.h> for tcdrain().Martin Mares
2004-05-31Make the check for <linux/rtnetlink.h> work with recent libc's.Martin Mares
2004-05-31One space more.Martin Mares
2004-05-31Added rmove() (by Andreas, tweaked by me).Martin Mares
2004-05-31The code was broken for external /29 to /32 routes. Assuming that youMartin Mares
2004-05-31The OSPF authentication type was sent in host byte order instead of ofMartin Mares
2004-05-31The initial sequence number for RIP md5 authentication was always zero.Martin Mares
2004-05-31Small correction to va_start/va_end in cli_printf (va_end was missing).Martin Mares
2004-05-31Fix handling on full pipe to client in bird. Prevent packet overflowsMartin Mares
2004-05-31Bird's control socket should be in /var/run and the convention forMartin Mares
2004-05-31Fix bison input for current build tools, otherwise bison or the compilerMartin Mares
2004-05-31Make RIP nolisten mode actually work. The socket is required forMartin Mares
2004-05-31Changed of comments.Ondrej Filip
2004-05-31Grrr, committing too fast.Ondrej Filip
2004-05-31alloca.h addedOndrej Filip
2004-05-31Use #include "alloca.h"Ondrej Filip
2004-05-31Previous change was mistake.Ondrej Filip
2004-05-31Useless include deleted.Ondrej Filip