ChangeLog 9.0 KB

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