ChangeLog 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. ==========================================================
  2. The current maintainer of this library is the
  3. RIPE NCC Global Information Infrastructure department.
  4. You can reach us at https://bitbucket.org/ripencc/bgpdump
  5. PLEASE DO NOT E-MAIL INDIVIDUAL DEVELOPERS ABOUT
  6. ISSUES, AS YOUR E-MAIL MAY BE LOST
  7. ==========================================================
  8. 2018-09-26 Colin Petrie <cpetrie@ripe.net> v1.6.0
  9. * Fix overflow for large records
  10. * Add basic '-q' quiet mode
  11. * fix off-by-one in peer index assert
  12. * fix MyAS handling in open message
  13. * version bump as structs have new fields and sizes,
  14. apps should be recompiled
  15. 2017-01-15 Colin Petrie <cpetrie@ripe.net>
  16. * Add support for BGP Large Communities
  17. 2016-09-15 Colin Petrie <cpetrie@ripe.net> v1.5.0
  18. * Many security fixes, crashes, segfaults, memory leaks fixed.
  19. * Many fixes provided by Christoph Biedl from Debian port
  20. * Fuzzed inputs, hints and ideas provided by Guillaume Valadon
  21. * Thread-safety fixes from CAIDA/bgpstream version of bgpdump
  22. * version bump as new fields have been added to structs, apps
  23. should be recompiled
  24. 2015-11-05 Colin Petrie <cpetrie@ripe.net>
  25. * Adding support for draft-petrie-grow-mrt-add-paths
  26. Note that this adds various output format changes, when reading messages
  27. with Add-path Path-IDs in them, there are extra columns and fields in
  28. the bgpdump output
  29. 2015-10-08 Alexis Fasquel <alexis@pch.net>
  30. * Adding support for Extended Timestamp MRT Header corresponding to MRT type BGP4MP_ET
  31. Note that this changes the semantics of the output of bgpdump - when a messages
  32. with Extended Timestamp MRT Header is parsed, the microseconds attribute
  33. is appended to the timestamp (.xxxxxx)
  34. 2015-09-19 Colin Petrie <cpetrie@ripe.net>
  35. * Adding support for BGP4MP_MESSAGE_LOCAL and BGP4MP_MESSAGE_AS4_LOCAL subtypes
  36. Note that this changes the semantics of the output of bgpdump - when an entry is
  37. prefixed by BG4MP_LOCAL (-m/-M) then the output fields are the *destination* IP/AS
  38. rather than the source.
  39. 2015-07-16 Max Lapan <mlapan@ripe.net>
  40. * -p option to show packet index
  41. 2011-01-25 Devin Bayer <dbayer@ripe.net>
  42. * move development to bitbucket
  43. 2010-10-21 Devin Bayer <dbayer@ripe.net> v1.4.99.13
  44. * fix configure script for Darwin
  45. 2010-09-24 Devin Bayer <dbayer@ripe.net> v1.4.99.12
  46. * Remove --disable-ipv6 flag
  47. * Fix parsing of IPv6 NEXT_HOP attributes
  48. * Add clearer command-line options
  49. * Add logging to STDERR
  50. * Add dumping to files instead of STDOUT
  51. * Add regression test suite
  52. 2009-11-24 Roman Kalyakin <roman@ripe.net> v1.4.99.11
  53. * Fixed incorrect output when running with -m which was
  54. introduced by a change in one of the previous versions.
  55. (issue IS-439)
  56. 2009-10-13 Ruben van Staveren <ruben@ripe.net>
  57. * Fix segfaults with empty AS path on -m/-M
  58. (issue IS-292)
  59. Patch contributed by Lorenzo Colitti <lorenzo@google.com>
  60. 2009-07-29 Erik Romijn <eromijn@ripe.net>
  61. * Fixing incorrect as path length count in case of AS_(CONFED_)SEQUENCE
  62. (issue IS-141)
  63. Patch contributed by Toby Ehrenkranz <tehrenkr@cs.uoregon.edu>
  64. * Added support for the ORIGINATOR_ID and CLUSTER_LIST attributes
  65. (issue IS-181)
  66. Patch contributed by Maurizio Pizzonia <pizzonia@dia.uniroma3.it>
  67. * Fixed signedness of MED and localpref (issue IS-180)
  68. Patch contributed by Steve Hill <cheesy@sackheads.org>
  69. * Implemented conditional checking for compression libraries (issue IS-179)
  70. Patch contributed by Steve Hill <cheesy@sackheads.org>
  71. 2009-07-27 Ruben van Staveren <ruben@ripe.net>
  72. * Enabled extra compiler warnings
  73. * Fixed some potentially unsafe constructs (pointer arithmetic,
  74. signed/unsigned comparisons, shadowed variables)
  75. 2009-07-22 Ruben van Staveren <ruben@ripe.net>
  76. * Fixed a case where during -M dumps aspaths where printed for entries that
  77. did not have their BGP_ATTR_AS_PATH flag set. Such entries will now print
  78. an empty field. Reported by many people.
  79. * Changed -fpic to -fPIC: newer gccs coerce -fpic to -fPIC any way.
  80. difference is that with -fpic the global offset table has a maximum size
  81. * Fixed nit in getopt handling
  82. * Added distclean target
  83. * In bgpdump_free_mp_info(), set pointers to NULL after freeing them.
  84. Reported by Robert Kisteleki <robertk@ripe.net>
  85. * Default output for 32bit ASN numbers is now ASPLAIN
  86. 2008-02-01 Erik Romijn <eromijn@ripe.net>
  87. * Fixed a few memleaks based on a patch from
  88. Antony Antony <antony@phenome.org>
  89. (Ticket NCC#2007064868)
  90. * Fixed compiling with --disable-ipv6 based on a patch
  91. from Haniff Rahbari <hnrahbari@yahoo.com>
  92. (Ticket NCC#2007111325)
  93. * Fixed a few warnings, mostly based on a patch from
  94. Bruno Quoitin <bruno.quoitin@uclouvain.be>
  95. (Ticket NCC#2007123069)
  96. * Made bgpdump's usage message nicer
  97. 2007-06-21 Erik Romijn <eromijn@ripe.net>
  98. * Fixed incorrect dump time display for some cases
  99. 2007-06-06 Erik Romijn <eromijn@ripe.net>
  100. * Set proper compile options to work on Mac OS X 10.4
  101. 2007-06-01 Erik Romijn <eromijn@ripe.net>
  102. * Fixed several bugs in 64-bit PC support and added
  103. bzip2 support, credit goes to
  104. Bernhard Tellenbach <betellen@tik.ee.ethz.ch>
  105. for providing patches.
  106. * Fixed incorrect IPv6 nexthops in -M/-m output
  107. 2007-03-29 Erik Romijn <eromijn@ripe.net>
  108. * Fixed a serious segfault in the insertion of update dumps
  109. 2007-03-28 Erik Romijn <eromijn@ripe.net>
  110. * Fixed a large memory leak in TABLE_DUMP_V2 processing
  111. 2007-03-27 Erik Romijn <eromijn@ripe.net>
  112. * Fixed a bug causing segfaults on processing some MP_REACH_NLRI's
  113. 2007-03-09 Erik Romijn <eromijn@ripe.net>
  114. * Updated TABLE_DUMP_V2 support to comply with draft-ietf-grow-mrt-04
  115. 2007-03-07 Erik Romijn <eromijn@ripe.net>
  116. * Built in TABLE_DUMP_V2 support
  117. * Rename ..MESSAGE32 to ..MESSAGE_AS4
  118. * Fixed bug where -M always crashed
  119. 2007-02-01 Erik Romijn <eromijn@ripe.net>
  120. * Minor fix in ASN32 support
  121. 2006-10-20 Lorenzo Colitti <lorenzo@ripe.net>
  122. * Implement ASN32 support
  123. 2005-11-08 Young Hyun <youngh@caida.org>
  124. * IPv6 prefixes were not printed properly by bgpdump.
  125. 2004-02-10 Lorenzo Colitti <lorenzo@ripe.net>
  126. * Fix a stupid crash when reading truncated prefixes.
  127. 2004-02-09 Lorenzo Colitti <lorenzo@ripe.net>
  128. * Decode unknown attributes properly.
  129. * Fix a crash when reading truncated prefixes.
  130. 2004-02-04 Hong-wei Kong <hong-wei_kong@agilent.com>
  131. * Add a new option (-t dump|change) to bgpdump. If '-t dump' is
  132. specified, then the decoding result with '-m' / '-M' option will
  133. show the timestamp when these routes are dumped. If '-t change' is
  134. specified, then the decoding result with '-m' / '-M' option will
  135. show the timestamp when the routes were last time changed. This
  136. option only works with routing table dumps.
  137. 2004-01-16 Lorenzo Colitti <lorenzo@ripe.net>
  138. * Fix compile errors under cygwin (only IPv4 works though)
  139. 2003-12-18 Hong-Wei Kong <hong-wei_kong@agilent.com>
  140. * Added support for dumping BGP routing table entries in
  141. machine-readable format (-m). Previously -m was only supported
  142. for BGP messages
  143. 2003-12-16 Shufu Mao <msf98@mails.tsinghua.edu.cn>
  144. * Revised the decoding of BGP routing table dump to make the result
  145. identical to route_btoa
  146. 2003-12-15 Lorenzo Colitti <lorenzo@ripe.net>
  147. * Proper autoconf support: check for features instead of target
  148. systems, remove extra .h files and only use configure.in, use
  149. Makefile.in instead of Make.include, link both static and
  150. shared library, check for ar and ranlib, etc.
  151. * Changed INET6 to BGPDUMP_HAVE_IPV6
  152. (N.B. Docs are not updated yet)
  153. * Fixed possible endianness issues on Sparc.
  154. * Fixed a crash while decoding NOTIFICATION messages
  155. 2003-11-26 Shufu Mao <msf98@mails.tsinghua.edu.cn>
  156. * Workaround for zebra "NOIP" bug
  157. * Preliminary autoconf support (./configure; make)
  158. * Added option to disable IPv6. If this option is specified to
  159. ./configure, the library is compiled without IPv6 support.
  160. The default is to turn on IPv6 if the necessary headers are
  161. available.
  162. 2003-11-25 Lorenzo Colitti <lorenzo@ripe.net>
  163. * Added support for OPEN and NOTIFICATION messages.
  164. * Better workarounds for corrupt data produced by zebra/quagga bugs.
  165. * The library now keeps track of how many records were parsed and how
  166. many were successfully parsed.
  167. * Better error reporting. Now an error will be logged through syslog
  168. whenever a record cannot be decoded.
  169. * Agilent Labs contributed bgpdump, a tool which emulates route_btoa
  170. using libbgpdump. This should be a drop-in replacement for people
  171. currently using route_btoa and supports IPv6 on all platforms.
  172. 2003-10-15 Lorenzo Colitti <lorenzo@ripe.net>
  173. * 1.3.1 beta released
  174. * Added support for reading from gzipped input files and gzipped stdin.
  175. NOTE: this means you must now link with zlib!
  176. * Changed Makefile to build a shared library by default.
  177. * Renamed test program from test2 to testbgpdump.
  178. 2003-10-15 Lorenzo Colitti <lorenzo@ripe.net>
  179. * 1.3 beta released
  180. * Added IPv6 support. Note that this changes some interfaces!
  181. See README.ipv6 for details.
  182. * Set announce and withdraw arrays to NULL to avoid segfaults if there
  183. is a parse error.
  184. * Change mstream behaviour so it always returns zero bytes if reading
  185. past the end of a packet. This eliminates non-deterministic
  186. behaviour (random segfaults, infinite loops, ...) when parsing
  187. corrupt data, including the consequences of the zebra "update packet
  188. truncated at 4096 bytes" bug.
  189. * Other fixes to handle corrupt data better.
  190. * Other miscellaneous fixes.