1. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  2. d3ddb22 Set from even if binfo->extra is NULL. by Greg Troxel · 14 years ago
  3. cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
  4. d64379e bgpd: tighten bounds checking in RR ORF msg reader by Chris Hall · 15 years ago
  5. 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
  6. da88ea8 bgpd: code cleanup by Stephen Hemminger · 15 years ago
  7. 9e4ca89 bgpd: compile warnings cleanup by Stephen Hemminger · 15 years ago
  8. 1352ef3 lib: move check_bit into prefix common code by Stephen Hemminger · 15 years ago
  9. 2eb445e bgpd: work around warning in assegments_parse() by Denis Ovsienko · 15 years ago
  10. d1c21ca bgpd: fix md5 set on listen sockets by Stephen Hemminger · 15 years ago
  11. 5bd5881 bgp: missing pieces from listener patch by Stephen Hemminger · 15 years ago
  12. 62bed38 bgp: compiler warning fix by Stephen Hemminger · 15 years ago
  13. 9d87877 bgpd: Fix mistakes in applying 'allow inbound connections to non-default view' by Paul Jakma · 15 years ago
  14. 4a5f432 [bgpd] delete erroneous extra brace.. by Paul Jakma · 15 years ago
  15. 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
  16. 2158ad2 bgpd/trivial: Fix indentation in previous by Paul Jakma · 15 years ago
  17. fc4dc59 bgpd: Allow inbound connections to non-default view by Steve Hill · 15 years ago
  18. 3117b5c bgpd: fd leak in bgpd by Steve Hill · 15 years ago
  19. 736d440 bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment by Vasilis Tsiligiannis · 15 years ago
  20. ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
  21. d023aec bgpd: start listener on first instance by Stephen Hemminger · 15 years ago
  22. 0362195 bgpd: peer action table static/const by Stephen Hemminger · 15 years ago
  23. 9a1a331 [bgpd] Restore ability of 'neighbor ... update-source' to take interface name by Paul Jakma · 15 years ago
  24. 638b70b [bgp] Fix nexthop reachability check on confederations by Vasilis Tsiligiannis · 15 years ago
  25. a294365 [bgpd] fix typo made by paul in previous commit by Paul Jakma · 15 years ago
  26. e8eb000 [bgpd] Avoid zombie accepted peer entries by Timo Teräs · 16 years ago
  27. e7cc3b3 [bgpd] Small buffer overrun in bgp_clear_node_queue_init by Nick Hilliard · 16 years ago
  28. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  29. 54a1518 [bgpd] Fix compiler warnings related to MD5 by Chris Caputo · 15 years ago
  30. fd35b94 [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...' by Paul Jakma · 15 years ago
  31. 650f76c [bgpd] Log a debug/update warning if filters are configured but don't exist by Paul Jakma · 15 years ago
  32. 2a71e9c [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes' by Tomasz Pala · 15 years ago
  33. 014b670 [bgpd] review 32-bit AS-path hotfix for 0.99.12 by Denis Ovsienko · 15 years ago
  34. 50aef6f Fix "show ip bgp dampened-paths" garbage output. by Chris Caputo · 15 years ago
  35. 2b35ae4 Fixes to RFC2385/MD5 BGP by Chris Caputo · 15 years ago
  36. f7e0db8 [bgpd] Fix 'update-source' command: It doesn't accept interface names by Paul Jakma · 15 years ago
  37. 25f4588 [configure] add configure support for PCRE Posix library by Jeremy Jackson · 16 years ago
  38. 8f5abac [BGP/cleanup] make message list in bgp_open const by Stephen Hemminger · 16 years ago
  39. 730394d [BGP/cleanup] make community hash table static by Stephen Hemminger · 16 years ago
  40. e9dc9f2 [BGP/cleanup] make some damp function static by Stephen Hemminger · 16 years ago
  41. ffa4e2c [BGP/cleanup] make ecommunity variables/functions local by Stephen Hemminger · 16 years ago
  42. 372b3c7 [BGP/cleanup] main program cleanup by Stephen Hemminger · 16 years ago
  43. b2d933f [bgpd/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  44. 01b7ce2 [bgpd] add comment that bgp_capability_receive is exported for unit-tests by Paul Jakma · 15 years ago
  45. fc52f95 [cleanup] Fix compile warnings by Stephen Hemminger · 16 years ago
  46. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  47. fda1d3e [bgpd/cleanup] Make BGP FSM table read-only static by Stephen Hemminger · 16 years ago
  48. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
  49. dde7258 [bgpd] Make declarations match by Stephen Hemminger · 16 years ago
  50. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  51. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  52. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  53. 10819ec [bgpd] Fixed as-path prepend/exclude ASN handling by Denis Ovsienko · 15 years ago
  54. 6e0989e Merge remote branch 'origin/master' by Paul Jakma · 15 years ago
  55. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  56. acde4b8 [bgp] Fix crash on SIGHUP, deref of freed workqueues by Steve Hill · 15 years ago
  57. e6b6a56 [trivia] Fixed typos in communities text (#334) by Denis Ovsienko · 15 years ago
  58. 8178b2e [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net> by Andrew J. Schorr · 16 years ago
  59. e9a3670 Fix bgp ipv4/ipv6 accept handling by Stephen Hemminger · 16 years ago
  60. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  61. e0081f7 [bgpd] Add 'show bgp views' command by Michael Lambert · 16 years ago
  62. 8c1bbc7 Merge branch 'bgpd/fsm' by Paul Jakma · 16 years ago
  63. a8bf6f5 [bgpd] Fix definition of an rsclient command by Michael Lambert · 16 years ago
  64. 6e19926 [bgpd] Allow accepted peers to progress even if realpeer is in Connect by Paul Jakma · 16 years ago
  65. 2b2fc56 [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup by Paul Jakma · 16 years ago
  66. ef16c8a Merge branch 'restricted-mode' by Paul Jakma · 16 years ago
  67. 5d7bdd0 Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile' by Paul Jakma · 16 years ago
  68. 6556d8a Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns" by Paul Jakma · 16 years ago
  69. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  70. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  71. 5515de3 [administrivia] Update gitignore files by Paul Jakma · 18 years ago
  72. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  73. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  74. f3019af [bgpd] remove useless check and return in bgp_config_write_damp by Stephen Hemminger · 16 years ago
  75. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  76. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  77. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  78. 46bc0e4 [build] Test for GNU-style PIE support in toolchain and enable by Paul P Komkoff Jr · 16 years ago
  79. d664ae1 [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns by Paul Jakma · 17 years ago
  80. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  81. 750e814 [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce by Paul Jakma · 16 years ago
  82. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  83. 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
  84. 320da87 [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty by Paul Jakma · 16 years ago
  85. b608d5b [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client by Paul Jakma · 16 years ago
  86. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  87. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  88. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  89. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  90. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  91. 90b6876 [bgpd] fix crash on startup if compiled IPv4-only by Paul Jakma · 17 years ago
  92. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  93. a7f93f3 + fixed no_set_aspath_prepend() to correctly match existing "set" statement by Denis Ovsienko · 17 years ago
  94. b63e608 [bgpd] Fix typo in previous commit to bgp_main.c by Paul Jakma · 17 years ago
  95. 7e992e9 [bgpd] small fix for crash if 'listenon' argument is not given by Paul Jakma · 17 years ago
  96. 3a02d1f 2007-10-30 Nick Hilliard <nick@inex.ie> by Paul Jakma · 17 years ago
  97. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  98. e08286b [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes by Paul Jakma · 17 years ago
  99. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
  100. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago