| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | [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 | -4/+2 |
| | | * | | | [lib] Remove numeric route-type argument in redistribute arg strings | paul | 2006-06-27 | 2 | -7/+14 |
| | | * | | | [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 |
| | | * | | | [ospfd] Fix multicast membership drop bug | paul | 2006-06-15 | 5 | -22/+66 |
| | | * | | | [zebra] Fix forgetfulness wrt configured address on FreeBSD | paul | 2006-06-15 | 3 | -21/+74 |
| | | * | | | [zebra] remove internal if_flag_dump, use libzebras version. | paul | 2006-06-15 | 4 | -46/+11 |
| | | * | | | [lib] list_delete shouldn't duplicate list_delete_all_node | paul | 2006-06-15 | 2 | -10/+3 |
| | | * | | | [lib] Experimental: have XFREE NULL out the freed pointer | paul | 2006-06-15 | 2 | -1/+6 |
| | | * | | | [lib] Fix vector leak in error path in command.c, CID #38 | paul | 2006-06-15 | 2 | -1/+7 |
| | | * | | | [ospfd] lsdb_delete/discard_from_db should be more robust to bad args | paul | 2006-06-15 | 3 | -2/+43 |
| | | * | | | [ospfd] suppres mostly uninteresting debug message unless debug is set | paul | 2006-06-15 | 2 | -3/+10 |
| | | * | | | [tests] Fix stray character in previous commit | paul | 2006-05-28 | 1 | -2/+1 |
| | | * | | | [tests] test-sig.c: configure logging | paul | 2006-05-28 | 2 | -1/+14 |
| | | * | | | [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe | paul | 2006-05-28 | 4 | -17/+39 |