1. ce0af6f bgpd: fix memory leak for extra attributes by Oleg A. Arkhangelsky · 13 years ago
  2. 2675518 bgpd: fix 2 more cases of length error reporting by Denis Ovsienko · 13 years ago
  3. b4cd242 bgpd: check AGGREGATOR attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  4. bbb04bf bgpd: fix more regressions in attr flag checks by Denis Ovsienko · 13 years ago
  5. abc384f bgpd: use bgp_attr_malformed() by Denis Ovsienko · 13 years ago
  6. 565b828 bgpd: add flag checks for MP_(UN)REACH_NLRI by Denis Ovsienko · 13 years ago
  7. f8627ff bgpd: fix spelling of CLUSTER_LIST by Denis Ovsienko · 13 years ago
  8. 0b83044 bgpd: check CLUSTER_LIST attribute flags by Denis Ovsienko · 13 years ago
  9. d595b56 bgpd: check ORIGINATOR_ID attribute flags by Denis Ovsienko · 13 years ago
  10. a5b228b bgpd: fix regression in improved attr flag checks by Denis Ovsienko · 13 years ago
  11. a624cae bgpd: improve attr length error handling (BZ#679) by Denis Ovsienko · 13 years ago
  12. b84b62d bgpd: improve attr flags checks by Denis Ovsienko · 13 years ago
  13. 2d42e68 bgpd: ignore 4 bits of attribute flags byte by Denis Ovsienko · 13 years ago
  14. 214bcaa bgpd: add missing "partial" flag checks (BZ#676) by Denis Ovsienko · 13 years ago
  15. bc3443e bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
  16. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  17. 9eba2ad bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  18. 2cfadf0 bgpd: check MULTI_EXIT_DISC attr flags (BZ#677) by Denis Ovsienko · 13 years ago
  19. 0ea968d bgpd: check LOCAL_PREF attribute flags (BZ#674) by Denis Ovsienko · 13 years ago
  20. d68ab10 bgpd: consistent log msg format (BZ#565) by heasley · 13 years ago
  21. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  22. 31d0f1b bgpd: Fix merge error in jhash commit by Paul Jakma · 14 years ago
  23. 98e30f5 bgpd: attribute jhash call should use a standard interface to in6_addr data by Stephen Hemminger · 14 years ago
  24. b881c70 bgpd: Implement revised error handling for partial optional/trans. attributes by Paul Jakma · 14 years ago
  25. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  26. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  27. ab00529 bgpd: Rollback some of the changes made for invalid AS_PATH segment fix by Paul Jakma · 14 years ago
  28. 0c46638 bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error by Paul Jakma · 14 years ago
  29. c8e7b89 bgpd: use Jenkins hash for BGP transit, cluster and attr hashes by Stephen Hemminger · 14 years ago
  30. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  31. cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
  32. 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
  33. ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
  34. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  35. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  36. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  37. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  38. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  39. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  40. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  41. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  42. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  43. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  44. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  45. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  46. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  47. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
  48. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  49. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  50. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  51. 03e214c [bgpd] Use defines for default weight by Paul Jakma · 18 years ago
  52. 923de65 [bgpd] Fix warnings: hash callbacks should match hash API declarations by Paul Jakma · 18 years ago
  53. 6e4ab12 [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds by Paul Jakma · 18 years ago
  54. 34c3f81 [bgpd] Remove dead code in ORIGINATOR_ID packet forming code by Paul Jakma · 19 years ago
  55. a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
  56. cbdfbaa [bgpd] rearrange some structs for less padding, stats for table/attrs. by Paul Jakma · 19 years ago
  57. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  58. fe69a50 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  59. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  60. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  61. 3d515fd * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old by hasso · 20 years ago
  62. f418446 * bgp_nexthop.c: Improve debug. by hasso · 20 years ago
  63. c29fdba Add comments with warnings obtained on NetBSD/i386. Both are due to by gdt · 20 years ago
  64. 557865c 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  65. a2b1ecd 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  66. fee0f4c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> by paul · 20 years ago
  67. 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  68. 4372df7 Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  69. a384592 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> by paul · 21 years ago
  70. 718e374 Initial revision by paul · 22 years ago