- f912cb4 [doc] minor tweaks, refine ospf redist,passive-inter, and abr-type help by Paul Jakma · 18 years ago
- fbcba80 [lib] remove autogenerated file, update .cvsignore by Paul Jakma · 18 years ago
- 1670008 [ospfd] Bug #288: do not change router ID unless forced by manual configuration by Andrew J. Schorr · 18 years ago
- 6d69112 [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing by Paul Jakma · 18 years ago
- b0498dc [zebra] Add 'debug zebra rib' commands by Paul Jakma · 18 years ago
- 457eb9a [zebra] Add test rig code, for testing the zebra RIB by Paul Jakma · 18 years ago
- 1893740 [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers by Paul Jakma · 18 years ago
- f366ad3 [vtysh] Never skip authentication, and add support for multiple -c commands by Andrew J. Schorr · 18 years ago
- 171eee3 [zebra] Connected routes must always be added to main table by Paul Jakma · 18 years ago
- 1fe6ed3 [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free by Paul Jakma · 18 years ago
- 3fed416 [ospfd] Additional NSM neighbour state change stats/information by Paul Jakma · 18 years ago
- cc8b13a [lib] Optimise thread_call by caching pointer to thread history in the thread by Paul Jakma · 18 years ago
- 90c3317 [ospfd] record timestamp and event of last NSM state change for neighbour by Paul Jakma · 18 years ago
- 3d63f38 [ospfd] trivial: NSM AdjChange should print event, declutter core functions by Paul Jakma · 18 years ago
- 539e152 [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions by Paul Jakma · 18 years ago
- 13cd3dc [ospfd] Improve Hello NetworkMask mismatch warning to give more info by Andrew J. Schorr · 18 years ago
- 9d0a326 [lib] Do not call vty_close in vty_log_out to avoid possible free memory access by Andrew J. Schorr · 18 years ago
- 74542d7 [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled by Andrew J. Schorr · 18 years ago
- 1f2c274 [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state by Paul Jakma · 18 years ago
- aa2737a [ospfd] early-return in nsm_event missed LLDown event, fixes use after free by Paul Jakma · 18 years ago
- 5c19606 [doc] remove the auto-generated quagga.info file from CVS by Paul Jakma · 18 years ago
- f7a76ab [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions by Paul Jakma · 18 years ago
- 5db95bc [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. by Paul Jakma · 18 years ago
- d1b1cd8 [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart by Paul Jakma · 18 years ago
- e55dd53 [ospfd] trivial cleanup of nsm_timer_set by Paul Jakma · 18 years ago
- ba0beb4 [ospfd] Ensure NSM state functions can redirect next_state accidently by Paul Jakma · 18 years ago
- d7b0fb6 [ospfd] consolidate adjacency check logic by Paul Jakma · 18 years ago
- 08942da [debug] Debug messages to terminal vty sessions should include timestamps by Andrew J. Schorr · 18 years ago
- 27b4725 [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args by Paul Jakma · 18 years ago
- 33d5ab9 [bgpd] Fix crash on shutdown of peer by Paul Jakma · 18 years ago
- 9a57dc6 [ripd] update to use auto-generated redistribute route-type defs by Paul Jakma · 18 years ago
- adf6221 [lib] Fix merge error in ChangeLog by Paul Jakma · 18 years ago
- 1c066bf [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches by Andrew J. Schorr · 18 years ago
- 74176d2 [lib] Fix typo in cpp conditional for malloc.h include by Paul Jakma · 18 years ago
- 7694787 [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR by Andrew J. Schorr · 18 years ago
- d7e60dd [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" by Andrew J. Schorr · 18 years ago
- 5f41e90 [lib] Remove bare routes in route_types: fix mistake in commmit by Paul Jakma · 18 years ago
- 95509e6 [lib] Remove numeric route-type argument in redistribute arg strings by Paul Jakma · 18 years ago
- d1c65c2 [ospfd] Replace redistribution strings with new route_types.h defines. by Paul Jakma · 18 years ago
- 9c42a6e [lib] Centralise Zserv route type information, auto-generate redist strings by Paul Jakma · 18 years ago
- 466c965 [doc] OSPF MD5 keyid documentation, fix texinfo warnings in bgpd.texi by Paul Jakma · 18 years ago
- 9560fa8 [ospfd] NSSA translate-enabled ABR should declare itself as ASBR by Paul Jakma · 18 years ago
- 9aecfae [ospfd] Improve two info log messages in ospf_snmp.c by Andrew J. Schorr · 18 years ago
- 0ffb709 [ospfd] When writing out config, show "debug ospf nsm status" properly by Andrew J. Schorr · 18 years ago
- 6e72cb6 [ospfd] Fix ospf passive-interface subcommand to create interface if necessary by Andrew J. Schorr · 18 years ago
- 2cb8716 [redhat quagga.spec] Detect fedora release automatically by Andrew J. Schorr · 18 years ago
- 429ac78 [ospfd] Fix multicast membership drop bug by Paul Jakma · 18 years ago
- 74ecdc9 [zebra] Fix forgetfulness wrt configured address on FreeBSD by Paul Jakma · 18 years ago
- 630c97c [zebra] remove internal if_flag_dump, use libzebras version. by Paul Jakma · 18 years ago
- c024fd0 [lib] list_delete shouldn't duplicate list_delete_all_node by Paul Jakma · 18 years ago
- 8ce5cfd [lib] Experimental: have XFREE NULL out the freed pointer by Paul Jakma · 18 years ago
- e5cd706 [lib] Fix vector leak in error path in command.c, CID #38 by Paul Jakma · 18 years ago
- ac904de [ospfd] lsdb_delete/discard_from_db should be more robust to bad args by Paul Jakma · 18 years ago
- 88871b1 [ospfd] suppres mostly uninteresting debug message unless debug is set by Paul Jakma · 18 years ago
- 1602a71 [tests] Fix stray character in previous commit by Paul Jakma · 19 years ago
- f783c1d [tests] test-sig.c: configure logging by Paul Jakma · 19 years ago
- fb66b29 [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe by Paul Jakma · 19 years ago
- a4b3030 [lib] vty_log shouldn't crash if called when vty isn't initiliased by Paul Jakma · 19 years ago
- d09552d [lib] malloc.h is deprecated, try not to include it anymore by Paul Jakma · 19 years ago
- 35cfc90 [lib] include inttypes.h rather than stdint.h, provide defines where missing by Paul Jakma · 19 years ago
- 105b823 [build] Update SOS CFLAGS and add check for GNU Make in configure.ac by Paul Jakma · 19 years ago
- 362b403 [vtysh] Add "show memory" to vtysh by Paul Jakma · 19 years ago
- 369688c [bgpd] expand vty help for neighbor ... update-source by Paul Jakma · 19 years ago
- 825cd49 [doc] document neighbor ..... update-source by Paul Jakma · 19 years ago
- 4150f33 [vtysh] suppress output in 'show logging' for daemons not present by Paul Jakma · 19 years ago
- dbf7d13 [vtysh] Add 'show logging' command by Paul Jakma · 19 years ago
- 9c37851 [interface configuration] Try to avoid losing address info after shutdown. by Andrew J. Schorr · 19 years ago
- 0f38dc4 [interface configuration] Preserve flag indicating address was set by quagga. by Andrew J. Schorr · 19 years ago
- 5519604 [debug] Improve zebra kernel socket debug message to include IP addresses. by Andrew J. Schorr · 19 years ago
- 6685978 [zebra] Remove private command string table by Paul Jakma · 19 years ago
- d6d672a [lib] Add string mapping table for Zserv commands by Paul Jakma · 19 years ago
- d16e043 [lib] CID #39, Fix the vty completion leak-fix to only free when desired by Paul Jakma · 19 years ago
- 0b26f81 [ospf6d] GNU Zebra 3563: Fix as-external forwarding address by Paul Jakma · 19 years ago
- cf1ce25 [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs by Paul Jakma · 19 years ago
- 932bf19 [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading by Paul Jakma · 19 years ago
- cb4b884 [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug by Paul Jakma · 19 years ago
- b2518c1 [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage by Paul Jakma · 19 years ago
- 06e110f [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient by Paul Jakma · 19 years ago
- dd8103a [bgpd] CID #7, remove useless NULL check, bgp_static_update_main by Paul Jakma · 19 years ago
- 34c3f81 [bgpd] Remove dead code in ORIGINATOR_ID packet forming code by Paul Jakma · 19 years ago
- 5fc6051 [lib] CID #55, fix return of freed pointer, cmd_describe_command_real by Paul Jakma · 19 years ago
- 2fe8aba [lib] CID #39, fix leak in error path, vty_describe_command by Paul Jakma · 19 years ago
- d251996 [lib] CID #37, fix error case leak, cmd_complete_command_real by Paul Jakma · 19 years ago
- 9376c34 [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall by Paul Jakma · 19 years ago
- ae12805 [ospfd] Fix small error in CID #13 commit by Paul Jakma · 19 years ago
- e54e6e5 [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it by Paul Jakma · 19 years ago
- deb1561 [ospfd] CID #15, remove redundant NULL check in ism_change_state by Paul Jakma · 19 years ago
- bfd7c7d [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_route by Paul Jakma · 19 years ago
- 6db3a6f [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw by Paul Jakma · 19 years ago
- e43be0e [ospfd] CID #27, fix missing NULL return check by Paul Jakma · 19 years ago
- 70461d7 [ospfd] CID #29, fix missing NULL check by removing unused code. by Paul Jakma · 19 years ago
- 4021b60 [ospfd] Squash another ospf_lookup call by Paul Jakma · 19 years ago
- 214a445 [ospfd] Fix leak in area-range-cost command, CID #46. by Paul Jakma · 19 years ago
- 894f8b6 [ospfd] CID #49, fix dereference before NULL check by Paul Jakma · 19 years ago
- 1a8ec2b [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69 by Paul Jakma · 19 years ago
- cac3b5c [ospfd] Fix missing check for ospf_lookup NULL return, CID #70 by Paul Jakma · 19 years ago
- beb5633 [zebra] CID #31, guard against potential NULL return of route_node_lookup by Paul Jakma · 19 years ago
- 995b965 [ripngd] CID #72, remove unneeded NULL check by Paul Jakma · 19 years ago
- f371b1f [doc] Update auto-generated quagga.info by Paul Jakma · 19 years ago
- 08f9fb1 [0.99] Version bump to 0.99.4 by Paul Jakma · 19 years ago