]>
granicus.if.org Git - file/log
Christos Zoulas [Thu, 14 Feb 2008 20:17:59 +0000 (20:17 +0000)]
no processing for mime.
Reuben Thomas [Wed, 13 Feb 2008 01:13:14 +0000 (01:13 +0000)]
kBits to kbps; fixes Debian bug #400933
Reuben Thomas [Tue, 12 Feb 2008 17:35:26 +0000 (17:35 +0000)]
Fix from Jon Dowland (Debian bug #359301) to Doom magic.
Reuben Thomas [Tue, 12 Feb 2008 17:31:30 +0000 (17:31 +0000)]
Fix Ogg FLAC signature (Debian bug #347244).
Reuben Thomas [Tue, 12 Feb 2008 17:27:28 +0000 (17:27 +0000)]
Make MPEG sequence magic more precise so it's less strong than Windows
icon magic and won't unnecessarily match Windows icons. Fixes Debian
bug #299091.
Reuben Thomas [Tue, 12 Feb 2008 17:22:54 +0000 (17:22 +0000)]
Diagnose symlink loops. Fixes Debian bug #297775.
Reuben Thomas [Tue, 12 Feb 2008 16:30:48 +0000 (16:30 +0000)]
Add to-do.
Reuben Thomas [Tue, 12 Feb 2008 15:59:18 +0000 (15:59 +0000)]
Fix typo and markup in description of 'x' test.
Reuben Thomas [Tue, 12 Feb 2008 15:50:02 +0000 (15:50 +0000)]
Comment out too-weak binary magic
Reuben Thomas [Tue, 12 Feb 2008 15:48:04 +0000 (15:48 +0000)]
Fix Postscript version printing (Debian bug #129518)
Reuben Thomas [Tue, 12 Feb 2008 15:36:54 +0000 (15:36 +0000)]
Remove a regex
Reuben Thomas [Tue, 12 Feb 2008 15:28:39 +0000 (15:28 +0000)]
Fix change made yesterday to correctly update offset for both indirect
and non-indirect offsets.
Reuben Thomas [Tue, 12 Feb 2008 01:08:39 +0000 (01:08 +0000)]
Allow empty magic files
Reuben Thomas [Mon, 11 Feb 2008 23:40:42 +0000 (23:40 +0000)]
Extra magic from Albert Cahalan <acahalan@gmail.com> via Debian bug
#442819.
Reuben Thomas [Mon, 11 Feb 2008 23:26:17 +0000 (23:26 +0000)]
Clarify documentation of search and regex matches, and sync with
actual behaviour of program.
Reuben Thomas [Mon, 11 Feb 2008 23:20:51 +0000 (23:20 +0000)]
Fix Debian bug #407120 (Bug in relative use of search/regex), which is
caused by relative offsets not working properly.
Reuben Thomas [Mon, 11 Feb 2008 23:00:26 +0000 (23:00 +0000)]
Comment out lots of macintosh magic that plausibly matches text files.
Can be de-commented once we have text/binary split.
Reuben Thomas [Mon, 11 Feb 2008 22:18:08 +0000 (22:18 +0000)]
Fix Debian bugs #383498 (ODT detected as application/x-zip) and
#409231 (ODT not detected (non-MIME mode)).
Reuben Thomas [Mon, 11 Feb 2008 22:14:25 +0000 (22:14 +0000)]
Fix description of offset for regex/search types, as per actual
behaviour of file.
Reuben Thomas [Mon, 11 Feb 2008 22:12:24 +0000 (22:12 +0000)]
Add period (.) to allowable MIME type character list
Reuben Thomas [Mon, 11 Feb 2008 22:11:24 +0000 (22:11 +0000)]
Remove misleading, unnecessary comment.
Reuben Thomas [Mon, 11 Feb 2008 21:36:24 +0000 (21:36 +0000)]
As we currently have regex support, rewrite this comment.
Reuben Thomas [Mon, 11 Feb 2008 02:14:23 +0000 (02:14 +0000)]
Fix an offset and some commented magic
Reuben Thomas [Mon, 11 Feb 2008 01:37:11 +0000 (01:37 +0000)]
Document tonight's commits.
Reuben Thomas [Mon, 11 Feb 2008 01:36:08 +0000 (01:36 +0000)]
Make not-equal 0 strength, not the same as =
Reuben Thomas [Mon, 11 Feb 2008 01:02:11 +0000 (01:02 +0000)]
Fix Debian bug #416842 (sign extension of low bits in quad patterns).
Reuben Thomas [Mon, 11 Feb 2008 00:38:19 +0000 (00:38 +0000)]
Comment out too weak magic, fixing Debian bugs #209043 (MPEG I test
catches UTF-16 BOM), #305337 (text identified as MPEG-4) and #348372
(text identified as Apple Partition data).
Reuben Thomas [Mon, 11 Feb 2008 00:36:29 +0000 (00:36 +0000)]
Comment out text types that are detected by internal magic (and should
be left to it).
Reuben Thomas [Mon, 11 Feb 2008 00:35:27 +0000 (00:35 +0000)]
Fix Debian bug #303733 (HTML "DOCTYPE" vs "doctype") by making text
"DOCTYPE" case-insensitive, which is allowed.
Reuben Thomas [Mon, 11 Feb 2008 00:34:33 +0000 (00:34 +0000)]
Stop RTF message looking odd when unknown versions of RTF (!= 1)
found. Cope with missing encoding better too. Fixes Debian bug
#136534.
Reuben Thomas [Mon, 11 Feb 2008 00:33:15 +0000 (00:33 +0000)]
Improve documentation of too-weak PPT magic (still commented out, though).
Reuben Thomas [Mon, 11 Feb 2008 00:32:02 +0000 (00:32 +0000)]
Add MIME type for TeXMacs files, closing Debian bug #246780.
Reuben Thomas [Mon, 11 Feb 2008 00:31:22 +0000 (00:31 +0000)]
Print contents of unsigned fields with %lu, not %d, to fix Debian bug
#342334; however, for this bug to have shown up in the first place,
the numbers involved must have been enormous (with MS bit set), so
another bug is likely somewhere in the magic, the softmagic code, or
the file being checked may have been corrupt.
Reuben Thomas [Mon, 11 Feb 2008 00:25:46 +0000 (00:25 +0000)]
Add *.lineno
Reuben Thomas [Mon, 11 Feb 2008 00:19:29 +0000 (00:19 +0000)]
Clarify UTF-8 BOM message (Reuben Thomas)
Add HTML comment to token list in names.h
Christos Zoulas [Fri, 8 Feb 2008 13:54:13 +0000 (13:54 +0000)]
fix ufs2 dump.
Christos Zoulas [Fri, 8 Feb 2008 13:31:19 +0000 (13:31 +0000)]
BOM UTF-8 improvements from rrt@
Christos Zoulas [Fri, 8 Feb 2008 13:27:58 +0000 (13:27 +0000)]
fix for libmagic.la from rrt@
Christos Zoulas [Fri, 8 Feb 2008 13:22:28 +0000 (13:22 +0000)]
forgot to commit this
Christos Zoulas [Fri, 8 Feb 2008 13:19:56 +0000 (13:19 +0000)]
new configure.ac from rrt@
Christos Zoulas [Fri, 8 Feb 2008 13:09:56 +0000 (13:09 +0000)]
more fixes from rrt@
Christos Zoulas [Thu, 7 Feb 2008 03:10:20 +0000 (03:10 +0000)]
don't use c99 features
Christos Zoulas [Thu, 7 Feb 2008 03:05:02 +0000 (03:05 +0000)]
detect the utf8 header and from debian bugid 345928. I cannot compile right
now.
Christos Zoulas [Thu, 7 Feb 2008 00:58:51 +0000 (00:58 +0000)]
more fixes from rrt@
Christos Zoulas [Wed, 6 Feb 2008 20:46:48 +0000 (20:46 +0000)]
From: Antoine Brodin <antoine@FreeBSD.org> dumpv2
Christos Zoulas [Tue, 5 Feb 2008 19:53:16 +0000 (19:53 +0000)]
more build fixes:
- add missing files to .cvsignore [rrt@]
- kill zoulas.com -> astron.com
- remove configure
Christos Zoulas [Tue, 5 Feb 2008 19:08:11 +0000 (19:08 +0000)]
update the build system per rrt@
Christos Zoulas [Tue, 5 Feb 2008 13:59:03 +0000 (13:59 +0000)]
spell mime correctly.
Christos Zoulas [Tue, 5 Feb 2008 01:59:08 +0000 (01:59 +0000)]
Fixes from rrt@
Christos Zoulas [Tue, 5 Feb 2008 01:58:43 +0000 (01:58 +0000)]
fixes from rrt@; retain .In
Christos Zoulas [Mon, 4 Feb 2008 20:51:16 +0000 (20:51 +0000)]
Debian Fixes via rrt@
Christos Zoulas [Mon, 4 Feb 2008 19:11:03 +0000 (19:11 +0000)]
we don't open .mime anything anymore.
Christos Zoulas [Mon, 4 Feb 2008 18:49:43 +0000 (18:49 +0000)]
document !mime: entries from rrt@
Christos Zoulas [Mon, 4 Feb 2008 16:42:38 +0000 (16:42 +0000)]
fix bogus mimed lines from rrt@
Christos Zoulas [Mon, 4 Feb 2008 16:34:55 +0000 (16:34 +0000)]
remove unneeded files
Christos Zoulas [Mon, 4 Feb 2008 16:33:44 +0000 (16:33 +0000)]
magic merge from rrt@
Christos Zoulas [Mon, 4 Feb 2008 01:40:53 +0000 (01:40 +0000)]
improve the sentence
Christos Zoulas [Sun, 3 Feb 2008 21:00:15 +0000 (21:00 +0000)]
string and regex test work with not.
Christos Zoulas [Wed, 30 Jan 2008 20:36:12 +0000 (20:36 +0000)]
zero out utime/utimes buffer from Gavin Atkinson <gavin@FreeBSD.org>
Christos Zoulas [Mon, 28 Jan 2008 14:00:57 +0000 (14:00 +0000)]
Added xar
Christos Zoulas [Mon, 28 Jan 2008 00:14:38 +0000 (00:14 +0000)]
fix byte swapping botch
Christos Zoulas [Sat, 26 Jan 2008 18:45:16 +0000 (18:45 +0000)]
reduce readonly data.
Christos Zoulas [Fri, 18 Jan 2008 21:08:03 +0000 (21:08 +0000)]
put an ftp URL there...
Christos Zoulas [Tue, 15 Jan 2008 00:53:59 +0000 (00:53 +0000)]
new magic.
Christos Zoulas [Mon, 7 Jan 2008 23:32:11 +0000 (23:32 +0000)]
new magic
Christos Zoulas [Mon, 7 Jan 2008 03:32:51 +0000 (03:32 +0000)]
mozilla stuff
Christos Zoulas [Wed, 2 Jan 2008 21:36:08 +0000 (21:36 +0000)]
Fix Palm TealDoc document from Marc.DeSouter@indexengines.com
Christos Zoulas [Fri, 28 Dec 2007 20:34:33 +0000 (20:34 +0000)]
regen
Christos Zoulas [Fri, 28 Dec 2007 20:08:40 +0000 (20:08 +0000)]
welcome to 4.23.
Christos Zoulas [Fri, 28 Dec 2007 15:14:38 +0000 (15:14 +0000)]
remove regex patterns that can cause DOS.
Christos Zoulas [Thu, 27 Dec 2007 20:52:35 +0000 (20:52 +0000)]
- deal with missing strtof
- better version mispatch print
Christos Zoulas [Thu, 27 Dec 2007 20:30:35 +0000 (20:30 +0000)]
fix index error.
Christos Zoulas [Thu, 27 Dec 2007 16:41:00 +0000 (16:41 +0000)]
regen autoconfiscated files.
Christos Zoulas [Thu, 27 Dec 2007 16:38:24 +0000 (16:38 +0000)]
welcome to 4.22
Christos Zoulas [Thu, 27 Dec 2007 16:37:58 +0000 (16:37 +0000)]
mention recent changes.
Christos Zoulas [Thu, 27 Dec 2007 16:37:38 +0000 (16:37 +0000)]
more magic fixes
Christos Zoulas [Thu, 27 Dec 2007 16:35:58 +0000 (16:35 +0000)]
Various cleanups from OpenBSD and gcc warnings.
Christos Zoulas [Thu, 27 Dec 2007 16:13:26 +0000 (16:13 +0000)]
handle dynamic objects like executables, that they are.
Christos Zoulas [Sun, 16 Dec 2007 04:29:20 +0000 (04:29 +0000)]
improved blender magic
Christos Zoulas [Fri, 14 Dec 2007 15:45:17 +0000 (15:45 +0000)]
new audio magic.
Christos Zoulas [Sun, 2 Dec 2007 00:28:10 +0000 (00:28 +0000)]
fix compression code to only be compiled when we have both zlib.h and libz.
Christos Zoulas [Wed, 28 Nov 2007 20:32:24 +0000 (20:32 +0000)]
add dalvik dex file.
Christos Zoulas [Mon, 19 Nov 2007 19:26:17 +0000 (19:26 +0000)]
patch from debian
Christos Zoulas [Sun, 18 Nov 2007 20:59:12 +0000 (20:59 +0000)]
missed troff, sort from rrt.
Christos Zoulas [Sat, 17 Nov 2007 17:08:27 +0000 (17:08 +0000)]
fix core printing.
Christos Zoulas [Fri, 16 Nov 2007 18:33:17 +0000 (18:33 +0000)]
fixes from Debian 416709
Christos Zoulas [Thu, 8 Nov 2007 00:31:37 +0000 (00:31 +0000)]
float and double formats from behanw@websterwood.com (Behan Webster)
Christos Zoulas [Wed, 7 Nov 2007 22:10:13 +0000 (22:10 +0000)]
patches from apple.
Christos Zoulas [Wed, 7 Nov 2007 21:26:32 +0000 (21:26 +0000)]
print > 16 char file names in core files.
Christos Zoulas [Fri, 2 Nov 2007 15:51:57 +0000 (15:51 +0000)]
new magic
Christos Zoulas [Mon, 29 Oct 2007 00:54:07 +0000 (00:54 +0000)]
convert fortran to a soft test (from rrt).
Christos Zoulas [Sat, 27 Oct 2007 14:15:21 +0000 (14:15 +0000)]
new video format.
Christos Zoulas [Thu, 25 Oct 2007 15:33:17 +0000 (15:33 +0000)]
nuke the --with and -no filename options. Leave the brief option like before.
Christos Zoulas [Tue, 23 Oct 2007 21:26:55 +0000 (21:26 +0000)]
add -b and -bb option... I need to re-think this because it breaks compatibility
Christos Zoulas [Tue, 23 Oct 2007 20:00:54 +0000 (20:00 +0000)]
A little more grammar from Reuben Thomas
Christos Zoulas [Tue, 23 Oct 2007 20:00:09 +0000 (20:00 +0000)]
the previous commit.
Christos Zoulas [Tue, 23 Oct 2007 19:58:59 +0000 (19:58 +0000)]
From Reuben Thomas:
- split mime into mime-type and mime-encoding
- fix usage string to be auto-generated from the options.
Christos Zoulas [Tue, 23 Oct 2007 19:54:35 +0000 (19:54 +0000)]
typo in comment.
Christos Zoulas [Sat, 20 Oct 2007 15:38:25 +0000 (15:38 +0000)]
DAA filesystems from wiz
Christos Zoulas [Wed, 17 Oct 2007 20:25:50 +0000 (20:25 +0000)]
spelling police.