ChangeLog revision 337827
12018-07-25   8:50  Christos Zoulas <christos@zoulas.com>
2
3	* release 5.34
4
52018-06-22  16:38  Christos Zoulas <christos@zoulas.com>
6
7	* Add Quad indirect offsets
8
92018-05-24  14:10  Christos Zoulas <christos@zoulas.com>
10
11	* Enable parsing of ELF dynamic sections to handle PIE better
12
132018-04-15  14:52  Christos Zoulas <christos@zoulas.com>
14
15	* release 5.33
16
172018-02-24  14:50  Christos Zoulas <christos@zoulas.com> 
18
19	* extend the support for ${x?:} expansions for magic descriptions
20
212018-02-21  16:25  Christos Zoulas <christos@zoulas.com> 
22
23	* add support for ${x?:} in mime types to handle
24	  pie binaries.
25
262017-11-03   9:23  Christos Zoulas <christos@zoulas.com>
27
28	* add support for negative offsets (offsets from the end of file)
29
302017-09-26   8:22  Christos Zoulas <christos@zoulas.com>
31
32	* close the file on error when writing magic (Steve Grubb)
33
342017-09-24  12:02  Christos Zoulas <christos@zoulas.com>
35
36	* seccomp support (Paul Moore)
37
382017-09-02  11:53  Christos Zoulas <christos@zoulas.com>
39
40	* release 5.32
41
422017-08-28  16:37  Christos Zoulas <christos@zoulas.com>
43
44	* Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski)
45
462017-08-27  03:55  Christos Zoulas <christos@zoulas.com>
47
48	* Fix always true condition (Thomas Jarosch)
49
502017-05-24  17:30  Christos Zoulas <christos@zoulas.com>
51
52	* pickier parsing of numeric values in magic files.
53
542017-05-23  17:55  Christos Zoulas <christos@zoulas.com>
55
56	* PR/615 add magic_getflags()
57
582017-05-23  13:55  Christos Zoulas <christos@zoulas.com>
59
60	* release 5.31
61
622017-03-17  20:32  Christos Zoulas <christos@zoulas.com>
63
64	* remove trailing spaces from magic files
65	* refactor is_tar
66	* better bounds checks for cdf
67
682017-02-10  12:24  Christos Zoulas <christos@zoulas.com>
69
70	* release 5.30
71
722017-02-07  23:27  Christos Zoulas <christos@zoulas.com>
73
74	* If we exceeded the offset in a search return no match
75	  (Christoph Biedl)
76	* Be more lenient on corrupt CDF files (Christoph Biedl)
77
782017-02-04  16:46  Christos Zoulas <christos@zoulas.com>
79
80	* pacify ubsan sign extension (oss-fuzz/524)
81
822017-02-01  12:42  Christos Zoulas <christos@zoulas.com>
83
84	* off by one in cdf parsing (PR/593)
85	* report debugging sections in elf (PR/591)
86
872016-11-06  10:52  Christos Zoulas <christos@zoulas.com>
88
89	* Allow @@@ in extensions
90	* Add missing overflow check in der magic (Jonas Wagner)
91
922016-10-25  10:40  Christos Zoulas <christos@zoulas.com>
93	
94	* release 5.29
95
962016-10-24  11:20  Christos Zoulas <christos@zoulas.com>
97
98	* der getlength overflow (Jonas Wagner)
99	* multiple magic file load failure (Christoph Biedl)
100
1012016-10-17  11:26  Christos Zoulas <christos@zoulas.com>
102
103	* CDF parsing improvements (Guy Helmer)
104
1052016-07-20   7:26  Christos Zoulas <christos@zoulas.com>
106
107	* Add support for signed indirect offsets
108
1092016-07-18   7:41  Christos Zoulas <christos@zoulas.com>
110
111	* cat /dev/null | file - should print empty (Christoph Biedl)
112
1132016-07-05  15:20  Christos Zoulas <christos@zoulas.com>
114
115	* Bump string size from 64 to 96.
116
1172016-06-13  20:20  Christos Zoulas <christos@zoulas.com>
118
119	* PR/556: Fix separators on annotations.
120
1212016-06-13  19:40  Christos Zoulas <christos@zoulas.com>
122
123	* release 5.28
124	* fix leak on allocation failure
125
1262016-06-01   1:20  Christos Zoulas <christos@zoulas.com>
127
128	* PR/555: Avoid overflow for offset > nbytes
129	* PR/550: Segv on DER parsing:
130	    - use the correct variable for length
131	    - set offset to 0 on failure.
132
1332016-05-13  12:00  Christos Zoulas <christos@zoulas.com>
134	
135	* release 5.27
136
1372016-04-18   9:35  Christos Zoulas <christos@zoulas.com>
138	
139	* Errors comparing DER entries or computing offsets
140	  are just indications of malformed non-DER files.
141	  Don't print them.
142	* Offset comparison was off-by-one.
143	* Fix compression code (Werner Fink)
144	* Put new bytes constant in the right file (not the generated one)
145
1462016-04-16  18:34  Christos Zoulas <christos@zoulas.com>
147	
148	* release 5.26
149
1502016-03-31  13:50  Christos Zoulas <christos@zoulas.com>
151
152	* make the number of bytes read from files configurable.
153
1542016-03-21  13:40  Christos Zoulas <christos@zoulas.com>
155
156	* Add bounds checks for DER code (discovered by Thomas Jarosch)
157	* Change indirect recursion limit to indirect use count and
158	  bump from 15 to 50 to prevent abuse.
159
1602016-03-13  20:39  Christos Zoulas <christos@zoulas.com>
161
162	* Add -00 which prints filename\0description\0
163
1642016-03-01  13:28  Christos Zoulas <christos@zoulas.com>
165
166	* Fix ID3 indirect parsing
167
1682016-01-19  10:18  Christos Zoulas <christos@zoulas.com>
169
170	* add DER parsing capability
171
1722015-11-13  10:35  Christos Zoulas <christos@zoulas.com>
173
174	* provide dprintf(3) for the OS's that don't have it.
175
1762015-11-11  16:25  Christos Zoulas <christos@zoulas.com>
177
178	* redo the compression code report decompression errors
179
1802015-11-10  23:25  Christos Zoulas <christos@zoulas.com>
181
182	* REG_STARTEND code is not working as expected, delete it.
183
1842015-11-09  16:05  Christos Zoulas <christos@zoulas.com>
185
186	* Add zlib support if we have it.
187
1882015-11-05  11:22  Christos Zoulas <christos@zoulas.com>
189
190	* PR/492: compression forking was broken with magic_buffer.
191
1922015-09-16   9:50  Christos Zoulas <christos@zoulas.com>
193	
194	* release 5.25
195
1962015-09-11  13:25  Christos Zoulas <christos@zoulas.com>
197
198	* add a limit to the length of regex searches
199
2002015-09-08   9:50  Christos Zoulas <christos@zoulas.com>
201
202	* fix problems with --parameter (Christoph Biedl)
203
2042015-07-11  10:35  Christos Zoulas <christos@zoulas.com>
205
206	* Windows fixes PR/466 (Jason Hood)
207
2082015-07-09  10:35  Christos Zoulas <christos@zoulas.com>
209
210	* release 5.24
211
2122015-06-11   8:52  Christos Zoulas <christos@zoulas.com>
213
214	* redo long option encoding to fix off-by-one in 5.23
215
2162015-06-10  13:50  Christos Zoulas <christos@zoulas.com>
217
218	* release 5.23
219
2202015-06-09  16:10  Christos Zoulas <christos@zoulas.com>
221	
222	* Fix issue with regex range for magic with offset
223	* Always return true from mget with USE (success to mget not match
224	  indication). Fixes mime evaluation after USE magic
225	* PR/459: Don't insert magic entries to the list if there are parsing
226	  errors for them.
227
2282015-06-03  16:00  Christos Zoulas <christos@zoulas.com>
229
230	* PR/455: Add utf-7 encoding
231
2322015-06-03  14:30  Christos Zoulas <christos@zoulas.com>
233
234	* PR/455: Implement -Z, look inside, but don't report on compression
235	* PR/454: Fix allocation error on bad magic.
236
2372015-05-29  10:30  Christos Zoulas <christos@zoulas.com>
238
239	* handle MAGIC_CONTINUE everywhere, not just in softmagic
240
2412015-05-21  14:30  Christos Zoulas <christos@zoulas.com>
242
243	* don't print descriptions for NAME types when mime.
244
2452015-04-09  15:59  Christos Zoulas <christos@zoulas.com>
246
247	* Add --extension to list the known extensions for this file type
248	  Idea by Andrew J Roazen
249
2502015-02-14  12:23  Christos Zoulas <christos@zoulas.com>
251
252	* Bump file search buffer size to 1M.
253
2542015-01-09  14:35  Christos Zoulas <christos@zoulas.com>
255
256	* Fix multiple issues with date formats reported by Christoph Biedl:
257		- T_LOCAL meaning was reversed
258		- Arithmetic did not work
259	  Also stop adjusting daylight savings for gmt printing.
260
2612015-01-05  13:00  Christos Zoulas <christos@zoulas.com>
262
263	* PR/411: Fix memory corruption from corrupt cdf file.
264
2652015-01-02  15:15  Christos Zoulas <christos@zoulas.com>
266
267	* release 5.22
268
2692015-01-01  12:01  Christos Zoulas <christos@zoulas.com>
270
271	* add indirect relative for TIFF/Exif
272
2732014-12-16  18:10  Christos Zoulas <christos@zoulas.com>
274	
275	* restructure elf note printing to avoid repeated messages
276	* add note limit, suggested by Alexander Cherepanov
277
2782014-12-16  16:53  Christos Zoulas <christos@zoulas.com>
279	
280	* Bail out on partial pread()'s (Alexander Cherepanov)
281	* Fix incorrect bounds check in file_printable (Alexander Cherepanov)
282
2832014-12-11  20:01  Christos Zoulas <christos@zoulas.com>
284
285	* PR/405: ignore SIGPIPE from uncompress programs
286	* change printable -> file_printable and use it in
287	  more places for safety
288	* in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
289	  is present print the interpreter name.
290	
2912014-12-10  20:01  Christos Zoulas <christos@zoulas.com>
292
293	* release 5.21
294
2952014-11-27  18:40  Christos Zoulas <christos@zoulas.com>
296
297	* Allow setting more parameters from the command line.
298	* Split name/use and indirect magic recursion limits.
299
3002014-11-27  11:12  Christos Zoulas <christos@zoulas.com>
301
302	* Adjust ELF parameters and the default recursion
303	  level.
304	* Allow setting the recursion level dynamically.
305
3062014-11-24   8:55  Christos Zoulas <christos@zoulas.com>
307
308	* The following fixes resulted from Thomas Jarosch's fuzzing
309	  tests that revealed severe performance issues on pathological
310	  input:
311	    - limit number of elf program and sections processing
312	    - abort elf note processing quickly
313	    - reduce the number of recursion levels from 20 to 10
314	    - preserve error messages in indirect magic handling
315
316	This is tracked as CVE-2014-8116 and CVE-2014-8117
317
3182014-11-12  10:30  Christos Zoulas <christos@zoulas.com>
319
320	* fix bogus free in the user buffer case.
321
3222014-11-11  12:35  Christos Zoulas <christos@zoulas.com>
323
324	* fix out of bounds read for pascal strings
325	* fix memory leak (not freeing the head of each mlist)
326
3272014-11-07  10:25  Christos Zoulas <christos@zoulas.com>
328
329	* When printing strings from a file, convert them to printable
330	  on a byte by byte basis, so that we don't get issues with
331	  locale's trying to interpret random byte streams as UTF-8 and
332	  having printf error out with EILSEQ.
333	  
3342014-10-17  11:48  Christos Zoulas <christos@zoulas.com>
335
336	* fix bounds in note reading (Francisco Alonso / Red Hat)
337
3382014-10-11  15:02  Christos Zoulas <christos@zoulas.com>
339
340	* fix autoconf glue for setlocale and locale_t; some OS's
341	  have locale_t in xlocale.h
342
3432014-10-10  15:01  Christos Zoulas <christos@zoulas.com>
344
345	* release 5.20
346
3472014-08-17  10:01  Christos Zoulas <christos@zoulas.com>
348
349	* recognize encrypted CDF documents
350
3512014-08-04   9:18  Christos Zoulas <christos@zoulas.com>
352
353	* add magic_load_buffers from Brooks Davis
354
3552014-07-24  16:40  Christos Zoulas <christos@zoulas.com>
356
357	* add thumbs.db support
358
3592014-06-12  12:28  Christos Zoulas <christos@zoulas.com>
360
361	* release 5.19
362
3632014-06-09   9:04  Christos Zoulas <christos@zoulas.com>
364	
365	* Misc buffer overruns and missing buffer size tests in cdf parsing
366	  (Francisco Alonso, Jan Kaluza)
367
3682014-06-02  14:50  Christos Zoulas <christos@zoulas.com>
369
370	* Enforce limit of 8K on regex searches that have no limits
371	* Allow the l modifier for regex to mean line count. Default
372	  to byte count. If line count is specified, assume a max
373	  of 80 characters per line to limit the byte count.
374	* Don't allow conversions to be used for dates, allowing
375	  the mask field to be used as an offset.
376
3772014-05-30  12:51  Christos Zoulas <christos@zoulas.com>
378
379	* Make the range operator limit the length of the
380	  regex search.
381
3822014-05-14  19:23  Christos Zoulas <christos@zoulas.com>
383
384	* PR/347: Windows fixes
385	* PR/352: Hangul word processor recognition
386	* PR/354: Encoding irregularities in text files
387
3882014-05-06  6:12  Christos Zoulas <christos@zoulas.com>
389
390	* Fix uninitialized title in CDF files (Jan Kaluza)
391
3922014-05-04  14:55  Christos Zoulas <christos@zoulas.com>
393
394	* PR/351: Fix compilation of empty files 
395
3962014-04-30  17:39  Christos Zoulas <christos@zoulas.com>
397
398	* Fix integer formats: We don't specify 'l' or
399	  'h' and 'hh' specifiers anymore, only 'll' for
400	  quads and nothing for the rest. This is so that
401	  magic writing is simpler.
402
4032014-04-01  15:25  Christos Zoulas <christos@zoulas.com>
404
405	* PR/341: Jan Kaluza, fix memory leak
406	* PR/342: Jan Kaluza, fix out of bounds read
407
4082014-03-28  15:25  Christos Zoulas <christos@zoulas.com>
409
410	* Fix issue with long formats not matching fmtcheck
411
4122014-03-26  11:25  Christos Zoulas <christos@zoulas.com>
413
414	* release 5.18
415
4162014-03-15  17:45  Christos Zoulas <christos@zoulas.com>
417
418	* add fmtcheck(3) for those who don't have it
419
4202014-03-14  15:12  Christos Zoulas <christos@zoulas.com>
421
422	* prevent mime entries from being attached to magic
423	  entries with no descriptions
424
425	* adjust magic strength for regex type
426
427	* remove superfluous ascmagic with encoding test
428
4292014-03-06  12:01  Christos Zoulas <christos@zoulas.com>
430
431	* fix regression fix echo -ne "\012\013\014" | file -i -
432	  which printed "binary" instead of "application/octet-stream"
433
434	* add size_t overflow check for magic file size
435
4362014-02-27  16:01  Christos Zoulas <christos@zoulas.com>
437
438	* experimental support for matching with CFD CLSID
439
4402014-02-18  13:04  Kimmo Suominen (kimmo@suominen.com)
441
442	* Cache old LC_CTYPE locale before setting it to "C", so
443	  we can use it to restore LC_CTYPE instead of asking
444	  setlocale() to scan the environment variables.
445
4462014-02-12  18:21  Christos Zoulas <christos@zoulas.com>
447
448	* Count recursion levels through indirect magic
449
4502014-02-11  10:40  Christos Zoulas <christos@zoulas.com>
451
452	* Prevent infinite recursion on files with indirect offsets of 0
453
4542014-01-30  21:00  Christos Zoulas <christos@zoulas.com>
455
456	* Add -E flag that makes file print filesystem errors to stderr
457	  and exit.
458
4592014-01-08  17:20  Christos Zoulas <christos@zoulas.com>
460
461	* mime printing could print results from multiple magic entries
462	  if there were multiple matches.
463	* in some cases overflow was not detected when computing offsets
464	  in softmagic.
465
4662013-12-05  12:00  Christos Zoulas <christos@zoulas.com>
467
468	* use strcasestr() to for cdf strings
469	* reset to the "C" locale while doing regex operations, or case
470	  insensitive comparisons; this is provisional
471
4722013-11-19  20:10  Christos Zoulas <christos@zoulas.com>
473
474	* always leave magic file loaded, don't unload for magic_check, etc.
475	* fix default encoding to binary instead of unknown which broke recently
476	* handle empty and one byte files, less specially so that
477	  --mime-encoding does not break completely.
478		`
4792013-11-06  14:40  Christos Zoulas <christos@zoulas.com>
480
481	* fix erroneous non-zero exit code from non-existent file and message
482
4832013-10-29  14:25  Christos Zoulas <christos@zoulas.com>
484
485	* add CDF MSI file detection (Guy Helmer)
486
4872013-09-03  11:56  Christos Zoulas <christos@zoulas.com>
488
489	* Don't mix errors and regular output if there was an error
490	* in magic_descriptor() don't close the file and try to restore
491	  its position
492
4932013-05-30  17:25  Christos Zoulas <christos@zoulas.com>
494
495	* Don't treat magic as an error if offset was past EOF (Christoph Biedl)
496
4972013-05-28  17:25  Christos Zoulas <christos@zoulas.com>
498	
499	* Fix spacing issues in softmagic and elf (Jan Kaluza)
500
5012013-05-02  18:00  Christos Zoulas <christos@zoulas.com>
502
503	* Fix segmentation fault with multiple magic_load commands.
504
5052013-04-22  11:20  Christos Zoulas <christos@zoulas.com>
506
507	* The way "default" was implemented was not very useful
508	  because the "if something was printed at that level"
509	  was not easily controlled by the user, and the format
510	  was bound to a string which is too restrictive. Add
511	  a "clear" for that level keyword and make "default"
512	  void. This way one can do:
513
514		>>13	clear	x
515		>>13	lelong	1	foo
516		>>13	lelong	2	bar
517		>>13	default	x
518		>>>13	lelong	x	unknown %x
519
5202013-03-25  13:20  Christos Zoulas <christos@zoulas.com>
521
522	* disallow strength setting in "name" entries
523
5242013-03-06  21:24  Christos Zoulas <christos@zoulas.com>
525
526	* fix recursive magic separator printing
527
5282013-02-26  19:28  Christos Zoulas <christos@zoulas.com>
529
530	* limit recursion level for mget
531	* fix pread() related breakage in cdf
532	* handle offsets properly in recursive "use"
533
5342013-02-18  10:39  Christos Zoulas <christos@zoulas.com>
535
536	* add elf reading of debug info to determine if file is stripped
537	  (Jan Kaluza)
538	* use pread()
539
5402013-01-25  18:05  Christos Zoulas <christos@zoulas.com>
541
542	* change mime description size from 64 to 80 to accommodate OOXML.
543
5442013-01-11  14:50  Christos Zoulas <christos@zoulas.com>
545
546	* Warn about inconsistent continuation levels.
547	* Change fsmagic to add a space after it prints.
548
5492013-01-10  21:00  Christos Zoulas <christos@zoulas.com>
550
551	* Make getline public so that file can link against it.
552	  Perhaps it is better to rename it, or hide it differently.
553	  Fixes builds on platforms that do not provide it.
554	  
5552013-01-07  16:30  Christos Zoulas <christos@zoulas.com>
556
557	* Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
558	  what long, int, short, etc is (Guy Harris)
559
5602013-01-06  11:20  Christos Zoulas <christos@zoulas.com>
561
562	* add magic_version function and constant
563	* Redo memory allocation and de-allocation.
564	  (prevents double frees on non mmap platforms)
565	* Fix bug with name/use having to do with passing
566	  found state from the parent to the child and back.
567
5682012-12-19   8:47  Christos Zoulas <christos@zoulas.com>
569
570	* Only print elf capabilities for archs we know (Jan Kaluza)
571
5722012-10-30  19:14  Christos Zoulas <christos@zoulas.com>
573
574	* Add "name" and "use" file types in order to look
575	  inside mach-o files.
576
5772012-09-06  10:40  Christos Zoulas <christos@zoulas.com>
578
579	* make --version exit 0 (Matthew Schultz)
580	* add string/T (Jan Kaluza)
581
5822012-08-09  2:15  Christos Zoulas <christos@zoulas.com>
583
584	* add z and t modifiers for our own vasprintf
585	* search for $HOME/.magic.mgc if it is there first
586	* fix reads from a pipe, and preserve errno
587
5882012-05-15  13:12  Christos Zoulas <christos@zoulas.com>
589
590	* use ctime_r, asctime_r
591
5922012-04-06  17:18  Christos Zoulas <christos@zoulas.com>
593
594	* Fixes for indirect offsets to handle apple disk formats
595
5962012-04-03  18:26  Christos Zoulas <christos@zoulas.com>
597
598	* Add windows date field types
599	* More info for windows shortcuts (incomplete)
600
6012012-02-20  17:33  Christos Zoulas <christos@zoulas.com>
602
603	* Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
604
6052011-12-15  12:17  Chris Metcalf <cmetcalf@tilera.com>
606
607	* Support Tilera architectures (tile64, tilepro, tilegx).
608
6092011-12-16  16:33  Reuben Thomas <rrt@sc3d.org>
610
611	* Add magic for /usr/bin/env Perl scripts
612	* Weaken generic script magic to avoid clashing with
613	language-specific magic.
614
6152011-12-08  13:37  Reuben Thomas <rrt@sc3d.org>
616
617	* Simplify if (p) free(p) to free(p).
618
6192011-12-08  13:07  Reuben Thomas <rrt@sc3d.org>
620
621	* Remove hardwired token finding (names.h), turning it into soft
622	magic. Patterns are either anchored regexs or search/8192. English
623	language detection and PL/1 detection have been removed as they
624	were too fragile. -e tokens is still accepted for backwards
625	compatibility.
626	* Move 3ds patterns (which are commented out anyway) into autodesk
627	(they were, oddly, in c-lang).
628
6292011-12-06  00:16  Reuben Thomas <rrt@sc3d.org>
630
631	* Tweak strength of generic hash-bang detectors to be less than
632	specific ones.
633	* Make an inconsistent description of Python scripts consistent.
634
6352011-12-05  23:58  Reuben Thomas <rrt@sc3d.org>
636
637	* Fix minor error in file(1).
638
6392011-11-05  00:00  Reuben Thomas <rrt@sc3d.org>
640
641	* Fix issue #150 (I hope).
642
6432011-09-22  12:57  Christos Zoulas <christos@zoulas.com>
644
645	* Python3 binding fixes from Kelly Anderson
646
6472011-09-20  11:32  Christos Zoulas <christos@zoulas.com>
648
649	* If a string type magic entry is marked as text or binary
650	  only match text files against text entries and binary
651	  files against binary entries.
652
6532011-09-01  12:12  Christos Zoulas <christos@zoulas.com>
654
655	* Don't wait for any subprocess, just the one we forked.
656
6572011-08-26  16:40  Christos Zoulas <christos@zoulas.com>
658
659	* If the application name is not set in a cdf file, try to see
660	  if it has a directory with the application name on it.
661
6622011-08-17  14:32  Christos Zoulas <christos@zoulas.com>
663
664	* Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza
665
6662011-08-14  09:03  Christos Zoulas <christos@zoulas.com>
667
668	* Don't use variable string formats.
669
6702011-07-12  12:32  Reuben Thomas <rrt@sc3d.org>
671
672	* Fix detection of Zip files (Mantis #128).
673	* Make some minor improvements to file(1).
674	* Rename MIME types for filesystem objects for consistency with
675	  xdg-utils. Typically this means that application/x-foo becomes
676	  inode/foo, but some names also change slightly, e.g.
677	  application/x-character-device becomes inode/chardevice.
678
6792011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
680
681	* fix mingw compilation (Abradoks)
682
6832011-05-10  20:57  Christos Zoulas <christos@zoulas.com>
684
685	* remove patchlevel.h
686	* Fix read past allocated memory caused by double-incrementing
687	  a pointer in a loop (reported by Roberto Maar)
688
6892011-03-30  15:45  Christos Zoulas <christos@zoulas.com>
690
691	* Fix cdf string buffer setting (Sven Anders)
692
6932011-03-20  16:35  Christos Zoulas <christos@zoulas.com>
694
695	* Eliminate MAXPATHLEN and use dynamic allocation for
696	  path and file buffers.
697
6982011-03-15  18:15  Christos Zoulas <christos@zoulas.com>
699
700	* binary tests on magic entries with masks could spuriously
701	  get converted to ascii.
702
7032011-03-12  18:06  Reuben Thomas <rrt@sc3d.org>
704
705	* Improve file.man (remove BUGS, present email addresses consistently).
706
7072011-03-07  19:38  Christos Zoulas <christos@zoulas.com>
708
709	* add lrzip support (from Ville Skytta)
710
7112011-02-10  16:36  Christos Zoulas <christos@zoulas.com>
712
713	* fix CDF bounds checking (Guy Helmer)
714
7152011-02-10  12:03  Christos Zoulas <christos@zoulas.com>
716
717	* add cdf_ctime() that prints a meaningful error when time cannot
718	  be converted.
719
7202011-02-02  20:40  Christos Zoulas <christos@zoulas.com>
721
722	* help and version output to stdout.
723
724	* When matching softmagic for ascii files, don't just print
725	  the softmagic classification, keep going and print the
726	  text classification too. This fixes broken troff files when
727	  we moved them from keyword recognition to softmagic
728	  (they stopped printing "with CRLF" etc.)
729	  Reported by Doug McIlroy.
730
7312011-01-16  19:31  Reuben Thomas <rrt@sc3d.org>
732
733	* Fix two potential buffer overruns in apprentice_list.
734
7352011-01-14  22:33  Reuben Thomas <rrt@sc3d.org>
736
737	* New Python binding in pure Python.
738	* Update libmagic(3).
739
7402011-01-06  21:40  Reuben Thomas <rrt@sc3d.org>
741
742	* Fix Python bindings (including recent Python 3 compatibility
743	  update).
744
7452011-01-04  18:43  Reuben Thomas <rrt@sc3d.org>
746
747	* magic/Makefile.am: make it easier to recover from magic build failures.
748	* Fix pstring length specifier parsing to avoid generating invalid
749	  magic files.
750	* Add pstring length "J" (for "JPEG") to specify that the length
751	  include itself.
752	* Fix JPEG comment parsing at last using pstring/HJ!
753	* Ignore section 5 man pages in doc/.cvsignore.
754
7552010-12-22  13:12  Christos Zoulas <christos@zoulas.com>
756
757	* Add pstring/BHhLl to specify the type of the length of pascal
758	  strings.
759
7602010-11-26  18:39  Reuben Thomas <rrt@sc3d.org>
761
762	* Fix "-e soft": it was ignored when softmagic was called
763	  during asciimagic.
764	* Improve comments and use "unsigned char" in tar.h/is_tar.c.
765
7662010-11-05  17:26  Reuben Thomas <rrt@sc3d.org>
767
768	* Make bug reporting addresses more visible.
769
7702010-11-01  18:35  Reuben Thomas <rrt@sc3d.org>
771
772	* Add tcl magic from Gustaf Neumann
773
7742010-10-24  10:42  Christos Zoulas <christos@zoulas.com>
775
776	* Fix the whitespace comparing code (Christopher Chittleborough)
777
7782010-10-06  21:05  Christos Zoulas <christos@zoulas.com>
779
780	* allow string/t to work (Jan Kaluza)
781
7822010-09-20  22:11  Reuben Thomas <rrt@sc3d.org>
783
784	* Apply some patches from Ubuntu and Fedora.
785
7862010-09-20  21:16  Reuben Thomas <rrt@sc3d.org>
787
788	* Apply all patches from Debian package 5.04-6 which have not
789	  already been applied and are not Debian-specific.
790
7912010-09-20  15:24  Reuben Thomas <rrt@sc3d.org>
792
793	* Minor security fix to softmagic.c (don't use untrusted
794	  string as printf format).
795
7962010-07-21  12:20  Christos Zoulas <christos@zoulas.com>
797
798	* MINGW32 portability from LRN
799
800	* Don't warn about escaping magic regex chars when we are in a regex.
801
8022010-07-19  10:55  Christos Zoulas <christos@zoulas.com>
803
804	* Only try to print prpsinfo for core files. (Jan Kaluza)
805
8062010-04-22  12:55  Christos Zoulas <christos@zoulas.com>
807
808	* Try more elf offsets for Debian core files.  (Arnaud Giersch)
809
8102010-02-20  15:18  Reuben Thomas <rrt@sc3d.org>
811
812	* Clarify which sort of CDF we mean.
813
8142010-02-14  22:58  Reuben Thomas <rrt@sc3d.org>
815
816	* Re-jig Zip file type magic so that unsupported special
817	  Zip types (those with "mimetype" at offset 30) can be
818	  recognized.
819
8202010-02-02  21:50  Reuben Thomas <rrt@sc3d.org>
821
822	* Add support for OCF (EPUB) files (application/epub+zip)
823
8242010-01-28  18:25  Christos Zoulas <christos@zoulas.com>
825
826	* Fix core-dump from unbound loop:
827	  https://bugzilla.redhat.com/show_bug.cgi?id=533245
828
8292010-01-22  15:45  Christos Zoulas <christos@zoulas.com>
830
831	* print proper mime for crystal reports file
832
833	* print the last summary information of a cdf document, not the
834	  first so that nested documents print the right info
835
8362010-01-16  18:42  Charles Longeau <chl@tuxfamily.org>
837
838	* bring back some fixes from OpenBSD:
839		- make gcc2 builds file
840		- fix typos in a magic file comment
841
8422009-11-17  18:35  Christos Zoulas <christos@zoulas.com>
843
844	* ctime/asctime can return NULL on some OS's although
845	  they should not (Toshit Antani)
846
8472009-09-14  13:49  Christos Zoulas <christos@zoulas.com>
848
849	* Centralize magic path handling routines and remove the
850	  special-casing from file.c so that the python module for
851	  example comes up with the same magic path (Fixes ~/.magic
852	  handling) (from Gab)
853
8542009-09-11  23:38  Reuben Thomas <rrt@sc3d.org>
855
856	* When magic argument is a directory, read the files in
857	  strcmp-sorted order (fixes Debian bug #488562 and our own FIXME).
858
8592009-09-11  13:11  Reuben Thomas <rrt@sc3d.org>
860
861	* Combine overlapping epoc and psion magic files into one (epoc).
862
863	* Add some more EPOC MIME types.
864
8652009-08-19  15:55  Christos Zoulas <christos@zoulas.com>
866
867	* Fix 3 bugs (From Ian Darwin):
868	    - file_showstr could move one past the end of the array
869	    - parse_apple did not nul terminate the string in the overflow case
870	    - parse_mime truncated the wrong string in the overflow case
871
8722009-08-12  12:28  Robert Byrnes  <byrnes@wildpumpkin.net>
873
874	* Include Localstuff when compiling magic.
875
8762009-07-15  10:05  Christos Zoulas <christos@zoulas.com>
877
878	* Fix logic for including mygetopts.h
879
880	* Make cdf.c compile again with debugging
881
882	* Add the necessary field handling for crystal reports files to work
883
8842009-06-23 01:34  Reuben Thomas <rrt@sc3d.org>
885
886	* Stop "(if" identifying Lisp files, that's plain dumb!
887
8882009-06-09 22:13  Reuben Thomas <rrt@sc3d.org>
889
890	* Add a couple of missing MP3 MIME types.
891
8922009-05-27 23:00  Reuben Thomas <rrt@sc3d.org>
893
894	* Add full range of hash-bang tests for Python and Ruby.
895
896	* Add MIME types for Python and Ruby scripts.
897
8982009-05-13  10:44  Christos Zoulas <christos@zoulas.com>
899
900	* off by one in parsing hw capabilities in elf
901	  (Cheng Renquan)
902
9032009-05-08  13:40  Christos Zoulas <christos@zoulas.com>
904	
905	* lint fixes and more from NetBSD
906
9072009-05-06  10:25  Christos Zoulas <christos@zoulas.com>
908
909	* Avoid null dereference in cdf code (Drew Yao)
910
911	* More cdf bounds checks and overflow checks
912
9132009-05-01  18:37  Christos Zoulas <christos@zoulas.com>
914
915	* Buffer overflow fixes from Drew Yao
916
9172009-04-30  17:10  Christos Zoulas <christos@zoulas.com>
918
919	* Fix more cdf lossage. All the documents I have
920	  right now print the correct information.
921
9222009-03-27  18:43  Christos Zoulas <christos@zoulas.com>
923
924	* don't print \012- separators in the same magic entry 
925	  if it consists of multiple magic printing lines.
926
9272009-03-23  10:20  Christos Zoulas <christos@zoulas.com>
928
929	* Avoid file descriptor leak in compress code from
930	  (Daniel Novotny)
931
9322009-03-18  16:50  Christos Zoulas <christos@zoulas.com>
933
934	* Allow escaping of relation characters, so that we can say \^[A-Z]
935	  and the ^ is not eaten as a relation char.
936
937	* Fix troff and fortran to their previous glory using
938	  regex. This was broken since their removel from ascmagic.
939
9402009-03-10  16:50  Christos Zoulas <christos@zoulas.com>
941
942	* don't use strlen in strndup() (Toby Peterson)
943
9442009-03-10  7:45  Christos Zoulas <christos@zoulas.com>
945
946	* avoid c99 syntax.
947
9482009-02-23 15:45  Christos Zoulas <christos@zoulas.com>
949
950	* make the cdf code use the buffer first if available,
951	  and then the fd code.
952
9532009-02-13 13:45  Christos Zoulas <christos@zoulas.com>
954
955	* look for struct option to determine if getopt.h is usable for IRIX.
956
957	* sanitize cdf document strings
958
9592009-02-04 13:25  Christos Zoulas <christos@zoulas.com>
960
961	* fix OS/2 warnings.
962
9632008-12-12 15:50  Christos Zoulas <christos@zoulas.com>
964
965	* fix initial offset calculation for non 4K sector files
966
967	* add loop limits to avoid DoS attacks by constructing
968	  looping sector references.
969
9702008-12-03 13:05  Christos Zoulas <christos@zoulas.com>
971
972	* fix memory botches on cdf file parsing.
973
974	* exit with non-zero value for any error, not just for the last
975	  file processed.
976
9772008-11-09 20:42  Charles Longeau <chl@tuxfamily.org>
978
979	* Replace all str{cpy,cat} functions with strl{cpy,cat}
980	* Ensure that strl{cpy,cat} are included in libmagic,
981	  as needed.
982
9832008-11-06 18:18  Christos Zoulas <christos@zoulas.com>
984
985	* Handle ID3 format files.
986
9872008-11-06 23:00  Reuben Thomas <rrt@sc3d.org>
988
989	* Fix --mime, --mime-type and --mime-encoding under new scheme.
990
991	* Rename "ascii" to "text" and add "encoding" test.
992
993	* Return a precise ("utf-16le" or "utf-16be") MIME charset for
994	  UTF-16.
995
996	* Fix error in comment caused by automatic indentation adding
997	  words!
998
9992008-11-06 10:35  Christos Zoulas <christos@astron.com>
1000
1001	* use memchr instead of strchr because the string
1002	  might not be NUL terminated (Scott MacVicar)
1003
10042008-11-03 07:31  Reuben Thomas <rrt@sc3d.org>
1005
1006	* Fix a printf with a non-literal format string.
1007
1008	* Fix formatting and punctuation of help for "--apple".
1009
10102008-10-30 11:00  Reuben Thomas <rrt@sc3d.org>
1011
1012	* Correct words counts in comments of struct magic.
1013
1014	* Fix handle_annotation to allow both Apple and MIME types to be
1015	  printed, and to return correct code if MIME type is
1016	  printed (1, not 0) or if there's an error (-1 not 1).
1017
1018	* Fix output of charset for MIME type (precede with semi-colon;
1019	  fixes Debian bug #501460).
1020
1021	* Fix potential attacks via conversion specifications in magic
1022	  strings.
1023
1024	* Add a FIXME for Debian bug #488562 (magic files should be
1025	  read in a defined order, by sorting the names).
1026
10272008-10-18 16:45  Christos Zoulas <christos@astron.com>
1028
1029	* Added APPLE file creator/type
1030
10312008-10-12 10:20  Christos Zoulas <christos@astron.com>
1032
1033	* Added CDF parsing
1034
10352008-10-09 16:40  Christos Zoulas <christos@astron.com>
1036
1037	* filesystem and msdos patches (Joerg Jenderek)
1038
10392008-10-09 13:20  Christos Zoulas <christos@astron.com>
1040
1041	* correct --exclude documentation issues: remove troff and fortran
1042	  and rename "token" to "tokens". (Randy McMurchy)
1043
10442008-10-01 10:30  Christos Zoulas <christos@astron.com>
1045
1046	* Read ~/.magic in addition to the default magic file not instead
1047	  of, as documented in the man page.
1048
10492008-09-10 21:30  Reuben Thomas  <rrt@sc3d.org>
1050
1051	* Comment out graphviz patterns, as they match too many files.
1052
10532008-08-30 12:54  Christos Zoulas <christos@astron.com>
1054
1055	* Don't eat trailing \n in magic enties.
1056
1057	* Cast defines to allow compilation using a c++ compiler.
1058
10592008-08-25 23:56  Reuben Thomas  <rrt@sc3d.org>
1060
1061	* Add text/x-lua MIME type for Lua scripts.
1062
1063	* Escape { in regex in graphviz patterns.
1064
10652008-07-26 00:59  Reuben Thomas  <rrt@sc3d.org>
1066
1067	* Add MIME types for special files.
1068
1069	* Use access to give more accurate information for files that
1070	  can't be opened.
1071
1072	* Add a TODO list.
1073
10742008-07-02 11:15  Christos Zoulas  <christos@astron.com>
1075
1076	* add !:strength op to adjust magic strength (experimental)
1077
10782008-06-16 21:41  Reuben Thomas  <rrt@sc3d.org>
1079
1080	* Fix automake error in configure.ac.
1081
1082	* Add MIME type for Psion Sketch files.
1083
10842008-06-05 08:59  Christos Zoulas  <christos@astron.com>
1085
1086	* Don't print warnings about bad namesize in stripped
1087	  binaries with PT_NOTE is still there, and the actual
1088	  note is gone (Jakub Jelinek)
1089
10902008-05-28 15:12  Robert Byrnes  <byrnes@wildpumpkin.net>
1091
1092	* magic/Magdir/elf:
1093	  Note invalid byte order for little-endian SPARC32PLUS.
1094	  Add SPARC V9 vendor extensions and memory model.
1095
1096	* src/elfclass.h:
1097	  Pass target machine to doshn (for Solaris hardware capabilities).
1098
1099	* src/readelf.c (doshn):
1100	  Add support for Solaris hardware/software capabilities.
1101
1102	* src/readelf.h:
1103	  Ditto.
1104
1105	* src/vasprintf.c (dispatch):
1106	  Add support for ll modifier.
1107
11082008-05-16 10:25  Christos Zoulas  <christos@astron.com>
1109
1110	* Fix compiler warnings.
1111
1112	* remove stray printf, and fix a vprintf bug. (Martin Dorey)
1113
11142008-05-06 00:13  Robert Byrnes  <byrnes@wildpumpkin.net>
1115
1116	* src/Makefile.am:
1117	  Ensure that getopt_long and [v]asprintf are included in libmagic,
1118	  as needed.
1119
1120	  Remove unnecessary EXTRA_DIST.
1121
1122	* src/Makefile.in:
1123	  Rerun automake.
1124
1125	* src/vasprintf.c (dispatch):
1126	  Fix variable precision bug: be sure to step past '*'.
1127
1128	* src/vasprintf.c (core):
1129	  Remove unreachable code.
1130
1131	* src/apprentice.c (set_test_type):
1132	  Add cast to avoid compiler warning.
1133
11342008-04-22 23:45  Christos Zoulas  <christos@astron.com>
1135
1136	* Add magic submission guidelines (Abel Cheung)
1137
1138	* split msdos and windows magic (Abel Cheung)
1139
11402008-04-04 11:00  Christos Zoulas  <christos@astron.com>
1141
1142	* >= <= is not supported, so fix the magic and warn about it.
1143	  reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
1144
11452008-03-27 16:16  Robert Byrnes  <byrnes@wildpumpkin.net>
1146
1147	* src/readelf.c (donote):
1148	  ELF core file command name/line bug fixes and enhancements:
1149
1150	  Try larger offsets first to avoid false matches
1151	  from earlier data that happen to look like strings;
1152	  this primarily affected SunOS 5.x 32-bit Intel core files.
1153
1154	  Add support for command line (instead of just short name)
1155	  for SunOS 5.x.
1156
1157	  Add information about NT_PSINFO for SunOS 5.x.
1158
1159	  Only trim whitespace from end of command line.
1160
11612007-02-11 01:36 Reuben Thomas <rrt@sc3d.org>
1162
1163	* Change strength of ! from MULT to 0, as it matches almost
1164		  anything (Reuben Thomas)
1165
1166	* Debian fixes (Reuben Thomas)
1167
11682007-02-11 00:17 Reuben Thomas <rrt@sc3d.org>
1169
1170	* Clarify UTF-8 BOM message (Reuben Thomas)
1171
1172	* Add HTML comment to token list in names.h
1173
11742007-02-04 15:50 Christos Zoulas <christos@astron.com>
1175
1176	* Debian fixes (Reuben Thomas)
1177
11782007-02-04 11:31 Christos Zoulas <christos@astron.com>
1179
1180	* !:mime annotations in magic files (Reuben Thomas)
1181
11822007-01-29 15:35 Christos Zoulas <christos@astron.com>
1183
1184	* zero out utime/utimes structs (Gavin Atkinson)
1185
11862007-01-26 13:45 Christos Zoulas <christos@astron.com>
1187
1188	* reduce writable data from Diego "Flameeyes" Petten
1189
11902007-12-28 15:06 Christos Zoulas <christos@astron.com>
1191
1192	* strtof detection
1193
1194	* remove bogus regex magic that could cause a DoS
1195
1196	* better mismatch version message
1197
11982007-12-27 11:35 Christos Zoulas <christos@astron.com>
1199
1200	* bring back some fixes from OpenBSD
1201
1202	* treat ELF dynamic objects as executables
1203
1204	* fix gcc warnings
1205
12062007-12-01 19:55 Christos Zoulas <christos@astron.com>
1207
1208	* make sure we have zlib.h and libz to compile the builtin
1209	  decompress code
1210
12112007-10-28 20:48 Christos Zoulas <christos@astron.com>
1212
1213 	* float and double magic support (Behan Webster)
1214
12152007-10-28 20:48 Christos Zoulas <christos@astron.com>
1216
1217	* Convert fortran to a soft test (Reuben Thomas)
1218
12192007-10-23  5:25 Christos Zoulas <christos@astron.com>
1220
1221	* Add --with-filename, and --no-filename (Reuben Thomas)
1222
12232007-10-23  3:59 Christos Zoulas <christos@astron.com>
1224
1225	* Rest of the mime split (Reuben Thomas)
1226
1227	* Make usage message generated from the flags so that
1228	  they stay consistent (Reuben Thomas)
1229
12302007-10-20  3:06 Christos Zoulas <christos@astron.com>
1231
1232	* typo in comment, missing ifdef QUICK, remove unneeded code
1233		(Charles Longeau)
1234
12352007-10-17  3:33 Christos Zoulas <christos@astron.com>
1236
1237	* Fix problem printing -\012 in some entries
1238
1239	* Separate magic type and encoding flags (Reuben Thomas)
1240
12412007-10-09  3:55 Christos Zoulas <christos@astron.com>
1242
1243	* configure fix for int64 and strndup (Reuben Thomas)
1244
12452007-09-26  4:45 Christos Zoulas <christos@astron.com>
1246
1247	* Add magic_descriptor() function.
1248
1249	* Fix regression in elf reading code where the core name was
1250	  not being printed.
1251
1252	* Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson)
1253
12542007-08-19  6:30 Christos Zoulas <christos@astron.com>
1255
1256	* Make mime format consistent so that it can
1257	  be easily parsed:
1258	      mimetype [charset=character-set] [encoding=encoding-mime-type]
1259
1260	  Remove spurious extra text from some MIME type printouts
1261	  (mostly in is_tar).
1262
1263	  Fix one case where -i produced nothing at all (for a 1-byte file,
1264	  which is now classed as application/octet-stream).
1265
1266	  Remove 7/8bit classifications, since they were arbitrary
1267	  and not based on the file data.
1268
1269	  This work was done by Reuben Thomas
1270
12712007-05-24 10:00 Christos Zoulas <christos@astron.com>
1272
1273	* Fix another integer overflow (Colin Percival)
1274
12752007-03-26 13:58 Christos Zoulas <christos@astron.com>
1276
1277	* make sure that all of struct magic_set is initialized appropriately
1278	  (Brett)
1279
12802007-03-25 17:44 Christos Zoulas <christos@astron.com>
1281
1282	* reset left bytes in the buffer (Dmitry V. Levin)
1283
1284	* compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
1285	  (Peter Avalos)
1286
12872007-03-15 10:51 Christos Zoulas <christos@astron.com>
1288
1289	* fix fortran and nroff reversed tests (Dmitry V. Levin)
1290
1291	* fix exclude option (Dmitry V. Levin)
1292
12932007-02-08 17:30 Christos Zoulas <christos@astron.com>
1294
1295	* fix integer underflow in file_printf which can lead to
1296	  to exploitable heap overflow (Jean-Sebastien Guay-Lero)
1297
12982007-02-05 11:35 Christos Zoulas <christos@astron.com>
1299
1300	* make socket/pipe reading more robust
1301
13022007-01-25 16:01 Christos Zoulas <christos@astron.com>
1303
1304	* Centralize all the tests in file_buffer.
1305
1306	* Add exclude flag.
1307
13082007-01-18 05:29 Anon Ymous <do@not.spam.me>
1309
1310	* Move the "type" detection code from parse() into its own table
1311	  driven routine.  This avoids maintaining multiple lists in
1312	  file.h.
1313
1314	* Add an optional conditional field (ust before the type field).
1315	  This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is
1316	  likely to go away.
1317
13182007-01-16 23:24 Anon Ymous <do@not.spam.me>
1319
1320	* Fix an initialization bug in check_mem().
1321
13222007-01-16 14:58 Anon Ymous <do@not.spam.me>
1323
1324	* Add a "default" type to print a message if nothing previously
1325	  matched at that level or since the last default at that
1326	  level.  This is useful for setting up switch-like statements.
1327	  It can also be used to do if/else constructions without a
1328	  redundant second test.
1329
1330	* Fix the "x" special case test so that one can test for that
1331	  string with "=x".
1332
1333	* Allow "search" to search the entire buffer if the "/N"
1334	  search count is missing.
1335
1336	* Make "regex" work!  It now starts its search at the
1337	  specified offset and takes an (optional) "/N" line count to
1338	  specify the search range; otherwise it searches to the end
1339	  of the file.  The match is now grabbed correctly for format
1340	  strings and the offset set to the end of the match.
1341
1342	* Add a "/s" flag to "regex" and "search" to set the offset to
1343	  the start of the match.  By default the offset is set to the
1344	  end of the match, as it is with other tests.  This is mostly
1345	  useful for "regex".
1346
1347	* Make "search", "string" and "pstring" use the same
1348	  file_strncmp() routine so that they support the same flags;
1349	  "bestring16" and "lestring16" call the same routine, but
1350	  with flags = 0.  Also add a "/C" flag (in analogy to "/c")
1351	  to ignore the case on uppercase (lowercase) characters in
1352	  the test string.
1353
1354	* Strict adherence to C style string escapes.  A warnings are
1355	  printed when compiling.  Note: previously "\a" was
1356	  incorrectly translated to 'a' instead of an <alert> (i.e.,
1357	  BELL, typically 0x07).
1358
1359	* Make this compile with "-Wall -Wextra" and all the warning
1360	  flags used with WARNS=4 in the NetBSD source.  Also make it
1361	  pass lint.
1362
1363	* Many "cleanups" and hopefully not too many new bugs!
1364
13652007-01-16 14:56 Anon Ymous <do@not.spam.me>
1366
1367	* make several more files compile with gcc warnings
1368	  on and also make them pass lint.
1369
13702007-01-16 14:54 Anon Ymous <do@not.spam.me>
1371
1372	* fix a puts()/putc() usage goof in file.c
1373
1374	* make file.c compile with gcc warnings and pass lint
1375
13762006-12-11 16:49 Christos Zoulas <christos@astron.com>
1377
1378	* fix byteswapping issue
1379
1380	* report the number of bytes we tried to
1381	  allocate when allocation fails
1382
1383	* add a few missed cases in the strength routine
1384
13852006-12-08 16:32 Christos Zoulas <christos@astron.com>
1386
1387	* store and print the line number of the magic
1388	  entry for debugging.
1389
1390	* if the magic entry did not print anything,
1391	  don't treat it as a match
1392
1393	* change the magic strength algorithm to take
1394	  into account the relationship op.
1395
1396	* fix a bug in search where we could accidentally
1397	  return a match.
1398
1399	* propagate the error return from match to
1400	  file_softmagic.
1401
14022006-11-25 13:35 Christos Zoulas <christos@astron.com>
1403
1404	* Don't store the current offset in the magic
1405	  struct, because it needs to be restored and
1406	  it was not done properly all the time. Bug
1407	  found by: Arkadiusz Miskiewicz
1408
1409	* Fix problem in the '\0' separator; and don't
1410	  print it as an additional separator; print
1411	  it as the only separator.
1412
14132006-11-17 10:51 Christos Zoulas <christos@astron.com>
1414
1415	* Added a -0 option to print a '\0' separator
1416	  Etienne Buira <etienne.buira@free.fr>
1417
14182006-10-31 15:14 Christos Zoulas <christos@astron.com>
1419
1420	* Check offset before copying (Mike Frysinger)
1421
1422	* merge duplicated code
1423
1424	* add quad date support
1425
1426	* make sure that we nul terminate desc (Ryoji Kanai)
1427
1428	* don't process elf notes multiple times
1429
1430	* allow -z to report empty compressed files
1431
1432	* use calloc to initialize the ascii buffers (Jos van den Oever)
1433
14342006-06-08 11:11 Christos Zoulas <christos@astron.com>
1435
1436	* QNX fixes (Mike Gorchak)
1437
1438	* Add quad support.
1439
1440	* FIFO checks (Dr. Werner Fink)
1441
1442	* Linux ELF fixes (Dr. Werner Fink)
1443
1444	* Magic format checks (Dr. Werner Fink)
1445
1446	* Magic format function improvent (Karl Chen)
1447
14482006-05-03 11:11 Christos Zoulas <christos@astron.com>
1449
1450	* Pick up some elf changes and some constant fixes from SUSE
1451
1452	* Identify gnu tar vs. posix tar
1453
1454	* When keep going, don't print spurious newlines (Radek Vokal)
1455
14562006-04-01 12:02 Christos Zoulas <christos@astron.com>
1457
1458	* Use calloc instead of malloc (Mike Frysinger)
1459
1460	* Fix configure script to detect wctypes.h (Mike Frysinger)
1461
14622006-03-02 16:06 Christos Zoulas <christos@astron.com>
1463
1464	* Print empty if the file is (Mike Frysinger)
1465
1466	* Don't try to read past the end of the buffer (Mike Frysinger)
1467
1468	* Sort magic entries by strength [experimental]
1469
14702005-11-29 13:26 Christos Zoulas <christos@astron.com>
1471
1472	* Use iswprint() to convert the output string.
1473	    (Bastien Nocera)
1474
14752005-10-31 8:54 Christos Zoulas <christos@astron.com>
1476
1477	* Fix regression where the core info was not completely processed
1478	    (Radek Vokal)
1479
14802005-10-20 11:15 Christos Zoulas <christos@astron.com>
1481
1482	* Middle Endian magic (Diomidis Spinellis)
1483
14842005-10-17 11:15 Christos Zoulas <christos@astron.com>
1485
1486	* Open with O_BINARY for CYGWIN (Corinna Vinschen)
1487
1488	* Don't close stdin (Arkadiusz Miskiewicz)
1489
1490	* Look for note sections in non executables.
1491
14922005-09-20 13:33 Christos Zoulas <christos@astron.com>
1493
1494	* Don't print SVR4 Style in core files multiple times
1495	    (Radek Vokal)
1496
14972005-08-27 04:09 Christos Zoulas <christos@astron.com>
1498
1499	* Cygwin changes Corinna Vinschen
1500
15012005-08-18 09:53 Christos Zoulas <christos@astron.com>
1502
1503	* Remove erroreous mention of /etc/magic in the file man page
1504	  This is gentoo bug 101639. (Mike Frysinger)
1505
1506	* Cross-compile support and detection (Mike Frysinger)
1507
15082005-08-12 10:17 Christos Zoulas <christos@astron.com>
1509
1510	* Add -h flag and dereference symlinks if POSIXLY_CORRECT
1511	  is set.
1512
15132005-07-29 13:57 Christos Zoulas <christos@astron.com>
1514
1515	* Avoid search and regex buffer overflows (Kelledin)
1516
15172005-07-12 11:48 Christos Zoulas <christos@astron.com>
1518
1519	* Provide stub implementations for {v,}nsprintf() for older
1520	  OS's that don't have them.
1521	* Change mbstate_t autoconf detection macro from AC_MBSTATE_T
1522	  to AC_TYPE_MBSTATE_T.
1523
15242005-06-25 11:48 Christos Zoulas <christos@astron.com>
1525
1526	* Dynamically allocate the string buffers and make the
1527	  default read size 256K.
1528
15292005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>
1530
1531	* Dragonfly ELF note support
1532
15332005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>
1534
1535	* Avoid NULL pointer dereference in time conversion.
1536
15372005-03-06 00:00  Joerg Walter <jwalt@mail.garni.ch>
1538
1539	* Add indirect magic offset support, and search mode.
1540
15412005-01-12 00:00  Stepan Kasal  <kasal@ucw.cz>
1542
1543	* src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
1544	  If a CRLF text file happens to have CR at offset HOWMANY - 1
1545	  (currently 0xffff), it should not be counted as CR line
1546	  terminator.
1547	  If a line has length exactly MAXLINELEN, it should not yet be
1548	  treated as a ``very long line'', as MAXLINELEN is ``longest sane
1549	  line length''.
1550	  With CRLF, the line length was not computed correctly, and even
1551	  lines of length MAXLINELEN - 1 were treated as ``very long''.
1552
15532004-12-07 14:15  Christos Zoulas  <christos@astron.com>
1554
1555	* bzip2 needs a lot of input buffer space on some files
1556	  before it can begin uncompressing. This makes file -z
1557	  fail on some bz2 files. Fix it by giving it a copy of
1558	  the file descriptor to read as much as it wants if we
1559	  have access to it. <christos@astron.com>
1560
15612004-11-24 12:39  Christos Zoulas  <christos@astron.com>
1562
1563	* Stack smash fix, and ELF more conservative reading.
1564	  Jakub Bogusz <qboosh@pld-linux.org>
1565
15662004-11-20 18:50  Christos Zoulas  <christos@astron.com>
1567
1568	* New FreeBSD version parsing code:
1569	  Jon Noack <noackjr@alumni.rice.edu>
1570
1571	* Hackish support for ucs16 strings <christos@astron.com>
1572
15732004-11-13 03:07  Christos Zoulas  <christos@astron.com>
1574
1575	* print the file name and line number in syntax errors.
1576
15772004 10-12 10:50  Christos Zoulas  <christos@astron.com>
1578
1579	* Fix stack overwriting on 0 length strings: Tim Waugh
1580	    <twaugh@redhat.com> Ned Ludd <solar@gentoo.org>
1581
15822004-09-27 11:30  Christos Zoulas  <christos@astron.com>
1583
1584	* Remove 3rd and 4th copyright clause; approved by Ian Darwin.
1585
1586	* Fix small memory leaks; caught by: Tamas Sarlos
1587	    <stamas@csillag.ilab.sztaki.hu>
1588
15892004-07-24 16:33  Christos Zoulas  <christos@astron.com>
1590
1591	* magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
1592
1593	* FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
1594
1595	* utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com>
1596
1597  	* errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
1598
15992004-04-12 10:55  Christos Zoulas  <christos@astron.com>
1600
1601	* make sure that magic formats match magic types during compilation
1602
1603	* fix broken sgi magic file
1604
16052004-04-06 20:36  Christos Zoulas  <christos@astron.com>
1606
1607	* detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
1608
1609	* magic fixes
1610
16112004-03-22 15:25  Christos Zoulas  <christos@astron.com>
1612
1613	* Lots of mime fixes
1614	  (Joerg Ostertag) <ostertag@rechengilde.de>
1615
1616	* FreeBSD ELF version handling
1617	  (Edwin Groothuis) <edwin@mavetju.org>
1618
1619	* correct cleanup in all cases; don't just close the file.
1620	  (Christos Zoulas) <christos@astron.com>
1621
1622	* add gettext message catalogue support
1623	  (Michael Piefel) <piefel@debian.org>
1624
1625	* better printout for unreadable files
1626	  (Michael Piefel) <piefel@debian.org>
1627
1628	* compensate for missing MAXPATHLEN
1629	  (Michael Piefel) <piefel@debian.org>
1630
1631	* add wide character string length computation
1632	  (Michael Piefel) <piefel@debian.org>
1633
1634	* Avoid infinite loops caused by bad elf alignments
1635	  or name and description note sizes. Reported by
1636	  (Mikael Magnusson) <mmikael@comhem.se>
1637
16382004-03-09 13:55  Christos Zoulas  <christos@astron.com>
1639
1640	* Fix possible memory leak on error and add missing regfree
1641	  (Dmitry V. Levin) <ldv@altlinux.org>
1642
16432003-12-23 12:12  Christos Zoulas  <christos@astron.com>
1644
1645	* fix -k flag (Maciej W. Rozycki)
1646
16472003-11-18 14:10  Christos Zoulas  <christos@astron.com>
1648
1649	* Try to give us much info as possible on corrupt elf files.
1650	  (Willy Tarreau) <willy@w.ods.org>
1651	* Updated python bindings (Brett Funderburg)
1652	   <brettf@deepfile.com>
1653
16542003-11-11 15:03  Christos Zoulas  <christos@astron.com>
1655
1656	* Include file.h first, because it includes config.h
1657	  breaks largefile test macros otherwise.
1658	  (Paul Eggert <eggert@CS.UCLA.EDU> via
1659	   Lars Hecking <lhecking@nmrc.ie>)
1660
16612003-10-14 21:39  Christos Zoulas  <christos@astron.com>
1662
1663	* Python bindings (Brett Funderburg) <brettf@deepfile.com>
1664	* Don't lookup past the end of the buffer
1665	  (Chad Hanson) <chanson@tcs-sec.com>
1666	* Add MAGIC_ERROR and api on magic_errno()
1667
16682003-10-08 12:40  Christos Zoulas  <christos@astron.com>
1669
1670	* handle error conditions from compile as fatal
1671	  (Antti Kantee) <pooka@netbsd.org>
1672	* handle magic filename parsing sanely
1673	* more magic fixes.
1674	* fix a memory leak (Illes Marton) <illes.marton@balabit.hu>
1675	* describe magic file handling
1676	  (Bryan Henderson) <bryanh@giraffe-data.com>
1677
16782003-09-12 15:09  Christos Zoulas  <christos@astron.com>
1679
1680	* update magic files.
1681	* remove largefile support from file.h; it breaks things on most OS's
1682
16832003-08-10 10:25  Christos Zoulas  <christos@astron.com>
1684
1685	* fix unmapping'ing of mmaped files.
1686
16872003-07-10 12:03  Christos Zoulas  <christos@astron.com>
1688
1689	* don't exit with -1 on error; always exit 1 (Marty Leisner)
1690	* restore utimes code.
1691
16922003-06-10 17:03  Christos Zoulas  <christos@astron.com>
1693
1694	* make sure we don't access uninitialized memory.
1695	* pass lint
1696	* #ifdef __cplusplus in magic.h
1697
16982003-05-25 19:23  Christos Zoulas  <christos@astron.com>
1699
1700	* rename cvs magic file to revision to deal with
1701	  case insensitive filesystems.
1702
17032003-05-23 17:03  Christos Zoulas  <christos@astron.com>
1704
1705	* documentation fixes from Michael Piefel <piefel@debian.org>
1706	* magic fixes (various)
1707	* revert basename magic in .mgc name determination
1708	* buffer protection in uncompress,
1709	  signness issues,
1710	  close files
1711	  Maciej W. Rozycki <macro@ds2.pg.gda.pl
1712
17132003-04-21 20:12  Christos Zoulas  <christos@astron.com>
1714
1715	* fix zsh magic
1716
17172003-04-04 16:59  Christos Zoulas  <christos@astron.com>
1718
1719	* fix operand sort order in string.
1720
17212003-04-02 17:30  Christos Zoulas  <christos@astron.com>
1722
1723	* cleanup namespace in magic.h
1724
17252003-04-02 13:50  Christos Zoulas  <christos@astron.com>
1726
1727	* Magic additions (Alex Ott)
1728	* Fix bug that broke VPATH compilation (Peter Breitenlohner)
1729
17302003-03-28 16:03  Christos Zoulas  <christos@astron.com>
1731
1732	* remove packed attribute from magic struct.
1733	* make the magic struct properly aligned.
1734	* bump version number of compiled files to 2.
1735
17362003-03-27 13:10  Christos Zoulas  <christos@astron.com>
1737
1738	* separate tar detection and run it before softmagic.
1739	* fix reversed symlink test.
1740	* fix version printing.
1741	* make separator a string instead of a char.
1742	* update manual page and sort options.
1743
17442003-03-26 11:00  Christos Zoulas  <christos@astron.com>
1745
1746	* Pass lint
1747	* make NULL in magic_file mean stdin
1748	* Fix "-" argument to file to pass NULL to magic_file
1749	* avoid pointer casts by using memcpy
1750	* rename magic_buf -> magic_buffer
1751	* keep only the first error
1752	* manual page: new sentence, new line
1753	* fix typo in api function (magic_buf -> magic_buffer)
1754