ChangeLog 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395
  1. 2014-06-12 12:28 Christos Zoulas <christos@zoulas.com>
  2. * release 5.19
  3. 2014-06-09 9:04 Christos Zoulas <christos@zoulas.com>
  4. * Misc buffer overruns and missing buffer size tests in cdf parsing
  5. (Francisco Alonso, Jan Kaluza)
  6. 2014-06-02 14:50 Christos Zoulas <christos@zoulas.com>
  7. * Enforce limit of 8K on regex searches that have no limits
  8. * Allow the l modifier for regex to mean line count. Default
  9. to byte count. If line count is specified, assume a max
  10. of 80 characters per line to limit the byte count.
  11. * Don't allow conversions to be used for dates, allowing
  12. the mask field to be used as an offset.
  13. 2014-05-30 12:51 Christos Zoulas <christos@zoulas.com>
  14. * Make the range operator limit the length of the
  15. regex search.
  16. 2014-05-14 19:23 Christos Zoulas <christos@zoulas.com>
  17. * PR/347: Windows fixes
  18. * PR/352: Hangul word processor recognition
  19. * PR/354: Encoding irregularities in text files
  20. 2014-05-06 6:12 Christos Zoulas <christos@zoulas.com>
  21. * Fix uninitialized title in CDF files (Jan Kaluza)
  22. 2014-05-04 14:55 Christos Zoulas <christos@zoulas.com>
  23. * PR/351: Fix compilation of empty files
  24. 2014-04-30 17:39 Christos Zoulas <christos@zoulas.com>
  25. * Fix integer formats: We don't specify 'l' or
  26. 'h' and 'hh' specifiers anymore, only 'll' for
  27. quads and nothing for the rest. This is so that
  28. magic writing is simpler.
  29. 2014-04-01 15:25 Christos Zoulas <christos@zoulas.com>
  30. * PR/341: Jan Kaluza, fix memory leak
  31. * PR/342: Jan Kaluza, fix out of bounds read
  32. 2014-03-28 15:25 Christos Zoulas <christos@zoulas.com>
  33. * Fix issue with long formats not matching fmtcheck
  34. 2014-03-26 11:25 Christos Zoulas <christos@zoulas.com>
  35. * release 5.18
  36. 2014-03-15 17:45 Christos Zoulas <christos@zoulas.com>
  37. * add fmtcheck(3) for those who don't have it
  38. 2014-03-14 15:12 Christos Zoulas <christos@zoulas.com>
  39. * prevent mime entries from being attached to magic
  40. entries with no descriptions
  41. * adjust magic strength for regex type
  42. * remove superfluous ascmagic with encoding test
  43. 2014-03-06 12:01 Christos Zoulas <christos@zoulas.com>
  44. * fix regression fix echo -ne "\012\013\014" | file -i -
  45. which printed "binary" instead of "application/octet-stream"
  46. * add size_t overflow check for magic file size
  47. 2014-02-27 16:01 Christos Zoulas <christos@zoulas.com>
  48. * experimental support for matching with CFD CLSID
  49. 2014-02-18 13:04 Kimmo Suominen (kimmo@suominen.com)
  50. * Cache old LC_CTYPE locale before setting it to "C", so
  51. we can use it to restore LC_CTYPE instead of asking
  52. setlocale() to scan the environment variables.
  53. 2014-02-12 18:21 Christos Zoulas <christos@zoulas.com>
  54. * Count recursion levels through indirect magic
  55. 2014-02-11 10:40 Christos Zoulas <christos@zoulas.com>
  56. * Prevent infinite recursion on files with indirect offsets of 0
  57. 2014-01-30 21:00 Christos Zoulas <christos@zoulas.com>
  58. * Add -E flag that makes file print filesystem errors to stderr
  59. and exit.
  60. 2014-01-08 17:20 Christos Zoulas <christos@zoulas.com>
  61. * mime printing could print results from multiple magic entries
  62. if there were multiple matches.
  63. * in some cases overflow was not detected when computing offsets
  64. in softmagic.
  65. 2013-12-05 12:00 Christos Zoulas <christos@zoulas.com>
  66. * use strcasestr() to for cdf strings
  67. * reset to the "C" locale while doing regex operations, or case
  68. insensitive comparisons; this is provisional
  69. 2013-11-19 20:10 Christos Zoulas <christos@zoulas.com>
  70. * always leave magic file loaded, don't unload for magic_check, etc.
  71. * fix default encoding to binary instead of unknown which broke recently
  72. * handle empty and one byte files, less specially so that
  73. --mime-encoding does not break completely.
  74. `
  75. 2013-11-06 14:40 Christos Zoulas <christos@zoulas.com>
  76. * fix erroneous non-zero exit code from non-existant file and message
  77. 2013-10-29 14:25 Christos Zoulas <christos@zoulas.com>
  78. * add CDF MSI file detection (Guy Helmer)
  79. 2013-09-03 11:56 Christos Zoulas <christos@zoulas.com>
  80. * Don't mix errors and regular output if there was an error
  81. * in magic_descriptor() don't close the file and try to restore
  82. its position
  83. 2013-05-30 17:25 Christos Zoulas <christos@zoulas.com>
  84. * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
  85. 2013-05-28 17:25 Christos Zoulas <christos@zoulas.com>
  86. * Fix spacing issues in softmagic and elf (Jan Kaluza)
  87. 2013-05-02 18:00 Christos Zoulas <christos@zoulas.com>
  88. * Fix segmentation fault with multiple magic_load commands.
  89. 2013-04-22 11:20 Christos Zoulas <christos@zoulas.com>
  90. * The way "default" was implemented was not very useful
  91. because the "if something was printed at that level"
  92. was not easily controlled by the user, and the format
  93. was bound to a string which is too restrictive. Add
  94. a "clear" for that level keyword and make "default"
  95. void. This way one can do:
  96. >>13 clear x
  97. >>13 lelong 1 foo
  98. >>13 lelong 2 bar
  99. >>13 default x
  100. >>>13 lelong x unknown %x
  101. 2013-03-25 13:20 Christos Zoulas <christos@zoulas.com>
  102. * disallow strength setting in "name" entries
  103. 2013-03-06 21:24 Christos Zoulas <christos@zoulas.com>
  104. * fix recursive magic separator printing
  105. 2013-02-26 19:28 Christos Zoulas <christos@zoulas.com>
  106. * limit recursion level for mget
  107. * fix pread() related breakage in cdf
  108. * handle offsets properly in recursive "use"
  109. 2013-02-18 10:39 Christos Zoulas <christos@zoulas.com>
  110. * add elf reading of debug info to determine if file is stripped
  111. (Jan Kaluza)
  112. * use pread()
  113. 2013-01-25 18:05 Christos Zoulas <christos@zoulas.com>
  114. * change mime description size from 64 to 80 to accommodate OOXML.
  115. 2013-01-11 14:50 Christos Zoulas <christos@zoulas.com>
  116. * Warn about inconsistent continuation levels.
  117. * Change fsmagic to add a space after it prints.
  118. 2013-01-10 21:00 Christos Zoulas <christos@zoulas.com>
  119. * Make getline public so that file can link against it.
  120. Perhaps it is better to rename it, or hide it differently.
  121. Fixes builds on platforms that do not provide it.
  122. 2013-01-07 16:30 Christos Zoulas <christos@zoulas.com>
  123. * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
  124. what long, int, short, etc is (Guy Harris)
  125. 2013-01-06 11:20 Christos Zoulas <christos@zoulas.com>
  126. * add magic_version function and constant
  127. * Redo memory allocation and de-allocation.
  128. (prevents double frees on non mmap platforms)
  129. * Fix bug with name/use having to do with passing
  130. found state from the parent to the child and back.
  131. 2012-12-19 8:47 Christos Zoulas <christos@zoulas.com>
  132. * Only print elf capabilities for archs we know (Jan Kaluza)
  133. 2012-10-30 19:14 Christos Zoulas <christos@zoulas.com>
  134. * Add "name" and "use" file types in order to look
  135. inside mach-o files.
  136. 2012-09-06 10:40 Christos Zoulas <christos@zoulas.com>
  137. * make --version exit 0 (Matthew Schultz)
  138. * add string/T (Jan Kaluza)
  139. 2012-08-09 2:15 Christos Zoulas <christos@zoulas.com>
  140. * add z and t modifiers for our own vasprintf
  141. * search for $HOME/.magic.mgc if it is there first
  142. * fix reads from a pipe, and preserve errno
  143. 2012-05-15 13:12 Christos Zoulas <christos@zoulas.com>
  144. * use ctime_r, asctime_r
  145. 2012-04-06 17:18 Christos Zoulas <christos@zoulas.com>
  146. * Fixes for indirect offsets to handle apple disk formats
  147. 2012-04-03 18:26 Christos Zoulas <christos@zoulas.com>
  148. * Add windows date field types
  149. * More info for windows shortcuts (incomplete)
  150. 2012-02-20 17:33 Christos Zoulas <christos@zoulas.com>
  151. * Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
  152. 2011-12-15 12:17 Chris Metcalf <cmetcalf@tilera.com>
  153. * Support Tilera architectures (tile64, tilepro, tilegx).
  154. 2011-12-16 16:33 Reuben Thomas <rrt@sc3d.org>
  155. * Add magic for /usr/bin/env Perl scripts
  156. * Weaken generic script magic to avoid clashing with
  157. language-specific magic.
  158. 2011-12-08 13:37 Reuben Thomas <rrt@sc3d.org>
  159. * Simplify if (p) free(p) to free(p).
  160. 2011-12-08 13:07 Reuben Thomas <rrt@sc3d.org>
  161. * Remove hardwired token finding (names.h), turning it into soft
  162. magic. Patterns are either anchored regexs or search/8192. English
  163. language detection and PL/1 detection have been removed as they
  164. were too fragile. -e tokens is still accepted for backwards
  165. compatibility.
  166. * Move 3ds patterns (which are commented out anyway) into autodesk
  167. (they were, oddly, in c-lang).
  168. 2011-12-06 00:16 Reuben Thomas <rrt@sc3d.org>
  169. * Tweak strength of generic hash-bang detectors to be less than
  170. specific ones.
  171. * Make an inconsistent description of Python scripts consistent.
  172. 2011-12-05 23:58 Reuben Thomas <rrt@sc3d.org>
  173. * Fix minor error in file(1).
  174. 2011-11-05 00:00 Reuben Thomas <rrt@sc3d.org>
  175. * Fix issue #150 (I hope).
  176. 2011-09-22 12:57 Christos Zoulas <christos@zoulas.com>
  177. * Python3 binding fixes from Kelly Anderson
  178. 2011-09-20 11:32 Christos Zoulas <christos@zoulas.com>
  179. * If a string type magic entry is marked as text or binary
  180. only match text files against text entries and binary
  181. files against binary entries.
  182. 2011-09-01 12:12 Christos Zoulas <christos@zoulas.com>
  183. * Don't wait for any subprocess, just the one we forked.
  184. 2011-08-26 16:40 Christos Zoulas <christos@zoulas.com>
  185. * If the application name is not set in a cdf file, try to see
  186. if it has a directory with the application name on it.
  187. 2011-08-17 14:32 Christos Zoulas <christos@zoulas.com>
  188. * Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza
  189. 2011-08-14 09:03 Christos Zoulas <christos@zoulas.com>
  190. * Don't use variable string formats.
  191. 2011-07-12 12:32 Reuben Thomas <rrt@sc3d.org>
  192. * Fix detection of Zip files (Mantis #128).
  193. * Make some minor improvements to file(1).
  194. * Rename MIME types for filesystem objects for consistency with
  195. xdg-utils. Typically this means that application/x-foo becomes
  196. inode/foo, but some names also change slightly, e.g.
  197. application/x-character-device becomes inode/chardevice.
  198. 2011-05-10 20:57 Christos Zoulas <christos@zoulas.com>
  199. * fix mingw compilation (Abradoks)
  200. 2011-05-10 20:57 Christos Zoulas <christos@zoulas.com>
  201. * remove patchlevel.h
  202. * Fix read past allocated memory caused by double-incrementing
  203. a pointer in a loop (reported by Roberto Maar)
  204. 2011-03-30 15:45 Christos Zoulas <christos@zoulas.com>
  205. * Fix cdf string buffer setting (Sven Anders)
  206. 2011-03-20 16:35 Christos Zoulas <christos@zoulas.com>
  207. * Eliminate MAXPATHLEN and use dynamic allocation for
  208. path and file buffers.
  209. 2011-03-15 18:15 Christos Zoulas <christos@zoulas.com>
  210. * binary tests on magic entries with masks could spuriously
  211. get converted to ascii.
  212. 2011-03-12 18:06 Reuben Thomas <rrt@sc3d.org>
  213. * Improve file.man (remove BUGS, present email addresses consistently).
  214. 2011-03-07 19:38 Christos Zoulas <christos@zoulas.com>
  215. * add lrzip support (from Ville Skytta)
  216. 2011-02-10 16:36 Christos Zoulas <christos@zoulas.com>
  217. * fix CDF bounds checking (Guy Helmer)
  218. 2011-02-10 12:03 Christos Zoulas <christos@zoulas.com>
  219. * add cdf_ctime() that prints a meaningful error when time cannot
  220. be converted.
  221. 2011-02-02 20:40 Christos Zoulas <christos@zoulas.com>
  222. * help and version output to stdout.
  223. * When matching softmagic for ascii files, don't just print
  224. the softmagic classification, keep going and print the
  225. text classification too. This fixes broken troff files when
  226. we moved them from keyword recognition to softmagic
  227. (they stopped printing "with CRLF" etc.)
  228. Reported by Doug McIlroy.
  229. 2011-01-16 19:31 Reuben Thomas <rrt@sc3d.org>
  230. * Fix two potential buffer overruns in apprentice_list.
  231. 2011-01-14 22:33 Reuben Thomas <rrt@sc3d.org>
  232. * New Python binding in pure Python.
  233. * Update libmagic(3).
  234. 2011-01-06 21:40 Reuben Thomas <rrt@sc3d.org>
  235. * Fix Python bindings (including recent Python 3 compatibility
  236. update).
  237. 2011-01-04 18:43 Reuben Thomas <rrt@sc3d.org>
  238. * magic/Makefile.am: make it easier to recover from magic build failures.
  239. * Fix pstring length specifier parsing to avoid generating invalid
  240. magic files.
  241. * Add pstring length "J" (for "JPEG") to specify that the length
  242. include itself.
  243. * Fix JPEG comment parsing at last using pstring/HJ!
  244. * Ignore section 5 man pages in doc/.cvsignore.
  245. 2010-12-22 13:12 Christos Zoulas <christos@zoulas.com>
  246. * Add pstring/BHhLl to specify the type of the length of pascal
  247. strings.
  248. 2010-11-26 18:39 Reuben Thomas <rrt@sc3d.org>
  249. * Fix "-e soft": it was ignored when softmagic was called
  250. during asciimagic.
  251. * Improve comments and use "unsigned char" in tar.h/is_tar.c.
  252. 2010-11-05 17:26 Reuben Thomas <rrt@sc3d.org>
  253. * Make bug reporting addresses more visible.
  254. 2010-11-01 18:35 Reuben Thomas <rrt@sc3d.org>
  255. * Add tcl magic from Gustaf Neumann
  256. 2010-10-24 10:42 Christos Zoulas <christos@zoulas.com>
  257. * Fix the whitespace comparing code (Christopher Chittleborough)
  258. 2010-10-06 21:05 Christos Zoulas <christos@zoulas.com>
  259. * allow string/t to work (Jan Kaluza)
  260. 2010-09-20 22:11 Reuben Thomas <rrt@sc3d.org>
  261. * Apply some patches from Ubuntu and Fedora.
  262. 2010-09-20 21:16 Reuben Thomas <rrt@sc3d.org>
  263. * Apply all patches from Debian package 5.04-6 which have not
  264. already been applied and are not Debian-specific.
  265. 2010-09-20 15:24 Reuben Thomas <rrt@sc3d.org>
  266. * Minor security fix to softmagic.c (don't use untrusted
  267. string as printf format).
  268. 2010-07-21 12:20 Christos Zoulas <christos@zoulas.com>
  269. * MINGW32 portability from LRN
  270. * Don't warn about escaping magic regex chars when we are in a regex.
  271. 2010-07-19 10:55 Christos Zoulas <christos@zoulas.com>
  272. * Only try to print prpsinfo for core files. (Jan Kaluza)
  273. 2010-04-22 12:55 Christos Zoulas <christos@zoulas.com>
  274. * Try more elf offsets for Debian core files. (Arnaud Giersch)
  275. 2010-02-20 15:18 Reuben Thomas <rrt@sc3d.org>
  276. * Clarify which sort of CDF we mean.
  277. 2010-02-14 22:58 Reuben Thomas <rrt@sc3d.org>
  278. * Re-jig Zip file type magic so that unsupported special
  279. Zip types (those with "mimetype" at offset 30) can be
  280. recognized.
  281. 2010-02-02 21:50 Reuben Thomas <rrt@sc3d.org>
  282. * Add support for OCF (EPUB) files (application/epub+zip)
  283. 2010-01-28 18:25 Christos Zoulas <christos@zoulas.com>
  284. * Fix core-dump from unbound loop:
  285. https://bugzilla.redhat.com/show_bug.cgi?id=533245
  286. 2010-01-22 15:45 Christos Zoulas <christos@zoulas.com>
  287. * print proper mime for crystal reports file
  288. * print the last summary information of a cdf document, not the
  289. first so that nested documents print the right info
  290. 2010-01-16 18:42 Charles Longeau <chl@tuxfamily.org>
  291. * bring back some fixes from OpenBSD:
  292. - make gcc2 builds file
  293. - fix typos in a magic file comment
  294. 2009-11-17 18:35 Christos Zoulas <christos@zoulas.com>
  295. * ctime/asctime can return NULL on some OS's although
  296. they should not (Toshit Antani)
  297. 2009-09-14 13:49 Christos Zoulas <christos@zoulas.com>
  298. * Centralize magic path handling routines and remove the
  299. special-casing from file.c so that the python module for
  300. example comes up with the same magic path (Fixes ~/.magic
  301. handling) (from Gab)
  302. 2009-09-11 23:38 Reuben Thomas <rrt@sc3d.org>
  303. * When magic argument is a directory, read the files in
  304. strcmp-sorted order (fixes Debian bug #488562 and our own FIXME).
  305. 2009-09-11 13:11 Reuben Thomas <rrt@sc3d.org>
  306. * Combine overlapping epoc and psion magic files into one (epoc).
  307. * Add some more EPOC MIME types.
  308. 2009-08-19 15:55 Christos Zoulas <christos@zoulas.com>
  309. * Fix 3 bugs (From Ian Darwin):
  310. - file_showstr could move one past the end of the array
  311. - parse_apple did not nul terminate the string in the overflow case
  312. - parse_mime truncated the wrong string in the overflow case
  313. 2009-08-12 12:28 Robert Byrnes <byrnes@wildpumpkin.net>
  314. * Include Localstuff when compiling magic.
  315. 2009-07-15 10:05 Christos Zoulas <christos@zoulas.com>
  316. * Fix logic for including mygetopts.h
  317. * Make cdf.c compile again with debugging
  318. * Add the necessary field handling for crystal reports files to work
  319. 2009-06-23 01:34 Reuben Thomas <rrt@sc3d.org>
  320. * Stop "(if" identifying Lisp files, that's plain dumb!
  321. 2009-06-09 22:13 Reuben Thomas <rrt@sc3d.org>
  322. * Add a couple of missing MP3 MIME types.
  323. 2009-05-27 23:00 Reuben Thomas <rrt@sc3d.org>
  324. * Add full range of hash-bang tests for Python and Ruby.
  325. * Add MIME types for Python and Ruby scripts.
  326. 2009-05-13 10:44 Christos Zoulas <christos@zoulas.com>
  327. * off by one in parsing hw capabilities in elf
  328. (Cheng Renquan)
  329. 2009-05-08 13:40 Christos Zoulas <christos@zoulas.com>
  330. * lint fixes and more from NetBSD
  331. 2009-05-06 10:25 Christos Zoulas <christos@zoulas.com>
  332. * Avoid null dereference in cdf code (Drew Yao)
  333. * More cdf bounds checks and overflow checks
  334. 2009-05-01 18:37 Christos Zoulas <christos@zoulas.com>
  335. * Buffer overflow fixes from Drew Yao
  336. 2009-04-30 17:10 Christos Zoulas <christos@zoulas.com>
  337. * Fix more cdf lossage. All the documents I have
  338. right now print the correct information.
  339. 2009-03-27 18:43 Christos Zoulas <christos@zoulas.com>
  340. * don't print \012- separators in the same magic entry
  341. if it consists of multiple magic printing lines.
  342. 2009-03-23 10:20 Christos Zoulas <christos@zoulas.com>
  343. * Avoid file descriptor leak in compress code from
  344. (Daniel Novotny)
  345. 2009-03-18 16:50 Christos Zoulas <christos@zoulas.com>
  346. * Allow escaping of relation characters, so that we can say \^[A-Z]
  347. and the ^ is not eaten as a relation char.
  348. * Fix troff and fortran to their previous glory using
  349. regex. This was broken since their removel from ascmagic.
  350. 2009-03-10 16:50 Christos Zoulas <christos@zoulas.com>
  351. * don't use strlen in strndup() (Toby Peterson)
  352. 2009-03-10 7:45 Christos Zoulas <christos@zoulas.com>
  353. * avoid c99 syntax.
  354. 2009-02-23 15:45 Christos Zoulas <christos@zoulas.com>
  355. * make the cdf code use the buffer first if available,
  356. and then the fd code.
  357. 2009-02-13 13:45 Christos Zoulas <christos@zoulas.com>
  358. * look for struct option to determine if getopt.h is usable for IRIX.
  359. * sanitize cdf document strings
  360. 2009-02-04 13:25 Christos Zoulas <christos@zoulas.com>
  361. * fix OS/2 warnings.
  362. 2008-12-12 15:50 Christos Zoulas <christos@zoulas.com>
  363. * fix initial offset calculation for non 4K sector files
  364. * add loop limits to avoid DoS attacks by constructing
  365. looping sector references.
  366. 2008-12-03 13:05 Christos Zoulas <christos@zoulas.com>
  367. * fix memory botches on cdf file parsing.
  368. * exit with non-zero value for any error, not just for the last
  369. file processed.
  370. 2008-11-09 20:42 Charles Longeau <chl@tuxfamily.org>
  371. * Replace all str{cpy,cat} functions with strl{cpy,cat}
  372. * Ensure that strl{cpy,cat} are included in libmagic,
  373. as needed.
  374. 2008-11-06 18:18 Christos Zoulas <christos@zoulas.com>
  375. * Handle ID3 format files.
  376. 2008-11-06 23:00 Reuben Thomas <rrt@sc3d.org>
  377. * Fix --mime, --mime-type and --mime-encoding under new scheme.
  378. * Rename "ascii" to "text" and add "encoding" test.
  379. * Return a precise ("utf-16le" or "utf-16be") MIME charset for
  380. UTF-16.
  381. * Fix error in comment caused by automatic indentation adding
  382. words!
  383. 2008-11-06 10:35 Christos Zoulas <christos@astron.com>
  384. * use memchr instead of strchr because the string
  385. might not be NUL terminated (Scott MacVicar)
  386. 2008-11-03 07:31 Reuben Thomas <rrt@sc3d.org>
  387. * Fix a printf with a non-literal format string.
  388. * Fix formatting and punctuation of help for "--apple".
  389. 2008-10-30 11:00 Reuben Thomas <rrt@sc3d.org>
  390. * Correct words counts in comments of struct magic.
  391. * Fix handle_annotation to allow both Apple and MIME types to be
  392. printed, and to return correct code if MIME type is
  393. printed (1, not 0) or if there's an error (-1 not 1).
  394. * Fix output of charset for MIME type (precede with semi-colon;
  395. fixes Debian bug #501460).
  396. * Fix potential attacks via conversion specifications in magic
  397. strings.
  398. * Add a FIXME for Debian bug #488562 (magic files should be
  399. read in a defined order, by sorting the names).
  400. 2008-10-18 16:45 Christos Zoulas <christos@astron.com>
  401. * Added APPLE file creator/type
  402. 2008-10-12 10:20 Christos Zoulas <christos@astron.com>
  403. * Added CDF parsing
  404. 2008-10-09 16:40 Christos Zoulas <christos@astron.com>
  405. * filesystem and msdos patches (Joerg Jenderek)
  406. 2008-10-09 13:20 Christos Zoulas <christos@astron.com>
  407. * correct --exclude documentation issues: remove troff and fortran
  408. and rename "token" to "tokens". (Randy McMurchy)
  409. 2008-10-01 10:30 Christos Zoulas <christos@astron.com>
  410. * Read ~/.magic in addition to the default magic file not instead
  411. of, as documented in the man page.
  412. 2008-09-10 21:30 Reuben Thomas <rrt@sc3d.org>
  413. * Comment out graphviz patterns, as they match too many files.
  414. 2008-08-30 12:54 Christos Zoulas <christos@astron.com>
  415. * Don't eat trailing \n in magic enties.
  416. * Cast defines to allow compilation using a c++ compiler.
  417. 2008-08-25 23:56 Reuben Thomas <rrt@sc3d.org>
  418. * Add text/x-lua MIME type for Lua scripts.
  419. * Escape { in regex in graphviz patterns.
  420. 2008-07-26 00:59 Reuben Thomas <rrt@sc3d.org>
  421. * Add MIME types for special files.
  422. * Use access to give more accurate information for files that
  423. can't be opened.
  424. * Add a TODO list.
  425. 2008-07-02 11:15 Christos Zoulas <christos@astron.com>
  426. * add !:strength op to adjust magic strength (experimental)
  427. 2008-06-16 21:41 Reuben Thomas <rrt@sc3d.org>
  428. * Fix automake error in configure.ac.
  429. * Add MIME type for Psion Sketch files.
  430. 2008-06-05 08:59 Christos Zoulas <christos@astron.com>
  431. * Don't print warnings about bad namesize in stripped
  432. binaries with PT_NOTE is still there, and the actual
  433. note is gone (Jakub Jelinek)
  434. 2008-05-28 15:12 Robert Byrnes <byrnes@wildpumpkin.net>
  435. * magic/Magdir/elf:
  436. Note invalid byte order for little-endian SPARC32PLUS.
  437. Add SPARC V9 vendor extensions and memory model.
  438. * src/elfclass.h:
  439. Pass target machine to doshn (for Solaris hardware capabilities).
  440. * src/readelf.c (doshn):
  441. Add support for Solaris hardware/software capabilities.
  442. * src/readelf.h:
  443. Ditto.
  444. * src/vasprintf.c (dispatch):
  445. Add support for ll modifier.
  446. 2008-05-16 10:25 Christos Zoulas <christos@astron.com>
  447. * Fix compiler warnings.
  448. * remove stray printf, and fix a vprintf bug. (Martin Dorey)
  449. 2008-05-06 00:13 Robert Byrnes <byrnes@wildpumpkin.net>
  450. * src/Makefile.am:
  451. Ensure that getopt_long and [v]asprintf are included in libmagic,
  452. as needed.
  453. Remove unnecessary EXTRA_DIST.
  454. * src/Makefile.in:
  455. Rerun automake.
  456. * src/vasprintf.c (dispatch):
  457. Fix variable precision bug: be sure to step past '*'.
  458. * src/vasprintf.c (core):
  459. Remove unreachable code.
  460. * src/apprentice.c (set_test_type):
  461. Add cast to avoid compiler warning.
  462. 2008-04-22 23:45 Christos Zoulas <christos@astron.com>
  463. * Add magic submission guidelines (Abel Cheung)
  464. * split msdos and windows magic (Abel Cheung)
  465. 2008-04-04 11:00 Christos Zoulas <christos@astron.com>
  466. * >= <= is not supported, so fix the magic and warn about it.
  467. reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
  468. 2008-03-27 16:16 Robert Byrnes <byrnes@wildpumpkin.net>
  469. * src/readelf.c (donote):
  470. ELF core file command name/line bug fixes and enhancements:
  471. Try larger offsets first to avoid false matches
  472. from earlier data that happen to look like strings;
  473. this primarily affected SunOS 5.x 32-bit Intel core files.
  474. Add support for command line (instead of just short name)
  475. for SunOS 5.x.
  476. Add information about NT_PSINFO for SunOS 5.x.
  477. Only trim whitespace from end of command line.
  478. 2007-02-11 01:36 Reuben Thomas <rrt@sc3d.org>
  479. * Change strength of ! from MULT to 0, as it matches almost
  480. anything (Reuben Thomas)
  481. * Debian fixes (Reuben Thomas)
  482. 2007-02-11 00:17 Reuben Thomas <rrt@sc3d.org>
  483. * Clarify UTF-8 BOM message (Reuben Thomas)
  484. * Add HTML comment to token list in names.h
  485. 2007-02-04 15:50 Christos Zoulas <christos@astron.com>
  486. * Debian fixes (Reuben Thomas)
  487. 2007-02-04 11:31 Christos Zoulas <christos@astron.com>
  488. * !:mime annotations in magic files (Reuben Thomas)
  489. 2007-01-29 15:35 Christos Zoulas <christos@astron.com>
  490. * zero out utime/utimes structs (Gavin Atkinson)
  491. 2007-01-26 13:45 Christos Zoulas <christos@astron.com>
  492. * reduce writable data from Diego "Flameeyes" Petten
  493. 2007-12-28 15:06 Christos Zoulas <christos@astron.com>
  494. * strtof detection
  495. * remove bogus regex magic that could cause a DoS
  496. * better mismatch version message
  497. 2007-12-27 11:35 Christos Zoulas <christos@astron.com>
  498. * bring back some fixes from OpenBSD
  499. * treat ELF dynamic objects as executables
  500. * fix gcc warnings
  501. 2007-12-01 19:55 Christos Zoulas <christos@astron.com>
  502. * make sure we have zlib.h and libz to compile the builtin
  503. decompress code
  504. 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
  505. * float and double magic support (Behan Webster)
  506. 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
  507. * Convert fortran to a soft test (Reuben Thomas)
  508. 2007-10-23 5:25 Christos Zoulas <christos@astron.com>
  509. * Add --with-filename, and --no-filename (Reuben Thomas)
  510. 2007-10-23 3:59 Christos Zoulas <christos@astron.com>
  511. * Rest of the mime split (Reuben Thomas)
  512. * Make usage message generated from the flags so that
  513. they stay consistent (Reuben Thomas)
  514. 2007-10-20 3:06 Christos Zoulas <christos@astron.com>
  515. * typo in comment, missing ifdef QUICK, remove unneeded code
  516. (Charles Longeau)
  517. 2007-10-17 3:33 Christos Zoulas <christos@astron.com>
  518. * Fix problem printing -\012 in some entries
  519. * Separate magic type and encoding flags (Reuben Thomas)
  520. 2007-10-09 3:55 Christos Zoulas <christos@astron.com>
  521. * configure fix for int64 and strndup (Reuben Thomas)
  522. 2007-09-26 4:45 Christos Zoulas <christos@astron.com>
  523. * Add magic_descriptor() function.
  524. * Fix regression in elf reading code where the core name was
  525. not being printed.
  526. * Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson)
  527. 2007-08-19 6:30 Christos Zoulas <christos@astron.com>
  528. * Make mime format consistent so that it can
  529. be easily parsed:
  530. mimetype [charset=character-set] [encoding=encoding-mime-type]
  531. Remove spurious extra text from some MIME type printouts
  532. (mostly in is_tar).
  533. Fix one case where -i produced nothing at all (for a 1-byte file,
  534. which is now classed as application/octet-stream).
  535. Remove 7/8bit classifications, since they were arbitrary
  536. and not based on the file data.
  537. This work was done by Reuben Thomas
  538. 2007-05-24 10:00 Christos Zoulas <christos@astron.com>
  539. * Fix another integer overflow (Colin Percival)
  540. 2007-03-26 13:58 Christos Zoulas <christos@astron.com>
  541. * make sure that all of struct magic_set is initialized appropriately
  542. (Brett)
  543. 2007-03-25 17:44 Christos Zoulas <christos@astron.com>
  544. * reset left bytes in the buffer (Dmitry V. Levin)
  545. * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
  546. (Peter Avalos)
  547. 2007-03-15 10:51 Christos Zoulas <christos@astron.com>
  548. * fix fortran and nroff reversed tests (Dmitry V. Levin)
  549. * fix exclude option (Dmitry V. Levin)
  550. 2007-02-08 17:30 Christos Zoulas <christos@astron.com>
  551. * fix integer underflow in file_printf which can lead to
  552. to exploitable heap overflow (Jean-Sebastien Guay-Lero)
  553. 2007-02-05 11:35 Christos Zoulas <christos@astron.com>
  554. * make socket/pipe reading more robust
  555. 2007-01-25 16:01 Christos Zoulas <christos@astron.com>
  556. * Centralize all the tests in file_buffer.
  557. * Add exclude flag.
  558. 2007-01-18 05:29 Anon Ymous <do@not.spam.me>
  559. * Move the "type" detection code from parse() into its own table
  560. driven routine. This avoids maintaining multiple lists in
  561. file.h.
  562. * Add an optional conditional field (ust before the type field).
  563. This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is
  564. likely to go away.
  565. 2007-01-16 23:24 Anon Ymous <do@not.spam.me>
  566. * Fix an initialization bug in check_mem().
  567. 2007-01-16 14:58 Anon Ymous <do@not.spam.me>
  568. * Add a "default" type to print a message if nothing previously
  569. matched at that level or since the last default at that
  570. level. This is useful for setting up switch-like statements.
  571. It can also be used to do if/else constructions without a
  572. redundant second test.
  573. * Fix the "x" special case test so that one can test for that
  574. string with "=x".
  575. * Allow "search" to search the entire buffer if the "/N"
  576. search count is missing.
  577. * Make "regex" work! It now starts its search at the
  578. specified offset and takes an (optional) "/N" line count to
  579. specify the search range; otherwise it searches to the end
  580. of the file. The match is now grabbed correctly for format
  581. strings and the offset set to the end of the match.
  582. * Add a "/s" flag to "regex" and "search" to set the offset to
  583. the start of the match. By default the offset is set to the
  584. end of the match, as it is with other tests. This is mostly
  585. useful for "regex".
  586. * Make "search", "string" and "pstring" use the same
  587. file_strncmp() routine so that they support the same flags;
  588. "bestring16" and "lestring16" call the same routine, but
  589. with flags = 0. Also add a "/C" flag (in analogy to "/c")
  590. to ignore the case on uppercase (lowercase) characters in
  591. the test string.
  592. * Strict adherence to C style string escapes. A warnings are
  593. printed when compiling. Note: previously "\a" was
  594. incorrectly translated to 'a' instead of an <alert> (i.e.,
  595. BELL, typically 0x07).
  596. * Make this compile with "-Wall -Wextra" and all the warning
  597. flags used with WARNS=4 in the NetBSD source. Also make it
  598. pass lint.
  599. * Many "cleanups" and hopefully not too many new bugs!
  600. 2007-01-16 14:56 Anon Ymous <do@not.spam.me>
  601. * make several more files compile with gcc warnings
  602. on and also make them pass lint.
  603. 2007-01-16 14:54 Anon Ymous <do@not.spam.me>
  604. * fix a puts()/putc() usage goof in file.c
  605. * make file.c compile with gcc warnings and pass lint
  606. 2006-12-11 16:49 Christos Zoulas <christos@astron.com>
  607. * fix byteswapping issue
  608. * report the number of bytes we tried to
  609. allocate when allocation fails
  610. * add a few missed cases in the strength routine
  611. 2006-12-08 16:32 Christos Zoulas <christos@astron.com>
  612. * store and print the line number of the magic
  613. entry for debugging.
  614. * if the magic entry did not print anything,
  615. don't treat it as a match
  616. * change the magic strength algorithm to take
  617. into account the relationship op.
  618. * fix a bug in search where we could accidentally
  619. return a match.
  620. * propagate the error return from match to
  621. file_softmagic.
  622. 2006-11-25 13:35 Christos Zoulas <christos@astron.com>
  623. * Don't store the current offset in the magic
  624. struct, because it needs to be restored and
  625. it was not done properly all the time. Bug
  626. found by: Arkadiusz Miskiewicz
  627. * Fix problem in the '\0' separator; and don't
  628. print it as an additional separator; print
  629. it as the only separator.
  630. 2006-11-17 10:51 Christos Zoulas <christos@astron.com>
  631. * Added a -0 option to print a '\0' separator
  632. Etienne Buira <etienne.buira@free.fr>
  633. 2006-10-31 15:14 Christos Zoulas <christos@astron.com>
  634. * Check offset before copying (Mike Frysinger)
  635. * merge duplicated code
  636. * add quad date support
  637. * make sure that we nul terminate desc (Ryoji Kanai)
  638. * don't process elf notes multiple times
  639. * allow -z to report empty compressed files
  640. * use calloc to initialize the ascii buffers (Jos van den Oever)
  641. 2006-06-08 11:11 Christos Zoulas <christos@astron.com>
  642. * QNX fixes (Mike Gorchak)
  643. * Add quad support.
  644. * FIFO checks (Dr. Werner Fink)
  645. * Linux ELF fixes (Dr. Werner Fink)
  646. * Magic format checks (Dr. Werner Fink)
  647. * Magic format function improvent (Karl Chen)
  648. 2006-05-03 11:11 Christos Zoulas <christos@astron.com>
  649. * Pick up some elf changes and some constant fixes from SUSE
  650. * Identify gnu tar vs. posix tar
  651. * When keep going, don't print spurious newlines (Radek Vokal)
  652. 2006-04-01 12:02 Christos Zoulas <christos@astron.com>
  653. * Use calloc instead of malloc (Mike Frysinger)
  654. * Fix configure script to detect wctypes.h (Mike Frysinger)
  655. 2006-03-02 16:06 Christos Zoulas <christos@astron.com>
  656. * Print empty if the file is (Mike Frysinger)
  657. * Don't try to read past the end of the buffer (Mike Frysinger)
  658. * Sort magic entries by strength [experimental]
  659. 2005-11-29 13:26 Christos Zoulas <christos@astron.com>
  660. * Use iswprint() to convert the output string.
  661. (Bastien Nocera)
  662. 2005-10-31 8:54 Christos Zoulas <christos@astron.com>
  663. * Fix regression where the core info was not completely processed
  664. (Radek Vokal)
  665. 2005-10-20 11:15 Christos Zoulas <christos@astron.com>
  666. * Middle Endian magic (Diomidis Spinellis)
  667. 2005-10-17 11:15 Christos Zoulas <christos@astron.com>
  668. * Open with O_BINARY for CYGWIN (Corinna Vinschen)
  669. * Don't close stdin (Arkadiusz Miskiewicz)
  670. * Look for note sections in non executables.
  671. 2005-09-20 13:33 Christos Zoulas <christos@astron.com>
  672. * Don't print SVR4 Style in core files multiple times
  673. (Radek Vokal)
  674. 2005-08-27 04:09 Christos Zoulas <christos@astron.com>
  675. * Cygwin changes Corinna Vinschen
  676. 2005-08-18 09:53 Christos Zoulas <christos@astron.com>
  677. * Remove erroreous mention of /etc/magic in the file man page
  678. This is gentoo bug 101639. (Mike Frysinger)
  679. * Cross-compile support and detection (Mike Frysinger)
  680. 2005-08-12 10:17 Christos Zoulas <christos@astron.com>
  681. * Add -h flag and dereference symlinks if POSIXLY_CORRECT
  682. is set.
  683. 2005-07-29 13:57 Christos Zoulas <christos@astron.com>
  684. * Avoid search and regex buffer overflows (Kelledin)
  685. 2005-07-12 11:48 Christos Zoulas <christos@astron.com>
  686. * Provide stub implementations for {v,}nsprintf() for older
  687. OS's that don't have them.
  688. * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
  689. to AC_TYPE_MBSTATE_T.
  690. 2005-06-25 11:48 Christos Zoulas <christos@astron.com>
  691. * Dynamically allocate the string buffers and make the
  692. default read size 256K.
  693. 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
  694. * Dragonfly ELF note support
  695. 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
  696. * Avoid NULL pointer dereference in time conversion.
  697. 2005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch>
  698. * Add indirect magic offset support, and search mode.
  699. 2005-01-12 00:00 Stepan Kasal <kasal@ucw.cz>
  700. * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
  701. If a CRLF text file happens to have CR at offset HOWMANY - 1
  702. (currently 0xffff), it should not be counted as CR line
  703. terminator.
  704. If a line has length exactly MAXLINELEN, it should not yet be
  705. treated as a ``very long line'', as MAXLINELEN is ``longest sane
  706. line length''.
  707. With CRLF, the line length was not computed correctly, and even
  708. lines of length MAXLINELEN - 1 were treated as ``very long''.
  709. 2004-12-07 14:15 Christos Zoulas <christos@astron.com>
  710. * bzip2 needs a lot of input buffer space on some files
  711. before it can begin uncompressing. This makes file -z
  712. fail on some bz2 files. Fix it by giving it a copy of
  713. the file descriptor to read as much as it wants if we
  714. have access to it. <christos@astron.com>
  715. 2004-11-24 12:39 Christos Zoulas <christos@astron.com>
  716. * Stack smash fix, and ELF more conservative reading.
  717. Jakub Bogusz <qboosh@pld-linux.org>
  718. 2004-11-20 18:50 Christos Zoulas <christos@astron.com>
  719. * New FreeBSD version parsing code:
  720. Jon Noack <noackjr@alumni.rice.edu>
  721. * Hackish support for ucs16 strings <christos@astron.com>
  722. 2004-11-13 03:07 Christos Zoulas <christos@astron.com>
  723. * print the file name and line number in syntax errors.
  724. 2004 10-12 10:50 Christos Zoulas <christos@astron.com>
  725. * Fix stack overwriting on 0 length strings: Tim Waugh
  726. <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
  727. 2004-09-27 11:30 Christos Zoulas <christos@astron.com>
  728. * Remove 3rd and 4th copyright clause; approved by Ian Darwin.
  729. * Fix small memory leaks; caught by: Tamas Sarlos
  730. <stamas@csillag.ilab.sztaki.hu>
  731. 2004-07-24 16:33 Christos Zoulas <christos@astron.com>
  732. * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
  733. * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
  734. * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
  735. * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
  736. 2004-04-12 10:55 Christos Zoulas <christos@astron.com>
  737. * make sure that magic formats match magic types during compilation
  738. * fix broken sgi magic file
  739. 2004-04-06 20:36 Christos Zoulas <christos@astron.com>
  740. * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
  741. * magic fixes
  742. 2004-03-22 15:25 Christos Zoulas <christos@astron.com>
  743. * Lots of mime fixes
  744. (Joerg Ostertag) <ostertag@rechengilde.de>
  745. * FreeBSD ELF version handling
  746. (Edwin Groothuis) <edwin@mavetju.org>
  747. * correct cleanup in all cases; don't just close the file.
  748. (Christos Zoulas) <christos@astron.com>
  749. * add gettext message catalogue support
  750. (Michael Piefel) <piefel@debian.org>
  751. * better printout for unreadable files
  752. (Michael Piefel) <piefel@debian.org>
  753. * compensate for missing MAXPATHLEN
  754. (Michael Piefel) <piefel@debian.org>
  755. * add wide character string length computation
  756. (Michael Piefel) <piefel@debian.org>
  757. * Avoid infinite loops caused by bad elf alignments
  758. or name and description note sizes. Reported by
  759. (Mikael Magnusson) <mmikael@comhem.se>
  760. 2004-03-09 13:55 Christos Zoulas <christos@astron.com>
  761. * Fix possible memory leak on error and add missing regfree
  762. (Dmitry V. Levin) <ldv@altlinux.org>
  763. 2003-12-23 12:12 Christos Zoulas <christos@astron.com>
  764. * fix -k flag (Maciej W. Rozycki)
  765. 2003-11-18 14:10 Christos Zoulas <christos@astron.com>
  766. * Try to give us much info as possible on corrupt elf files.
  767. (Willy Tarreau) <willy@w.ods.org>
  768. * Updated python bindings (Brett Funderburg)
  769. <brettf@deepfile.com>
  770. 2003-11-11 15:03 Christos Zoulas <christos@astron.com>
  771. * Include file.h first, because it includes config.h
  772. breaks largefile test macros otherwise.
  773. (Paul Eggert <eggert@CS.UCLA.EDU> via
  774. Lars Hecking <lhecking@nmrc.ie>)
  775. 2003-10-14 21:39 Christos Zoulas <christos@astron.com>
  776. * Python bindings (Brett Funderburg) <brettf@deepfile.com>
  777. * Don't lookup past the end of the buffer
  778. (Chad Hanson) <chanson@tcs-sec.com>
  779. * Add MAGIC_ERROR and api on magic_errno()
  780. 2003-10-08 12:40 Christos Zoulas <christos@astron.com>
  781. * handle error conditions from compile as fatal
  782. (Antti Kantee) <pooka@netbsd.org>
  783. * handle magic filename parsing sanely
  784. * more magic fixes.
  785. * fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
  786. * describe magic file handling
  787. (Bryan Henderson) <bryanh@giraffe-data.com>
  788. 2003-09-12 15:09 Christos Zoulas <christos@astron.com>
  789. * update magic files.
  790. * remove largefile support from file.h; it breaks things on most OS's
  791. 2003-08-10 10:25 Christos Zoulas <christos@astron.com>
  792. * fix unmapping'ing of mmaped files.
  793. 2003-07-10 12:03 Christos Zoulas <christos@astron.com>
  794. * don't exit with -1 on error; always exit 1 (Marty Leisner)
  795. * restore utimes code.
  796. 2003-06-10 17:03 Christos Zoulas <christos@astron.com>
  797. * make sure we don't access uninitialized memory.
  798. * pass lint
  799. * #ifdef __cplusplus in magic.h
  800. 2003-05-25 19:23 Christos Zoulas <christos@astron.com>
  801. * rename cvs magic file to revision to deal with
  802. case insensitive filesystems.
  803. 2003-05-23 17:03 Christos Zoulas <christos@astron.com>
  804. * documentation fixes from Michael Piefel <piefel@debian.org>
  805. * magic fixes (various)
  806. * revert basename magic in .mgc name determination
  807. * buffer protection in uncompress,
  808. signness issues,
  809. close files
  810. Maciej W. Rozycki <macro@ds2.pg.gda.pl
  811. 2003-04-21 20:12 Christos Zoulas <christos@astron.com>
  812. * fix zsh magic
  813. 2003-04-04 16:59 Christos Zoulas <christos@astron.com>
  814. * fix operand sort order in string.
  815. 2003-04-02 17:30 Christos Zoulas <christos@astron.com>
  816. * cleanup namespace in magic.h
  817. 2003-04-02 13:50 Christos Zoulas <christos@astron.com>
  818. * Magic additions (Alex Ott)
  819. * Fix bug that broke VPATH compilation (Peter Breitenlohner)
  820. 2003-03-28 16:03 Christos Zoulas <christos@astron.com>
  821. * remove packed attribute from magic struct.
  822. * make the magic struct properly aligned.
  823. * bump version number of compiled files to 2.
  824. 2003-03-27 13:10 Christos Zoulas <christos@astron.com>
  825. * separate tar detection and run it before softmagic.
  826. * fix reversed symlink test.
  827. * fix version printing.
  828. * make separator a string instead of a char.
  829. * update manual page and sort options.
  830. 2003-03-26 11:00 Christos Zoulas <christos@astron.com>
  831. * Pass lint
  832. * make NULL in magic_file mean stdin
  833. * Fix "-" argument to file to pass NULL to magic_file
  834. * avoid pointer casts by using memcpy
  835. * rename magic_buf -> magic_buffer
  836. * keep only the first error
  837. * manual page: new sentence, new line
  838. * fix typo in api function (magic_buf -> magic_buffer)