| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [zebra] IRDP: Move stream_free to where its created, probably fixing a leak | paul | 2006-08-04 | 3 | -3/+13 |
* | [zebra] add more stuff to misc_null to avoid compile breakages | paul | 2006-08-04 | 2 | -0/+7 |
* | [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks | ajs | 2006-08-02 | 2 | -0/+10 |
* | [doc] Expand/cross-ref MD5 commands, tweak anchors to avoid added spacing | paul | 2006-07-28 | 3 | -56/+75 |
* | [doc] minor tweaks, refine ospf redist,passive-inter, and abr-type help | paul | 2006-07-27 | 5 | -61/+96 |
* | [lib] remove autogenerated file, update .cvsignore | paul | 2006-07-27 | 2 | -203/+2 |
* | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | ajs | 2006-07-27 | 2 | -0/+16 |
* | [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing | paul | 2006-07-27 | 3 | -176/+294 |
* | [zebra] Add 'debug zebra rib' commands | paul | 2006-07-27 | 3 | -0/+82 |
* | [zebra] Add test rig code, for testing the zebra RIB | paul | 2006-07-27 | 8 | -0/+453 |
* | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | paul | 2006-07-27 | 2 | -3/+9 |
* | [vtysh] Never skip authentication, and add support for multiple -c commands | ajs | 2006-07-27 | 6 | -31/+155 |
* | [zebra] Connected routes must always be added to main table | paul | 2006-07-27 | 4 | -1/+12 |
* | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | paul | 2006-07-26 | 14 | -83/+72 |
* | [ospfd] Additional NSM neighbour state change stats/information | paul | 2006-07-25 | 4 | -10/+39 |
* | [lib] Optimise thread_call by caching pointer to thread history in the thread | paul | 2006-07-25 | 3 | -14/+35 |
* | [ospfd] record timestamp and event of last NSM state change for neighbour | paul | 2006-07-11 | 4 | -1/+18 |
* | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | paul | 2006-07-11 | 2 | -40/+57 |
* | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | paul | 2006-07-11 | 2 | -218/+157 |
* | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | ajs | 2006-07-11 | 2 | -2/+8 |
* | [lib] Do not call vty_close in vty_log_out to avoid possible free memory access | ajs | 2006-07-11 | 2 | -2/+15 |
* | [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled | ajs | 2006-07-10 | 2 | -0/+13 |
* | [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state | paul | 2006-07-10 | 4 | -73/+105 |
* | [ospfd] early-return in nsm_event missed LLDown event, fixes use after free | paul | 2006-07-06 | 2 | -1/+9 |
* | [doc] remove the auto-generated quagga.info file from CVS | paul | 2006-07-04 | 3 | -7227/+8 |
* | [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions | paul | 2006-07-04 | 2 | -24/+18 |
* | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | paul | 2006-07-04 | 2 | -1/+2 |
* | [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart | paul | 2006-07-04 | 2 | -15/+36 |
* | [ospfd] trivial cleanup of nsm_timer_set | paul | 2006-07-04 | 2 | -9/+10 |
* | [ospfd] Ensure NSM state functions can redirect next_state accidently | paul | 2006-07-04 | 2 | -0/+20 |
* | [ospfd] consolidate adjacency check logic | paul | 2006-07-04 | 2 | -40/+39 |
* | [debug] Debug messages to terminal vty sessions should include timestamps | ajs | 2006-07-03 | 2 | -3/+14 |
* | [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args | paul | 2006-07-02 | 3 | -0/+22 |
* | [bgpd] Fix crash on shutdown of peer | paul | 2006-07-02 | 2 | -19/+28 |
* | [ripd] update to use auto-generated redistribute route-type defs | paul | 2006-06-30 | 2 | -56/+30 |
* | [lib] Fix merge error in ChangeLog | paul | 2006-06-30 | 1 | -5/+5 |
* | [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches | ajs | 2006-06-30 | 2 | -5/+7 |
* | [lib] Fix typo in cpp conditional for malloc.h include | paul | 2006-06-30 | 2 | -1/+6 |
* | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | ajs | 2006-06-30 | 2 | -2/+9 |
* | [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" | ajs | 2006-06-29 | 6 | -3/+116 |
* | [lib] Remove bare routes in route_types: fix mistake in commmit | paul | 2006-06-27 | 1 | -3/+1 |
* | [lib] Remove numeric route-type argument in redistribute arg strings | paul | 2006-06-27 | 2 | -6/+13 |
* | [ospfd] Replace redistribution strings with new route_types.h defines. | paul | 2006-06-27 | 2 | -89/+49 |
* | [lib] Centralise Zserv route type information, auto-generate redist strings | paul | 2006-06-27 | 5 | -4/+279 |
* | [doc] OSPF MD5 keyid documentation, fix texinfo warnings in bgpd.texi | paul | 2006-06-26 | 3 | -4/+16 |
* | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | paul | 2006-06-26 | 3 | -49/+76 |
* | [ospfd] Improve two info log messages in ospf_snmp.c | ajs | 2006-06-24 | 2 | -2/+13 |
* | [ospfd] When writing out config, show "debug ospf nsm status" properly | ajs | 2006-06-24 | 2 | -1/+6 |
* | [ospfd] Fix ospf passive-interface subcommand to create interface if necessary | ajs | 2006-06-18 | 2 | -14/+9 |
* | [redhat quagga.spec] Detect fedora release automatically | ajs | 2006-06-15 | 2 | -2/+8 |