]> granicus.if.org Git - file/log
file
13 years agowelcome to 5.10
Christos Zoulas [Fri, 30 Dec 2011 16:41:11 +0000 (16:41 +0000)]
welcome to 5.10

13 years agoFix markup typos and document magic_list.
Christos Zoulas [Mon, 19 Dec 2011 17:49:31 +0000 (17:49 +0000)]
Fix markup typos and document magic_list.

13 years agoDon't hard-code MAGIC_NO_CHECK_BUILTIN, build it from it's components.
Christos Zoulas [Sun, 18 Dec 2011 14:55:22 +0000 (14:55 +0000)]
Don't hard-code MAGIC_NO_CHECK_BUILTIN, build it from it's components.

13 years agoadd tilera
Christos Zoulas [Sat, 17 Dec 2011 17:18:14 +0000 (17:18 +0000)]
add tilera

13 years agoMore tilera chips from Chris Metcalf <cmetcalf@tilera.com>
Christos Zoulas [Sat, 17 Dec 2011 17:16:29 +0000 (17:16 +0000)]
More tilera chips from Chris Metcalf <cmetcalf@tilera.com>

13 years agoAdd guile
Christos Zoulas [Fri, 16 Dec 2011 17:44:33 +0000 (17:44 +0000)]
Add guile

13 years agoDocument recent changes.
Reuben Thomas [Fri, 16 Dec 2011 16:34:21 +0000 (16:34 +0000)]
Document recent changes.

13 years agoWeaken generic script magic rather more, to avoid overriding specific magic.
Reuben Thomas [Fri, 16 Dec 2011 16:32:48 +0000 (16:32 +0000)]
Weaken generic script magic rather more, to avoid overriding specific magic.

13 years agoAdd /usr/bin/env detection with MIME type for Perl scripts.
Reuben Thomas [Fri, 16 Dec 2011 16:24:40 +0000 (16:24 +0000)]
Add /usr/bin/env detection with MIME type for Perl scripts.

13 years agotry to make the palm magic stronger and comment as to what should be done.
Christos Zoulas [Thu, 15 Dec 2011 16:21:43 +0000 (16:21 +0000)]
try to make the palm magic stronger and comment as to what should be done.

13 years agoexplain why.
Christos Zoulas [Tue, 13 Dec 2011 13:53:14 +0000 (13:53 +0000)]
explain why.

13 years agordays is off by one. (Daniel Gillen)
Christos Zoulas [Tue, 13 Dec 2011 13:48:41 +0000 (13:48 +0000)]
rdays is off by one. (Daniel Gillen)

13 years agoTweak C++ magic strength to avoid false positives.
Reuben Thomas [Fri, 9 Dec 2011 08:02:16 +0000 (08:02 +0000)]
Tweak C++ magic strength to avoid false positives.

13 years agoSimplify if (p) free(p) to free(p).
Reuben Thomas [Thu, 8 Dec 2011 12:38:24 +0000 (12:38 +0000)]
Simplify if (p) free(p) to free(p).

13 years agoTurn hardwired token matching into soft magic. See ChangeLog for details.
Reuben Thomas [Thu, 8 Dec 2011 12:12:46 +0000 (12:12 +0000)]
Turn hardwired token matching into soft magic. See ChangeLog for details.

13 years agoPR/151: Remove the wild match for 0xeb, matches too many russian texts.
Christos Zoulas [Wed, 7 Dec 2011 22:05:05 +0000 (22:05 +0000)]
PR/151: Remove the wild match for 0xeb, matches too many russian texts.

13 years agoput back the printf chars
Christos Zoulas [Wed, 7 Dec 2011 22:04:27 +0000 (22:04 +0000)]
put back the printf chars

13 years agobetter lzma detection for files with large dictionaries from jan kaluza
Christos Zoulas [Wed, 7 Dec 2011 18:39:43 +0000 (18:39 +0000)]
better lzma detection for files with large dictionaries from jan kaluza

13 years agoCorrect spelling of "XHTML".
Reuben Thomas [Wed, 7 Dec 2011 12:01:24 +0000 (12:01 +0000)]
Correct spelling of "XHTML".

13 years agoImprove punctuation.
Reuben Thomas [Wed, 7 Dec 2011 11:58:24 +0000 (11:58 +0000)]
Improve punctuation.

13 years agoUpdate for recent magic fixes.
Reuben Thomas [Mon, 5 Dec 2011 23:18:12 +0000 (23:18 +0000)]
Update for recent magic fixes.

13 years agoMake description of Python scripts consistent.
Reuben Thomas [Mon, 5 Dec 2011 23:16:41 +0000 (23:16 +0000)]
Make description of Python scripts consistent.

13 years agoMove generic /usr/bin/env script detection from commands to
Reuben Thomas [Mon, 5 Dec 2011 23:14:02 +0000 (23:14 +0000)]
Move generic /usr/bin/env script detection from commands to
varied.script, so all the generic detection is together.

Reduce its strength so it doesn't outweigh language-specific tests.

13 years agoUpdate for recent fixes.
Reuben Thomas [Mon, 5 Dec 2011 23:01:10 +0000 (23:01 +0000)]
Update for recent fixes.

13 years agoFix description of /w flag.
Reuben Thomas [Mon, 5 Dec 2011 22:58:35 +0000 (22:58 +0000)]
Fix description of /w flag.

13 years agoadd music
Christos Zoulas [Fri, 25 Nov 2011 03:28:17 +0000 (03:28 +0000)]
add music

13 years agofix virtualbox
Christos Zoulas [Tue, 22 Nov 2011 13:30:05 +0000 (13:30 +0000)]
fix virtualbox

13 years ago- don't close if not needed
Christos Zoulas [Wed, 16 Nov 2011 19:24:22 +0000 (19:24 +0000)]
- don't close if not needed
- closedir on error path

13 years agoAdd cups
Christos Zoulas [Thu, 10 Nov 2011 18:59:54 +0000 (18:59 +0000)]
Add cups

13 years agofix missing prefix (from bch/NetBSD)
Christos Zoulas [Thu, 10 Nov 2011 13:42:09 +0000 (13:42 +0000)]
fix missing prefix (from bch/NetBSD)

13 years agoFix issue #150.
Reuben Thomas [Sat, 5 Nov 2011 15:44:22 +0000 (15:44 +0000)]
Fix issue #150.

13 years agoadd kernel core formats
Christos Zoulas [Mon, 31 Oct 2011 17:23:34 +0000 (17:23 +0000)]
add kernel core formats

13 years agoadd incremental tar format from Eloi Notario entfe001 at gmail dot com
Christos Zoulas [Wed, 26 Oct 2011 15:44:47 +0000 (15:44 +0000)]
add incremental tar format from Eloi Notario entfe001 at gmail dot com

13 years agoclarify options processing order in -f namefile
Christos Zoulas [Mon, 17 Oct 2011 20:18:05 +0000 (20:18 +0000)]
clarify options processing order in -f namefile

13 years agoPR/146: Mime output for office files broken.
Christos Zoulas [Wed, 28 Sep 2011 13:30:10 +0000 (13:30 +0000)]
PR/146: Mime output for office files broken.

13 years agoPR/145: Remove weak magic.
Christos Zoulas [Wed, 28 Sep 2011 13:22:54 +0000 (13:22 +0000)]
PR/145: Remove weak magic.

13 years agoadd big tiff
Christos Zoulas [Thu, 22 Sep 2011 19:30:43 +0000 (19:30 +0000)]
add big tiff

13 years agoadd python3 changes.
Christos Zoulas [Thu, 22 Sep 2011 16:58:37 +0000 (16:58 +0000)]
add python3 changes.

13 years agomention string flags file type enforcement
Christos Zoulas [Tue, 20 Sep 2011 15:33:50 +0000 (15:33 +0000)]
mention string flags file type enforcement

13 years agomark binary string entries as such
Christos Zoulas [Tue, 20 Sep 2011 15:31:52 +0000 (15:31 +0000)]
mark binary string entries as such

13 years agoIf a string rule specifies binary or text file data explicitly, make sure
Christos Zoulas [Tue, 20 Sep 2011 15:30:14 +0000 (15:30 +0000)]
If a string rule specifies binary or text file data explicitly, make sure
that the data in the file matches the type before we do any other tests.
This avoids having weak magic types such as msdos, match against text files.

13 years ago- print the line number of the rule
Christos Zoulas [Tue, 20 Sep 2011 15:28:09 +0000 (15:28 +0000)]
- print the line number of the rule
- add missing flags

13 years agomv __arraycount() define to file.h FILE5_09
Christos Zoulas [Fri, 16 Sep 2011 21:23:59 +0000 (21:23 +0000)]
mv __arraycount() define to file.h

13 years agofix warnings
Christos Zoulas [Fri, 16 Sep 2011 21:04:59 +0000 (21:04 +0000)]
fix warnings

13 years agowelcome to 5.09
Christos Zoulas [Fri, 16 Sep 2011 19:43:39 +0000 (19:43 +0000)]
welcome to 5.09

13 years agofix missing comment
Christos Zoulas [Fri, 16 Sep 2011 19:40:40 +0000 (19:40 +0000)]
fix missing comment

13 years agoadd zope
Christos Zoulas [Sun, 11 Sep 2011 14:57:46 +0000 (14:57 +0000)]
add zope

13 years agoadd marc21
Christos Zoulas [Thu, 8 Sep 2011 21:58:42 +0000 (21:58 +0000)]
add marc21

13 years agoAdd other stuff we did not mention before
Christos Zoulas [Wed, 7 Sep 2011 22:00:50 +0000 (22:00 +0000)]
Add other stuff we did not mention before

13 years agotypo
Christos Zoulas [Wed, 7 Sep 2011 21:57:15 +0000 (21:57 +0000)]
typo

13 years agoPR/142: add LRF format files
Christos Zoulas [Wed, 7 Sep 2011 15:47:51 +0000 (15:47 +0000)]
PR/142: add LRF format files

13 years agonew media files from Mike Melanson
Christos Zoulas [Tue, 6 Sep 2011 11:00:06 +0000 (11:00 +0000)]
new media files from Mike Melanson

13 years agowait for the particular pid we just forked not just any
Christos Zoulas [Thu, 1 Sep 2011 12:12:37 +0000 (12:12 +0000)]
wait for the particular pid we just forked not just any

13 years agoPR/193: avoid zerodivide
Christos Zoulas [Sun, 28 Aug 2011 08:38:48 +0000 (08:38 +0000)]
PR/193: avoid zerodivide

13 years agofix resource leak: Thomas Jarosch thomas dot jarosch at intra2net dot com
Christos Zoulas [Sun, 28 Aug 2011 07:03:27 +0000 (07:03 +0000)]
fix resource leak: Thomas Jarosch thomas dot jarosch at intra2net dot com

13 years agomention cdf change
Christos Zoulas [Fri, 26 Aug 2011 13:40:34 +0000 (13:40 +0000)]
mention cdf change

13 years agoadd a simple makefile to build just the cdf test code
Christos Zoulas [Fri, 26 Aug 2011 13:39:18 +0000 (13:39 +0000)]
add a simple makefile to build just the cdf test code

13 years agoPR/135: Use a different heuristic to recognize a word document if it missing
Christos Zoulas [Fri, 26 Aug 2011 13:38:28 +0000 (13:38 +0000)]
PR/135: Use a different heuristic to recognize a word document if it missing
the application name in the properties.

13 years agoDo the seek test after we set all information we can determine from the
Christos Zoulas [Tue, 23 Aug 2011 08:01:12 +0000 (08:01 +0000)]
Do the seek test after we set all information we can determine from the
current header only without seeking.

13 years agoPR/129: Add smile
Christos Zoulas [Wed, 17 Aug 2011 17:37:18 +0000 (17:37 +0000)]
PR/129: Add smile

13 years agoPR/134: Don't seek all overr the place when reading elf files, homogenize
Christos Zoulas [Wed, 17 Aug 2011 11:34:39 +0000 (11:34 +0000)]
PR/134: Don't seek all overr the place when reading elf files, homogenize
the seeking to seek to the proper offset for each header structure reading
instead of saving and restoring offsets in random places.

13 years agoeliminate non-literal format strings.
Christos Zoulas [Sun, 14 Aug 2011 09:03:12 +0000 (09:03 +0000)]
eliminate non-literal format strings.

13 years agofile header
Christos Zoulas [Mon, 8 Aug 2011 09:05:55 +0000 (09:05 +0000)]
file header

13 years agoadd fusecompress
Christos Zoulas [Mon, 8 Aug 2011 09:05:38 +0000 (09:05 +0000)]
add fusecompress

13 years agoadd VCDIFF from Jan Kaluza
Christos Zoulas [Mon, 8 Aug 2011 09:01:05 +0000 (09:01 +0000)]
add VCDIFF from Jan Kaluza

13 years agofix weak dbase magic
Christos Zoulas [Mon, 8 Aug 2011 08:56:17 +0000 (08:56 +0000)]
fix weak dbase magic

13 years agoremove duplicate entry.
Christos Zoulas [Mon, 8 Aug 2011 08:49:27 +0000 (08:49 +0000)]
remove duplicate entry.

13 years agomore portable if/then/else FILE5_08
Christos Zoulas [Wed, 3 Aug 2011 16:55:40 +0000 (16:55 +0000)]
more portable if/then/else

13 years agoregen
Christos Zoulas [Wed, 3 Aug 2011 14:47:42 +0000 (14:47 +0000)]
regen

13 years agowelcome to 5.08
Christos Zoulas [Wed, 3 Aug 2011 14:46:58 +0000 (14:46 +0000)]
welcome to 5.08

13 years agosupport ld build id printing.
Christos Zoulas [Tue, 19 Jul 2011 18:54:25 +0000 (18:54 +0000)]
support ld build id printing.

13 years agoDocument recent changes.
Reuben Thomas [Tue, 12 Jul 2011 11:34:55 +0000 (11:34 +0000)]
Document recent changes.

13 years agoRename file system object MIME types for consistency with xdg-utils.
Reuben Thomas [Tue, 12 Jul 2011 11:31:59 +0000 (11:31 +0000)]
Rename file system object MIME types for consistency with xdg-utils.

13 years agoFix position of StarView magic; fixes mantis bug #128.
Reuben Thomas [Tue, 12 Jul 2011 11:31:09 +0000 (11:31 +0000)]
Fix position of StarView magic; fixes mantis bug #128.

13 years agoRemove obsolete documentation on MIME magic, and a fixed TODO.
Reuben Thomas [Tue, 12 Jul 2011 11:23:38 +0000 (11:23 +0000)]
Remove obsolete documentation on MIME magic, and a fixed TODO.

13 years agopcap-ng files
Christos Zoulas [Mon, 11 Jul 2011 19:42:02 +0000 (19:42 +0000)]
pcap-ng files

13 years agonew pcap-ng format.
Christos Zoulas [Wed, 22 Jun 2011 15:40:47 +0000 (15:40 +0000)]
new pcap-ng format.

13 years agoAdded a check to bail out if we are cross-compiling and the installed version
Christos Zoulas [Sat, 18 Jun 2011 22:36:22 +0000 (22:36 +0000)]
Added a check to bail out if we are cross-compiling and the installed version
of file does not match (PR/123)

13 years agobetter rpm handling from Jan Kaluza
Christos Zoulas [Tue, 14 Jun 2011 12:47:41 +0000 (12:47 +0000)]
better rpm handling from Jan Kaluza

13 years agoremove leftover debugging.
Christos Zoulas [Fri, 10 Jun 2011 09:23:28 +0000 (09:23 +0000)]
remove leftover debugging.

13 years agosupport for Dell BIOS version detection.
Christos Zoulas [Mon, 6 Jun 2011 13:01:41 +0000 (13:01 +0000)]
support for Dell BIOS version detection.
https://bugzilla.redhat.com/show_bug.cgi?id=709953
From Jan Kaluza

13 years agofix compilation under mingw from abrdoks at gmail dot com
Christos Zoulas [Thu, 26 May 2011 01:27:59 +0000 (01:27 +0000)]
fix compilation under mingw from abrdoks at gmail dot com

13 years agoadd zip 3.0 support.
Christos Zoulas [Wed, 25 May 2011 17:45:54 +0000 (17:45 +0000)]
add zip 3.0 support.

13 years agoPR/126: PostScript files are really not just text.
Christos Zoulas [Fri, 20 May 2011 23:31:46 +0000 (23:31 +0000)]
PR/126: PostScript files are really not just text.

13 years agoFixed 0 file problem.
Christos Zoulas [Wed, 18 May 2011 18:11:23 +0000 (18:11 +0000)]
Fixed 0 file problem.

13 years agoFix English in comment.
Reuben Thomas [Tue, 17 May 2011 17:40:31 +0000 (17:40 +0000)]
Fix English in comment.

13 years agosmall archive
Christos Zoulas [Sat, 14 May 2011 15:04:15 +0000 (15:04 +0000)]
small archive

13 years agoadjust license from NetBSD
Christos Zoulas [Fri, 13 May 2011 22:15:54 +0000 (22:15 +0000)]
adjust license from NetBSD

13 years agomake this compile with a c++ compiler again.
Christos Zoulas [Fri, 13 May 2011 22:15:40 +0000 (22:15 +0000)]
make this compile with a c++ compiler again.

13 years agodon't use c99 decls.
Christos Zoulas [Fri, 13 May 2011 22:15:24 +0000 (22:15 +0000)]
don't use c99 decls.

13 years agofixes from NetBSD
Christos Zoulas [Fri, 13 May 2011 22:11:44 +0000 (22:11 +0000)]
fixes from NetBSD

13 years agoAdd mime types for tcpdump, from Guy Harris
Christos Zoulas [Fri, 13 May 2011 12:05:56 +0000 (12:05 +0000)]
Add mime types for tcpdump, from Guy Harris

13 years agomention recent changes FILE5_07
Christos Zoulas [Wed, 11 May 2011 01:19:22 +0000 (01:19 +0000)]
mention recent changes

13 years agoDon't double increment pointer in the OCTALIFY case, leading to buffer overrun.
Christos Zoulas [Wed, 11 May 2011 01:02:41 +0000 (01:02 +0000)]
Don't double increment pointer in the OCTALIFY case, leading to buffer overrun.

13 years agowelcome to 5.07
Christos Zoulas [Wed, 11 May 2011 00:57:28 +0000 (00:57 +0000)]
welcome to 5.07

13 years agofix alignment
Christos Zoulas [Wed, 11 May 2011 00:47:40 +0000 (00:47 +0000)]
fix alignment

13 years agoremove alpha
Christos Zoulas [Tue, 10 May 2011 17:01:57 +0000 (17:01 +0000)]
remove alpha

13 years agoattempt to find encapsulated postscript in pjl
Christos Zoulas [Sun, 8 May 2011 16:34:51 +0000 (16:34 +0000)]
attempt to find encapsulated postscript in pjl

13 years agoupdate from Joerg Jenderek
Christos Zoulas [Sun, 8 May 2011 01:21:41 +0000 (01:21 +0000)]
update from Joerg Jenderek

13 years agochange ^H -> \b
Christos Zoulas [Tue, 3 May 2011 01:44:17 +0000 (01:44 +0000)]
change ^H -> \b