]> git.ipfire.org Git - thirdparty/bird.git/history - proto/rip/rip.c
RIP: Fix handling of passive mode for demand circuit interfaces
[thirdparty/bird.git] / proto / rip / rip.c
2011-10-26  Ondrej ZajicekFixes sockets for IPv4 RIP.
2011-03-28  Ondrej ZajicekMinor changes in addresses.
2010-09-03  Ondrej ZajicekFixes a crash in RIP during reconfigure.
2010-09-03  Ondrej ZajicekFixes a memory leak in RIP.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-14  Ondrej ZajicekTemporary OSPF commit - sockets.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2010-02-13  Ondrej ZajicekRemoves phantom protocol from the pipe design.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-04  Ondrej ZajicekTemporary OSPFv3 development commit (changing multicast...
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekThe pipe cleanup.
2009-05-31  Ondrej ZajicekChanges pipes to transfer all routes between routing...
2009-05-21  Ondrej ZajicekMerge branch 'master' into dev
2009-05-06  Ondrej ZajicekA change in OSPF and RIP interface patterns.
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
2004-07-15  Ondrej FilipMinor bugfix to compile bird in IPv6.
2004-07-13  Ondrej FilipBugfix - RIP now updates routes with worse metric.
2004-06-26  Ondrej FilipPassword management redesigned (untested).
2004-06-23  Ondrej FilipSmall typo changes.
2004-06-23  Ondrej FilipHotfix to problem with metric change reported by Luca.
2004-06-23  Ondrej FilipP->magic used just in LOCAL_DEBUG mode
2004-06-05  Martin Mares... and in rip (there are even unused functions!).
2004-05-31  Martin MaresKilled a couple of unused variables.
2004-05-31  Martin MaresMake RIP nolisten mode actually work. The socket is...
2003-12-06  Martin MaresFix reporting of RIP socket errors. Thanks to Eric...
2002-03-10  Martin MaresApplied Pavel's fix for broadcast/multicast mode.
2000-06-21  Pavel MachekRIP bugfix
2000-06-07  Pavel MachekRIPv6 now works.
2000-06-07  Pavel Machekrip ipv6 bugfix
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-05  Pavel MachekBetter documentation. There are functions whose descrip...
2000-06-05  Pavel MachekAdd safety check.
2000-06-05  Pavel MachekUpdates to both programmers and users doc
2000-06-04  Martin MaresDon't set precedence and TTL for the dummy socket.
2000-06-04  Martin Maresdebug -> DBG
2000-06-01  Martin MaresUpdated RIP to new neighbor cache semantics. When prese...
2000-05-30  Martin MaresIPv6: Absolutize link-scope addresses of incoming packets.
2000-05-30  Martin MaresRemoved several unused local variables.
2000-05-19  Martin MaresLatest changes by Pavel have removed the error messages...
2000-05-19  Pavel MachekLess error messages in case sk_open fails.
2000-05-19  Pavel MachekAdded name of protocol to messages being logged.
2000-05-19  Martin MaresCommented out the `inserting entry which is already...
2000-05-17  Pavel MachekMinor cleaning
2000-05-16  Martin MaresTurned off LOCAL_DEBUG.
2000-05-16  Pavel MachekInterface dummy is too strange for me... but psst,...
2000-05-16  Pavel MachekRip should now reconfigure itself only if needed.
2000-05-11  Martin MaresSeveral minor RIP changes (Pavel, please check as usually):
2000-05-11  Pavel MachekFixed nasty segfault in rip.
2000-05-11  Pavel MachekSome more paranoia into rip_insert and rip_delete
2000-05-11  Pavel MachekUnused variable killed.
2000-05-10  Pavel Machekuse password_same utility function
2000-05-10  Pavel MachekInlined metric and mode into struct rip_interface to...
2000-05-10  Pavel Machekrip_reconfigure done right
2000-05-10  Pavel Machekipa_same does not exist.
2000-05-10  Pavel MachekNicer messages from rip.
2000-05-10  Pavel MachekUse ea_get_int instead of ea_find.
2000-05-10  Pavel MachekReconfigure hook copied from bgp.
2000-05-10  Pavel MachekSend first udpate sooner.
2000-05-10  Pavel MachekOnly announce change to main routing table if it is...
2000-05-10  Pavel MachekDon't touch used memory.
2000-05-10  Pavel MachekKilled unused variable.
2000-05-10  Pavel MachekFix segfaults by using new ea_get_int.
2000-05-08  Martin MaresPreference is a configurable parameter.
2000-05-06  Martin MaresAdded commands `show route protocol <p>' and `show...
2000-05-04  Martin Mares#ifdef out lots of debugging information.
2000-05-04  Pavel MachekSpelling fixes.
2000-05-02  Martin MaresDefined format specifier `%M' which behaves as `%m...
2000-04-30  Pavel MachekMoved documentation to top of file, where it belongs.
2000-04-29  Pavel MachekIpV6 now actually compiles.
2000-04-28  Pavel MachekKilled fixme: I already fixed it.
2000-04-28  Pavel MachekProvide rip_get_attr, how do I test it?
2000-04-28  Pavel MachekAdd sample documentation to rip.
2000-04-26  Pavel MachekUse right address for ripv6.
2000-04-26  Pavel MachekCleanup in preparation for ipv6.
2000-04-07  Pavel MachekFix of comment.
2000-04-01  Martin MaresRIP: Set attribute class.
2000-03-31  Martin MaresRemoval of useless includes continues...
2000-03-31  Martin MaresUse bsprintf() instead of sprintf().
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-29  Pavel MachekCross-protocol issues solved better
2000-03-27  Pavel MachekUse neigh_connected_to in rip, and behave more correctly
2000-03-26  Pavel MachekI broke compilation. Sorry.
2000-03-26  Pavel MachekSplit horizont done right.
2000-03-23  Pavel MachekMinor change to make code more readable.
2000-03-22  Pavel MachekRip now tries to lock interface.
2000-03-13  Pavel MachekCleanup, mostly debugging messages.
2000-03-09  Pavel MachekCategorized TRACE() messages in rip
2000-03-09  Pavel MachekRip tracing: still need config hunk to set p->debug.
2000-03-09  Pavel Macheklog() classes done right
2000-03-04  Martin MaresRenamed EAF_INLINE to EAF_TEMP to make the name reflect...
2000-02-29  Martin MaresAdapted RIP to new interface flags. Pavel, please verif...
2000-01-26  Pavel MachekDo not send empty packets in rip.
2000-01-26  Pavel MachekOutput made prettier.
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
next