1. 95509e6 [lib] Remove numeric route-type argument in redistribute arg strings by Paul Jakma · 18 years ago
  2. d1c65c2 [ospfd] Replace redistribution strings with new route_types.h defines. by Paul Jakma · 18 years ago
  3. 9c42a6e [lib] Centralise Zserv route type information, auto-generate redist strings by Paul Jakma · 18 years ago
  4. 466c965 [doc] OSPF MD5 keyid documentation, fix texinfo warnings in bgpd.texi by Paul Jakma · 18 years ago
  5. 9560fa8 [ospfd] NSSA translate-enabled ABR should declare itself as ASBR by Paul Jakma · 18 years ago
  6. 9aecfae [ospfd] Improve two info log messages in ospf_snmp.c by Andrew J. Schorr · 18 years ago
  7. 0ffb709 [ospfd] When writing out config, show "debug ospf nsm status" properly by Andrew J. Schorr · 18 years ago
  8. 6e72cb6 [ospfd] Fix ospf passive-interface subcommand to create interface if necessary by Andrew J. Schorr · 18 years ago
  9. 2cb8716 [redhat quagga.spec] Detect fedora release automatically by Andrew J. Schorr · 18 years ago
  10. 429ac78 [ospfd] Fix multicast membership drop bug by Paul Jakma · 18 years ago
  11. 74ecdc9 [zebra] Fix forgetfulness wrt configured address on FreeBSD by Paul Jakma · 18 years ago
  12. 630c97c [zebra] remove internal if_flag_dump, use libzebras version. by Paul Jakma · 18 years ago
  13. c024fd0 [lib] list_delete shouldn't duplicate list_delete_all_node by Paul Jakma · 18 years ago
  14. 8ce5cfd [lib] Experimental: have XFREE NULL out the freed pointer by Paul Jakma · 18 years ago
  15. e5cd706 [lib] Fix vector leak in error path in command.c, CID #38 by Paul Jakma · 18 years ago
  16. ac904de [ospfd] lsdb_delete/discard_from_db should be more robust to bad args by Paul Jakma · 18 years ago
  17. 88871b1 [ospfd] suppres mostly uninteresting debug message unless debug is set by Paul Jakma · 18 years ago
  18. 1602a71 [tests] Fix stray character in previous commit by Paul Jakma · 19 years ago
  19. f783c1d [tests] test-sig.c: configure logging by Paul Jakma · 19 years ago
  20. fb66b29 [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe by Paul Jakma · 19 years ago
  21. a4b3030 [lib] vty_log shouldn't crash if called when vty isn't initiliased by Paul Jakma · 19 years ago
  22. d09552d [lib] malloc.h is deprecated, try not to include it anymore by Paul Jakma · 19 years ago
  23. 35cfc90 [lib] include inttypes.h rather than stdint.h, provide defines where missing by Paul Jakma · 19 years ago
  24. 105b823 [build] Update SOS CFLAGS and add check for GNU Make in configure.ac by Paul Jakma · 19 years ago
  25. 362b403 [vtysh] Add "show memory" to vtysh by Paul Jakma · 19 years ago
  26. 369688c [bgpd] expand vty help for neighbor ... update-source by Paul Jakma · 19 years ago
  27. 825cd49 [doc] document neighbor ..... update-source by Paul Jakma · 19 years ago
  28. 4150f33 [vtysh] suppress output in 'show logging' for daemons not present by Paul Jakma · 19 years ago
  29. dbf7d13 [vtysh] Add 'show logging' command by Paul Jakma · 19 years ago
  30. 9c37851 [interface configuration] Try to avoid losing address info after shutdown. by Andrew J. Schorr · 19 years ago
  31. 0f38dc4 [interface configuration] Preserve flag indicating address was set by quagga. by Andrew J. Schorr · 19 years ago
  32. 5519604 [debug] Improve zebra kernel socket debug message to include IP addresses. by Andrew J. Schorr · 19 years ago
  33. 6685978 [zebra] Remove private command string table by Paul Jakma · 19 years ago
  34. d6d672a [lib] Add string mapping table for Zserv commands by Paul Jakma · 19 years ago
  35. d16e043 [lib] CID #39, Fix the vty completion leak-fix to only free when desired by Paul Jakma · 19 years ago
  36. 0b26f81 [ospf6d] GNU Zebra 3563: Fix as-external forwarding address by Paul Jakma · 19 years ago
  37. cf1ce25 [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs by Paul Jakma · 19 years ago
  38. 932bf19 [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading by Paul Jakma · 19 years ago
  39. cb4b884 [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug by Paul Jakma · 19 years ago
  40. b2518c1 [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage by Paul Jakma · 19 years ago
  41. 06e110f [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient by Paul Jakma · 19 years ago
  42. dd8103a [bgpd] CID #7, remove useless NULL check, bgp_static_update_main by Paul Jakma · 19 years ago
  43. 34c3f81 [bgpd] Remove dead code in ORIGINATOR_ID packet forming code by Paul Jakma · 19 years ago
  44. 5fc6051 [lib] CID #55, fix return of freed pointer, cmd_describe_command_real by Paul Jakma · 19 years ago
  45. 2fe8aba [lib] CID #39, fix leak in error path, vty_describe_command by Paul Jakma · 19 years ago
  46. d251996 [lib] CID #37, fix error case leak, cmd_complete_command_real by Paul Jakma · 19 years ago
  47. 9376c34 [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall by Paul Jakma · 19 years ago
  48. ae12805 [ospfd] Fix small error in CID #13 commit by Paul Jakma · 19 years ago
  49. e54e6e5 [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it by Paul Jakma · 19 years ago
  50. deb1561 [ospfd] CID #15, remove redundant NULL check in ism_change_state by Paul Jakma · 19 years ago
  51. bfd7c7d [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_route by Paul Jakma · 19 years ago
  52. 6db3a6f [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw by Paul Jakma · 19 years ago
  53. e43be0e [ospfd] CID #27, fix missing NULL return check by Paul Jakma · 19 years ago
  54. 70461d7 [ospfd] CID #29, fix missing NULL check by removing unused code. by Paul Jakma · 19 years ago
  55. 4021b60 [ospfd] Squash another ospf_lookup call by Paul Jakma · 19 years ago
  56. 214a445 [ospfd] Fix leak in area-range-cost command, CID #46. by Paul Jakma · 19 years ago
  57. 894f8b6 [ospfd] CID #49, fix dereference before NULL check by Paul Jakma · 19 years ago
  58. 1a8ec2b [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69 by Paul Jakma · 19 years ago
  59. cac3b5c [ospfd] Fix missing check for ospf_lookup NULL return, CID #70 by Paul Jakma · 19 years ago
  60. beb5633 [zebra] CID #31, guard against potential NULL return of route_node_lookup by Paul Jakma · 19 years ago
  61. 995b965 [ripngd] CID #72, remove unneeded NULL check by Paul Jakma · 19 years ago
  62. f371b1f [doc] Update auto-generated quagga.info by Paul Jakma · 19 years ago
  63. 08f9fb1 [0.99] Version bump to 0.99.4 by Paul Jakma · 19 years ago
  64. e3c5ffe [doc] bug #245, remove reference to non-existent log_mode argument by Paul Jakma · 19 years ago
  65. da5b30f [bgpd] Bug #240, Fix route-server crash when static routes are configured by Paul Jakma · 19 years ago
  66. 7a559cb [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr. by Paul Jakma · 19 years ago
  67. 542bcb7 [bgpd] CID#62 fix double-free, use-after-free in community_str2com by Paul Jakma · 19 years ago
  68. 65ca75e [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng by Paul Jakma · 19 years ago
  69. a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
  70. 5f03f14 [docs] Update ripd docs on version and authentication, see bugs #261,#262 by Paul Jakma · 19 years ago
  71. 15a2b08 [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates by Paul Jakma · 19 years ago
  72. 9c27ef9 [ospfd] Fix SPF of virtual-links by Paul Jakma · 19 years ago
  73. b9d9288 [ripd] Fix logic to send updates on all connected addresses. by Andrew J. Schorr · 19 years ago
  74. e006277 [solaris] Manifest referenced non-existent services, fix. by Paul Jakma · 19 years ago
  75. 478aab9 [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fix by Paul Jakma · 19 years ago
  76. ab2416a [doc] document version zserv header, add txt figures, make pdf figs nicer by Paul Jakma · 19 years ago
  77. 31802c0 Sync rebuild of cvs_head by Paul Jakma · 19 years ago
  78. 86228fd [lib] command.c exports host global, add it to header. by Paul Jakma · 19 years ago
  79. 213d8da [lib] Trivial: fix line lengths of a comment in workqueu.c by Paul Jakma · 19 years ago
  80. 6cf0cf0 [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused by Paul Jakma · 19 years ago
  81. 15aa6a1 [bgpd] Fix infinite loop in community_str2com by Paul Jakma · 19 years ago
  82. cdc2c3f [TODO] Note MED functionality we should implement by Paul Jakma · 19 years ago
  83. 075c201 [ospfd] Fix failure of Fletcher checksum with certain compilers by Paul Jakma · 19 years ago
  84. d4ce4f6 [lib] fix gensub call in memtypes.awk to pass "g", not g. by Paul Jakma · 19 years ago
  85. 6878453 [lib] status field/flags no longer used in struct workqueue by Paul Jakma · 19 years ago
  86. 1a8ee0e [ospfd] ignore loopbacks for received interface validation by Paul Jakma · 19 years ago
  87. c2b478d [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBER by Paul Jakma · 19 years ago
  88. a625ca3 [bgpd] release peer specific clear queue in peer_free by Paul Jakma · 19 years ago
  89. b51f126 [bgpd] trivial: use a distinct memtype for struct bgp_synchronize by Paul Jakma · 19 years ago
  90. 4bf6a36 [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd by Paul Jakma · 19 years ago
  91. 5304cb5 [bgpd] Include header dependency in bgp_nexthop.h by Paul Jakma · 19 years ago
  92. cec0c4f [lib] fix libtool version argument in Makefile.am by Paul Jakma · 19 years ago
  93. 41be32b [lib/memory] Add mallinfo support by Paul Jakma · 19 years ago
  94. b5b628c [solaris] revert previous update of manifest install path by Paul Jakma · 19 years ago
  95. 5d932f6 [tests] fix heavy-wq, add redundant AS_SET test and statics to aspath_test by Paul Jakma · 19 years ago
  96. 75db03e [solaris] SMF manifest, method and depend updates. by Paul Jakma · 19 years ago
  97. e6d7d05 [zebra] arrange structs in padding-efficient manner and remove unused field by Paul Jakma · 19 years ago
  98. 924f9d3 [lib/privs] Changing user IDs should be done before dropping privileges by Paul Jakma · 19 years ago
  99. cbdfbaa [bgpd] rearrange some structs for less padding, stats for table/attrs. by Paul Jakma · 19 years ago
  100. 478ccfd [lib] export show_address_cmd debug command in if.h by Paul Jakma · 19 years ago