1. 2b35ae4 Fixes to RFC2385/MD5 BGP by Chris Caputo · 15 years ago
  2. f7e0db8 [bgpd] Fix 'update-source' command: It doesn't accept interface names by Paul Jakma · 15 years ago
  3. 25f4588 [configure] add configure support for PCRE Posix library by Jeremy Jackson · 16 years ago
  4. 8f5abac [BGP/cleanup] make message list in bgp_open const by Stephen Hemminger · 16 years ago
  5. 730394d [BGP/cleanup] make community hash table static by Stephen Hemminger · 16 years ago
  6. e9dc9f2 [BGP/cleanup] make some damp function static by Stephen Hemminger · 16 years ago
  7. ffa4e2c [BGP/cleanup] make ecommunity variables/functions local by Stephen Hemminger · 16 years ago
  8. 372b3c7 [BGP/cleanup] main program cleanup by Stephen Hemminger · 16 years ago
  9. b2d933f [bgpd/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  10. 01b7ce2 [bgpd] add comment that bgp_capability_receive is exported for unit-tests by Paul Jakma · 15 years ago
  11. fc52f95 [cleanup] Fix compile warnings by Stephen Hemminger · 16 years ago
  12. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  13. fda1d3e [bgpd/cleanup] Make BGP FSM table read-only static by Stephen Hemminger · 16 years ago
  14. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
  15. dde7258 [bgpd] Make declarations match by Stephen Hemminger · 16 years ago
  16. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  17. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  18. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  19. 10819ec [bgpd] Fixed as-path prepend/exclude ASN handling by Denis Ovsienko · 15 years ago
  20. 6e0989e Merge remote branch 'origin/master' by Paul Jakma · 15 years ago
  21. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  22. acde4b8 [bgp] Fix crash on SIGHUP, deref of freed workqueues by Steve Hill · 15 years ago
  23. e6b6a56 [trivia] Fixed typos in communities text (#334) by Denis Ovsienko · 15 years ago
  24. 8178b2e [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net> by Andrew J. Schorr · 16 years ago
  25. e9a3670 Fix bgp ipv4/ipv6 accept handling by Stephen Hemminger · 16 years ago
  26. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  27. e0081f7 [bgpd] Add 'show bgp views' command by Michael Lambert · 16 years ago
  28. 8c1bbc7 Merge branch 'bgpd/fsm' by Paul Jakma · 16 years ago
  29. a8bf6f5 [bgpd] Fix definition of an rsclient command by Michael Lambert · 16 years ago
  30. 6e19926 [bgpd] Allow accepted peers to progress even if realpeer is in Connect by Paul Jakma · 16 years ago
  31. 2b2fc56 [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup by Paul Jakma · 16 years ago
  32. ef16c8a Merge branch 'restricted-mode' by Paul Jakma · 16 years ago
  33. 5d7bdd0 Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile' by Paul Jakma · 16 years ago
  34. 6556d8a Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns" by Paul Jakma · 16 years ago
  35. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  36. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  37. 5515de3 [administrivia] Update gitignore files by Paul Jakma · 18 years ago
  38. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  39. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  40. f3019af [bgpd] remove useless check and return in bgp_config_write_damp by Stephen Hemminger · 16 years ago
  41. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  42. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  43. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  44. 46bc0e4 [build] Test for GNU-style PIE support in toolchain and enable by Paul P Komkoff Jr · 16 years ago
  45. d664ae1 [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns by Paul Jakma · 17 years ago
  46. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  47. 750e814 [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce by Paul Jakma · 16 years ago
  48. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  49. 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
  50. 320da87 [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty by Paul Jakma · 16 years ago
  51. b608d5b [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client by Paul Jakma · 16 years ago
  52. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  53. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  54. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  55. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  56. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  57. 90b6876 [bgpd] fix crash on startup if compiled IPv4-only by Paul Jakma · 17 years ago
  58. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  59. a7f93f3 + fixed no_set_aspath_prepend() to correctly match existing "set" statement by Denis Ovsienko · 17 years ago
  60. b63e608 [bgpd] Fix typo in previous commit to bgp_main.c by Paul Jakma · 17 years ago
  61. 7e992e9 [bgpd] small fix for crash if 'listenon' argument is not given by Paul Jakma · 17 years ago
  62. 3a02d1f 2007-10-30 Nick Hilliard <nick@inex.ie> by Paul Jakma · 17 years ago
  63. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  64. e08286b [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes by Paul Jakma · 17 years ago
  65. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
  66. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  67. 6d134fb [bgpd] Pass NOSUB to regexec by Paul Jakma · 17 years ago
  68. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  69. 6d58272 [bgpd] cleanup, compact and consolidate capability parsing code by Paul Jakma · 17 years ago
  70. 45ad592 [bgpd] Dont schedule dumps multiple times for same command by Paul Jakma · 17 years ago
  71. 536792c [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent by Paul Jakma · 17 years ago
  72. b249702 [bgpd] bug #370, default-originate was broken by a silly thinko by Paul Jakma · 17 years ago
  73. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  74. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  75. 03e214c [bgpd] Use defines for default weight by Paul Jakma · 18 years ago
  76. 923de65 [bgpd] Fix warnings: hash callbacks should match hash API declarations by Paul Jakma · 18 years ago
  77. 93c1749 [bgpd] Minor performance improvement patch by Andrew J. Schorr · 18 years ago
  78. 6e4ab12 [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds by Paul Jakma · 18 years ago
  79. 16d2e24 [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored by Paul Jakma · 18 years ago
  80. 37a217a [bgpd] bug #352: IPv6/Multicast address-family config not written out by Paul Jakma · 18 years ago
  81. f2c31ac [bgpd] Peer delete can race with reconfig leading to crash by Paul Jakma · 18 years ago
  82. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  83. 95fdcd8 [bgpd] Bug #302, bgpd can get stuck in state Clearing by Paul Jakma · 18 years ago
  84. a39275d [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra. by Andrew J. Schorr · 18 years ago
  85. 8d45210 [bgpd] Fix bug where a deleted route that was quickly re-added was being lost by Andrew J. Schorr · 18 years ago
  86. 56395af [bgpd] trivial: non C99 u_int.._t should be uint.._t by Paul Jakma · 18 years ago
  87. 6f58544 [bgpd] struct peer must have bgp field valid (redistribute crash) by Paul Jakma · 18 years ago
  88. ed3ebfa [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer. by Paul Jakma · 18 years ago
  89. 53d9f67 [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table by Paul Jakma · 18 years ago
  90. dcdf399 [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing. by Paul Jakma · 18 years ago
  91. 876b8be [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax by Paul Jakma · 18 years ago
  92. 0cd1c32 [bgpd] Trivial fix of printf format/arg mismatch by Andrew J. Schorr · 18 years ago
  93. 09dd561 [bgpd] reduce the process queue hold time to something more sensible by Paul Jakma · 18 years ago
  94. 8383a9b [bgpd] RIB statistics address space size shouldnt double count space by Paul Jakma · 18 years ago
  95. 9fde662 [bgpd] simplify peer refcounts, squash slow peer leak by Paul Jakma · 18 years ago
  96. ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
  97. 2815e61 [bgpd] Add RIB reporting commands, show bgp ... statistics by Paul Jakma · 18 years ago
  98. 1a392d4 [bgpd] Handle pcount as flags are changed, fixing pcount issues by Paul Jakma · 18 years ago
  99. ff7924f [bgpd] Add 'show ... neighbor .... prefix-counts' command by Paul Jakma · 18 years ago
  100. 9f906c7 [bgpd] fix mtype in XFREE and NULL out freed pointer by Paul Jakma · 18 years ago