ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  1. 2008-08-30 12:54 Christos Zoulas <christos@astron.com>
  2. * Don't eat trailing \n in magic enties.
  3. * Cast defines to allow compilation using a c++ compiler.
  4. 2008-07-26 00:59 Reuben Thomas <rrt@sc3d.org>
  5. * Add MIME types for special files.
  6. * Use access to give more accurate information for files that
  7. can't be opened.
  8. * Add a TODO list.
  9. 2008-07-02 11:15 Christos Zoulas <christos@astron.com>
  10. * add !:strength op to adjust magic strength (experimental)
  11. 2008-06-16 21:41 Reuben Thomas <rrt@sc3d.org>
  12. * Fix automake error in configure.ac.
  13. * Add MIME type for Psion Sketch files.
  14. 2008-06-05 08:59 Christos Zoulas <christos@astron.com>
  15. * Don't print warnings about bad namesize in stripped
  16. binaries with PT_NOTE is still there, and the actual
  17. note is gone (Jakub Jelinek)
  18. 2008-05-28 15:12 Robert Byrnes <byrnes@wildpumpkin.net>
  19. * magic/Magdir/elf:
  20. Note invalid byte order for little-endian SPARC32PLUS.
  21. Add SPARC V9 vendor extensions and memory model.
  22. * src/elfclass.h:
  23. Pass target machine to doshn (for Solaris hardware capabilities).
  24. * src/readelf.c (doshn):
  25. Add support for Solaris hardware/software capabilities.
  26. * src/readelf.h:
  27. Ditto.
  28. * src/vasprintf.c (dispatch):
  29. Add support for ll modifier.
  30. 2008-05-16 10:25 Christos Zoulas <christos@astron.com>
  31. * Fix compiler warnings.
  32. * remove stray printf, and fix a vprintf bug. (Martin Dorey)
  33. 2008-05-06 00:13 Robert Byrnes <byrnes@wildpumpkin.net>
  34. * src/Makefile.am:
  35. Ensure that getopt_long and [v]asprintf are included in libmagic,
  36. as needed.
  37. Remove unnecessary EXTRA_DIST.
  38. * src/Makefile.in:
  39. Rerun automake.
  40. * src/vasprintf.c (dispatch):
  41. Fix variable precision bug: be sure to step past '*'.
  42. * src/vasprintf.c (core):
  43. Remove unreachable code.
  44. * src/apprentice.c (set_test_type):
  45. Add cast to avoid compiler warning.
  46. 2008-04-22 23:45 Christos Zoulas <christos@astron.com>
  47. * Add magic submission guidelines (Abel Cheung)
  48. * split msdos and windows magic (Abel Cheung)
  49. 2008-04-04 11:00 Christos Zoulas <christos@astron.com>
  50. * >= <= is not supported, so fix the magic and warn about it.
  51. reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
  52. 2008-03-27 16:16 Robert Byrnes <byrnes@wildpumpkin.net>
  53. * src/readelf.c (donote):
  54. ELF core file command name/line bug fixes and enhancements:
  55. Try larger offsets first to avoid false matches
  56. from earlier data that happen to look like strings;
  57. this primarily affected SunOS 5.x 32-bit Intel core files.
  58. Add support for command line (instead of just short name)
  59. for SunOS 5.x.
  60. Add information about NT_PSINFO for SunOS 5.x.
  61. Only trim whitespace from end of command line.
  62. 2007-02-11 01:36 Reuben Thomas <rrt@sc3d.org>
  63. * Change strength of ! from MULT to 0, as it matches almost
  64. anything (Reuben Thomas)
  65. * Debian fixes (Reuben Thomas)
  66. 2007-02-11 00:17 Reuben Thomas <rrt@sc3d.org>
  67. * Clarify UTF-8 BOM message (Reuben Thomas)
  68. * Add HTML comment to token list in names.h
  69. 2007-02-04 15:50 Christos Zoulas <christos@astron.com>
  70. * Debian fixes (Reuben Thomas)
  71. 2007-02-04 11:31 Christos Zoulas <christos@astron.com>
  72. * !:mime annotations in magic files (Reuben Thomas)
  73. 2007-01-29 15:35 Christos Zoulas <christos@astron.com>
  74. * zero out utime/utimes structs (Gavin Atkinson)
  75. 2007-01-26 13:45 Christos Zoulas <christos@astron.com>
  76. * reduce writable data from Diego "Flameeyes" Petten
  77. 2007-12-28 15:06 Christos Zoulas <christos@astron.com>
  78. * strtof detection
  79. * remove bogus regex magic that could cause a DoS
  80. * better mismatch version message
  81. 2007-12-27 11:35 Christos Zoulas <christos@astron.com>
  82. * bring back some fixes from OpenBSD
  83. * treat ELF dynamic objects as executables
  84. * fix gcc warnings
  85. 2007-12-01 19:55 Christos Zoulas <christos@astron.com>
  86. * make sure we have zlib.h and libz to compile the builtin
  87. decompress code
  88. 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
  89. * float and double magic support (Behan Webster)
  90. 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
  91. * Convert fortran to a soft test (Reuben Thomas)
  92. 2007-10-23 5:25 Christos Zoulas <christos@astron.com>
  93. * Add --with-filename, and --no-filename (Reuben Thomas)
  94. 2007-10-23 3:59 Christos Zoulas <christos@astron.com>
  95. * Rest of the mime split (Reuben Thomas)
  96. * Make usage message generated from the flags so that
  97. they stay consistent (Reuben Thomas)
  98. 2007-10-20 3:06 Christos Zoulas <christos@astron.com>
  99. * typo in comment, missing ifdef QUICK, remove unneeded code
  100. (Charles Longeau)
  101. 2007-10-17 3:33 Christos Zoulas <christos@astron.com>
  102. * Fix problem printing -\012 in some entries
  103. * Separate magic type and encoding flags (Reuben Thomas)
  104. 2007-10-09 3:55 Christos Zoulas <christos@astron.com>
  105. * configure fix for int64 and strndup (Reuben Thomas)
  106. 2007-09-26 4:45 Christos Zoulas <christos@astron.com>
  107. * Add magic_descriptor() function.
  108. * Fix regression in elf reading code where the core name was
  109. not being printed.
  110. * Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson)
  111. 2007-08-19 6:30 Christos Zoulas <christos@astron.com>
  112. * Make mime format consistent so that it can
  113. be easily parsed:
  114. mimetype [charset=character-set] [encoding=encoding-mime-type]
  115. Remove spurious extra text from some MIME type printouts
  116. (mostly in is_tar).
  117. Fix one case where -i produced nothing at all (for a 1-byte file,
  118. which is now classed as application/octet-stream).
  119. Remove 7/8bit classifications, since they were arbitrary
  120. and not based on the file data.
  121. This work was done by Reuben Thomas
  122. 2007-05-24 10:00 Christos Zoulas <christos@astron.com>
  123. * Fix another integer overflow (Colin Percival)
  124. 2007-03-26 13:58 Christos Zoulas <christos@astron.com>
  125. * make sure that all of struct magic_set is initialized appropriately
  126. (Brett)
  127. 2007-03-25 17:44 Christos Zoulas <christos@astron.com>
  128. * reset left bytes in the buffer (Dmitry V. Levin)
  129. * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
  130. (Peter Avalos)
  131. 2007-03-15 10:51 Christos Zoulas <christos@astron.com>
  132. * fix fortran and nroff reversed tests (Dmitry V. Levin)
  133. * fix exclude option (Dmitry V. Levin)
  134. 2007-02-08 17:30 Christos Zoulas <christos@astron.com>
  135. * fix integer underflow in file_printf which can lead to
  136. to exploitable heap overflow (Jean-Sebastien Guay-Lero)
  137. 2007-02-05 11:35 Christos Zoulas <christos@astron.com>
  138. * make socket/pipe reading more robust
  139. 2007-01-25 16:01 Christos Zoulas <christos@astron.com>
  140. * Centralize all the tests in file_buffer.
  141. * Add exclude flag.
  142. 2007-01-18 05:29 Anon Ymous <do@not.spam.me>
  143. * Move the "type" detection code from parse() into its own table
  144. driven routine. This avoids maintaining multiple lists in
  145. file.h.
  146. * Add an optional conditional field (ust before the type field).
  147. This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is
  148. likely to go away.
  149. 2007-01-16 23:24 Anon Ymous <do@not.spam.me>
  150. * Fix an initialization bug in check_mem().
  151. 2007-01-16 14:58 Anon Ymous <do@not.spam.me>
  152. * Add a "default" type to print a message if nothing previously
  153. matched at that level or since the last default at that
  154. level. This is useful for setting up switch-like statements.
  155. It can also be used to do if/else constructions without a
  156. redundant second test.
  157. * Fix the "x" special case test so that one can test for that
  158. string with "=x".
  159. * Allow "search" to search the entire buffer if the "/N"
  160. search count is missing.
  161. * Make "regex" work! It now starts its search at the
  162. specified offset and takes an (optional) "/N" line count to
  163. specify the search range; otherwise it searches to the end
  164. of the file. The match is now grabbed correctly for format
  165. strings and the offset set to the end of the match.
  166. * Add a "/s" flag to "regex" and "search" to set the offset to
  167. the start of the match. By default the offset is set to the
  168. end of the match, as it is with other tests. This is mostly
  169. useful for "regex".
  170. * Make "search", "string" and "pstring" use the same
  171. file_strncmp() routine so that they support the same flags;
  172. "bestring16" and "lestring16" call the same routine, but
  173. with flags = 0. Also add a "/C" flag (in analogy to "/c")
  174. to ignore the case on uppercase (lowercase) characters in
  175. the test string.
  176. * Strict adherence to C style string escapes. A warnings are
  177. printed when compiling. Note: previously "\a" was
  178. incorrectly translated to 'a' instead of an <alert> (i.e.,
  179. BELL, typically 0x07).
  180. * Make this compile with "-Wall -Wextra" and all the warning
  181. flags used with WARNS=4 in the NetBSD source. Also make it
  182. pass lint.
  183. * Many "cleanups" and hopefully not too many new bugs!
  184. 2007-01-16 14:56 Anon Ymous <do@not.spam.me>
  185. * make several more files compile with gcc warnings
  186. on and also make them pass lint.
  187. 2007-01-16 14:54 Anon Ymous <do@not.spam.me>
  188. * fix a puts()/putc() usage goof in file.c
  189. * make file.c compile with gcc warnings and pass lint
  190. 2006-12-11 16:49 Christos Zoulas <christos@astron.com>
  191. * fix byteswapping issue
  192. * report the number of bytes we tried to
  193. allocate when allocation fails
  194. * add a few missed cases in the strength routine
  195. 2006-12-08 16:32 Christos Zoulas <christos@astron.com>
  196. * store and print the line number of the magic
  197. entry for debugging.
  198. * if the magic entry did not print anything,
  199. don't treat it as a match
  200. * change the magic strength algorithm to take
  201. into account the relationship op.
  202. * fix a bug in search where we could accidentally
  203. return a match.
  204. * propagate the error return from match to
  205. file_softmagic.
  206. 2006-11-25 13:35 Christos Zoulas <christos@astron.com>
  207. * Don't store the current offset in the magic
  208. struct, because it needs to be restored and
  209. it was not done properly all the time. Bug
  210. found by: Arkadiusz Miskiewicz
  211. * Fix problem in the '\0' separator; and don't
  212. print it as an additional separator; print
  213. it as the only separator.
  214. 2006-11-17 10:51 Christos Zoulas <christos@astron.com>
  215. * Added a -0 option to print a '\0' separator
  216. Etienne Buira <etienne.buira@free.fr>
  217. 2006-10-31 15:14 Christos Zoulas <christos@astron.com>
  218. * Check offset before copying (Mike Frysinger)
  219. * merge duplicated code
  220. * add quad date support
  221. * make sure that we nul terminate desc (Ryoji Kanai)
  222. * don't process elf notes multiple times
  223. * allow -z to report empty compressed files
  224. * use calloc to initialize the ascii buffers (Jos van den Oever)
  225. 2006-06-08 11:11 Christos Zoulas <christos@astron.com>
  226. * QNX fixes (Mike Gorchak)
  227. * Add quad support.
  228. * FIFO checks (Dr. Werner Fink)
  229. * Linux ELF fixes (Dr. Werner Fink)
  230. * Magic format checks (Dr. Werner Fink)
  231. * Magic format function improvent (Karl Chen)
  232. 2006-05-03 11:11 Christos Zoulas <christos@astron.com>
  233. * Pick up some elf changes and some constant fixes from SUSE
  234. * Identify gnu tar vs. posix tar
  235. * When keep going, don't print spurious newlines (Radek Vokál)
  236. 2006-04-01 12:02 Christos Zoulas <christos@astron.com>
  237. * Use calloc instead of malloc (Mike Frysinger)
  238. * Fix configure script to detect wctypes.h (Mike Frysinger)
  239. 2006-03-02 16:06 Christos Zoulas <christos@astron.com>
  240. * Print empty if the file is (Mike Frysinger)
  241. * Don't try to read past the end of the buffer (Mike Frysinger)
  242. * Sort magic entries by strength [experimental]
  243. 2005-11-29 13:26 Christos Zoulas <christos@astron.com>
  244. * Use iswprint() to convert the output string.
  245. (Bastien Nocera)
  246. 2005-10-31 8:54 Christos Zoulas <christos@astron.com>
  247. * Fix regression where the core info was not completely processed
  248. (Radek Vokál)
  249. 2005-10-20 11:15 Christos Zoulas <christos@astron.com>
  250. * Middle Endian magic (Diomidis Spinellis)
  251. 2005-10-17 11:15 Christos Zoulas <christos@astron.com>
  252. * Open with O_BINARY for CYGWIN (Corinna Vinschen)
  253. * Don't close stdin (Arkadiusz Miskiewicz)
  254. * Look for note sections in non executables.
  255. 2005-09-20 13:33 Christos Zoulas <christos@astron.com>
  256. * Don't print SVR4 Style in core files multiple times
  257. (Radek Vokál)
  258. 2005-08-27 04:09 Christos Zoulas <christos@astron.com>
  259. * Cygwin changes Corinna Vinschen
  260. 2005-08-18 09:53 Christos Zoulas <christos@astron.com>
  261. * Remove erroreous mention of /etc/magic in the file man page
  262. This is gentoo bug 101639. (Mike Frysinger)
  263. * Cross-compile support and detection (Mike Frysinger)
  264. 2005-08-12 10:17 Christos Zoulas <christos@astron.com>
  265. * Add -h flag and dereference symlinks if POSIXLY_CORRECT
  266. is set.
  267. 2005-07-29 13:57 Christos Zoulas <christos@astron.com>
  268. * Avoid search and regex buffer overflows (Kelledin)
  269. 2005-07-12 11:48 Christos Zoulas <christos@astron.com>
  270. * Provide stub implementations for {v,}nsprintf() for older
  271. OS's that don't have them.
  272. * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
  273. to AC_TYPE_MBSTATE_T.
  274. 2005-06-25 11:48 Christos Zoulas <christos@astron.com>
  275. * Dynamically allocate the string buffers and make the
  276. default read size 256K.
  277. 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
  278. * Dragonfly ELF note support
  279. 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
  280. * Avoid NULL pointer dereference in time conversion.
  281. 2005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch>
  282. * Add indirect magic offset support, and search mode.
  283. 2005-01-12 00:00 Stepan Kasal <kasal@ucw.cz>
  284. * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
  285. If a CRLF text file happens to have CR at offset HOWMANY - 1
  286. (currently 0xffff), it should not be counted as CR line
  287. terminator.
  288. If a line has length exactly MAXLINELEN, it should not yet be
  289. treated as a ``very long line'', as MAXLINELEN is ``longest sane
  290. line length''.
  291. With CRLF, the line length was not computed correctly, and even
  292. lines of length MAXLINELEN - 1 were treated as ``very long''.
  293. 2004-12-07 14:15 Christos Zoulas <christos@astron.com>
  294. * bzip2 needs a lot of input buffer space on some files
  295. before it can begin uncompressing. This makes file -z
  296. fail on some bz2 files. Fix it by giving it a copy of
  297. the file descriptor to read as much as it wants if we
  298. have access to it. <christos@astron.com>
  299. 2004-11-24 12:39 Christos Zoulas <christos@astron.com>
  300. * Stack smash fix, and ELF more conservative reading.
  301. Jakub Bogusz <qboosh@pld-linux.org>
  302. 2004-11-20 18:50 Christos Zoulas <christos@astron.com>
  303. * New FreeBSD version parsing code:
  304. Jon Noack <noackjr@alumni.rice.edu>
  305. * Hackish support for ucs16 strings <christos@astron.com>
  306. 2004-11-13 03:07 Christos Zoulas <christos@astron.com>
  307. * print the file name and line number in syntax errors.
  308. 2004 10-12 10:50 Christos Zoulas <christos@astron.com>
  309. * Fix stack overwriting on 0 length strings: Tim Waugh
  310. <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
  311. 2004-09-27 11:30 Christos Zoulas <christos@astron.com>
  312. * Remove 3rd and 4th copyright clause; approved by Ian Darwin.
  313. * Fix small memory leaks; caught by: Tamas Sarlos
  314. <stamas@csillag.ilab.sztaki.hu>
  315. 2004-07-24 16:33 Christos Zoulas <christos@astron.com>
  316. * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
  317. * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
  318. * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
  319. * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
  320. 2004-04-12 10:55 Christos Zoulas <christos@astron.com>
  321. * make sure that magic formats match magic types during compilation
  322. * fix broken sgi magic file
  323. 2004-04-06 20:36 Christos Zoulas <christos@astron.com>
  324. * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
  325. * magic fixes
  326. 2004-03-22 15:25 Christos Zoulas <christos@astron.com>
  327. * Lots of mime fixes
  328. (Joerg Ostertag) <ostertag@rechengilde.de>
  329. * FreeBSD ELF version handling
  330. (Edwin Groothuis) <edwin@mavetju.org>
  331. * correct cleanup in all cases; don't just close the file.
  332. (Christos Zoulas) <christos@astron.com>
  333. * add gettext message catalogue support
  334. (Michael Piefel) <piefel@debian.org>
  335. * better printout for unreadable files
  336. (Michael Piefel) <piefel@debian.org>
  337. * compensate for missing MAXPATHLEN
  338. (Michael Piefel) <piefel@debian.org>
  339. * add wide character string length computation
  340. (Michael Piefel) <piefel@debian.org>
  341. * Avoid infinite loops caused by bad elf alignments
  342. or name and description note sizes. Reported by
  343. (Mikael Magnusson) <mmikael@comhem.se>
  344. 2004-03-09 13:55 Christos Zoulas <christos@astron.com>
  345. * Fix possible memory leak on error and add missing regfree
  346. (Dmitry V. Levin) <ldv@altlinux.org>
  347. 2003-12-23 12:12 Christos Zoulas <christos@astron.com>
  348. * fix -k flag (Maciej W. Rozycki)
  349. 2003-11-18 14:10 Christos Zoulas <christos@astron.com>
  350. * Try to give us much info as possible on corrupt elf files.
  351. (Willy Tarreau) <willy@w.ods.org>
  352. * Updated python bindings (Brett Funderburg)
  353. <brettf@deepfile.com>
  354. 2003-11-11 15:03 Christos Zoulas <christos@astron.com>
  355. * Include file.h first, because it includes config.h
  356. breaks largefile test macros otherwise.
  357. (Paul Eggert <eggert@CS.UCLA.EDU> via
  358. Lars Hecking <lhecking@nmrc.ie>)
  359. 2003-10-14 21:39 Christos Zoulas <christos@astron.com>
  360. * Python bindings (Brett Funderburg) <brettf@deepfile.com>
  361. * Don't lookup past the end of the buffer
  362. (Chad Hanson) <chanson@tcs-sec.com>
  363. * Add MAGIC_ERROR and api on magic_errno()
  364. 2003-10-08 12:40 Christos Zoulas <christos@astron.com>
  365. * handle error conditions from compile as fatal
  366. (Antti Kantee) <pooka@netbsd.org>
  367. * handle magic filename parsing sanely
  368. * more magic fixes.
  369. * fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
  370. * describe magic file handling
  371. (Bryan Henderson) <bryanh@giraffe-data.com>
  372. 2003-09-12 15:09 Christos Zoulas <christos@astron.com>
  373. * update magic files.
  374. * remove largefile support from file.h; it breaks things on most OS's
  375. 2003-08-10 10:25 Christos Zoulas <christos@astron.com>
  376. * fix unmapping'ing of mmaped files.
  377. 2003-07-10 12:03 Christos Zoulas <christos@astron.com>
  378. * don't exit with -1 on error; always exit 1 (Marty Leisner)
  379. * restore utimes code.
  380. 2003-06-10 17:03 Christos Zoulas <christos@astron.com>
  381. * make sure we don't access uninitialized memory.
  382. * pass lint
  383. * #ifdef __cplusplus in magic.h
  384. 2003-05-25 19:23 Christos Zoulas <christos@astron.com>
  385. * rename cvs magic file to revision to deal with
  386. case insensitive filesystems.
  387. 2003-05-23 17:03 Christos Zoulas <christos@astron.com>
  388. * documentation fixes from Michael Piefel <piefel@debian.org>
  389. * magic fixes (various)
  390. * revert basename magic in .mgc name determination
  391. * buffer protection in uncompress,
  392. signness issues,
  393. close files
  394. Maciej W. Rozycki <macro@ds2.pg.gda.pl
  395. 2003-04-21 20:12 Christos Zoulas <christos@astron.com>
  396. * fix zsh magic
  397. 2003-04-04 16:59 Christos Zoulas <christos@astron.com>
  398. * fix operand sort order in string.
  399. 2003-04-02 17:30 Christos Zoulas <christos@astron.com>
  400. * cleanup namespace in magic.h
  401. 2003-04-02 13:50 Christos Zoulas <christos@astron.com>
  402. * Magic additions (Alex Ott)
  403. * Fix bug that broke VPATH compilation (Peter Breitenlohner)
  404. 2003-03-28 16:03 Christos Zoulas <christos@astron.com>
  405. * remove packed attribute from magic struct.
  406. * make the magic struct properly aligned.
  407. * bump version number of compiled files to 2.
  408. 2003-03-27 13:10 Christos Zoulas <christos@astron.com>
  409. * separate tar detection and run it before softmagic.
  410. * fix reversed symlink test.
  411. * fix version printing.
  412. * make separator a string instead of a char.
  413. * update manual page and sort options.
  414. 2003-03-26 11:00 Christos Zoulas <christos@astron.com>
  415. * Pass lint
  416. * make NULL in magic_file mean stdin
  417. * Fix "-" argument to file to pass NULL to magic_file
  418. * avoid pointer casts by using memcpy
  419. * rename magic_buf -> magic_buffer
  420. * keep only the first error
  421. * manual page: new sentence, new line
  422. * fix typo in api function (magic_buf -> magic_buffer)