]> git.ipfire.org Git - thirdparty/bird.git/history - proto/rip/rip.c
Obvious bugs in authentication fixed.
[thirdparty/bird.git] / proto / rip / rip.c
1999-10-02  Pavel MachekObvious bugs in authentication fixed.
1999-08-18  Pavel MachekFew fixme's fixed in rip (will not crash any more on...
1999-06-01  Martin MaresDefined IP_PREC_INTERNET_CONTROL and made all (well...
1999-05-31  Pavel MachekSet corectly destination address for RIP multicast...
1999-05-31  Pavel MachekAdded FIXME: mode broadcast randombly corrupts memory.
1999-05-31  Pavel MachekKill duplicity between rif and rif_patt.
1999-05-31  Pavel MachekSmall fixes to rip.
1999-05-31  Pavel MachekIncoming side of authentication done but untested....
1999-05-31  Martin MaresAdded extra argument to rt_update hook which contains...
1999-05-26  Pavel MachekMake rip use newly defined password lists.
1999-05-17  Martin MaresKill remaining master_table relics in KRT code.
1999-05-11  Pavel MachekMensi updaty do ripu. Pridana passwd autentikace (netes...
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
1999-04-19  Pavel MachekUpdated filters: they now actually see IP/pxlen of...
1999-04-14  Pavel MachekSImplify code a tiny bit.
1999-04-12  Martin MaresRemoved TOS support. This simplifies many things a...
1999-03-29  Martin MaresAdded FIXME: If a strange interface appears, ignore...
1999-03-26  Martin MaresAdded everything protocols need to know about multiple...
1999-03-17  Martin MaresRemoved the `rta_same' hook since it's no longer needed...
1999-03-17  Pavel MachekInitialize pointers to functions so that code is actual...
1999-03-17  Pavel MachekDon't segfault on unknown interface.
1999-03-02  Pavel MachekAvoid segfault
1999-03-01  Pavel MachekHopefully ended translating to new interface
1999-02-15  Pavel MachekMore rip fixes (config data moved to struct rip_proto_c...
1999-02-13  Martin MaresParameter order for the proto->if_notify hook was diffe...
1999-02-13  Martin MaresPass new argument to FIB_ITERATE_END.
1999-02-08  Pavel MachekPropagate depend into all subdirectories; make rip...
1999-01-12  Pavel MachekMake it compile again (stupid makefiles!), make quiet...
1999-01-12  Pavel MachekPatterns expanded in the right way
1998-12-22  Pavel MachekBird now uses fib structure instead of linklist.
1998-12-20  Martin Mareslog(), die() and bug() messages shound NOT contain...
1998-12-20  Martin MaresAdded #if 0 to rip_postconfig(), so that it doesn't...
1998-12-09  Pavel Machekdebug() -> DBG() in rip.
1998-12-09  Pavel MachekInitial multicast support (can not work, but skeleton...
1998-12-04  Pavel MachekRip now has configurable per-interface metric (please...
1998-12-01  Pavel MachekInfinity is now configurable ammount.
1998-11-27  Martin MaresFixed few misspellings and exported instance init as...
1998-10-26  Pavel MachekRIP now includes notion of interface, and is correctly...
1998-10-20  Pavel MachekRIP _NOW_ actually talks to itself (workaround core...
1998-10-20  Pavel MachekRIP now actually talks to itself.
1998-10-17  Pavel Machekrip should now correctly listen, but entries will not...
1998-10-15  Pavel MachekRip: rip_rta_same added.
1998-10-13  Pavel MachekI prefer to have broken drivers than completely stupid...
1998-10-07  Pavel MachekRIP now somehow listens to main routing table (dont...
1998-07-30  Pavel MachekBird's info are now understood by ripquery.
1998-07-28  Pavel MachekRip now includes code to reply, but it is currently...
1998-07-09  Pavel MachekCommiting RIP. RIP should somehow listen, will not...