aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Better log() usage.Ondrej Filip2004-06-041-1/+1
* Indented. No other change.Ondrej Filip2004-06-042-86/+84
* lsack.c cleaned. Better names for functions andOndrej Filip2004-06-046-56/+44
* ackd_timer_hook moded to neighbor.cOndrej Filip2004-06-043-10/+8
* Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)Ondrej Filip2004-06-041-2/+0
* Initialize iterator on the right place.Ondrej Filip2004-06-041-1/+1
* This can happen now.Ondrej Filip2004-06-041-1/+0
* Small reversing of previous patch.Ondrej Filip2004-06-041-13/+14
* Don't repeat "Sheduling rt calc....."Ondrej Filip2004-06-041-0/+2
* Code and comments cleanup.Ondrej Filip2004-06-041-48/+44
* hello.c and hello.h cleaned up. No design changes.Ondrej Filip2004-06-0415-303/+273
* Added source addr for multicast socket.Ondrej Filip2004-06-031-2/+2
* CONFIG_SKIP_MC_BIND added.Ondrej Filip2004-06-037-0/+11
* Deleted useless rfree. (Socked was freed by cli_free())Ondrej Filip2004-06-021-1/+0
* Hotfix for router's parent without nexthop.Ondrej Filip2004-06-021-2/+9
* Bugfix in external routes calculation.Ondrej Filip2004-06-011-0/+1
* Code clean up.Ondrej Filip2004-06-011-13/+2
* Easier cleanup of an interface.Ondrej Filip2004-06-011-26/+8
* Don't free socket's resources.Ondrej Filip2004-06-011-22/+3
* Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip2004-06-0111-46/+62
* Reverting last patch.Ondrej Filip2004-06-011-11/+6
* Caching loopback interface.Ondrej Filip2004-06-011-6/+11
* log->DBGOndrej Filip2004-06-011-3/+3
* Minor changes caused by MJ's comment.Ondrej Filip2004-06-011-10/+8
* #ifdef CONFIG_UNIX_DONTROUTE added.Ondrej Filip2004-06-016-2/+9
* ALIGN -> BIRD_ALIGNOndrej Filip2004-06-013-7/+5
* Now, only one AC_OUTPUT is used.Ondrej Filip2004-06-011-3/+8
* Useles log()s deleted.Ondrej Filip2004-06-011-12/+5
* bzero has 2 arguments.Ondrej Filip2004-06-011-1/+1
* memset -> bzeroOndrej Filip2004-06-012-5/+5
* Updated the distribution script.Martin Mares2004-05-311-5/+10
* Documented the pxlen parameter.Martin Mares2004-05-311-0/+1
* Added a simple utility for converting CVS log messages to a reasonableMartin Mares2004-05-311-0/+60
* Move CLI socket to the newly created CLI's pool.Martin Mares2004-05-311-0/+1
* Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares2004-05-314-66/+89
* Added UNUSED.Martin Mares2004-05-311-1/+2
* Killed a couple of unused variables.Martin Mares2004-05-313-4/+3
* static declarations don't belong to includes. (And most of them wereMartin Mares2004-05-312-7/+3
* Need <termios.h> for tcdrain().Martin Mares2004-05-311-1/+2
* Make the check for <linux/rtnetlink.h> work with recent libc's.Martin Mares2004-05-311-1/+4
* One space more.Martin Mares2004-05-311-1/+1
* Added rmove() (by Andreas, tweaked by me).Martin Mares2004-05-312-0/+21
* The code was broken for external /29 to /32 routes. Assuming that youMartin Mares2004-05-313-5/+31
* The OSPF authentication type was sent in host byte order instead of ofMartin Mares2004-05-311-3/+4
* The initial sequence number for RIP md5 authentication was always zero.Martin Mares2004-05-311-1/+5
* Small correction to va_start/va_end in cli_printf (va_end was missing).Martin Mares2004-05-311-1/+2
* Fix handling on full pipe to client in bird. Prevent packet overflowsMartin Mares2004-05-312-2/+8
* Bird's control socket should be in /var/run and the convention forMartin Mares2004-05-311-1/+1
* Fix bison input for current build tools, otherwise bison or the compilerMartin Mares2004-05-311-6/+6
* Make RIP nolisten mode actually work. The socket is required forMartin Mares2004-05-311-11/+13