aboutsummaryrefslogtreecommitdiffstats
path: root/proto/rip
Commit message (Expand)AuthorAgeFilesLines
* Proper format functions for ORIGINATOR_ID, CLUSTER_LISTOndrej Zajicek2008-11-081-1/+1
* Fix bugs in OSPF MD5 authentication. First bug is that defaultOndrej Zajicek2008-11-082-4/+4
* Fix problem with local time changes.Ondrej Zajicek2008-11-051-1/+1
* Minor changes to keep gcc happy.Ondrej Filip2005-02-151-2/+2
* Bugfix.Ondrej Filip2004-09-081-2/+2
* Minor bugfix to compile bird in IPv6.Ondrej Filip2004-07-151-0/+6
* Bugfix - RIP now updates routes with worse metric.Ondrej Filip2004-07-131-3/+12
* Password management redesigned (untested).Ondrej Filip2004-06-264-49/+42
* Small typo changes.Ondrej Filip2004-06-231-16/+13
* Hotfix to problem with metric change reported by Luca.Ondrej Filip2004-06-231-1/+4
* P->magic used just in LOCAL_DEBUG modeOndrej Filip2004-06-232-2/+9
* ... and in rip (there are even unused functions!).Martin Mares2004-06-051-16/+9
* Killed a couple of unused variables.Martin Mares2004-05-311-2/+2
* One space more.Martin Mares2004-05-311-1/+1
* The initial sequence number for RIP md5 authentication was always zero.Martin Mares2004-05-311-1/+5
* Make RIP nolisten mode actually work. The socket is required forMartin Mares2004-05-311-11/+13
* Fix reporting of RIP socket errors. Thanks to Eric Leblond for the patch.Martin Mares2003-12-061-1/+1
* Bug fixes to authentication code by Eric Leblond <eleblond@init-sys.com>.Martin Mares2003-04-061-18/+19
* Password does not need to be null-terminated, do not print garbage inPavel Machek2002-09-211-1/+1
* Applied Pavel's fix for broadcast/multicast mode.Martin Mares2002-03-101-7/+6
* RIP bugfixPavel Machek2000-06-211-8/+3
* RIPv6 now works.Pavel Machek2000-06-071-0/+4
* rip ipv6 bugfixPavel Machek2000-06-071-6/+15
* Fixes to the progdoc.Martin Mares2000-06-071-27/+28
* Spelling fixes to progdoc.Martin Mares2000-06-071-6/+6
* Better documentation. There are functions whose description is good whenPavel Machek2000-06-052-21/+37
* Docs updates:Pavel Machek2000-06-051-0/+1
* Add safety check.Pavel Machek2000-06-052-1/+7
* Updates to both programmers and users docPavel Machek2000-06-052-15/+66
* Don't set precedence and TTL for the dummy socket.Martin Mares2000-06-041-4/+4
* Removed lots of trailing newlines in log messages.Martin Mares2000-06-042-11/+10
* debug -> DBGMartin Mares2000-06-041-1/+1
* Updated RIP to new neighbor cache semantics. When presented with next hopMartin Mares2000-06-011-4/+7
* Updated all the Doc files to new format.Martin Mares2000-05-311-2/+1
* IPv6: Absolutize link-scope addresses of incoming packets.Martin Mares2000-05-301-3/+9
* Removed several unused local variables.Martin Mares2000-05-301-5/+0
* Tried to change garbagetime -> garbage time to be more consistent.Pavel Machek2000-05-301-2/+3
* Latest changes by Pavel have removed the error messages printed afterMartin Mares2000-05-191-1/+1
* Less error messages in case sk_open fails.Pavel Machek2000-05-191-5/+11
* Added name of protocol to messages being logged.Pavel Machek2000-05-191-21/+16
* Commented out the `inserting entry which is already there' message sinceMartin Mares2000-05-191-0/+3
* Minor cleaningPavel Machek2000-05-172-2/+1
* Turned off LOCAL_DEBUG.Martin Mares2000-05-161-1/+1
* Interface dummy is too strange for me... but psst, that's secret.Pavel Machek2000-05-161-1/+2
* Rip should now reconfigure itself only if needed.Pavel Machek2000-05-162-5/+11
* Several minor RIP changes (Pavel, please check as usually):Martin Mares2000-05-111-10/+17
* Fixed nasty segfault in rip.Pavel Machek2000-05-111-2/+10
* Some more paranoia into rip_insert and rip_deletePavel Machek2000-05-111-1/+10
* Unused variable killed.Pavel Machek2000-05-111-1/+0
* use password_same utility functionPavel Machek2000-05-101-4/+3