| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [version] bump configure.ac version number to 0.99.3 | paul | 2006-01-19 | 4 | -5/+13 |
* | [lib/stream] small compile fix, use uint64_t, not u_int64_t. | paul | 2006-01-19 | 2 | -1/+7 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 28 | -72/+55 |
* | [ospfd] Add support for oversized LSAs. | paul | 2006-01-18 | 3 | -28/+69 |
* | 2006-01-18 Gunnar Stigen <gunnar.stigen@axxessit.no> | paul | 2006-01-18 | 2 | -4/+21 |
* | 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com> | vincent | 2006-01-17 | 3 | -8/+17 |
* | [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink | paul | 2006-01-17 | 3 | -2/+22 |
* | [zebra] Defensive if_getaddrs bug fix. | paul | 2006-01-17 | 2 | -0/+9 |
* | [zebra] Include metric on connected routes. | paul | 2006-01-17 | 2 | -2/+9 |
* | [ospfd/zserv] adjust to new format | paul | 2006-01-17 | 3 | -6/+9 |
* | [lib/zclient] Export zclient_create_header | paul | 2006-01-17 | 3 | -1/+6 |
* | [lib/vty] Add 'no terminal monitor' alias | paul | 2006-01-17 | 2 | -0/+12 |
* | [lib/md5] md5_loop should take void pointer for more useful caller warnings. | paul | 2006-01-17 | 3 | -2/+9 |
* | [zserv] fix up custom isisd and bgpd Zserv functions for new format. | paul | 2006-01-17 | 4 | -28/+74 |
* | [ripd] Fix verification of received MD5 authenticated packets | paul | 2006-01-17 | 2 | -23/+33 |
* | 2006-01-16 Paul Jakma <paul.jakma@sun.com> | paul | 2006-01-16 | 2 | -1/+10 |
* | [bgpd] add aspath_finish, static resource cleanup function. | paul | 2006-01-16 | 3 | -8/+24 |
* | [bgpd] fix some leaks introduced in aspath rewrite. | paul | 2006-01-16 | 2 | -5/+21 |
* | [zserv] Extend Zserv header with version information and marker field | paul | 2006-01-16 | 6 | -75/+120 |
* | [zserv] Update interface flags to 8 bytes wide. | paul | 2006-01-11 | 5 | -7/+20 |
* | 2006-01-11 Erik Smit <zoiah@zoiah.net> | paul | 2006-01-11 | 2 | -1/+8 |
* | [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up. | paul | 2006-01-11 | 4 | -47/+27 |
* | [ospfd] fix undefined effect expression | paul | 2006-01-10 | 2 | -1/+20 |
* | [bgpd] remove export of long defunct function | paul | 2006-01-10 | 2 | -1/+4 |
* | [ospfd] fix rare leak of struct connected, in an error path. | paul | 2006-01-10 | 2 | -1/+9 |
* | [ospfd] trim redundant strings | paul | 2006-01-10 | 2 | -4/+5 |
* | [ospfd] fix automatic router-id and network enable bug. | paul | 2006-01-10 | 2 | -3/+11 |
* | [tests] Add small unit test for the new stream functions | paul | 2006-01-10 | 3 | -1/+63 |
* | [stream] Add quad-word support and stream_resize | paul | 2006-01-10 | 3 | -4/+157 |
* | remove dead code (from David Young) | gdt | 2005-12-29 | 2 | -18/+2 |
* | 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-12-29 | 2 | -1/+5 |
* | 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-12-29 | 2 | -1/+6 |
* | shell script and hints for building on NetBSD. (gdt deleted private | gdt | 2005-12-29 | 1 | -0/+30 |
* | [ospfd] rename graceful to deferred, fix a tiny compile warning. | paul | 2005-11-26 | 4 | -22/+31 |
* | [c99] change gcc zero-length array to C99 flexible array declaration | paul | 2005-11-26 | 5 | -3/+14 |
* | [zebra] fix connected_add_ipv6 declarations, label should be const. | paul | 2005-11-26 | 3 | -2/+9 |
* | [build] Set default CFLAGS for SunPro, rationalise CFLAGS defaults. | paul | 2005-11-26 | 2 | -25/+54 |
* | 2005-11-25 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-25 | 2 | -40/+117 |
* | [zebra] Fix mistake in previous commit and further compile warnings/errors. | paul | 2005-11-24 | 9 | -17/+81 |
* | [lib/zebra.h] fix Linux compile error | paul | 2005-11-24 | 2 | -2/+7 |
* | [privs/solaris] Fix unused variable and incorrect format string. | paul | 2005-11-24 | 2 | -3/+9 |
* | [ospfclient] add static qualifier | paul | 2005-11-24 | 3 | -22/+27 |
* | [zebra] fix some small compile errors, mark several functions static | paul | 2005-11-23 | 6 | -37/+65 |
* | [tests] Add empty-path and sequence+1ASN test data to aspath_test.c | paul | 2005-11-23 | 2 | -1/+29 |
* | [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968]) | paul | 2005-11-23 | 2 | -1/+13 |
* | 2005-11-20 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-20 | 3 | -7/+122 |
* | 2005-11-20 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-20 | 5 | -46/+43 |
* | [isisd] remove includes of common system headers. | paul | 2005-11-20 | 13 | -29/+9 |
* | - quagga.spec.in: Release sub-rev now release_rev macro, for rpmbuild -D | paul | 2005-11-20 | 1 | -1/+4 |
* | [ospfd] Standardize buffer sizes used for displaying timers. | ajs | 2005-11-16 | 3 | -13/+19 |