sensorsd(8): Staticize.
[dragonfly.git] / contrib / file / ChangeLog
blob2063a23befeded521bfae60fce40ae6f33cc78d4
1 2017-09-02  11:53  Christos Zoulas <christos@zoulas.com>
3         * release 5.32
5 2017-08-28  16:37  Christos Zoulas <christos@zoulas.com>
7         * Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski)
9 2017-08-27  03:55  Christos Zoulas <christos@zoulas.com>
11         * Fix always true condition (Thomas Jarosch)
13 2017-05-24  17:30  Christos Zoulas <christos@zoulas.com>
15         * pickier parsing of numeric values in magic files.
17 2017-05-23  17:55  Christos Zoulas <christos@zoulas.com>
19         * PR/615 add magic_getflags()
21 2017-05-23  13:55  Christos Zoulas <christos@zoulas.com>
23         * release 5.31
25 2017-03-17  20:32  Christos Zoulas <christos@zoulas.com>
27         * remove trailing spaces from magic files
28         * refactor is_tar
29         * better bounds checks for cdf
31 2017-02-10  12:24  Christos Zoulas <christos@zoulas.com>
33         * release 5.30
35 2017-02-07  23:27  Christos Zoulas <christos@zoulas.com>
37         * If we exceeded the offset in a search return no match
38           (Christoph Biedl)
39         * Be more lenient on corrupt CDF files (Christoph Biedl)
41 2017-02-04  16:46  Christos Zoulas <christos@zoulas.com>
43         * pacify ubsan sign extension (oss-fuzz/524)
45 2017-02-01  12:42  Christos Zoulas <christos@zoulas.com>
47         * off by one in cdf parsing (PR/593)
48         * report debugging sections in elf (PR/591)
50 2016-11-06  10:52  Christos Zoulas <christos@zoulas.com>
52         * Allow @@@ in extensions
53         * Add missing overflow check in der magic (Jonas Wagner)
55 2016-10-25  10:40  Christos Zoulas <christos@zoulas.com>
56         
57         * release 5.29
59 2016-10-24  11:20  Christos Zoulas <christos@zoulas.com>
61         * der getlength overflow (Jonas Wagner)
62         * multiple magic file load failure (Christoph Biedl)
64 2016-10-17  11:26  Christos Zoulas <christos@zoulas.com>
66         * CDF parsing improvements (Guy Helmer)
68 2016-07-20   7:26  Christos Zoulas <christos@zoulas.com>
70         * Add support for signed indirect offsets
72 2016-07-18   7:41  Christos Zoulas <christos@zoulas.com>
74         * cat /dev/null | file - should print empty (Christoph Biedl)
76 2016-07-05  15:20  Christos Zoulas <christos@zoulas.com>
78         * Bump string size from 64 to 96.
80 2016-06-13  20:20  Christos Zoulas <christos@zoulas.com>
82         * PR/556: Fix separators on annotations.
84 2016-06-13  19:40  Christos Zoulas <christos@zoulas.com>
86         * release 5.28
87         * fix leak on allocation failure
89 2016-06-01   1:20  Christos Zoulas <christos@zoulas.com>
91         * PR/555: Avoid overflow for offset > nbytes
92         * PR/550: Segv on DER parsing:
93             - use the correct variable for length
94             - set offset to 0 on failure.
96 2016-05-13  12:00  Christos Zoulas <christos@zoulas.com>
97         
98         * release 5.27
100 2016-04-18   9:35  Christos Zoulas <christos@zoulas.com>
101         
102         * Errors comparing DER entries or computing offsets
103           are just indications of malformed non-DER files.
104           Don't print them.
105         * Offset comparison was off-by-one.
106         * Fix compression code (Werner Fink)
107         * Put new bytes constant in the right file (not the generated one)
109 2016-04-16  18:34  Christos Zoulas <christos@zoulas.com>
110         
111         * release 5.26
113 2016-03-31  13:50  Christos Zoulas <christos@zoulas.com>
115         * make the number of bytes read from files configurable.
117 2016-03-21  13:40  Christos Zoulas <christos@zoulas.com>
119         * Add bounds checks for DER code (discovered by Thomas Jarosch)
120         * Change indirect recursion limit to indirect use count and
121           bump from 15 to 50 to prevent abuse.
123 2016-03-13  20:39  Christos Zoulas <christos@zoulas.com>
125         * Add -00 which prints filename\0description\0
127 2016-03-01  13:28  Christos Zoulas <christos@zoulas.com>
129         * Fix ID3 indirect parsing
131 2016-01-19  10:18  Christos Zoulas <christos@zoulas.com>
133         * add DER parsing capability
135 2015-11-13  10:35  Christos Zoulas <christos@zoulas.com>
137         * provide dprintf(3) for the OS's that don't have it.
139 2015-11-11  16:25  Christos Zoulas <christos@zoulas.com>
141         * redo the compression code report decompression errors
143 2015-11-10  23:25  Christos Zoulas <christos@zoulas.com>
145         * REG_STARTEND code is not working as expected, delete it.
147 2015-11-09  16:05  Christos Zoulas <christos@zoulas.com>
149         * Add zlib support if we have it.
151 2015-11-05  11:22  Christos Zoulas <christos@zoulas.com>
153         * PR/492: compression forking was broken with magic_buffer.
155 2015-09-16   9:50  Christos Zoulas <christos@zoulas.com>
156         
157         * release 5.25
159 2015-09-11  13:25  Christos Zoulas <christos@zoulas.com>
161         * add a limit to the length of regex searches
163 2015-09-08   9:50  Christos Zoulas <christos@zoulas.com>
165         * fix problems with --parameter (Christoph Biedl)
167 2015-07-11  10:35  Christos Zoulas <christos@zoulas.com>
169         * Windows fixes PR/466 (Jason Hood)
171 2015-07-09  10:35  Christos Zoulas <christos@zoulas.com>
173         * release 5.24
175 2015-06-11   8:52  Christos Zoulas <christos@zoulas.com>
177         * redo long option encoding to fix off-by-one in 5.23
179 2015-06-10  13:50  Christos Zoulas <christos@zoulas.com>
181         * release 5.23
183 2015-06-09  16:10  Christos Zoulas <christos@zoulas.com>
184         
185         * Fix issue with regex range for magic with offset
186         * Always return true from mget with USE (success to mget not match
187           indication). Fixes mime evaluation after USE magic
188         * PR/459: Don't insert magic entries to the list if there are parsing
189           errors for them.
191 2015-06-03  16:00  Christos Zoulas <christos@zoulas.com>
193         * PR/455: Add utf-7 encoding
195 2015-06-03  14:30  Christos Zoulas <christos@zoulas.com>
197         * PR/455: Implement -Z, look inside, but don't report on compression
198         * PR/454: Fix allocation error on bad magic.
200 2015-05-29  10:30  Christos Zoulas <christos@zoulas.com>
202         * handle MAGIC_CONTINUE everywhere, not just in softmagic
204 2015-05-21  14:30  Christos Zoulas <christos@zoulas.com>
206         * don't print descriptions for NAME types when mime.
208 2015-04-09  15:59  Christos Zoulas <christos@zoulas.com>
210         * Add --extension to list the known extensions for this file type
211           Idea by Andrew J Roazen
213 2015-02-14  12:23  Christos Zoulas <christos@zoulas.com>
215         * Bump file search buffer size to 1M.
217 2015-01-09  14:35  Christos Zoulas <christos@zoulas.com>
219         * Fix multiple issues with date formats reported by Christoph Biedl:
220                 - T_LOCAL meaning was reversed
221                 - Arithmetic did not work
222           Also stop adjusting daylight savings for gmt printing.
224 2015-01-05  13:00  Christos Zoulas <christos@zoulas.com>
226         * PR/411: Fix memory corruption from corrupt cdf file.
228 2015-01-02  15:15  Christos Zoulas <christos@zoulas.com>
230         * release 5.22
232 2015-01-01  12:01  Christos Zoulas <christos@zoulas.com>
234         * add indirect relative for TIFF/Exif
236 2014-12-16  18:10  Christos Zoulas <christos@zoulas.com>
237         
238         * restructure elf note printing to avoid repeated messages
239         * add note limit, suggested by Alexander Cherepanov
241 2014-12-16  16:53  Christos Zoulas <christos@zoulas.com>
242         
243         * Bail out on partial pread()'s (Alexander Cherepanov)
244         * Fix incorrect bounds check in file_printable (Alexander Cherepanov)
246 2014-12-11  20:01  Christos Zoulas <christos@zoulas.com>
248         * PR/405: ignore SIGPIPE from uncompress programs
249         * change printable -> file_printable and use it in
250           more places for safety
251         * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
252           is present print the interpreter name.
253         
254 2014-12-10  20:01  Christos Zoulas <christos@zoulas.com>
256         * release 5.21
258 2014-11-27  18:40  Christos Zoulas <christos@zoulas.com>
260         * Allow setting more parameters from the command line.
261         * Split name/use and indirect magic recursion limits.
263 2014-11-27  11:12  Christos Zoulas <christos@zoulas.com>
265         * Adjust ELF parameters and the default recursion
266           level.
267         * Allow setting the recursion level dynamically.
269 2014-11-24   8:55  Christos Zoulas <christos@zoulas.com>
271         * The following fixes resulted from Thomas Jarosch's fuzzing
272           tests that revealed severe performance issues on pathological
273           input:
274             - limit number of elf program and sections processing
275             - abort elf note processing quickly
276             - reduce the number of recursion levels from 20 to 10
277             - preserve error messages in indirect magic handling
279         This is tracked as CVE-2014-8116 and CVE-2014-8117
281 2014-11-12  10:30  Christos Zoulas <christos@zoulas.com>
283         * fix bogus free in the user buffer case.
285 2014-11-11  12:35  Christos Zoulas <christos@zoulas.com>
287         * fix out of bounds read for pascal strings
288         * fix memory leak (not freeing the head of each mlist)
290 2014-11-07  10:25  Christos Zoulas <christos@zoulas.com>
292         * When printing strings from a file, convert them to printable
293           on a byte by byte basis, so that we don't get issues with
294           locale's trying to interpret random byte streams as UTF-8 and
295           having printf error out with EILSEQ.
296           
297 2014-10-17  11:48  Christos Zoulas <christos@zoulas.com>
299         * fix bounds in note reading (Francisco Alonso / Red Hat)
301 2014-10-11  15:02  Christos Zoulas <christos@zoulas.com>
303         * fix autoconf glue for setlocale and locale_t; some OS's
304           have locale_t in xlocale.h
306 2014-10-10  15:01  Christos Zoulas <christos@zoulas.com>
308         * release 5.20
310 2014-08-17  10:01  Christos Zoulas <christos@zoulas.com>
312         * recognize encrypted CDF documents
314 2014-08-04   9:18  Christos Zoulas <christos@zoulas.com>
316         * add magic_load_buffers from Brooks Davis
318 2014-07-24  16:40  Christos Zoulas <christos@zoulas.com>
320         * add thumbs.db support
322 2014-06-12  12:28  Christos Zoulas <christos@zoulas.com>
324         * release 5.19
326 2014-06-09   9:04  Christos Zoulas <christos@zoulas.com>
327         
328         * Misc buffer overruns and missing buffer size tests in cdf parsing
329           (Francisco Alonso, Jan Kaluza)
331 2014-06-02  14:50  Christos Zoulas <christos@zoulas.com>
333         * Enforce limit of 8K on regex searches that have no limits
334         * Allow the l modifier for regex to mean line count. Default
335           to byte count. If line count is specified, assume a max
336           of 80 characters per line to limit the byte count.
337         * Don't allow conversions to be used for dates, allowing
338           the mask field to be used as an offset.
340 2014-05-30  12:51  Christos Zoulas <christos@zoulas.com>
342         * Make the range operator limit the length of the
343           regex search.
345 2014-05-14  19:23  Christos Zoulas <christos@zoulas.com>
347         * PR/347: Windows fixes
348         * PR/352: Hangul word processor recognition
349         * PR/354: Encoding irregularities in text files
351 2014-05-06  6:12  Christos Zoulas <christos@zoulas.com>
353         * Fix uninitialized title in CDF files (Jan Kaluza)
355 2014-05-04  14:55  Christos Zoulas <christos@zoulas.com>
357         * PR/351: Fix compilation of empty files 
359 2014-04-30  17:39  Christos Zoulas <christos@zoulas.com>
361         * Fix integer formats: We don't specify 'l' or
362           'h' and 'hh' specifiers anymore, only 'll' for
363           quads and nothing for the rest. This is so that
364           magic writing is simpler.
366 2014-04-01  15:25  Christos Zoulas <christos@zoulas.com>
368         * PR/341: Jan Kaluza, fix memory leak
369         * PR/342: Jan Kaluza, fix out of bounds read
371 2014-03-28  15:25  Christos Zoulas <christos@zoulas.com>
373         * Fix issue with long formats not matching fmtcheck
375 2014-03-26  11:25  Christos Zoulas <christos@zoulas.com>
377         * release 5.18
379 2014-03-15  17:45  Christos Zoulas <christos@zoulas.com>
381         * add fmtcheck(3) for those who don't have it
383 2014-03-14  15:12  Christos Zoulas <christos@zoulas.com>
385         * prevent mime entries from being attached to magic
386           entries with no descriptions
388         * adjust magic strength for regex type
390         * remove superfluous ascmagic with encoding test
392 2014-03-06  12:01  Christos Zoulas <christos@zoulas.com>
394         * fix regression fix echo -ne "\012\013\014" | file -i -
395           which printed "binary" instead of "application/octet-stream"
397         * add size_t overflow check for magic file size
399 2014-02-27  16:01  Christos Zoulas <christos@zoulas.com>
401         * experimental support for matching with CFD CLSID
403 2014-02-18  13:04  Kimmo Suominen (kimmo@suominen.com)
405         * Cache old LC_CTYPE locale before setting it to "C", so
406           we can use it to restore LC_CTYPE instead of asking
407           setlocale() to scan the environment variables.
409 2014-02-12  18:21  Christos Zoulas <christos@zoulas.com>
411         * Count recursion levels through indirect magic
413 2014-02-11  10:40  Christos Zoulas <christos@zoulas.com>
415         * Prevent infinite recursion on files with indirect offsets of 0
417 2014-01-30  21:00  Christos Zoulas <christos@zoulas.com>
419         * Add -E flag that makes file print filesystem errors to stderr
420           and exit.
422 2014-01-08  17:20  Christos Zoulas <christos@zoulas.com>
424         * mime printing could print results from multiple magic entries
425           if there were multiple matches.
426         * in some cases overflow was not detected when computing offsets
427           in softmagic.
429 2013-12-05  12:00  Christos Zoulas <christos@zoulas.com>
431         * use strcasestr() to for cdf strings
432         * reset to the "C" locale while doing regex operations, or case
433           insensitive comparisons; this is provisional
435 2013-11-19  20:10  Christos Zoulas <christos@zoulas.com>
437         * always leave magic file loaded, don't unload for magic_check, etc.
438         * fix default encoding to binary instead of unknown which broke recently
439         * handle empty and one byte files, less specially so that
440           --mime-encoding does not break completely.
441                 `
442 2013-11-06  14:40  Christos Zoulas <christos@zoulas.com>
444         * fix erroneous non-zero exit code from non-existent file and message
446 2013-10-29  14:25  Christos Zoulas <christos@zoulas.com>
448         * add CDF MSI file detection (Guy Helmer)
450 2013-09-03  11:56  Christos Zoulas <christos@zoulas.com>
452         * Don't mix errors and regular output if there was an error
453         * in magic_descriptor() don't close the file and try to restore
454           its position
456 2013-05-30  17:25  Christos Zoulas <christos@zoulas.com>
458         * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
460 2013-05-28  17:25  Christos Zoulas <christos@zoulas.com>
461         
462         * Fix spacing issues in softmagic and elf (Jan Kaluza)
464 2013-05-02  18:00  Christos Zoulas <christos@zoulas.com>
466         * Fix segmentation fault with multiple magic_load commands.
468 2013-04-22  11:20  Christos Zoulas <christos@zoulas.com>
470         * The way "default" was implemented was not very useful
471           because the "if something was printed at that level"
472           was not easily controlled by the user, and the format
473           was bound to a string which is too restrictive. Add
474           a "clear" for that level keyword and make "default"
475           void. This way one can do:
477                 >>13    clear   x
478                 >>13    lelong  1       foo
479                 >>13    lelong  2       bar
480                 >>13    default x
481                 >>>13   lelong  x       unknown %x
483 2013-03-25  13:20  Christos Zoulas <christos@zoulas.com>
485         * disallow strength setting in "name" entries
487 2013-03-06  21:24  Christos Zoulas <christos@zoulas.com>
489         * fix recursive magic separator printing
491 2013-02-26  19:28  Christos Zoulas <christos@zoulas.com>
493         * limit recursion level for mget
494         * fix pread() related breakage in cdf
495         * handle offsets properly in recursive "use"
497 2013-02-18  10:39  Christos Zoulas <christos@zoulas.com>
499         * add elf reading of debug info to determine if file is stripped
500           (Jan Kaluza)
501         * use pread()
503 2013-01-25  18:05  Christos Zoulas <christos@zoulas.com>
505         * change mime description size from 64 to 80 to accommodate OOXML.
507 2013-01-11  14:50  Christos Zoulas <christos@zoulas.com>
509         * Warn about inconsistent continuation levels.
510         * Change fsmagic to add a space after it prints.
512 2013-01-10  21:00  Christos Zoulas <christos@zoulas.com>
514         * Make getline public so that file can link against it.
515           Perhaps it is better to rename it, or hide it differently.
516           Fixes builds on platforms that do not provide it.
517           
518 2013-01-07  16:30  Christos Zoulas <christos@zoulas.com>
520         * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
521           what long, int, short, etc is (Guy Harris)
523 2013-01-06  11:20  Christos Zoulas <christos@zoulas.com>
525         * add magic_version function and constant
526         * Redo memory allocation and de-allocation.
527           (prevents double frees on non mmap platforms)
528         * Fix bug with name/use having to do with passing
529           found state from the parent to the child and back.
531 2012-12-19   8:47  Christos Zoulas <christos@zoulas.com>
533         * Only print elf capabilities for archs we know (Jan Kaluza)
535 2012-10-30  19:14  Christos Zoulas <christos@zoulas.com>
537         * Add "name" and "use" file types in order to look
538           inside mach-o files.
540 2012-09-06  10:40  Christos Zoulas <christos@zoulas.com>
542         * make --version exit 0 (Matthew Schultz)
543         * add string/T (Jan Kaluza)
545 2012-08-09  2:15  Christos Zoulas <christos@zoulas.com>
547         * add z and t modifiers for our own vasprintf
548         * search for $HOME/.magic.mgc if it is there first
549         * fix reads from a pipe, and preserve errno
551 2012-05-15  13:12  Christos Zoulas <christos@zoulas.com>
553         * use ctime_r, asctime_r
555 2012-04-06  17:18  Christos Zoulas <christos@zoulas.com>
557         * Fixes for indirect offsets to handle apple disk formats
559 2012-04-03  18:26  Christos Zoulas <christos@zoulas.com>
561         * Add windows date field types
562         * More info for windows shortcuts (incomplete)
564 2012-02-20  17:33  Christos Zoulas <christos@zoulas.com>
566         * Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
568 2011-12-15  12:17  Chris Metcalf <cmetcalf@tilera.com>
570         * Support Tilera architectures (tile64, tilepro, tilegx).
572 2011-12-16  16:33  Reuben Thomas <rrt@sc3d.org>
574         * Add magic for /usr/bin/env Perl scripts
575         * Weaken generic script magic to avoid clashing with
576         language-specific magic.
578 2011-12-08  13:37  Reuben Thomas <rrt@sc3d.org>
580         * Simplify if (p) free(p) to free(p).
582 2011-12-08  13:07  Reuben Thomas <rrt@sc3d.org>
584         * Remove hardwired token finding (names.h), turning it into soft
585         magic. Patterns are either anchored regexs or search/8192. English
586         language detection and PL/1 detection have been removed as they
587         were too fragile. -e tokens is still accepted for backwards
588         compatibility.
589         * Move 3ds patterns (which are commented out anyway) into autodesk
590         (they were, oddly, in c-lang).
592 2011-12-06  00:16  Reuben Thomas <rrt@sc3d.org>
594         * Tweak strength of generic hash-bang detectors to be less than
595         specific ones.
596         * Make an inconsistent description of Python scripts consistent.
598 2011-12-05  23:58  Reuben Thomas <rrt@sc3d.org>
600         * Fix minor error in file(1).
602 2011-11-05  00:00  Reuben Thomas <rrt@sc3d.org>
604         * Fix issue #150 (I hope).
606 2011-09-22  12:57  Christos Zoulas <christos@zoulas.com>
608         * Python3 binding fixes from Kelly Anderson
610 2011-09-20  11:32  Christos Zoulas <christos@zoulas.com>
612         * If a string type magic entry is marked as text or binary
613           only match text files against text entries and binary
614           files against binary entries.
616 2011-09-01  12:12  Christos Zoulas <christos@zoulas.com>
618         * Don't wait for any subprocess, just the one we forked.
620 2011-08-26  16:40  Christos Zoulas <christos@zoulas.com>
622         * If the application name is not set in a cdf file, try to see
623           if it has a directory with the application name on it.
625 2011-08-17  14:32  Christos Zoulas <christos@zoulas.com>
627         * Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza
629 2011-08-14  09:03  Christos Zoulas <christos@zoulas.com>
631         * Don't use variable string formats.
633 2011-07-12  12:32  Reuben Thomas <rrt@sc3d.org>
635         * Fix detection of Zip files (Mantis #128).
636         * Make some minor improvements to file(1).
637         * Rename MIME types for filesystem objects for consistency with
638           xdg-utils. Typically this means that application/x-foo becomes
639           inode/foo, but some names also change slightly, e.g.
640           application/x-character-device becomes inode/chardevice.
642 2011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
644         * fix mingw compilation (Abradoks)
646 2011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
648         * remove patchlevel.h
649         * Fix read past allocated memory caused by double-incrementing
650           a pointer in a loop (reported by Roberto Maar)
652 2011-03-30  15:45  Christos Zoulas <christos@zoulas.com>
654         * Fix cdf string buffer setting (Sven Anders)
656 2011-03-20  16:35  Christos Zoulas <christos@zoulas.com>
658         * Eliminate MAXPATHLEN and use dynamic allocation for
659           path and file buffers.
661 2011-03-15  18:15  Christos Zoulas <christos@zoulas.com>
663         * binary tests on magic entries with masks could spuriously
664           get converted to ascii.
666 2011-03-12  18:06  Reuben Thomas <rrt@sc3d.org>
668         * Improve file.man (remove BUGS, present email addresses consistently).
670 2011-03-07  19:38  Christos Zoulas <christos@zoulas.com>
672         * add lrzip support (from Ville Skytta)
674 2011-02-10  16:36  Christos Zoulas <christos@zoulas.com>
676         * fix CDF bounds checking (Guy Helmer)
678 2011-02-10  12:03  Christos Zoulas <christos@zoulas.com>
680         * add cdf_ctime() that prints a meaningful error when time cannot
681           be converted.
683 2011-02-02  20:40  Christos Zoulas <christos@zoulas.com>
685         * help and version output to stdout.
687         * When matching softmagic for ascii files, don't just print
688           the softmagic classification, keep going and print the
689           text classification too. This fixes broken troff files when
690           we moved them from keyword recognition to softmagic
691           (they stopped printing "with CRLF" etc.)
692           Reported by Doug McIlroy.
694 2011-01-16  19:31  Reuben Thomas <rrt@sc3d.org>
696         * Fix two potential buffer overruns in apprentice_list.
698 2011-01-14  22:33  Reuben Thomas <rrt@sc3d.org>
700         * New Python binding in pure Python.
701         * Update libmagic(3).
703 2011-01-06  21:40  Reuben Thomas <rrt@sc3d.org>
705         * Fix Python bindings (including recent Python 3 compatibility
706           update).
708 2011-01-04  18:43  Reuben Thomas <rrt@sc3d.org>
710         * magic/Makefile.am: make it easier to recover from magic build failures.
711         * Fix pstring length specifier parsing to avoid generating invalid
712           magic files.
713         * Add pstring length "J" (for "JPEG") to specify that the length
714           include itself.
715         * Fix JPEG comment parsing at last using pstring/HJ!
716         * Ignore section 5 man pages in doc/.cvsignore.
718 2010-12-22  13:12  Christos Zoulas <christos@zoulas.com>
720         * Add pstring/BHhLl to specify the type of the length of pascal
721           strings.
723 2010-11-26  18:39  Reuben Thomas <rrt@sc3d.org>
725         * Fix "-e soft": it was ignored when softmagic was called
726           during asciimagic.
727         * Improve comments and use "unsigned char" in tar.h/is_tar.c.
729 2010-11-05  17:26  Reuben Thomas <rrt@sc3d.org>
731         * Make bug reporting addresses more visible.
733 2010-11-01  18:35  Reuben Thomas <rrt@sc3d.org>
735         * Add tcl magic from Gustaf Neumann
737 2010-10-24  10:42  Christos Zoulas <christos@zoulas.com>
739         * Fix the whitespace comparing code (Christopher Chittleborough)
741 2010-10-06  21:05  Christos Zoulas <christos@zoulas.com>
743         * allow string/t to work (Jan Kaluza)
745 2010-09-20  22:11  Reuben Thomas <rrt@sc3d.org>
747         * Apply some patches from Ubuntu and Fedora.
749 2010-09-20  21:16  Reuben Thomas <rrt@sc3d.org>
751         * Apply all patches from Debian package 5.04-6 which have not
752           already been applied and are not Debian-specific.
754 2010-09-20  15:24  Reuben Thomas <rrt@sc3d.org>
756         * Minor security fix to softmagic.c (don't use untrusted
757           string as printf format).
759 2010-07-21  12:20  Christos Zoulas <christos@zoulas.com>
761         * MINGW32 portability from LRN
763         * Don't warn about escaping magic regex chars when we are in a regex.
765 2010-07-19  10:55  Christos Zoulas <christos@zoulas.com>
767         * Only try to print prpsinfo for core files. (Jan Kaluza)
769 2010-04-22  12:55  Christos Zoulas <christos@zoulas.com>
771         * Try more elf offsets for Debian core files.  (Arnaud Giersch)
773 2010-02-20  15:18  Reuben Thomas <rrt@sc3d.org>
775         * Clarify which sort of CDF we mean.
777 2010-02-14  22:58  Reuben Thomas <rrt@sc3d.org>
779         * Re-jig Zip file type magic so that unsupported special
780           Zip types (those with "mimetype" at offset 30) can be
781           recognized.
783 2010-02-02  21:50  Reuben Thomas <rrt@sc3d.org>
785         * Add support for OCF (EPUB) files (application/epub+zip)
787 2010-01-28  18:25  Christos Zoulas <christos@zoulas.com>
789         * Fix core-dump from unbound loop:
790           https://bugzilla.redhat.com/show_bug.cgi?id=533245
792 2010-01-22  15:45  Christos Zoulas <christos@zoulas.com>
794         * print proper mime for crystal reports file
796         * print the last summary information of a cdf document, not the
797           first so that nested documents print the right info
799 2010-01-16  18:42  Charles Longeau <chl@tuxfamily.org>
801         * bring back some fixes from OpenBSD:
802                 - make gcc2 builds file
803                 - fix typos in a magic file comment
805 2009-11-17  18:35  Christos Zoulas <christos@zoulas.com>
807         * ctime/asctime can return NULL on some OS's although
808           they should not (Toshit Antani)
810 2009-09-14  13:49  Christos Zoulas <christos@zoulas.com>
812         * Centralize magic path handling routines and remove the
813           special-casing from file.c so that the python module for
814           example comes up with the same magic path (Fixes ~/.magic
815           handling) (from Gab)
817 2009-09-11  23:38  Reuben Thomas <rrt@sc3d.org>
819         * When magic argument is a directory, read the files in
820           strcmp-sorted order (fixes Debian bug #488562 and our own FIXME).
822 2009-09-11  13:11  Reuben Thomas <rrt@sc3d.org>
824         * Combine overlapping epoc and psion magic files into one (epoc).
826         * Add some more EPOC MIME types.
828 2009-08-19  15:55  Christos Zoulas <christos@zoulas.com>
830         * Fix 3 bugs (From Ian Darwin):
831             - file_showstr could move one past the end of the array
832             - parse_apple did not nul terminate the string in the overflow case
833             - parse_mime truncated the wrong string in the overflow case
835 2009-08-12  12:28  Robert Byrnes  <byrnes@wildpumpkin.net>
837         * Include Localstuff when compiling magic.
839 2009-07-15  10:05  Christos Zoulas <christos@zoulas.com>
841         * Fix logic for including mygetopts.h
843         * Make cdf.c compile again with debugging
845         * Add the necessary field handling for crystal reports files to work
847 2009-06-23 01:34  Reuben Thomas <rrt@sc3d.org>
849         * Stop "(if" identifying Lisp files, that's plain dumb!
851 2009-06-09 22:13  Reuben Thomas <rrt@sc3d.org>
853         * Add a couple of missing MP3 MIME types.
855 2009-05-27 23:00  Reuben Thomas <rrt@sc3d.org>
857         * Add full range of hash-bang tests for Python and Ruby.
859         * Add MIME types for Python and Ruby scripts.
861 2009-05-13  10:44  Christos Zoulas <christos@zoulas.com>
863         * off by one in parsing hw capabilities in elf
864           (Cheng Renquan)
866 2009-05-08  13:40  Christos Zoulas <christos@zoulas.com>
867         
868         * lint fixes and more from NetBSD
870 2009-05-06  10:25  Christos Zoulas <christos@zoulas.com>
872         * Avoid null dereference in cdf code (Drew Yao)
874         * More cdf bounds checks and overflow checks
876 2009-05-01  18:37  Christos Zoulas <christos@zoulas.com>
878         * Buffer overflow fixes from Drew Yao
880 2009-04-30  17:10  Christos Zoulas <christos@zoulas.com>
882         * Fix more cdf lossage. All the documents I have
883           right now print the correct information.
885 2009-03-27  18:43  Christos Zoulas <christos@zoulas.com>
887         * don't print \012- separators in the same magic entry 
888           if it consists of multiple magic printing lines.
890 2009-03-23  10:20  Christos Zoulas <christos@zoulas.com>
892         * Avoid file descriptor leak in compress code from
893           (Daniel Novotny)
895 2009-03-18  16:50  Christos Zoulas <christos@zoulas.com>
897         * Allow escaping of relation characters, so that we can say \^[A-Z]
898           and the ^ is not eaten as a relation char.
900         * Fix troff and fortran to their previous glory using
901           regex. This was broken since their removel from ascmagic.
903 2009-03-10  16:50  Christos Zoulas <christos@zoulas.com>
905         * don't use strlen in strndup() (Toby Peterson)
907 2009-03-10  7:45  Christos Zoulas <christos@zoulas.com>
909         * avoid c99 syntax.
911 2009-02-23 15:45  Christos Zoulas <christos@zoulas.com>
913         * make the cdf code use the buffer first if available,
914           and then the fd code.
916 2009-02-13 13:45  Christos Zoulas <christos@zoulas.com>
918         * look for struct option to determine if getopt.h is usable for IRIX.
920         * sanitize cdf document strings
922 2009-02-04 13:25  Christos Zoulas <christos@zoulas.com>
924         * fix OS/2 warnings.
926 2008-12-12 15:50  Christos Zoulas <christos@zoulas.com>
928         * fix initial offset calculation for non 4K sector files
930         * add loop limits to avoid DoS attacks by constructing
931           looping sector references.
933 2008-12-03 13:05  Christos Zoulas <christos@zoulas.com>
935         * fix memory botches on cdf file parsing.
937         * exit with non-zero value for any error, not just for the last
938           file processed.
940 2008-11-09 20:42  Charles Longeau <chl@tuxfamily.org>
942         * Replace all str{cpy,cat} functions with strl{cpy,cat}
943         * Ensure that strl{cpy,cat} are included in libmagic,
944           as needed.
946 2008-11-06 18:18  Christos Zoulas <christos@zoulas.com>
948         * Handle ID3 format files.
950 2008-11-06 23:00  Reuben Thomas <rrt@sc3d.org>
952         * Fix --mime, --mime-type and --mime-encoding under new scheme.
954         * Rename "ascii" to "text" and add "encoding" test.
956         * Return a precise ("utf-16le" or "utf-16be") MIME charset for
957           UTF-16.
959         * Fix error in comment caused by automatic indentation adding
960           words!
962 2008-11-06 10:35  Christos Zoulas <christos@astron.com>
964         * use memchr instead of strchr because the string
965           might not be NUL terminated (Scott MacVicar)
967 2008-11-03 07:31  Reuben Thomas <rrt@sc3d.org>
969         * Fix a printf with a non-literal format string.
971         * Fix formatting and punctuation of help for "--apple".
973 2008-10-30 11:00  Reuben Thomas <rrt@sc3d.org>
975         * Correct words counts in comments of struct magic.
977         * Fix handle_annotation to allow both Apple and MIME types to be
978           printed, and to return correct code if MIME type is
979           printed (1, not 0) or if there's an error (-1 not 1).
981         * Fix output of charset for MIME type (precede with semi-colon;
982           fixes Debian bug #501460).
984         * Fix potential attacks via conversion specifications in magic
985           strings.
987         * Add a FIXME for Debian bug #488562 (magic files should be
988           read in a defined order, by sorting the names).
990 2008-10-18 16:45  Christos Zoulas <christos@astron.com>
992         * Added APPLE file creator/type
994 2008-10-12 10:20  Christos Zoulas <christos@astron.com>
996         * Added CDF parsing
998 2008-10-09 16:40  Christos Zoulas <christos@astron.com>
1000         * filesystem and msdos patches (Joerg Jenderek)
1002 2008-10-09 13:20  Christos Zoulas <christos@astron.com>
1004         * correct --exclude documentation issues: remove troff and fortran
1005           and rename "token" to "tokens". (Randy McMurchy)
1007 2008-10-01 10:30  Christos Zoulas <christos@astron.com>
1009         * Read ~/.magic in addition to the default magic file not instead
1010           of, as documented in the man page.
1012 2008-09-10 21:30  Reuben Thomas  <rrt@sc3d.org>
1014         * Comment out graphviz patterns, as they match too many files.
1016 2008-08-30 12:54  Christos Zoulas <christos@astron.com>
1018         * Don't eat trailing \n in magic enties.
1020         * Cast defines to allow compilation using a c++ compiler.
1022 2008-08-25 23:56  Reuben Thomas  <rrt@sc3d.org>
1024         * Add text/x-lua MIME type for Lua scripts.
1026         * Escape { in regex in graphviz patterns.
1028 2008-07-26 00:59  Reuben Thomas  <rrt@sc3d.org>
1030         * Add MIME types for special files.
1032         * Use access to give more accurate information for files that
1033           can't be opened.
1035         * Add a TODO list.
1037 2008-07-02 11:15  Christos Zoulas  <christos@astron.com>
1039         * add !:strength op to adjust magic strength (experimental)
1041 2008-06-16 21:41  Reuben Thomas  <rrt@sc3d.org>
1043         * Fix automake error in configure.ac.
1045         * Add MIME type for Psion Sketch files.
1047 2008-06-05 08:59  Christos Zoulas  <christos@astron.com>
1049         * Don't print warnings about bad namesize in stripped
1050           binaries with PT_NOTE is still there, and the actual
1051           note is gone (Jakub Jelinek)
1053 2008-05-28 15:12  Robert Byrnes  <byrnes@wildpumpkin.net>
1055         * magic/Magdir/elf:
1056           Note invalid byte order for little-endian SPARC32PLUS.
1057           Add SPARC V9 vendor extensions and memory model.
1059         * src/elfclass.h:
1060           Pass target machine to doshn (for Solaris hardware capabilities).
1062         * src/readelf.c (doshn):
1063           Add support for Solaris hardware/software capabilities.
1065         * src/readelf.h:
1066           Ditto.
1068         * src/vasprintf.c (dispatch):
1069           Add support for ll modifier.
1071 2008-05-16 10:25  Christos Zoulas  <christos@astron.com>
1073         * Fix compiler warnings.
1075         * remove stray printf, and fix a vprintf bug. (Martin Dorey)
1077 2008-05-06 00:13  Robert Byrnes  <byrnes@wildpumpkin.net>
1079         * src/Makefile.am:
1080           Ensure that getopt_long and [v]asprintf are included in libmagic,
1081           as needed.
1083           Remove unnecessary EXTRA_DIST.
1085         * src/Makefile.in:
1086           Rerun automake.
1088         * src/vasprintf.c (dispatch):
1089           Fix variable precision bug: be sure to step past '*'.
1091         * src/vasprintf.c (core):
1092           Remove unreachable code.
1094         * src/apprentice.c (set_test_type):
1095           Add cast to avoid compiler warning.
1097 2008-04-22 23:45  Christos Zoulas  <christos@astron.com>
1099         * Add magic submission guidelines (Abel Cheung)
1101         * split msdos and windows magic (Abel Cheung)
1103 2008-04-04 11:00  Christos Zoulas  <christos@astron.com>
1105         * >= <= is not supported, so fix the magic and warn about it.
1106           reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
1108 2008-03-27 16:16  Robert Byrnes  <byrnes@wildpumpkin.net>
1110         * src/readelf.c (donote):
1111           ELF core file command name/line bug fixes and enhancements:
1113           Try larger offsets first to avoid false matches
1114           from earlier data that happen to look like strings;
1115           this primarily affected SunOS 5.x 32-bit Intel core files.
1117           Add support for command line (instead of just short name)
1118           for SunOS 5.x.
1120           Add information about NT_PSINFO for SunOS 5.x.
1122           Only trim whitespace from end of command line.
1124 2007-02-11 01:36 Reuben Thomas <rrt@sc3d.org>
1126         * Change strength of ! from MULT to 0, as it matches almost
1127                   anything (Reuben Thomas)
1129         * Debian fixes (Reuben Thomas)
1131 2007-02-11 00:17 Reuben Thomas <rrt@sc3d.org>
1133         * Clarify UTF-8 BOM message (Reuben Thomas)
1135         * Add HTML comment to token list in names.h
1137 2007-02-04 15:50 Christos Zoulas <christos@astron.com>
1139         * Debian fixes (Reuben Thomas)
1141 2007-02-04 11:31 Christos Zoulas <christos@astron.com>
1143         * !:mime annotations in magic files (Reuben Thomas)
1145 2007-01-29 15:35 Christos Zoulas <christos@astron.com>
1147         * zero out utime/utimes structs (Gavin Atkinson)
1149 2007-01-26 13:45 Christos Zoulas <christos@astron.com>
1151         * reduce writable data from Diego "Flameeyes" Petten
1153 2007-12-28 15:06 Christos Zoulas <christos@astron.com>
1155         * strtof detection
1157         * remove bogus regex magic that could cause a DoS
1159         * better mismatch version message
1161 2007-12-27 11:35 Christos Zoulas <christos@astron.com>
1163         * bring back some fixes from OpenBSD
1165         * treat ELF dynamic objects as executables
1167         * fix gcc warnings
1169 2007-12-01 19:55 Christos Zoulas <christos@astron.com>
1171         * make sure we have zlib.h and libz to compile the builtin
1172           decompress code
1174 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
1176         * float and double magic support (Behan Webster)
1178 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
1180         * Convert fortran to a soft test (Reuben Thomas)
1182 2007-10-23  5:25 Christos Zoulas <christos@astron.com>
1184         * Add --with-filename, and --no-filename (Reuben Thomas)
1186 2007-10-23  3:59 Christos Zoulas <christos@astron.com>
1188         * Rest of the mime split (Reuben Thomas)
1190         * Make usage message generated from the flags so that
1191           they stay consistent (Reuben Thomas)
1193 2007-10-20  3:06 Christos Zoulas <christos@astron.com>
1195         * typo in comment, missing ifdef QUICK, remove unneeded code
1196                 (Charles Longeau)
1198 2007-10-17  3:33 Christos Zoulas <christos@astron.com>
1200         * Fix problem printing -\012 in some entries
1202         * Separate magic type and encoding flags (Reuben Thomas)
1204 2007-10-09  3:55 Christos Zoulas <christos@astron.com>
1206         * configure fix for int64 and strndup (Reuben Thomas)
1208 2007-09-26  4:45 Christos Zoulas <christos@astron.com>
1210         * Add magic_descriptor() function.
1212         * Fix regression in elf reading code where the core name was
1213           not being printed.
1215         * Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson)
1217 2007-08-19  6:30 Christos Zoulas <christos@astron.com>
1219         * Make mime format consistent so that it can
1220           be easily parsed:
1221               mimetype [charset=character-set] [encoding=encoding-mime-type]
1223           Remove spurious extra text from some MIME type printouts
1224           (mostly in is_tar).
1226           Fix one case where -i produced nothing at all (for a 1-byte file,
1227           which is now classed as application/octet-stream).
1229           Remove 7/8bit classifications, since they were arbitrary
1230           and not based on the file data.
1232           This work was done by Reuben Thomas
1234 2007-05-24 10:00 Christos Zoulas <christos@astron.com>
1236         * Fix another integer overflow (Colin Percival)
1238 2007-03-26 13:58 Christos Zoulas <christos@astron.com>
1240         * make sure that all of struct magic_set is initialized appropriately
1241           (Brett)
1243 2007-03-25 17:44 Christos Zoulas <christos@astron.com>
1245         * reset left bytes in the buffer (Dmitry V. Levin)
1247         * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
1248           (Peter Avalos)
1250 2007-03-15 10:51 Christos Zoulas <christos@astron.com>
1252         * fix fortran and nroff reversed tests (Dmitry V. Levin)
1254         * fix exclude option (Dmitry V. Levin)
1256 2007-02-08 17:30 Christos Zoulas <christos@astron.com>
1258         * fix integer underflow in file_printf which can lead to
1259           to exploitable heap overflow (Jean-Sebastien Guay-Lero)
1261 2007-02-05 11:35 Christos Zoulas <christos@astron.com>
1263         * make socket/pipe reading more robust
1265 2007-01-25 16:01 Christos Zoulas <christos@astron.com>
1267         * Centralize all the tests in file_buffer.
1269         * Add exclude flag.
1271 2007-01-18 05:29 Anon Ymous <do@not.spam.me>
1273         * Move the "type" detection code from parse() into its own table
1274           driven routine.  This avoids maintaining multiple lists in
1275           file.h.
1277         * Add an optional conditional field (ust before the type field).
1278           This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is
1279           likely to go away.
1281 2007-01-16 23:24 Anon Ymous <do@not.spam.me>
1283         * Fix an initialization bug in check_mem().
1285 2007-01-16 14:58 Anon Ymous <do@not.spam.me>
1287         * Add a "default" type to print a message if nothing previously
1288           matched at that level or since the last default at that
1289           level.  This is useful for setting up switch-like statements.
1290           It can also be used to do if/else constructions without a
1291           redundant second test.
1293         * Fix the "x" special case test so that one can test for that
1294           string with "=x".
1296         * Allow "search" to search the entire buffer if the "/N"
1297           search count is missing.
1299         * Make "regex" work!  It now starts its search at the
1300           specified offset and takes an (optional) "/N" line count to
1301           specify the search range; otherwise it searches to the end
1302           of the file.  The match is now grabbed correctly for format
1303           strings and the offset set to the end of the match.
1305         * Add a "/s" flag to "regex" and "search" to set the offset to
1306           the start of the match.  By default the offset is set to the
1307           end of the match, as it is with other tests.  This is mostly
1308           useful for "regex".
1310         * Make "search", "string" and "pstring" use the same
1311           file_strncmp() routine so that they support the same flags;
1312           "bestring16" and "lestring16" call the same routine, but
1313           with flags = 0.  Also add a "/C" flag (in analogy to "/c")
1314           to ignore the case on uppercase (lowercase) characters in
1315           the test string.
1317         * Strict adherence to C style string escapes.  A warnings are
1318           printed when compiling.  Note: previously "\a" was
1319           incorrectly translated to 'a' instead of an <alert> (i.e.,
1320           BELL, typically 0x07).
1322         * Make this compile with "-Wall -Wextra" and all the warning
1323           flags used with WARNS=4 in the NetBSD source.  Also make it
1324           pass lint.
1326         * Many "cleanups" and hopefully not too many new bugs!
1328 2007-01-16 14:56 Anon Ymous <do@not.spam.me>
1330         * make several more files compile with gcc warnings
1331           on and also make them pass lint.
1333 2007-01-16 14:54 Anon Ymous <do@not.spam.me>
1335         * fix a puts()/putc() usage goof in file.c
1337         * make file.c compile with gcc warnings and pass lint
1339 2006-12-11 16:49 Christos Zoulas <christos@astron.com>
1341         * fix byteswapping issue
1343         * report the number of bytes we tried to
1344           allocate when allocation fails
1346         * add a few missed cases in the strength routine
1348 2006-12-08 16:32 Christos Zoulas <christos@astron.com>
1350         * store and print the line number of the magic
1351           entry for debugging.
1353         * if the magic entry did not print anything,
1354           don't treat it as a match
1356         * change the magic strength algorithm to take
1357           into account the relationship op.
1359         * fix a bug in search where we could accidentally
1360           return a match.
1362         * propagate the error return from match to
1363           file_softmagic.
1365 2006-11-25 13:35 Christos Zoulas <christos@astron.com>
1367         * Don't store the current offset in the magic
1368           struct, because it needs to be restored and
1369           it was not done properly all the time. Bug
1370           found by: Arkadiusz Miskiewicz
1372         * Fix problem in the '\0' separator; and don't
1373           print it as an additional separator; print
1374           it as the only separator.
1376 2006-11-17 10:51 Christos Zoulas <christos@astron.com>
1378         * Added a -0 option to print a '\0' separator
1379           Etienne Buira <etienne.buira@free.fr>
1381 2006-10-31 15:14 Christos Zoulas <christos@astron.com>
1383         * Check offset before copying (Mike Frysinger)
1385         * merge duplicated code
1387         * add quad date support
1389         * make sure that we nul terminate desc (Ryoji Kanai)
1391         * don't process elf notes multiple times
1393         * allow -z to report empty compressed files
1395         * use calloc to initialize the ascii buffers (Jos van den Oever)
1397 2006-06-08 11:11 Christos Zoulas <christos@astron.com>
1399         * QNX fixes (Mike Gorchak)
1401         * Add quad support.
1403         * FIFO checks (Dr. Werner Fink)
1405         * Linux ELF fixes (Dr. Werner Fink)
1407         * Magic format checks (Dr. Werner Fink)
1409         * Magic format function improvent (Karl Chen)
1411 2006-05-03 11:11 Christos Zoulas <christos@astron.com>
1413         * Pick up some elf changes and some constant fixes from SUSE
1415         * Identify gnu tar vs. posix tar
1417         * When keep going, don't print spurious newlines (Radek Vokal)
1419 2006-04-01 12:02 Christos Zoulas <christos@astron.com>
1421         * Use calloc instead of malloc (Mike Frysinger)
1423         * Fix configure script to detect wctypes.h (Mike Frysinger)
1425 2006-03-02 16:06 Christos Zoulas <christos@astron.com>
1427         * Print empty if the file is (Mike Frysinger)
1429         * Don't try to read past the end of the buffer (Mike Frysinger)
1431         * Sort magic entries by strength [experimental]
1433 2005-11-29 13:26 Christos Zoulas <christos@astron.com>
1435         * Use iswprint() to convert the output string.
1436             (Bastien Nocera)
1438 2005-10-31 8:54 Christos Zoulas <christos@astron.com>
1440         * Fix regression where the core info was not completely processed
1441             (Radek Vokal)
1443 2005-10-20 11:15 Christos Zoulas <christos@astron.com>
1445         * Middle Endian magic (Diomidis Spinellis)
1447 2005-10-17 11:15 Christos Zoulas <christos@astron.com>
1449         * Open with O_BINARY for CYGWIN (Corinna Vinschen)
1451         * Don't close stdin (Arkadiusz Miskiewicz)
1453         * Look for note sections in non executables.
1455 2005-09-20 13:33 Christos Zoulas <christos@astron.com>
1457         * Don't print SVR4 Style in core files multiple times
1458             (Radek Vokal)
1460 2005-08-27 04:09 Christos Zoulas <christos@astron.com>
1462         * Cygwin changes Corinna Vinschen
1464 2005-08-18 09:53 Christos Zoulas <christos@astron.com>
1466         * Remove erroreous mention of /etc/magic in the file man page
1467           This is gentoo bug 101639. (Mike Frysinger)
1469         * Cross-compile support and detection (Mike Frysinger)
1471 2005-08-12 10:17 Christos Zoulas <christos@astron.com>
1473         * Add -h flag and dereference symlinks if POSIXLY_CORRECT
1474           is set.
1476 2005-07-29 13:57 Christos Zoulas <christos@astron.com>
1478         * Avoid search and regex buffer overflows (Kelledin)
1480 2005-07-12 11:48 Christos Zoulas <christos@astron.com>
1482         * Provide stub implementations for {v,}nsprintf() for older
1483           OS's that don't have them.
1484         * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
1485           to AC_TYPE_MBSTATE_T.
1487 2005-06-25 11:48 Christos Zoulas <christos@astron.com>
1489         * Dynamically allocate the string buffers and make the
1490           default read size 256K.
1492 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
1494         * Dragonfly ELF note support
1496 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
1498         * Avoid NULL pointer dereference in time conversion.
1500 2005-03-06 00:00  Joerg Walter <jwalt@mail.garni.ch>
1502         * Add indirect magic offset support, and search mode.
1504 2005-01-12 00:00  Stepan Kasal  <kasal@ucw.cz>
1506         * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
1507           If a CRLF text file happens to have CR at offset HOWMANY - 1
1508           (currently 0xffff), it should not be counted as CR line
1509           terminator.
1510           If a line has length exactly MAXLINELEN, it should not yet be
1511           treated as a ``very long line'', as MAXLINELEN is ``longest sane
1512           line length''.
1513           With CRLF, the line length was not computed correctly, and even
1514           lines of length MAXLINELEN - 1 were treated as ``very long''.
1516 2004-12-07 14:15  Christos Zoulas  <christos@astron.com>
1518         * bzip2 needs a lot of input buffer space on some files
1519           before it can begin uncompressing. This makes file -z
1520           fail on some bz2 files. Fix it by giving it a copy of
1521           the file descriptor to read as much as it wants if we
1522           have access to it. <christos@astron.com>
1524 2004-11-24 12:39  Christos Zoulas  <christos@astron.com>
1526         * Stack smash fix, and ELF more conservative reading.
1527           Jakub Bogusz <qboosh@pld-linux.org>
1529 2004-11-20 18:50  Christos Zoulas  <christos@astron.com>
1531         * New FreeBSD version parsing code:
1532           Jon Noack <noackjr@alumni.rice.edu>
1534         * Hackish support for ucs16 strings <christos@astron.com>
1536 2004-11-13 03:07  Christos Zoulas  <christos@astron.com>
1538         * print the file name and line number in syntax errors.
1540 2004 10-12 10:50  Christos Zoulas  <christos@astron.com>
1542         * Fix stack overwriting on 0 length strings: Tim Waugh
1543             <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
1545 2004-09-27 11:30  Christos Zoulas  <christos@astron.com>
1547         * Remove 3rd and 4th copyright clause; approved by Ian Darwin.
1549         * Fix small memory leaks; caught by: Tamas Sarlos
1550             <stamas@csillag.ilab.sztaki.hu>
1552 2004-07-24 16:33  Christos Zoulas  <christos@astron.com>
1554         * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
1556         * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
1558         * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
1560         * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
1562 2004-04-12 10:55  Christos Zoulas  <christos@astron.com>
1564         * make sure that magic formats match magic types during compilation
1566         * fix broken sgi magic file
1568 2004-04-06 20:36  Christos Zoulas  <christos@astron.com>
1570         * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
1572         * magic fixes
1574 2004-03-22 15:25  Christos Zoulas  <christos@astron.com>
1576         * Lots of mime fixes
1577           (Joerg Ostertag) <ostertag@rechengilde.de>
1579         * FreeBSD ELF version handling
1580           (Edwin Groothuis) <edwin@mavetju.org>
1582         * correct cleanup in all cases; don't just close the file.
1583           (Christos Zoulas) <christos@astron.com>
1585         * add gettext message catalogue support
1586           (Michael Piefel) <piefel@debian.org>
1588         * better printout for unreadable files
1589           (Michael Piefel) <piefel@debian.org>
1591         * compensate for missing MAXPATHLEN
1592           (Michael Piefel) <piefel@debian.org>
1594         * add wide character string length computation
1595           (Michael Piefel) <piefel@debian.org>
1597         * Avoid infinite loops caused by bad elf alignments
1598           or name and description note sizes. Reported by
1599           (Mikael Magnusson) <mmikael@comhem.se>
1601 2004-03-09 13:55  Christos Zoulas  <christos@astron.com>
1603         * Fix possible memory leak on error and add missing regfree
1604           (Dmitry V. Levin) <ldv@altlinux.org>
1606 2003-12-23 12:12  Christos Zoulas  <christos@astron.com>
1608         * fix -k flag (Maciej W. Rozycki)
1610 2003-11-18 14:10  Christos Zoulas  <christos@astron.com>
1612         * Try to give us much info as possible on corrupt elf files.
1613           (Willy Tarreau) <willy@w.ods.org>
1614         * Updated python bindings (Brett Funderburg)
1615            <brettf@deepfile.com>
1617 2003-11-11 15:03  Christos Zoulas  <christos@astron.com>
1619         * Include file.h first, because it includes config.h
1620           breaks largefile test macros otherwise.
1621           (Paul Eggert <eggert@CS.UCLA.EDU> via
1622            Lars Hecking <lhecking@nmrc.ie>)
1624 2003-10-14 21:39  Christos Zoulas  <christos@astron.com>
1626         * Python bindings (Brett Funderburg) <brettf@deepfile.com>
1627         * Don't lookup past the end of the buffer
1628           (Chad Hanson) <chanson@tcs-sec.com>
1629         * Add MAGIC_ERROR and api on magic_errno()
1631 2003-10-08 12:40  Christos Zoulas  <christos@astron.com>
1633         * handle error conditions from compile as fatal
1634           (Antti Kantee) <pooka@netbsd.org>
1635         * handle magic filename parsing sanely
1636         * more magic fixes.
1637         * fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
1638         * describe magic file handling
1639           (Bryan Henderson) <bryanh@giraffe-data.com>
1641 2003-09-12 15:09  Christos Zoulas  <christos@astron.com>
1643         * update magic files.
1644         * remove largefile support from file.h; it breaks things on most OS's
1646 2003-08-10 10:25  Christos Zoulas  <christos@astron.com>
1648         * fix unmapping'ing of mmaped files.
1650 2003-07-10 12:03  Christos Zoulas  <christos@astron.com>
1652         * don't exit with -1 on error; always exit 1 (Marty Leisner)
1653         * restore utimes code.
1655 2003-06-10 17:03  Christos Zoulas  <christos@astron.com>
1657         * make sure we don't access uninitialized memory.
1658         * pass lint
1659         * #ifdef __cplusplus in magic.h
1661 2003-05-25 19:23  Christos Zoulas  <christos@astron.com>
1663         * rename cvs magic file to revision to deal with
1664           case insensitive filesystems.
1666 2003-05-23 17:03  Christos Zoulas  <christos@astron.com>
1668         * documentation fixes from Michael Piefel <piefel@debian.org>
1669         * magic fixes (various)
1670         * revert basename magic in .mgc name determination
1671         * buffer protection in uncompress,
1672           signness issues,
1673           close files
1674           Maciej W. Rozycki <macro@ds2.pg.gda.pl
1676 2003-04-21 20:12  Christos Zoulas  <christos@astron.com>
1678         * fix zsh magic
1680 2003-04-04 16:59  Christos Zoulas  <christos@astron.com>
1682         * fix operand sort order in string.
1684 2003-04-02 17:30  Christos Zoulas  <christos@astron.com>
1686         * cleanup namespace in magic.h
1688 2003-04-02 13:50  Christos Zoulas  <christos@astron.com>
1690         * Magic additions (Alex Ott)
1691         * Fix bug that broke VPATH compilation (Peter Breitenlohner)
1693 2003-03-28 16:03  Christos Zoulas  <christos@astron.com>
1695         * remove packed attribute from magic struct.
1696         * make the magic struct properly aligned.
1697         * bump version number of compiled files to 2.
1699 2003-03-27 13:10  Christos Zoulas  <christos@astron.com>
1701         * separate tar detection and run it before softmagic.
1702         * fix reversed symlink test.
1703         * fix version printing.
1704         * make separator a string instead of a char.
1705         * update manual page and sort options.
1707 2003-03-26 11:00  Christos Zoulas  <christos@astron.com>
1709         * Pass lint
1710         * make NULL in magic_file mean stdin
1711         * Fix "-" argument to file to pass NULL to magic_file
1712         * avoid pointer casts by using memcpy
1713         * rename magic_buf -> magic_buffer
1714         * keep only the first error
1715         * manual page: new sentence, new line
1716         * fix typo in api function (magic_buf -> magic_buffer)