]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2006-07-11 Paul Jakma[ospfd] trivial: NSM AdjChange should print event,...
2006-07-11 Paul Jakma[ospfd] Remove nsm_reset_nbr and a bunch of useless...
2006-07-11 Andrew J. Schorr[ospfd] Improve Hello NetworkMask mismatch warning...
2006-07-11 Andrew J. Schorr[lib] Do not call vty_close in vty_log_out to avoid...
2006-07-10 Andrew J. Schorr[lib] Fix infinite recursion for errors on vtys with...
2006-07-10 Paul Jakma[ospfd] cleanup NSM neighbour delete through a new...
2006-07-06 Paul Jakma[ospfd] early-return in nsm_event missed LLDown event...
2006-07-04 Paul Jakma[doc] remove the auto-generated quagga.info file from CVS
2006-07-04 Paul Jakma[ospfd] Apply some simplifications to ospf_nsm, from...
2006-07-04 Paul Jakma[ospfd] CID #13, dont try print out fields of LSA we...
2006-07-04 Paul Jakma[ospfd] Clear adjacency state for NSM changes down...
2006-07-04 Paul Jakma[ospfd] trivial cleanup of nsm_timer_set
2006-07-04 Paul Jakma[ospfd] Ensure NSM state functions can redirect next_st...
2006-07-04 Paul Jakma[ospfd] consolidate adjacency check logic
2006-07-03 Andrew J. Schorr[debug] Debug messages to terminal vty sessions should...
2006-07-02 Paul Jakma[zebra] Fix CID #104, check addr for null, and #18...
2006-07-02 Paul Jakma[bgpd] Fix crash on shutdown of peer
2006-06-30 Paul Jakma[ripd] update to use auto-generated redistribute route...
2006-06-30 Paul Jakma[lib] Fix merge error in ChangeLog
2006-06-30 Andrew J. Schorr[ospfd] Fix "show ip ospf neighbor A.B.C.D" to show...
2006-06-30 Paul Jakma[lib] Fix typo in cpp conditional for malloc.h include
2006-06-30 Andrew J. Schorr[ospfd] Avoid getting NSM stuck in ExStart by using...
2006-06-29 Andrew J. Schorr[ospfd] Implement new ospf router subcommand "log-adjac...
2006-06-27 Paul Jakma[lib] Remove bare routes in route_types: fix mistake...
2006-06-27 Paul Jakma[lib] Remove numeric route-type argument in redistribut...
2006-06-27 Paul Jakma[ospfd] Replace redistribution strings with new route_t...
2006-06-27 Paul Jakma[lib] Centralise Zserv route type information, auto...
2006-06-26 Paul Jakma[doc] OSPF MD5 keyid documentation, fix texinfo warning...
2006-06-26 Paul Jakma[ospfd] NSSA translate-enabled ABR should declare itsel...
2006-06-24 Andrew J. Schorr[ospfd] Improve two info log messages in ospf_snmp.c
2006-06-24 Andrew J. Schorr[ospfd] When writing out config, show "debug ospf nsm...
2006-06-18 Andrew J. Schorr[ospfd] Fix ospf passive-interface subcommand to create...
2006-06-15 Andrew J. Schorr[redhat quagga.spec] Detect fedora release automatically
2006-06-15 Paul Jakma[ospfd] Fix multicast membership drop bug
2006-06-15 Paul Jakma[zebra] Fix forgetfulness wrt configured address on...
2006-06-15 Paul Jakma[zebra] remove internal if_flag_dump, use libzebras...
2006-06-15 Paul Jakma[lib] list_delete shouldn't duplicate list_delete_all_node
2006-06-15 Paul Jakma[lib] Experimental: have XFREE NULL out the freed pointer
2006-06-15 Paul Jakma[lib] Fix vector leak in error path in command.c, CID #38
2006-06-15 Paul Jakma[ospfd] lsdb_delete/discard_from_db should be more...
2006-06-15 Paul Jakma[ospfd] suppres mostly uninteresting debug message...
2006-05-28 Paul Jakma[tests] Fix stray character in previous commit
2006-05-28 Paul Jakma[tests] test-sig.c: configure logging
2006-05-28 Paul Jakma[lib] Add support for Sun libc printstack to zlog_backt...
2006-05-28 Paul Jakma[lib] vty_log shouldn't crash if called when vty isn...
2006-05-28 Paul Jakma[lib] malloc.h is deprecated, try not to include it...
2006-05-28 Paul Jakma[lib] include inttypes.h rather than stdint.h, provide...
2006-05-28 Paul Jakma[build] Update SOS CFLAGS and add check for GNU Make...
2006-05-28 Paul Jakma[vtysh] Add "show memory" to vtysh
2006-05-23 Paul Jakma[bgpd] expand vty help for neighbor ... update-source
2006-05-23 Paul Jakma[doc] document neighbor ..... update-source
2006-05-23 Paul Jakma[vtysh] suppress output in 'show logging' for daemons...
2006-05-23 Paul Jakma[vtysh] Add 'show logging' command
2006-05-21 Andrew J. Schorr[interface configuration] Try to avoid losing address...
2006-05-19 Andrew J. Schorr[interface configuration] Preserve flag indicating...
2006-05-17 Andrew J. Schorr[debug] Improve zebra kernel socket debug message to...
2006-05-15 Paul Jakma[zebra] Remove private command string table
2006-05-15 Paul Jakma[lib] Add string mapping table for Zserv commands
2006-05-15 Paul Jakma[lib] CID #39, Fix the vty completion leak-fix to only...
2006-05-15 Paul Jakma[ospf6d] GNU Zebra 3563: Fix as-external forwarding...
2006-05-15 Paul Jakma[ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes...
2006-05-15 Paul Jakma[ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when...
2006-05-15 Paul Jakma[ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area...
2006-05-12 Paul Jakma[bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty...
2006-05-12 Paul Jakma[bgpd] CID #6, remove useless NULL check, bgp_static_up...
2006-05-12 Paul Jakma[bgpd] CID #7, remove useless NULL check, bgp_static_up...
2006-05-12 Paul Jakma[bgpd] Remove dead code in ORIGINATOR_ID packet forming...
2006-05-12 Paul Jakma[lib] CID #55, fix return of freed pointer, cmd_describ...
2006-05-12 Paul Jakma[lib] CID #39, fix leak in error path, vty_describe_command
2006-05-12 Paul Jakma[lib] CID #37, fix error case leak, cmd_complete_comman...
2006-05-12 Paul Jakma[lib] CID #3, fix forward-null errors in vty_prefix_lis...
2006-05-12 Paul Jakma[ospfd] Fix small error in CID #13 commit
2006-05-12 Paul Jakma[ospfd] CID #13, debug for NULL type7 LSA should not...
2006-05-12 Paul Jakma[ospfd] CID #15, remove redundant NULL check in ism_cha...
2006-05-12 Paul Jakma[ospfd] CID #14, NULL check ospf->backbone before use...
2006-05-12 Paul Jakma[ospfd] CID #28, remove another ospf_lookup call -...
2006-05-12 Paul Jakma[ospfd] CID #27, fix missing NULL return check
2006-05-12 Paul Jakma[ospfd] CID #29, fix missing NULL check by removing...
2006-05-12 Paul Jakma[ospfd] Squash another ospf_lookup call
2006-05-12 Paul Jakma[ospfd] Fix leak in area-range-cost command, CID #46.
2006-05-12 Paul Jakma[ospfd] CID #49, fix dereference before NULL check
2006-05-11 Paul Jakma[ospfd] Check NULL result from ospf_area_lookup_by_area...
2006-05-11 Paul Jakma[ospfd] Fix missing check for ospf_lookup NULL return...
2006-05-11 Paul Jakma[zebra] CID #31, guard against potential NULL return...
2006-05-11 Paul Jakma[ripngd] CID #72, remove unneeded NULL check
2006-05-10 Paul Jakma[doc] Update auto-generated quagga.info
2006-05-10 Paul Jakma[0.99] Version bump to 0.99.4
2006-05-08 Paul Jakma[doc] bug #245, remove reference to non-existent log_mo...
2006-05-08 Paul Jakma[bgpd] Bug #240, Fix route-server crash when static...
2006-05-08 Paul Jakma[ripngd] bug #242, fix crash in routemap, ipv6 stored...
2006-05-08 Paul Jakma[bgpd] CID#62 fix double-free, use-after-free in commun...
2006-05-04 Paul Jakma[bgpd] Fix bug where FSM can stay hung forever in Idle...
2006-05-04 Paul Jakma[bgpd] bug #210: Enable crucial VPNv4 code which was...
2006-05-04 Paul Jakma[docs] Update ripd docs on version and authentication...
2006-05-04 Paul Jakma[ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthe...
2006-05-04 Paul Jakma[ospfd] Fix SPF of virtual-links
2006-04-28 Andrew J. Schorr[ripd] Fix logic to send updates on all connected addre...
2006-04-03 Paul Jakma[solaris] Manifest referenced non-existent services...
2006-04-03 Paul Jakma[ospfd] Fix virtual-link handling in nbrs route-table...
2006-04-03 Paul Jakma[doc] document version zserv header, add txt figures...
next