]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/file/ChangeLog
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / file / ChangeLog
1 2015-09-16   9:50  Christos Zoulas <christos@zoulas.com>
2         
3         * release 5.25
4
5 2015-09-11  13:25  Christos Zoulas <christos@zoulas.com>
6
7         * add a limit to the length of regex searches
8
9 2015-09-08   9:50  Christos Zoulas <christos@zoulas.com>
10
11         * fix problems with --parameter (Christoph Biedl)
12
13 2015-07-11  10:35  Christos Zoulas <christos@zoulas.com>
14
15         * Windows fixes PR/466 (Jason Hood)
16
17 2015-07-09  10:35  Christos Zoulas <christos@zoulas.com>
18
19         * release 5.24
20
21 2015-06-11   8:52  Christos Zoulas <christos@zoulas.com>
22
23         * redo long option encoding to fix off-by-one in 5.23
24
25 2015-06-10  13:50  Christos Zoulas <christos@zoulas.com>
26
27         * release 5.23
28
29 2015-06-09  16:10  Christos Zoulas <christos@zoulas.com>
30         
31         * Fix issue with regex range for magic with offset
32         * Always return true from mget with USE (success to mget not match
33           indication). Fixes mime evaluation after USE magic
34         * PR/459: Don't insert magic entries to the list if there are parsing
35           errors for them.
36
37 2015-06-03  16:00  Christos Zoulas <christos@zoulas.com>
38
39         * PR/455: Add utf-7 encoding
40
41 2015-06-03  14:30  Christos Zoulas <christos@zoulas.com>
42
43         * PR/455: Implement -Z, look inside, but don't report on compression
44         * PR/454: Fix allocation error on bad magic.
45
46 2015-05-29  10:30  Christos Zoulas <christos@zoulas.com>
47
48         * handle MAGIC_CONTINUE everywhere, not just in softmagic
49
50 2015-05-21  14:30  Christos Zoulas <christos@zoulas.com>
51
52         * don't print descriptions for NAME types when mime.
53
54 2015-04-09  15:59  Christos Zoulas <christos@zoulas.com>
55
56         * Add --extension to list the known extensions for this file type
57           Idea by Andrew J Roazen
58
59 2015-02-14  12:23  Christos Zoulas <christos@zoulas.com>
60
61         * Bump file search buffer size to 1M.
62
63 2015-01-09  14:35  Christos Zoulas <christos@zoulas.com>
64
65         * Fix multiple issues with date formats reported by Christoph Biedl:
66                 - T_LOCAL meaning was reversed
67                 - Arithmetic did not work
68           Also stop adjusting daylight savings for gmt printing.
69
70 2015-01-05  13:00  Christos Zoulas <christos@zoulas.com>
71
72         * PR/411: Fix memory corruption from corrupt cdf file.
73
74 2015-01-02  15:15  Christos Zoulas <christos@zoulas.com>
75
76         * release 5.22
77
78 2015-01-01  12:01  Christos Zoulas <christos@zoulas.com>
79
80         * add indirect relative for TIFF/Exif
81
82 2014-12-16  18:10  Christos Zoulas <christos@zoulas.com>
83         
84         * restructure elf note printing to avoid repeated messages
85         * add note limit, suggested by Alexander Cherepanov
86
87 2014-12-16  16:53  Christos Zoulas <christos@zoulas.com>
88         
89         * Bail out on partial pread()'s (Alexander Cherepanov)
90         * Fix incorrect bounds check in file_printable (Alexander Cherepanov)
91
92 2014-12-11  20:01  Christos Zoulas <christos@zoulas.com>
93
94         * PR/405: ignore SIGPIPE from uncompress programs
95         * change printable -> file_printable and use it in
96           more places for safety
97         * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
98           is present print the interpreter name.
99         
100 2014-12-10  20:01  Christos Zoulas <christos@zoulas.com>
101
102         * release 5.21
103
104 2014-11-27  18:40  Christos Zoulas <christos@zoulas.com>
105
106         * Allow setting more parameters from the command line.
107         * Split name/use and indirect magic recursion limits.
108
109 2014-11-27  11:12  Christos Zoulas <christos@zoulas.com>
110
111         * Adjust ELF parameters and the default recursion
112           level.
113         * Allow setting the recursion level dynamically.
114
115 2014-11-24   8:55  Christos Zoulas <christos@zoulas.com>
116
117         * The following fixes resulted from Thomas Jarosch's fuzzing
118           tests that revealed severe performance issues on pathological
119           input:
120             - limit number of elf program and sections processing
121             - abort elf note processing quickly
122             - reduce the number of recursion levels from 20 to 10
123             - preserve error messages in indirect magic handling
124
125         This is tracked as CVE-2014-8116 and CVE-2014-8117
126
127 2014-11-12  10:30  Christos Zoulas <christos@zoulas.com>
128
129         * fix bogus free in the user buffer case.
130
131 2014-11-11  12:35  Christos Zoulas <christos@zoulas.com>
132
133         * fix out of bounds read for pascal strings
134         * fix memory leak (not freeing the head of each mlist)
135
136 2014-11-07  10:25  Christos Zoulas <christos@zoulas.com>
137
138         * When printing strings from a file, convert them to printable
139           on a byte by byte basis, so that we don't get issues with
140           locale's trying to interpret random byte streams as UTF-8 and
141           having printf error out with EILSEQ.
142           
143 2014-10-17  11:48  Christos Zoulas <christos@zoulas.com>
144
145         * fix bounds in note reading (Francisco Alonso / Red Hat)
146
147 2014-10-11  15:02  Christos Zoulas <christos@zoulas.com>
148
149         * fix autoconf glue for setlocale and locale_t; some OS's
150           have locale_t in xlocale.h
151
152 2014-10-10  15:01  Christos Zoulas <christos@zoulas.com>
153
154         * release 5.20
155
156 2014-08-17  10:01  Christos Zoulas <christos@zoulas.com>
157
158         * recognize encrypted CDF documents
159
160 2014-08-04   9:18  Christos Zoulas <christos@zoulas.com>
161
162         * add magic_load_buffers from Brooks Davis
163
164 2014-07-24  16:40  Christos Zoulas <christos@zoulas.com>
165
166         * add thumbs.db support
167
168 2014-06-12  12:28  Christos Zoulas <christos@zoulas.com>
169
170         * release 5.19
171
172 2014-06-09   9:04  Christos Zoulas <christos@zoulas.com>
173         
174         * Misc buffer overruns and missing buffer size tests in cdf parsing
175           (Francisco Alonso, Jan Kaluza)
176
177 2014-06-02  14:50  Christos Zoulas <christos@zoulas.com>
178
179         * Enforce limit of 8K on regex searches that have no limits
180         * Allow the l modifier for regex to mean line count. Default
181           to byte count. If line count is specified, assume a max
182           of 80 characters per line to limit the byte count.
183         * Don't allow conversions to be used for dates, allowing
184           the mask field to be used as an offset.
185
186 2014-05-30  12:51  Christos Zoulas <christos@zoulas.com>
187
188         * Make the range operator limit the length of the
189           regex search.
190
191 2014-05-14  19:23  Christos Zoulas <christos@zoulas.com>
192
193         * PR/347: Windows fixes
194         * PR/352: Hangul word processor recognition
195         * PR/354: Encoding irregularities in text files
196
197 2014-05-06  6:12  Christos Zoulas <christos@zoulas.com>
198
199         * Fix uninitialized title in CDF files (Jan Kaluza)
200
201 2014-05-04  14:55  Christos Zoulas <christos@zoulas.com>
202
203         * PR/351: Fix compilation of empty files 
204
205 2014-04-30  17:39  Christos Zoulas <christos@zoulas.com>
206
207         * Fix integer formats: We don't specify 'l' or
208           'h' and 'hh' specifiers anymore, only 'll' for
209           quads and nothing for the rest. This is so that
210           magic writing is simpler.
211
212 2014-04-01  15:25  Christos Zoulas <christos@zoulas.com>
213
214         * PR/341: Jan Kaluza, fix memory leak
215         * PR/342: Jan Kaluza, fix out of bounds read
216
217 2014-03-28  15:25  Christos Zoulas <christos@zoulas.com>
218
219         * Fix issue with long formats not matching fmtcheck
220
221 2014-03-26  11:25  Christos Zoulas <christos@zoulas.com>
222
223         * release 5.18
224
225 2014-03-15  17:45  Christos Zoulas <christos@zoulas.com>
226
227         * add fmtcheck(3) for those who don't have it
228
229 2014-03-14  15:12  Christos Zoulas <christos@zoulas.com>
230
231         * prevent mime entries from being attached to magic
232           entries with no descriptions
233
234         * adjust magic strength for regex type
235
236         * remove superfluous ascmagic with encoding test
237
238 2014-03-06  12:01  Christos Zoulas <christos@zoulas.com>
239
240         * fix regression fix echo -ne "\012\013\014" | file -i -
241           which printed "binary" instead of "application/octet-stream"
242
243         * add size_t overflow check for magic file size
244
245 2014-02-27  16:01  Christos Zoulas <christos@zoulas.com>
246
247         * experimental support for matching with CFD CLSID
248
249 2014-02-18  13:04  Kimmo Suominen (kimmo@suominen.com)
250
251         * Cache old LC_CTYPE locale before setting it to "C", so
252           we can use it to restore LC_CTYPE instead of asking
253           setlocale() to scan the environment variables.
254
255 2014-02-12  18:21  Christos Zoulas <christos@zoulas.com>
256
257         * Count recursion levels through indirect magic
258
259 2014-02-11  10:40  Christos Zoulas <christos@zoulas.com>
260
261         * Prevent infinite recursion on files with indirect offsets of 0
262
263 2014-01-30  21:00  Christos Zoulas <christos@zoulas.com>
264
265         * Add -E flag that makes file print filesystem errors to stderr
266           and exit.
267
268 2014-01-08  17:20  Christos Zoulas <christos@zoulas.com>
269
270         * mime printing could print results from multiple magic entries
271           if there were multiple matches.
272         * in some cases overflow was not detected when computing offsets
273           in softmagic.
274
275 2013-12-05  12:00  Christos Zoulas <christos@zoulas.com>
276
277         * use strcasestr() to for cdf strings
278         * reset to the "C" locale while doing regex operations, or case
279           insensitive comparisons; this is provisional
280
281 2013-11-19  20:10  Christos Zoulas <christos@zoulas.com>
282
283         * always leave magic file loaded, don't unload for magic_check, etc.
284         * fix default encoding to binary instead of unknown which broke recently
285         * handle empty and one byte files, less specially so that
286           --mime-encoding does not break completely.
287                 `
288 2013-11-06  14:40  Christos Zoulas <christos@zoulas.com>
289
290         * fix erroneous non-zero exit code from non-existant file and message
291
292 2013-10-29  14:25  Christos Zoulas <christos@zoulas.com>
293
294         * add CDF MSI file detection (Guy Helmer)
295
296 2013-09-03  11:56  Christos Zoulas <christos@zoulas.com>
297
298         * Don't mix errors and regular output if there was an error
299         * in magic_descriptor() don't close the file and try to restore
300           its position
301
302 2013-05-30  17:25  Christos Zoulas <christos@zoulas.com>
303
304         * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
305
306 2013-05-28  17:25  Christos Zoulas <christos@zoulas.com>
307         
308         * Fix spacing issues in softmagic and elf (Jan Kaluza)
309
310 2013-05-02  18:00  Christos Zoulas <christos@zoulas.com>
311
312         * Fix segmentation fault with multiple magic_load commands.
313
314 2013-04-22  11:20  Christos Zoulas <christos@zoulas.com>
315
316         * The way "default" was implemented was not very useful
317           because the "if something was printed at that level"
318           was not easily controlled by the user, and the format
319           was bound to a string which is too restrictive. Add
320           a "clear" for that level keyword and make "default"
321           void. This way one can do:
322
323                 >>13    clear   x
324                 >>13    lelong  1       foo
325                 >>13    lelong  2       bar
326                 >>13    default x
327                 >>>13   lelong  x       unknown %x
328
329 2013-03-25  13:20  Christos Zoulas <christos@zoulas.com>
330
331         * disallow strength setting in "name" entries
332
333 2013-03-06  21:24  Christos Zoulas <christos@zoulas.com>
334
335         * fix recursive magic separator printing
336
337 2013-02-26  19:28  Christos Zoulas <christos@zoulas.com>
338
339         * limit recursion level for mget
340         * fix pread() related breakage in cdf
341         * handle offsets properly in recursive "use"
342
343 2013-02-18  10:39  Christos Zoulas <christos@zoulas.com>
344
345         * add elf reading of debug info to determine if file is stripped
346           (Jan Kaluza)
347         * use pread()
348
349 2013-01-25  18:05  Christos Zoulas <christos@zoulas.com>
350
351         * change mime description size from 64 to 80 to accommodate OOXML.
352
353 2013-01-11  14:50  Christos Zoulas <christos@zoulas.com>
354
355         * Warn about inconsistent continuation levels.
356         * Change fsmagic to add a space after it prints.
357
358 2013-01-10  21:00  Christos Zoulas <christos@zoulas.com>
359
360         * Make getline public so that file can link against it.
361           Perhaps it is better to rename it, or hide it differently.
362           Fixes builds on platforms that do not provide it.
363           
364 2013-01-07  16:30  Christos Zoulas <christos@zoulas.com>
365
366         * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
367           what long, int, short, etc is (Guy Harris)
368
369 2013-01-06  11:20  Christos Zoulas <christos@zoulas.com>
370
371         * add magic_version function and constant
372         * Redo memory allocation and de-allocation.
373           (prevents double frees on non mmap platforms)
374         * Fix bug with name/use having to do with passing
375           found state from the parent to the child and back.
376
377 2012-12-19   8:47  Christos Zoulas <christos@zoulas.com>
378
379         * Only print elf capabilities for archs we know (Jan Kaluza)
380
381 2012-10-30  19:14  Christos Zoulas <christos@zoulas.com>
382
383         * Add "name" and "use" file types in order to look
384           inside mach-o files.
385
386 2012-09-06  10:40  Christos Zoulas <christos@zoulas.com>
387
388         * make --version exit 0 (Matthew Schultz)
389         * add string/T (Jan Kaluza)
390
391 2012-08-09  2:15  Christos Zoulas <christos@zoulas.com>
392
393         * add z and t modifiers for our own vasprintf
394         * search for $HOME/.magic.mgc if it is there first
395         * fix reads from a pipe, and preserve errno
396
397 2012-05-15  13:12  Christos Zoulas <christos@zoulas.com>
398
399         * use ctime_r, asctime_r
400
401 2012-04-06  17:18  Christos Zoulas <christos@zoulas.com>
402
403         * Fixes for indirect offsets to handle apple disk formats
404
405 2012-04-03  18:26  Christos Zoulas <christos@zoulas.com>
406
407         * Add windows date field types
408         * More info for windows shortcuts (incomplete)
409
410 2012-02-20  17:33  Christos Zoulas <christos@zoulas.com>
411
412         * Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
413
414 2011-12-15  12:17  Chris Metcalf <cmetcalf@tilera.com>
415
416         * Support Tilera architectures (tile64, tilepro, tilegx).
417
418 2011-12-16  16:33  Reuben Thomas <rrt@sc3d.org>
419
420         * Add magic for /usr/bin/env Perl scripts
421         * Weaken generic script magic to avoid clashing with
422         language-specific magic.
423
424 2011-12-08  13:37  Reuben Thomas <rrt@sc3d.org>
425
426         * Simplify if (p) free(p) to free(p).
427
428 2011-12-08  13:07  Reuben Thomas <rrt@sc3d.org>
429
430         * Remove hardwired token finding (names.h), turning it into soft
431         magic. Patterns are either anchored regexs or search/8192. English
432         language detection and PL/1 detection have been removed as they
433         were too fragile. -e tokens is still accepted for backwards
434         compatibility.
435         * Move 3ds patterns (which are commented out anyway) into autodesk
436         (they were, oddly, in c-lang).
437
438 2011-12-06  00:16  Reuben Thomas <rrt@sc3d.org>
439
440         * Tweak strength of generic hash-bang detectors to be less than
441         specific ones.
442         * Make an inconsistent description of Python scripts consistent.
443
444 2011-12-05  23:58  Reuben Thomas <rrt@sc3d.org>
445
446         * Fix minor error in file(1).
447
448 2011-11-05  00:00  Reuben Thomas <rrt@sc3d.org>
449
450         * Fix issue #150 (I hope).
451
452 2011-09-22  12:57  Christos Zoulas <christos@zoulas.com>
453
454         * Python3 binding fixes from Kelly Anderson
455
456 2011-09-20  11:32  Christos Zoulas <christos@zoulas.com>
457
458         * If a string type magic entry is marked as text or binary
459           only match text files against text entries and binary
460           files against binary entries.
461
462 2011-09-01  12:12  Christos Zoulas <christos@zoulas.com>
463
464         * Don't wait for any subprocess, just the one we forked.
465
466 2011-08-26  16:40  Christos Zoulas <christos@zoulas.com>
467
468         * If the application name is not set in a cdf file, try to see
469           if it has a directory with the application name on it.
470
471 2011-08-17  14:32  Christos Zoulas <christos@zoulas.com>
472
473         * Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza
474
475 2011-08-14  09:03  Christos Zoulas <christos@zoulas.com>
476
477         * Don't use variable string formats.
478
479 2011-07-12  12:32  Reuben Thomas <rrt@sc3d.org>
480
481         * Fix detection of Zip files (Mantis #128).
482         * Make some minor improvements to file(1).
483         * Rename MIME types for filesystem objects for consistency with
484           xdg-utils. Typically this means that application/x-foo becomes
485           inode/foo, but some names also change slightly, e.g.
486           application/x-character-device becomes inode/chardevice.
487
488 2011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
489
490         * fix mingw compilation (Abradoks)
491
492 2011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
493
494         * remove patchlevel.h
495         * Fix read past allocated memory caused by double-incrementing
496           a pointer in a loop (reported by Roberto Maar)
497
498 2011-03-30  15:45  Christos Zoulas <christos@zoulas.com>
499
500         * Fix cdf string buffer setting (Sven Anders)
501
502 2011-03-20  16:35  Christos Zoulas <christos@zoulas.com>
503
504         * Eliminate MAXPATHLEN and use dynamic allocation for
505           path and file buffers.
506
507 2011-03-15  18:15  Christos Zoulas <christos@zoulas.com>
508
509         * binary tests on magic entries with masks could spuriously
510           get converted to ascii.
511
512 2011-03-12  18:06  Reuben Thomas <rrt@sc3d.org>
513
514         * Improve file.man (remove BUGS, present email addresses consistently).
515
516 2011-03-07  19:38  Christos Zoulas <christos@zoulas.com>
517
518         * add lrzip support (from Ville Skytta)
519
520 2011-02-10  16:36  Christos Zoulas <christos@zoulas.com>
521
522         * fix CDF bounds checking (Guy Helmer)
523
524 2011-02-10  12:03  Christos Zoulas <christos@zoulas.com>
525
526         * add cdf_ctime() that prints a meaningful error when time cannot
527           be converted.
528
529 2011-02-02  20:40  Christos Zoulas <christos@zoulas.com>
530
531         * help and version output to stdout.
532
533         * When matching softmagic for ascii files, don't just print
534           the softmagic classification, keep going and print the
535           text classification too. This fixes broken troff files when
536           we moved them from keyword recognition to softmagic
537           (they stopped printing "with CRLF" etc.)
538           Reported by Doug McIlroy.
539
540 2011-01-16  19:31  Reuben Thomas <rrt@sc3d.org>
541
542         * Fix two potential buffer overruns in apprentice_list.
543
544 2011-01-14  22:33  Reuben Thomas <rrt@sc3d.org>
545
546         * New Python binding in pure Python.
547         * Update libmagic(3).
548
549 2011-01-06  21:40  Reuben Thomas <rrt@sc3d.org>
550
551         * Fix Python bindings (including recent Python 3 compatibility
552           update).
553
554 2011-01-04  18:43  Reuben Thomas <rrt@sc3d.org>
555
556         * magic/Makefile.am: make it easier to recover from magic build failures.
557         * Fix pstring length specifier parsing to avoid generating invalid
558           magic files.
559         * Add pstring length "J" (for "JPEG") to specify that the length
560           include itself.
561         * Fix JPEG comment parsing at last using pstring/HJ!
562         * Ignore section 5 man pages in doc/.cvsignore.
563
564 2010-12-22  13:12  Christos Zoulas <christos@zoulas.com>
565
566         * Add pstring/BHhLl to specify the type of the length of pascal
567           strings.
568
569 2010-11-26  18:39  Reuben Thomas <rrt@sc3d.org>
570
571         * Fix "-e soft": it was ignored when softmagic was called
572           during asciimagic.
573         * Improve comments and use "unsigned char" in tar.h/is_tar.c.
574
575 2010-11-05  17:26  Reuben Thomas <rrt@sc3d.org>
576
577         * Make bug reporting addresses more visible.
578
579 2010-11-01  18:35  Reuben Thomas <rrt@sc3d.org>
580
581         * Add tcl magic from Gustaf Neumann
582
583 2010-10-24  10:42  Christos Zoulas <christos@zoulas.com>
584
585         * Fix the whitespace comparing code (Christopher Chittleborough)
586
587 2010-10-06  21:05  Christos Zoulas <christos@zoulas.com>
588
589         * allow string/t to work (Jan Kaluza)
590
591 2010-09-20  22:11  Reuben Thomas <rrt@sc3d.org>
592
593         * Apply some patches from Ubuntu and Fedora.
594
595 2010-09-20  21:16  Reuben Thomas <rrt@sc3d.org>
596
597         * Apply all patches from Debian package 5.04-6 which have not
598           already been applied and are not Debian-specific.
599
600 2010-09-20  15:24  Reuben Thomas <rrt@sc3d.org>
601
602         * Minor security fix to softmagic.c (don't use untrusted
603           string as printf format).
604
605 2010-07-21  12:20  Christos Zoulas <christos@zoulas.com>
606
607         * MINGW32 portability from LRN
608
609         * Don't warn about escaping magic regex chars when we are in a regex.
610
611 2010-07-19  10:55  Christos Zoulas <christos@zoulas.com>
612
613         * Only try to print prpsinfo for core files. (Jan Kaluza)
614
615 2010-04-22  12:55  Christos Zoulas <christos@zoulas.com>
616
617         * Try more elf offsets for Debian core files.  (Arnaud Giersch)
618
619 2010-02-20  15:18  Reuben Thomas <rrt@sc3d.org>
620
621         * Clarify which sort of CDF we mean.
622
623 2010-02-14  22:58  Reuben Thomas <rrt@sc3d.org>
624
625         * Re-jig Zip file type magic so that unsupported special
626           Zip types (those with "mimetype" at offset 30) can be
627           recognized.
628
629 2010-02-02  21:50  Reuben Thomas <rrt@sc3d.org>
630
631         * Add support for OCF (EPUB) files (application/epub+zip)
632
633 2010-01-28  18:25  Christos Zoulas <christos@zoulas.com>
634
635         * Fix core-dump from unbound loop:
636           https://bugzilla.redhat.com/show_bug.cgi?id=533245
637
638 2010-01-22  15:45  Christos Zoulas <christos@zoulas.com>
639
640         * print proper mime for crystal reports file
641
642         * print the last summary information of a cdf document, not the
643           first so that nested documents print the right info
644
645 2010-01-16  18:42  Charles Longeau <chl@tuxfamily.org>
646
647         * bring back some fixes from OpenBSD:
648                 - make gcc2 builds file
649                 - fix typos in a magic file comment
650
651 2009-11-17  18:35  Christos Zoulas <christos@zoulas.com>
652
653         * ctime/asctime can return NULL on some OS's although
654           they should not (Toshit Antani)
655
656 2009-09-14  13:49  Christos Zoulas <christos@zoulas.com>
657
658         * Centralize magic path handling routines and remove the
659           special-casing from file.c so that the python module for
660           example comes up with the same magic path (Fixes ~/.magic
661           handling) (from Gab)
662
663 2009-09-11  23:38  Reuben Thomas <rrt@sc3d.org>
664
665         * When magic argument is a directory, read the files in
666           strcmp-sorted order (fixes Debian bug #488562 and our own FIXME).
667
668 2009-09-11  13:11  Reuben Thomas <rrt@sc3d.org>
669
670         * Combine overlapping epoc and psion magic files into one (epoc).
671
672         * Add some more EPOC MIME types.
673
674 2009-08-19  15:55  Christos Zoulas <christos@zoulas.com>
675
676         * Fix 3 bugs (From Ian Darwin):
677             - file_showstr could move one past the end of the array
678             - parse_apple did not nul terminate the string in the overflow case
679             - parse_mime truncated the wrong string in the overflow case
680
681 2009-08-12  12:28  Robert Byrnes  <byrnes@wildpumpkin.net>
682
683         * Include Localstuff when compiling magic.
684
685 2009-07-15  10:05  Christos Zoulas <christos@zoulas.com>
686
687         * Fix logic for including mygetopts.h
688
689         * Make cdf.c compile again with debugging
690
691         * Add the necessary field handling for crystal reports files to work
692
693 2009-06-23 01:34  Reuben Thomas <rrt@sc3d.org>
694
695         * Stop "(if" identifying Lisp files, that's plain dumb!
696
697 2009-06-09 22:13  Reuben Thomas <rrt@sc3d.org>
698
699         * Add a couple of missing MP3 MIME types.
700
701 2009-05-27 23:00  Reuben Thomas <rrt@sc3d.org>
702
703         * Add full range of hash-bang tests for Python and Ruby.
704
705         * Add MIME types for Python and Ruby scripts.
706
707 2009-05-13  10:44  Christos Zoulas <christos@zoulas.com>
708
709         * off by one in parsing hw capabilities in elf
710           (Cheng Renquan)
711
712 2009-05-08  13:40  Christos Zoulas <christos@zoulas.com>
713         
714         * lint fixes and more from NetBSD
715
716 2009-05-06  10:25  Christos Zoulas <christos@zoulas.com>
717
718         * Avoid null dereference in cdf code (Drew Yao)
719
720         * More cdf bounds checks and overflow checks
721
722 2009-05-01  18:37  Christos Zoulas <christos@zoulas.com>
723
724         * Buffer overflow fixes from Drew Yao
725
726 2009-04-30  17:10  Christos Zoulas <christos@zoulas.com>
727
728         * Fix more cdf lossage. All the documents I have
729           right now print the correct information.
730
731 2009-03-27  18:43  Christos Zoulas <christos@zoulas.com>
732
733         * don't print \012- separators in the same magic entry 
734           if it consists of multiple magic printing lines.
735
736 2009-03-23  10:20  Christos Zoulas <christos@zoulas.com>
737
738         * Avoid file descriptor leak in compress code from
739           (Daniel Novotny)
740
741 2009-03-18  16:50  Christos Zoulas <christos@zoulas.com>
742
743         * Allow escaping of relation characters, so that we can say \^[A-Z]
744           and the ^ is not eaten as a relation char.
745
746         * Fix troff and fortran to their previous glory using
747           regex. This was broken since their removel from ascmagic.
748
749 2009-03-10  16:50  Christos Zoulas <christos@zoulas.com>
750
751         * don't use strlen in strndup() (Toby Peterson)
752
753 2009-03-10  7:45  Christos Zoulas <christos@zoulas.com>
754
755         * avoid c99 syntax.
756
757 2009-02-23 15:45  Christos Zoulas <christos@zoulas.com>
758
759         * make the cdf code use the buffer first if available,
760           and then the fd code.
761
762 2009-02-13 13:45  Christos Zoulas <christos@zoulas.com>
763
764         * look for struct option to determine if getopt.h is usable for IRIX.
765
766         * sanitize cdf document strings
767
768 2009-02-04 13:25  Christos Zoulas <christos@zoulas.com>
769
770         * fix OS/2 warnings.
771
772 2008-12-12 15:50  Christos Zoulas <christos@zoulas.com>
773
774         * fix initial offset calculation for non 4K sector files
775
776         * add loop limits to avoid DoS attacks by constructing
777           looping sector references.
778
779 2008-12-03 13:05  Christos Zoulas <christos@zoulas.com>
780
781         * fix memory botches on cdf file parsing.
782
783         * exit with non-zero value for any error, not just for the last
784           file processed.
785
786 2008-11-09 20:42  Charles Longeau <chl@tuxfamily.org>
787
788         * Replace all str{cpy,cat} functions with strl{cpy,cat}
789         * Ensure that strl{cpy,cat} are included in libmagic,
790           as needed.
791
792 2008-11-06 18:18  Christos Zoulas <christos@zoulas.com>
793
794         * Handle ID3 format files.
795
796 2008-11-06 23:00  Reuben Thomas <rrt@sc3d.org>
797
798         * Fix --mime, --mime-type and --mime-encoding under new scheme.
799
800         * Rename "ascii" to "text" and add "encoding" test.
801
802         * Return a precise ("utf-16le" or "utf-16be") MIME charset for
803           UTF-16.
804
805         * Fix error in comment caused by automatic indentation adding
806           words!
807
808 2008-11-06 10:35  Christos Zoulas <christos@astron.com>
809
810         * use memchr instead of strchr because the string
811           might not be NUL terminated (Scott MacVicar)
812
813 2008-11-03 07:31  Reuben Thomas <rrt@sc3d.org>
814
815         * Fix a printf with a non-literal format string.
816
817         * Fix formatting and punctuation of help for "--apple".
818
819 2008-10-30 11:00  Reuben Thomas <rrt@sc3d.org>
820
821         * Correct words counts in comments of struct magic.
822
823         * Fix handle_annotation to allow both Apple and MIME types to be
824           printed, and to return correct code if MIME type is
825           printed (1, not 0) or if there's an error (-1 not 1).
826
827         * Fix output of charset for MIME type (precede with semi-colon;
828           fixes Debian bug #501460).
829
830         * Fix potential attacks via conversion specifications in magic
831           strings.
832
833         * Add a FIXME for Debian bug #488562 (magic files should be
834           read in a defined order, by sorting the names).
835
836 2008-10-18 16:45  Christos Zoulas <christos@astron.com>
837
838         * Added APPLE file creator/type
839
840 2008-10-12 10:20  Christos Zoulas <christos@astron.com>
841
842         * Added CDF parsing
843
844 2008-10-09 16:40  Christos Zoulas <christos@astron.com>
845
846         * filesystem and msdos patches (Joerg Jenderek)
847
848 2008-10-09 13:20  Christos Zoulas <christos@astron.com>
849
850         * correct --exclude documentation issues: remove troff and fortran
851           and rename "token" to "tokens". (Randy McMurchy)
852
853 2008-10-01 10:30  Christos Zoulas <christos@astron.com>
854
855         * Read ~/.magic in addition to the default magic file not instead
856           of, as documented in the man page.
857
858 2008-09-10 21:30  Reuben Thomas  <rrt@sc3d.org>
859
860         * Comment out graphviz patterns, as they match too many files.
861
862 2008-08-30 12:54  Christos Zoulas <christos@astron.com>
863
864         * Don't eat trailing \n in magic enties.
865
866         * Cast defines to allow compilation using a c++ compiler.
867
868 2008-08-25 23:56  Reuben Thomas  <rrt@sc3d.org>
869
870         * Add text/x-lua MIME type for Lua scripts.
871
872         * Escape { in regex in graphviz patterns.
873
874 2008-07-26 00:59  Reuben Thomas  <rrt@sc3d.org>
875
876         * Add MIME types for special files.
877
878         * Use access to give more accurate information for files that
879           can't be opened.
880
881         * Add a TODO list.
882
883 2008-07-02 11:15  Christos Zoulas  <christos@astron.com>
884
885         * add !:strength op to adjust magic strength (experimental)
886
887 2008-06-16 21:41  Reuben Thomas  <rrt@sc3d.org>
888
889         * Fix automake error in configure.ac.
890
891         * Add MIME type for Psion Sketch files.
892
893 2008-06-05 08:59  Christos Zoulas  <christos@astron.com>
894
895         * Don't print warnings about bad namesize in stripped
896           binaries with PT_NOTE is still there, and the actual
897           note is gone (Jakub Jelinek)
898
899 2008-05-28 15:12  Robert Byrnes  <byrnes@wildpumpkin.net>
900
901         * magic/Magdir/elf:
902           Note invalid byte order for little-endian SPARC32PLUS.
903           Add SPARC V9 vendor extensions and memory model.
904
905         * src/elfclass.h:
906           Pass target machine to doshn (for Solaris hardware capabilities).
907
908         * src/readelf.c (doshn):
909           Add support for Solaris hardware/software capabilities.
910
911         * src/readelf.h:
912           Ditto.
913
914         * src/vasprintf.c (dispatch):
915           Add support for ll modifier.
916
917 2008-05-16 10:25  Christos Zoulas  <christos@astron.com>
918
919         * Fix compiler warnings.
920
921         * remove stray printf, and fix a vprintf bug. (Martin Dorey)
922
923 2008-05-06 00:13  Robert Byrnes  <byrnes@wildpumpkin.net>
924
925         * src/Makefile.am:
926           Ensure that getopt_long and [v]asprintf are included in libmagic,
927           as needed.
928
929           Remove unnecessary EXTRA_DIST.
930
931         * src/Makefile.in:
932           Rerun automake.
933
934         * src/vasprintf.c (dispatch):
935           Fix variable precision bug: be sure to step past '*'.
936
937         * src/vasprintf.c (core):
938           Remove unreachable code.
939
940         * src/apprentice.c (set_test_type):
941           Add cast to avoid compiler warning.
942
943 2008-04-22 23:45  Christos Zoulas  <christos@astron.com>
944
945         * Add magic submission guidelines (Abel Cheung)
946
947         * split msdos and windows magic (Abel Cheung)
948
949 2008-04-04 11:00  Christos Zoulas  <christos@astron.com>
950
951         * >= <= is not supported, so fix the magic and warn about it.
952           reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
953
954 2008-03-27 16:16  Robert Byrnes  <byrnes@wildpumpkin.net>
955
956         * src/readelf.c (donote):
957           ELF core file command name/line bug fixes and enhancements:
958
959           Try larger offsets first to avoid false matches
960           from earlier data that happen to look like strings;
961           this primarily affected SunOS 5.x 32-bit Intel core files.
962
963           Add support for command line (instead of just short name)
964           for SunOS 5.x.
965
966           Add information about NT_PSINFO for SunOS 5.x.
967
968           Only trim whitespace from end of command line.
969
970 2007-02-11 01:36 Reuben Thomas <rrt@sc3d.org>
971
972         * Change strength of ! from MULT to 0, as it matches almost
973                   anything (Reuben Thomas)
974
975         * Debian fixes (Reuben Thomas)
976
977 2007-02-11 00:17 Reuben Thomas <rrt@sc3d.org>
978
979         * Clarify UTF-8 BOM message (Reuben Thomas)
980
981         * Add HTML comment to token list in names.h
982
983 2007-02-04 15:50 Christos Zoulas <christos@astron.com>
984
985         * Debian fixes (Reuben Thomas)
986
987 2007-02-04 11:31 Christos Zoulas <christos@astron.com>
988
989         * !:mime annotations in magic files (Reuben Thomas)
990
991 2007-01-29 15:35 Christos Zoulas <christos@astron.com>
992
993         * zero out utime/utimes structs (Gavin Atkinson)
994
995 2007-01-26 13:45 Christos Zoulas <christos@astron.com>
996
997         * reduce writable data from Diego "Flameeyes" Petten
998
999 2007-12-28 15:06 Christos Zoulas <christos@astron.com>
1000
1001         * strtof detection
1002
1003         * remove bogus regex magic that could cause a DoS
1004
1005         * better mismatch version message
1006
1007 2007-12-27 11:35 Christos Zoulas <christos@astron.com>
1008
1009         * bring back some fixes from OpenBSD
1010
1011         * treat ELF dynamic objects as executables
1012
1013         * fix gcc warnings
1014
1015 2007-12-01 19:55 Christos Zoulas <christos@astron.com>
1016
1017         * make sure we have zlib.h and libz to compile the builtin
1018           decompress code
1019
1020 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
1021
1022         * float and double magic support (Behan Webster)
1023
1024 2007-10-28 20:48 Christos Zoulas <christos@astron.com>
1025
1026         * Convert fortran to a soft test (Reuben Thomas)
1027
1028 2007-10-23  5:25 Christos Zoulas <christos@astron.com>
1029
1030         * Add --with-filename, and --no-filename (Reuben Thomas)
1031
1032 2007-10-23  3:59 Christos Zoulas <christos@astron.com>
1033
1034         * Rest of the mime split (Reuben Thomas)
1035
1036         * Make usage message generated from the flags so that
1037           they stay consistent (Reuben Thomas)
1038
1039 2007-10-20  3:06 Christos Zoulas <christos@astron.com>
1040
1041         * typo in comment, missing ifdef QUICK, remove unneeded code
1042                 (Charles Longeau)
1043
1044 2007-10-17  3:33 Christos Zoulas <christos@astron.com>
1045
1046         * Fix problem printing -\012 in some entries
1047
1048         * Separate magic type and encoding flags (Reuben Thomas)
1049
1050 2007-10-09  3:55 Christos Zoulas <christos@astron.com>
1051
1052         * configure fix for int64 and strndup (Reuben Thomas)
1053
1054 2007-09-26  4:45 Christos Zoulas <christos@astron.com>
1055
1056         * Add magic_descriptor() function.
1057
1058         * Fix regression in elf reading code where the core name was
1059           not being printed.
1060
1061         * Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson)
1062
1063 2007-08-19  6:30 Christos Zoulas <christos@astron.com>
1064
1065         * Make mime format consistent so that it can
1066           be easily parsed:
1067               mimetype [charset=character-set] [encoding=encoding-mime-type]
1068
1069           Remove spurious extra text from some MIME type printouts
1070           (mostly in is_tar).
1071
1072           Fix one case where -i produced nothing at all (for a 1-byte file,
1073           which is now classed as application/octet-stream).
1074
1075           Remove 7/8bit classifications, since they were arbitrary
1076           and not based on the file data.
1077
1078           This work was done by Reuben Thomas
1079
1080 2007-05-24 10:00 Christos Zoulas <christos@astron.com>
1081
1082         * Fix another integer overflow (Colin Percival)
1083
1084 2007-03-26 13:58 Christos Zoulas <christos@astron.com>
1085
1086         * make sure that all of struct magic_set is initialized appropriately
1087           (Brett)
1088
1089 2007-03-25 17:44 Christos Zoulas <christos@astron.com>
1090
1091         * reset left bytes in the buffer (Dmitry V. Levin)
1092
1093         * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
1094           (Peter Avalos)
1095
1096 2007-03-15 10:51 Christos Zoulas <christos@astron.com>
1097
1098         * fix fortran and nroff reversed tests (Dmitry V. Levin)
1099
1100         * fix exclude option (Dmitry V. Levin)
1101
1102 2007-02-08 17:30 Christos Zoulas <christos@astron.com>
1103
1104         * fix integer underflow in file_printf which can lead to
1105           to exploitable heap overflow (Jean-Sebastien Guay-Lero)
1106
1107 2007-02-05 11:35 Christos Zoulas <christos@astron.com>
1108
1109         * make socket/pipe reading more robust
1110
1111 2007-01-25 16:01 Christos Zoulas <christos@astron.com>
1112
1113         * Centralize all the tests in file_buffer.
1114
1115         * Add exclude flag.
1116
1117 2007-01-18 05:29 Anon Ymous <do@not.spam.me>
1118
1119         * Move the "type" detection code from parse() into its own table
1120           driven routine.  This avoids maintaining multiple lists in
1121           file.h.
1122
1123         * Add an optional conditional field (ust before the type field).
1124           This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is
1125           likely to go away.
1126
1127 2007-01-16 23:24 Anon Ymous <do@not.spam.me>
1128
1129         * Fix an initialization bug in check_mem().
1130
1131 2007-01-16 14:58 Anon Ymous <do@not.spam.me>
1132
1133         * Add a "default" type to print a message if nothing previously
1134           matched at that level or since the last default at that
1135           level.  This is useful for setting up switch-like statements.
1136           It can also be used to do if/else constructions without a
1137           redundant second test.
1138
1139         * Fix the "x" special case test so that one can test for that
1140           string with "=x".
1141
1142         * Allow "search" to search the entire buffer if the "/N"
1143           search count is missing.
1144
1145         * Make "regex" work!  It now starts its search at the
1146           specified offset and takes an (optional) "/N" line count to
1147           specify the search range; otherwise it searches to the end
1148           of the file.  The match is now grabbed correctly for format
1149           strings and the offset set to the end of the match.
1150
1151         * Add a "/s" flag to "regex" and "search" to set the offset to
1152           the start of the match.  By default the offset is set to the
1153           end of the match, as it is with other tests.  This is mostly
1154           useful for "regex".
1155
1156         * Make "search", "string" and "pstring" use the same
1157           file_strncmp() routine so that they support the same flags;
1158           "bestring16" and "lestring16" call the same routine, but
1159           with flags = 0.  Also add a "/C" flag (in analogy to "/c")
1160           to ignore the case on uppercase (lowercase) characters in
1161           the test string.
1162
1163         * Strict adherence to C style string escapes.  A warnings are
1164           printed when compiling.  Note: previously "\a" was
1165           incorrectly translated to 'a' instead of an <alert> (i.e.,
1166           BELL, typically 0x07).
1167
1168         * Make this compile with "-Wall -Wextra" and all the warning
1169           flags used with WARNS=4 in the NetBSD source.  Also make it
1170           pass lint.
1171
1172         * Many "cleanups" and hopefully not too many new bugs!
1173
1174 2007-01-16 14:56 Anon Ymous <do@not.spam.me>
1175
1176         * make several more files compile with gcc warnings
1177           on and also make them pass lint.
1178
1179 2007-01-16 14:54 Anon Ymous <do@not.spam.me>
1180
1181         * fix a puts()/putc() usage goof in file.c
1182
1183         * make file.c compile with gcc warnings and pass lint
1184
1185 2006-12-11 16:49 Christos Zoulas <christos@astron.com>
1186
1187         * fix byteswapping issue
1188
1189         * report the number of bytes we tried to
1190           allocate when allocation fails
1191
1192         * add a few missed cases in the strength routine
1193
1194 2006-12-08 16:32 Christos Zoulas <christos@astron.com>
1195
1196         * store and print the line number of the magic
1197           entry for debugging.
1198
1199         * if the magic entry did not print anything,
1200           don't treat it as a match
1201
1202         * change the magic strength algorithm to take
1203           into account the relationship op.
1204
1205         * fix a bug in search where we could accidentally
1206           return a match.
1207
1208         * propagate the error return from match to
1209           file_softmagic.
1210
1211 2006-11-25 13:35 Christos Zoulas <christos@astron.com>
1212
1213         * Don't store the current offset in the magic
1214           struct, because it needs to be restored and
1215           it was not done properly all the time. Bug
1216           found by: Arkadiusz Miskiewicz
1217
1218         * Fix problem in the '\0' separator; and don't
1219           print it as an additional separator; print
1220           it as the only separator.
1221
1222 2006-11-17 10:51 Christos Zoulas <christos@astron.com>
1223
1224         * Added a -0 option to print a '\0' separator
1225           Etienne Buira <etienne.buira@free.fr>
1226
1227 2006-10-31 15:14 Christos Zoulas <christos@astron.com>
1228
1229         * Check offset before copying (Mike Frysinger)
1230
1231         * merge duplicated code
1232
1233         * add quad date support
1234
1235         * make sure that we nul terminate desc (Ryoji Kanai)
1236
1237         * don't process elf notes multiple times
1238
1239         * allow -z to report empty compressed files
1240
1241         * use calloc to initialize the ascii buffers (Jos van den Oever)
1242
1243 2006-06-08 11:11 Christos Zoulas <christos@astron.com>
1244
1245         * QNX fixes (Mike Gorchak)
1246
1247         * Add quad support.
1248
1249         * FIFO checks (Dr. Werner Fink)
1250
1251         * Linux ELF fixes (Dr. Werner Fink)
1252
1253         * Magic format checks (Dr. Werner Fink)
1254
1255         * Magic format function improvent (Karl Chen)
1256
1257 2006-05-03 11:11 Christos Zoulas <christos@astron.com>
1258
1259         * Pick up some elf changes and some constant fixes from SUSE
1260
1261         * Identify gnu tar vs. posix tar
1262
1263         * When keep going, don't print spurious newlines (Radek Vokal)
1264
1265 2006-04-01 12:02 Christos Zoulas <christos@astron.com>
1266
1267         * Use calloc instead of malloc (Mike Frysinger)
1268
1269         * Fix configure script to detect wctypes.h (Mike Frysinger)
1270
1271 2006-03-02 16:06 Christos Zoulas <christos@astron.com>
1272
1273         * Print empty if the file is (Mike Frysinger)
1274
1275         * Don't try to read past the end of the buffer (Mike Frysinger)
1276
1277         * Sort magic entries by strength [experimental]
1278
1279 2005-11-29 13:26 Christos Zoulas <christos@astron.com>
1280
1281         * Use iswprint() to convert the output string.
1282             (Bastien Nocera)
1283
1284 2005-10-31 8:54 Christos Zoulas <christos@astron.com>
1285
1286         * Fix regression where the core info was not completely processed
1287             (Radek Vokal)
1288
1289 2005-10-20 11:15 Christos Zoulas <christos@astron.com>
1290
1291         * Middle Endian magic (Diomidis Spinellis)
1292
1293 2005-10-17 11:15 Christos Zoulas <christos@astron.com>
1294
1295         * Open with O_BINARY for CYGWIN (Corinna Vinschen)
1296
1297         * Don't close stdin (Arkadiusz Miskiewicz)
1298
1299         * Look for note sections in non executables.
1300
1301 2005-09-20 13:33 Christos Zoulas <christos@astron.com>
1302
1303         * Don't print SVR4 Style in core files multiple times
1304             (Radek Vokal)
1305
1306 2005-08-27 04:09 Christos Zoulas <christos@astron.com>
1307
1308         * Cygwin changes Corinna Vinschen
1309
1310 2005-08-18 09:53 Christos Zoulas <christos@astron.com>
1311
1312         * Remove erroreous mention of /etc/magic in the file man page
1313           This is gentoo bug 101639. (Mike Frysinger)
1314
1315         * Cross-compile support and detection (Mike Frysinger)
1316
1317 2005-08-12 10:17 Christos Zoulas <christos@astron.com>
1318
1319         * Add -h flag and dereference symlinks if POSIXLY_CORRECT
1320           is set.
1321
1322 2005-07-29 13:57 Christos Zoulas <christos@astron.com>
1323
1324         * Avoid search and regex buffer overflows (Kelledin)
1325
1326 2005-07-12 11:48 Christos Zoulas <christos@astron.com>
1327
1328         * Provide stub implementations for {v,}nsprintf() for older
1329           OS's that don't have them.
1330         * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
1331           to AC_TYPE_MBSTATE_T.
1332
1333 2005-06-25 11:48 Christos Zoulas <christos@astron.com>
1334
1335         * Dynamically allocate the string buffers and make the
1336           default read size 256K.
1337
1338 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
1339
1340         * Dragonfly ELF note support
1341
1342 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
1343
1344         * Avoid NULL pointer dereference in time conversion.
1345
1346 2005-03-06 00:00  Joerg Walter <jwalt@mail.garni.ch>
1347
1348         * Add indirect magic offset support, and search mode.
1349
1350 2005-01-12 00:00  Stepan Kasal  <kasal@ucw.cz>
1351
1352         * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
1353           If a CRLF text file happens to have CR at offset HOWMANY - 1
1354           (currently 0xffff), it should not be counted as CR line
1355           terminator.
1356           If a line has length exactly MAXLINELEN, it should not yet be
1357           treated as a ``very long line'', as MAXLINELEN is ``longest sane
1358           line length''.
1359           With CRLF, the line length was not computed correctly, and even
1360           lines of length MAXLINELEN - 1 were treated as ``very long''.
1361
1362 2004-12-07 14:15  Christos Zoulas  <christos@astron.com>
1363
1364         * bzip2 needs a lot of input buffer space on some files
1365           before it can begin uncompressing. This makes file -z
1366           fail on some bz2 files. Fix it by giving it a copy of
1367           the file descriptor to read as much as it wants if we
1368           have access to it. <christos@astron.com>
1369
1370 2004-11-24 12:39  Christos Zoulas  <christos@astron.com>
1371
1372         * Stack smash fix, and ELF more conservative reading.
1373           Jakub Bogusz <qboosh@pld-linux.org>
1374
1375 2004-11-20 18:50  Christos Zoulas  <christos@astron.com>
1376
1377         * New FreeBSD version parsing code:
1378           Jon Noack <noackjr@alumni.rice.edu>
1379
1380         * Hackish support for ucs16 strings <christos@astron.com>
1381
1382 2004-11-13 03:07  Christos Zoulas  <christos@astron.com>
1383
1384         * print the file name and line number in syntax errors.
1385
1386 2004 10-12 10:50  Christos Zoulas  <christos@astron.com>
1387
1388         * Fix stack overwriting on 0 length strings: Tim Waugh
1389             <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
1390
1391 2004-09-27 11:30  Christos Zoulas  <christos@astron.com>
1392
1393         * Remove 3rd and 4th copyright clause; approved by Ian Darwin.
1394
1395         * Fix small memory leaks; caught by: Tamas Sarlos
1396             <stamas@csillag.ilab.sztaki.hu>
1397
1398 2004-07-24 16:33  Christos Zoulas  <christos@astron.com>
1399
1400         * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
1401
1402         * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
1403
1404         * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
1405
1406         * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
1407
1408 2004-04-12 10:55  Christos Zoulas  <christos@astron.com>
1409
1410         * make sure that magic formats match magic types during compilation
1411
1412         * fix broken sgi magic file
1413
1414 2004-04-06 20:36  Christos Zoulas  <christos@astron.com>
1415
1416         * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
1417
1418         * magic fixes
1419
1420 2004-03-22 15:25  Christos Zoulas  <christos@astron.com>
1421
1422         * Lots of mime fixes
1423           (Joerg Ostertag) <ostertag@rechengilde.de>
1424
1425         * FreeBSD ELF version handling
1426           (Edwin Groothuis) <edwin@mavetju.org>
1427
1428         * correct cleanup in all cases; don't just close the file.
1429           (Christos Zoulas) <christos@astron.com>
1430
1431         * add gettext message catalogue support
1432           (Michael Piefel) <piefel@debian.org>
1433
1434         * better printout for unreadable files
1435           (Michael Piefel) <piefel@debian.org>
1436
1437         * compensate for missing MAXPATHLEN
1438           (Michael Piefel) <piefel@debian.org>
1439
1440         * add wide character string length computation
1441           (Michael Piefel) <piefel@debian.org>
1442
1443         * Avoid infinite loops caused by bad elf alignments
1444           or name and description note sizes. Reported by
1445           (Mikael Magnusson) <mmikael@comhem.se>
1446
1447 2004-03-09 13:55  Christos Zoulas  <christos@astron.com>
1448
1449         * Fix possible memory leak on error and add missing regfree
1450           (Dmitry V. Levin) <ldv@altlinux.org>
1451
1452 2003-12-23 12:12  Christos Zoulas  <christos@astron.com>
1453
1454         * fix -k flag (Maciej W. Rozycki)
1455
1456 2003-11-18 14:10  Christos Zoulas  <christos@astron.com>
1457
1458         * Try to give us much info as possible on corrupt elf files.
1459           (Willy Tarreau) <willy@w.ods.org>
1460         * Updated python bindings (Brett Funderburg)
1461            <brettf@deepfile.com>
1462
1463 2003-11-11 15:03  Christos Zoulas  <christos@astron.com>
1464
1465         * Include file.h first, because it includes config.h
1466           breaks largefile test macros otherwise.
1467           (Paul Eggert <eggert@CS.UCLA.EDU> via
1468            Lars Hecking <lhecking@nmrc.ie>)
1469
1470 2003-10-14 21:39  Christos Zoulas  <christos@astron.com>
1471
1472         * Python bindings (Brett Funderburg) <brettf@deepfile.com>
1473         * Don't lookup past the end of the buffer
1474           (Chad Hanson) <chanson@tcs-sec.com>
1475         * Add MAGIC_ERROR and api on magic_errno()
1476
1477 2003-10-08 12:40  Christos Zoulas  <christos@astron.com>
1478
1479         * handle error conditions from compile as fatal
1480           (Antti Kantee) <pooka@netbsd.org>
1481         * handle magic filename parsing sanely
1482         * more magic fixes.
1483         * fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
1484         * describe magic file handling
1485           (Bryan Henderson) <bryanh@giraffe-data.com>
1486
1487 2003-09-12 15:09  Christos Zoulas  <christos@astron.com>
1488
1489         * update magic files.
1490         * remove largefile support from file.h; it breaks things on most OS's
1491
1492 2003-08-10 10:25  Christos Zoulas  <christos@astron.com>
1493
1494         * fix unmapping'ing of mmaped files.
1495
1496 2003-07-10 12:03  Christos Zoulas  <christos@astron.com>
1497
1498         * don't exit with -1 on error; always exit 1 (Marty Leisner)
1499         * restore utimes code.
1500
1501 2003-06-10 17:03  Christos Zoulas  <christos@astron.com>
1502
1503         * make sure we don't access uninitialized memory.
1504         * pass lint
1505         * #ifdef __cplusplus in magic.h
1506
1507 2003-05-25 19:23  Christos Zoulas  <christos@astron.com>
1508
1509         * rename cvs magic file to revision to deal with
1510           case insensitive filesystems.
1511
1512 2003-05-23 17:03  Christos Zoulas  <christos@astron.com>
1513
1514         * documentation fixes from Michael Piefel <piefel@debian.org>
1515         * magic fixes (various)
1516         * revert basename magic in .mgc name determination
1517         * buffer protection in uncompress,
1518           signness issues,
1519           close files
1520           Maciej W. Rozycki <macro@ds2.pg.gda.pl
1521
1522 2003-04-21 20:12  Christos Zoulas  <christos@astron.com>
1523
1524         * fix zsh magic
1525
1526 2003-04-04 16:59  Christos Zoulas  <christos@astron.com>
1527
1528         * fix operand sort order in string.
1529
1530 2003-04-02 17:30  Christos Zoulas  <christos@astron.com>
1531
1532         * cleanup namespace in magic.h
1533
1534 2003-04-02 13:50  Christos Zoulas  <christos@astron.com>
1535
1536         * Magic additions (Alex Ott)
1537         * Fix bug that broke VPATH compilation (Peter Breitenlohner)
1538
1539 2003-03-28 16:03  Christos Zoulas  <christos@astron.com>
1540
1541         * remove packed attribute from magic struct.
1542         * make the magic struct properly aligned.
1543         * bump version number of compiled files to 2.
1544
1545 2003-03-27 13:10  Christos Zoulas  <christos@astron.com>
1546
1547         * separate tar detection and run it before softmagic.
1548         * fix reversed symlink test.
1549         * fix version printing.
1550         * make separator a string instead of a char.
1551         * update manual page and sort options.
1552
1553 2003-03-26 11:00  Christos Zoulas  <christos@astron.com>
1554
1555         * Pass lint
1556         * make NULL in magic_file mean stdin
1557         * Fix "-" argument to file to pass NULL to magic_file
1558         * avoid pointer casts by using memcpy
1559         * rename magic_buf -> magic_buffer
1560         * keep only the first error
1561         * manual page: new sentence, new line
1562         * fix typo in api function (magic_buf -> magic_buffer)