ChangeLog 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. 2005-08-18 09:53 Christos Zoulas <christos@zoulas.com>
  2. * Remove erroreous mention of /etc/magic in the file man page
  3. This is gentoo bug 101639. (Mike Frysinger)
  4. * Cross-compile support and detection (Mike Frysinger)
  5. 2005-08-12 10:17 Christos Zoulas <christos@zoulas.com>
  6. * Add -h flag and dereference symlinks if POSIXLY_CORRECT
  7. is set.
  8. 2005-07-29 13:57 Christos Zoulas <christos@zoulas.com>
  9. * Avoid search and regex buffer overflows (Kelledin)
  10. 2005-07-12 11:48 Christos Zoulas <christos@zoulas.com>
  11. * Provide stub implementations for {v,}nsprintf() for older
  12. OS's that don't have them.
  13. * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
  14. to AC_TYPE_MBSTATE_T.
  15. 2005-06-25 11:48 Christos Zoulas <christos@zoulas.com>
  16. * Dynamically allocate the string buffers and make the
  17. default read size 256K.
  18. 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
  19. * Dragonfly ELF note support
  20. 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
  21. * Avoid NULL pointer dereference in time conversion.
  22. 2005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch>
  23. * Add indirect magic offset support, and search mode.
  24. 2005-01-12 00:00 Stepan Kasal <kasal@ucw.cz>
  25. * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
  26. If a CRLF text file happens to have CR at offset HOWMANY - 1
  27. (currently 0xffff), it should not be counted as CR line
  28. terminator.
  29. If a line has length exactly MAXLINELEN, it should not yet be
  30. treated as a ``very long line'', as MAXLINELEN is ``longest sane
  31. line length''.
  32. With CRLF, the line length was not computed correctly, and even
  33. lines of length MAXLINELEN - 1 were treated as ``very long''.
  34. 2004-12-07 14:15 Christos Zoulas <christos@zoulas.com>
  35. * bzip2 needs a lot of input buffer space on some files
  36. before it can begin uncompressing. This makes file -z
  37. fail on some bz2 files. Fix it by giving it a copy of
  38. the file descriptor to read as much as it wants if we
  39. have access to it. <christos@zoulas.com>
  40. 2004-11-24 12:39 Christos Zoulas <christos@zoulas.com>
  41. * Stack smash fix, and ELF more conservative reading.
  42. Jakub Bogusz <qboosh@pld-linux.org>
  43. 2004-11-20 18:50 Christos Zoulas <christos@zoulas.com>
  44. * New FreeBSD version parsing code:
  45. Jon Noack <noackjr@alumni.rice.edu>
  46. * Hackish support for ucs16 strings <christos@zoulas.com>
  47. 2004-11-13 03:07 Christos Zoulas <christos@zoulas.com>
  48. * print the file name and line number in syntax errors.
  49. 2004 10-12 10:50 Christos Zoulas <christos@zoulas.com>
  50. * Fix stack overwriting on 0 length strings: Tim Waugh
  51. <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
  52. 2004-09-27 11:30 Christos Zoulas <christos@zoulas.com>
  53. * Remove 3rd and 4th copyright clause; approved by Ian Darwin.
  54. * Fix small memory leaks; caught by: Tamas Sarlos
  55. <stamas@csillag.ilab.sztaki.hu>
  56. 2004-07-24 16:33 Christos Zoulas <christos@zoulas.com>
  57. * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
  58. * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
  59. * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
  60. * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
  61. 2004-04-12 10:55 Christos Zoulas <christos@zoulas.com>
  62. * make sure that magic formats match magic types during compilation
  63. * fix broken sgi magic file
  64. 2004-04-06 20:36 Christos Zoulas <christos@zoulas.com>
  65. * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
  66. * magic fixes
  67. 2004-03-22 15:25 Christos Zoulas <christos@zoulas.com>
  68. * Lots of mime fixes
  69. (Joerg Ostertag) <ostertag@rechengilde.de>
  70. * FreeBSD ELF version handling
  71. (Edwin Groothuis) <edwin@mavetju.org>
  72. * correct cleanup in all cases; don't just close the file.
  73. (Christos Zoulas) <christos@zoulas.com>
  74. * add gettext message catalogue support
  75. (Michael Piefel) <piefel@debian.org>
  76. * better printout for unreadable files
  77. (Michael Piefel) <piefel@debian.org>
  78. * compensate for missing MAXPATHLEN
  79. (Michael Piefel) <piefel@debian.org>
  80. * add wide character string length computation
  81. (Michael Piefel) <piefel@debian.org>
  82. * Avoid infinite loops caused by bad elf alignments
  83. or name and description note sizes. Reported by
  84. (Mikael Magnusson) <mmikael@comhem.se>
  85. 2004-03-09 13:55 Christos Zoulas <christos@zoulas.com>
  86. * Fix possible memory leak on error and add missing regfree
  87. (Dmitry V. Levin) <ldv@altlinux.org>
  88. 2003-12-23 12:12 Christos Zoulas <christos@zoulas.com>
  89. * fix -k flag (Maciej W. Rozycki)
  90. 2003-11-18 14:10 Christos Zoulas <christos@zoulas.com>
  91. * Try to give us much info as possible on corrupt elf files.
  92. (Willy Tarreau) <willy@w.ods.org>
  93. * Updated python bindings (Brett Funderburg)
  94. <brettf@deepfile.com>
  95. 2003-11-11 15:03 Christos Zoulas <christos@zoulas.com>
  96. * Include file.h first, because it includes config.h
  97. breaks largefile test macros otherwise.
  98. (Paul Eggert <eggert@CS.UCLA.EDU> via
  99. Lars Hecking <lhecking@nmrc.ie>)
  100. 2003-10-14 21:39 Christos Zoulas <christos@zoulas.com>
  101. * Python bindings (Brett Funderburg) <brettf@deepfile.com>
  102. * Don't lookup past the end of the buffer
  103. (Chad Hanson) <chanson@tcs-sec.com>
  104. * Add MAGIC_ERROR and api on magic_errno()
  105. 2003-10-08 12:40 Christos Zoulas <christos@zoulas.com>
  106. * handle error conditions from compile as fatal
  107. (Antti Kantee) <pooka@netbsd.org>
  108. * handle magic filename parsing sanely
  109. * more magic fixes.
  110. * fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
  111. * describe magic file handling
  112. (Bryan Henderson) <bryanh@giraffe-data.com>
  113. 2003-09-12 15:09 Christos Zoulas <christos@zoulas.com>
  114. * update magic files.
  115. * remove largefile support from file.h; it breaks things on most OS's
  116. 2003-08-10 10:25 Christos Zoulas <christos@zoulas.com>
  117. * fix unmapping'ing of mmaped files.
  118. 2003-07-10 12:03 Christos Zoulas <christos@zoulas.com>
  119. * don't exit with -1 on error; always exit 1 (Marty Leisner)
  120. * restore utimes code.
  121. 2003-06-10 17:03 Christos Zoulas <christos@zoulas.com>
  122. * make sure we don't access uninitialized memory.
  123. * pass lint
  124. * #ifdef __cplusplus in magic.h
  125. 2003-05-25 19:23 Christos Zoulas <christos@zoulas.com>
  126. * rename cvs magic file to revision to deal with
  127. case insensitive filesystems.
  128. 2003-05-23 17:03 Christos Zoulas <christos@zoulas.com>
  129. * documentation fixes from Michael Piefel <piefel@debian.org>
  130. * magic fixes (various)
  131. * revert basename magic in .mgc name determination
  132. * buffer protection in uncompress,
  133. signness issues,
  134. close files
  135. Maciej W. Rozycki <macro@ds2.pg.gda.pl
  136. 2003-04-21 20:12 Christos Zoulas <christos@zoulas.com>
  137. * fix zsh magic
  138. 2003-04-04 16:59 Christos Zoulas <christos@zoulas.com>
  139. * fix operand sort order in string.
  140. 2003-04-02 17:30 Christos Zoulas <christos@zoulas.com>
  141. * cleanup namespace in magic.h
  142. 2003-04-02 13:50 Christos Zoulas <christos@zoulas.com>
  143. * Magic additions (Alex Ott)
  144. * Fix bug that broke VPATH compilation (Peter Breitenlohner)
  145. 2003-03-28 16:03 Christos Zoulas <christos@zoulas.com>
  146. * remove packed attribute from magic struct.
  147. * make the magic struct properly aligned.
  148. * bump version number of compiled files to 2.
  149. 2003-03-27 13:10 Christos Zoulas <christos@zoulas.com>
  150. * separate tar detection and run it before softmagic.
  151. * fix reversed symlink test.
  152. * fix version printing.
  153. * make separator a string instead of a char.
  154. * update manual page and sort options.
  155. 2003-03-26 11:00 Christos Zoulas <christos@zoulas.com>
  156. * Pass lint
  157. * make NULL in magic_file mean stdin
  158. * Fix "-" argument to file to pass NULL to magic_file
  159. * avoid pointer casts by using memcpy
  160. * rename magic_buf -> magic_buffer
  161. * keep only the first error
  162. * manual page: new sentence, new line
  163. * fix typo in api function (magic_buf -> magic_buffer)