]> granicus.if.org Git - file/log
file
5 years agoAdd more files. FILE5_34
Christos Zoulas [Wed, 25 Jul 2018 05:55:41 +0000 (05:55 +0000)]
Add more files.

5 years agofix for file rename
Christos Zoulas [Wed, 25 Jul 2018 05:54:11 +0000 (05:54 +0000)]
fix for file rename

5 years agoprepare for 5.34
Christos Zoulas [Wed, 25 Jul 2018 05:51:20 +0000 (05:51 +0000)]
prepare for 5.34

5 years agoupdate bug tracker and mailing list info.
Christos Zoulas [Tue, 24 Jul 2018 21:33:56 +0000 (21:33 +0000)]
update bug tracker and mailing list info.

5 years agomore info for ppc swapspace (Kamil Dudka)
Christos Zoulas [Mon, 16 Jul 2018 12:32:08 +0000 (12:32 +0000)]
more info for ppc swapspace (Kamil Dudka)

5 years agoremember to put a space between the version and the number, plus more
Christos Zoulas [Mon, 16 Jul 2018 12:30:41 +0000 (12:30 +0000)]
remember to put a space between the version and the number, plus more
version parsing (Kamil Dudka)

5 years agoAdd extension and mime for windows metafiles (dmo2118)
Christos Zoulas [Tue, 10 Jul 2018 04:05:50 +0000 (04:05 +0000)]
Add extension and mime for windows metafiles (dmo2118)

5 years agoPrint the Go Build-ID like we do for other elf binaries
Christos Zoulas [Sun, 8 Jul 2018 23:37:33 +0000 (23:37 +0000)]
Print the Go Build-ID like we do for other elf binaries

5 years agoNew magic from Thomas Kaeding
Christos Zoulas [Tue, 3 Jul 2018 20:55:37 +0000 (20:55 +0000)]
New magic from Thomas Kaeding

5 years agoFix pasto (Clemens Gruber)
Christos Zoulas [Tue, 26 Jun 2018 20:29:29 +0000 (20:29 +0000)]
Fix pasto (Clemens Gruber)

5 years agoFix dumpdate reversed order (Oleksandr Tymoshenko)
Christos Zoulas [Tue, 26 Jun 2018 01:07:17 +0000 (01:07 +0000)]
Fix dumpdate reversed order (Oleksandr Tymoshenko)

5 years agofix tab issue
Christos Zoulas [Sun, 24 Jun 2018 15:50:41 +0000 (15:50 +0000)]
fix tab issue

5 years agoFix comma vs. colon for DDS and PVRX. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:42:02 +0000 (16:42 +0000)]
Fix comma vs. colon for DDS and PVRX. (David Korth)

5 years agoUse the MS DirectDraw Surface lines for Sega PVRX. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:41:55 +0000 (16:41 +0000)]
Use the MS DirectDraw Surface lines for Sega PVRX. (David Korth)

5 years agoAdded more detail about the DDS file format:
Christos Zoulas [Sat, 23 Jun 2018 16:41:47 +0000 (16:41 +0000)]
Added more detail about the DDS file format:
- Indicate compression, alpha-only, YUV, and luminance.
  Previously, all DDS textures were assumed to be compressed.
- For uncompressed RGB, attempt to decode the format using the channel masks.
(David Korth)

5 years agoMoved Microsoft DirectDraw Surface from msdos to images.
Christos Zoulas [Sat, 23 Jun 2018 16:41:10 +0000 (16:41 +0000)]
Moved Microsoft DirectDraw Surface from msdos to images.
These are used on more than just Microsoft operating systems,
and will be needed for extended information for Sega's PVRX format.
(David Korth)

5 years agoAdded detection for GameCube/Wii disc images with SDK headers. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:40:40 +0000 (16:40 +0000)]
Added detection for GameCube/Wii disc images with SDK headers. (David Korth)

5 years agoDetect unencrypted Wii games. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:40:22 +0000 (16:40 +0000)]
Detect unencrypted Wii games. (David Korth)

5 years agoUse 'default' to reduce complexity. Fix a few typos. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:40:11 +0000 (16:40 +0000)]
Use 'default' to reduce complexity. Fix a few typos. (David Korth)

5 years agoAdded Wii U Cafe OS ABI detection and file type detection for RPX executables.
Christos Zoulas [Sat, 23 Jun 2018 16:39:53 +0000 (16:39 +0000)]
Added Wii U Cafe OS ABI detection and file type detection for RPX executables.
(David Korth)

5 years agoAdded ASTC texture format detection. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:39:21 +0000 (16:39 +0000)]
Added ASTC texture format detection. (David Korth)

5 years agoAdded Valve VTF3 (PS3) detection. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:38:52 +0000 (16:38 +0000)]
Added Valve VTF3 (PS3) detection. (David Korth)

5 years agoAdded Valve Texture Format (VTF) detection.
Christos Zoulas [Sat, 23 Jun 2018 16:38:43 +0000 (16:38 +0000)]
Added Valve Texture Format (VTF) detection.
Prints width, height, depth, mipmap count, and format. (David Korth)

5 years agoHeight and depth may be 1 for 1D and/or 2D textures. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:38:10 +0000 (16:38 +0000)]
Height and depth may be 1 for 1D and/or 2D textures. (David Korth)

5 years agoAdded Khronos KTX texture detection.
Christos Zoulas [Sat, 23 Jun 2018 16:38:01 +0000 (16:38 +0000)]
Added Khronos KTX texture detection.
Prints width, height, depth, and detects most common formats. (David Korth)

5 years agoAdded Mozilla Mork databases. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:37:21 +0000 (16:37 +0000)]
Added Mozilla Mork databases. (David Korth)

5 years agoSome Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:37:13 +0000 (16:37 +0000)]
Some Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)

5 years agoSome Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:36:47 +0000 (16:36 +0000)]
Some Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)

5 years agoAdded unofficial MIME types from xdg/shared-mime-info. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:36:37 +0000 (16:36 +0000)]
Added unofficial MIME types from xdg/shared-mime-info. (David Korth)

5 years agoText fields are fixed at 32 characters and may not have NULL terminators.
Christos Zoulas [Sat, 23 Jun 2018 16:36:27 +0000 (16:36 +0000)]
Text fields are fixed at 32 characters and may not have NULL terminators.
(David Korth)

5 years agoDetect encrypted ADXes. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:36:15 +0000 (16:36 +0000)]
Detect encrypted ADXes. (David Korth)

5 years agoAdded CRI ADX detection. (David Korth)
Christos Zoulas [Sat, 23 Jun 2018 16:36:04 +0000 (16:36 +0000)]
Added CRI ADX detection. (David Korth)

5 years agoone more syscall for 32 bits
Christos Zoulas [Sat, 23 Jun 2018 16:19:02 +0000 (16:19 +0000)]
one more syscall for 32 bits

5 years agoPR/2: Hugal31: Try to improve thermocam magic
Christos Zoulas [Sat, 23 Jun 2018 16:13:15 +0000 (16:13 +0000)]
PR/2: Hugal31: Try to improve thermocam magic

5 years agoPR/5: tobias: add more syscalls for 32 bit linux
Christos Zoulas [Sat, 23 Jun 2018 16:09:11 +0000 (16:09 +0000)]
PR/5: tobias: add more syscalls for 32 bit linux

5 years agoPR/6: tobias: out of boundary read in DER parser
Christos Zoulas [Sat, 23 Jun 2018 15:15:26 +0000 (15:15 +0000)]
PR/6: tobias: out of boundary read in DER parser

5 years agoPR/7: Return the proper ValueError message
Christos Zoulas [Sat, 23 Jun 2018 14:57:53 +0000 (14:57 +0000)]
PR/7: Return the proper ValueError message

5 years agoAdd quad indirect offsets
Christos Zoulas [Fri, 22 Jun 2018 20:39:49 +0000 (20:39 +0000)]
Add quad indirect offsets

5 years agoAvoid reading past the end of buffer (Rui Reis)
Christos Zoulas [Sat, 9 Jun 2018 16:00:06 +0000 (16:00 +0000)]
Avoid reading past the end of buffer (Rui Reis)

5 years agodata one magic from Pratik Shrivastava
Christos Zoulas [Wed, 6 Jun 2018 01:16:40 +0000 (01:16 +0000)]
data one magic from Pratik Shrivastava

5 years agoFix changelog, bump version to release to pypi
Christos Zoulas [Fri, 1 Jun 2018 18:17:57 +0000 (18:17 +0000)]
Fix changelog, bump version to release to pypi

5 years agobetter cab detection from Joerg Jenderek
Christos Zoulas [Wed, 30 May 2018 04:11:52 +0000 (04:11 +0000)]
better cab detection from Joerg Jenderek

5 years agofixed mailing lists and bugtracker.
Christos Zoulas [Wed, 30 May 2018 03:06:56 +0000 (03:06 +0000)]
fixed mailing lists and bugtracker.

5 years agobump strength to beat troff, and add .endif
Christos Zoulas [Tue, 29 May 2018 17:26:02 +0000 (17:26 +0000)]
bump strength to beat troff, and add .endif

5 years agomagic entry for Performance Co-Pilot (PCP) memory mapped values (MMV)
Christos Zoulas [Tue, 29 May 2018 02:26:56 +0000 (02:26 +0000)]
magic entry for Performance Co-Pilot (PCP) memory mapped values (MMV)
file format, from Nathan Scott

5 years agofix bogus magic
Christos Zoulas [Thu, 24 May 2018 18:54:40 +0000 (18:54 +0000)]
fix bogus magic

5 years agoAdd [weak] test for Google Gsuite generated MSOOXML docs.
Christos Zoulas [Thu, 24 May 2018 18:11:17 +0000 (18:11 +0000)]
Add [weak] test for Google Gsuite generated MSOOXML docs.

5 years agomention pie change.
Christos Zoulas [Thu, 24 May 2018 18:10:38 +0000 (18:10 +0000)]
mention pie change.

5 years agoa copy of the mode info is now stored in magic_set, and modified by the
Christos Zoulas [Thu, 24 May 2018 18:09:17 +0000 (18:09 +0000)]
a copy of the mode info is now stored in magic_set, and modified by the
elf reader if the file is not "executable", or deemed "executable".

5 years ago- add parsing for dynamic sections
Christos Zoulas [Thu, 24 May 2018 18:08:01 +0000 (18:08 +0000)]
- add parsing for dynamic sections
- set or clear the mode execute bits depending on DF_1_PIE
- fix some casts

5 years agobump to beat DOS/MBR
Christos Zoulas [Wed, 23 May 2018 22:21:01 +0000 (22:21 +0000)]
bump to beat DOS/MBR

5 years agoBump strength for tiff to beat DOS/MBR.
Christos Zoulas [Mon, 21 May 2018 21:52:13 +0000 (21:52 +0000)]
Bump strength for tiff to beat DOS/MBR.

5 years agoAdd missing commas.
Christos Zoulas [Mon, 21 May 2018 16:32:34 +0000 (16:32 +0000)]
Add missing commas.

6 years agonew cad magic
Christos Zoulas [Mon, 7 May 2018 23:26:31 +0000 (23:26 +0000)]
new cad magic

6 years agofix typo
Christos Zoulas [Mon, 7 May 2018 02:07:31 +0000 (02:07 +0000)]
fix typo

6 years agoadd more syscalls; newfstatat is used for stat'ing the magic file,
Christos Zoulas [Sun, 6 May 2018 16:36:41 +0000 (16:36 +0000)]
add more syscalls; newfstatat is used for stat'ing the magic file,
getdents64 is used for getting the magic entries during compilation.

6 years agofix comment
Christos Zoulas [Sun, 6 May 2018 16:08:07 +0000 (16:08 +0000)]
fix comment

6 years agoLucasArts animation formats (Brent Spillner)
Christos Zoulas [Sat, 5 May 2018 14:53:13 +0000 (14:53 +0000)]
LucasArts animation formats (Brent Spillner)

6 years agotry to print a mime-like error message when decompression fails.
Christos Zoulas [Sat, 28 Apr 2018 18:48:22 +0000 (18:48 +0000)]
try to print a mime-like error message when decompression fails.

6 years agoadd mime and extensions for fits images:
Christos Zoulas [Sat, 28 Apr 2018 15:26:58 +0000 (15:26 +0000)]
add mime and extensions for fits images:
http://fileformats.archiveteam.org/wiki/Flexible_Image_Transport_System
From Alex Myczko

6 years agoAdd missing \n to ar magic (Valentin Brandl)
Christos Zoulas [Tue, 24 Apr 2018 23:19:45 +0000 (23:19 +0000)]
Add missing \n to ar magic (Valentin Brandl)

6 years agoadd new mp3 test
Christos Zoulas [Tue, 24 Apr 2018 23:16:20 +0000 (23:16 +0000)]
add new mp3 test

6 years agoreduce tar strength for mp3 to win.
Christos Zoulas [Tue, 24 Apr 2018 23:14:53 +0000 (23:14 +0000)]
reduce tar strength for mp3 to win.

6 years agoadd REDIS (Nathan Scott)
Christos Zoulas [Fri, 20 Apr 2018 02:19:50 +0000 (02:19 +0000)]
add REDIS (Nathan Scott)

6 years agohandle broken strndup on aix
Christos Zoulas [Wed, 18 Apr 2018 01:16:13 +0000 (01:16 +0000)]
handle broken strndup on aix

6 years agoadd __noreturn__ to file_err{,x}
Christos Zoulas [Wed, 18 Apr 2018 01:15:49 +0000 (01:15 +0000)]
add __noreturn__ to file_err{,x}

6 years agobump gif to beat mbr (from Kamil Dudka)
Christos Zoulas [Tue, 17 Apr 2018 12:09:20 +0000 (12:09 +0000)]
bump gif to beat mbr (from Kamil Dudka)

6 years agofix cast
Christos Zoulas [Sun, 15 Apr 2018 19:57:59 +0000 (19:57 +0000)]
fix cast

6 years agowhitespace consistency
Christos Zoulas [Sun, 15 Apr 2018 19:57:07 +0000 (19:57 +0000)]
whitespace consistency

6 years agowelcome to 5.33 FILE5_33
Christos Zoulas [Sun, 15 Apr 2018 18:52:28 +0000 (18:52 +0000)]
welcome to 5.33

6 years agoimplement NetBSD emulation (obsolete)
Christos Zoulas [Thu, 12 Apr 2018 16:50:52 +0000 (16:50 +0000)]
implement NetBSD emulation (obsolete)

6 years agoadd lzfse
Christos Zoulas [Tue, 27 Mar 2018 23:26:41 +0000 (23:26 +0000)]
add lzfse

6 years agoFrom Ryo Onodera
Christos Zoulas [Sat, 17 Mar 2018 02:11:04 +0000 (02:11 +0000)]
From Ryo Onodera

6 years agomore versions (stefan haubenthal)
Christos Zoulas [Wed, 14 Mar 2018 04:38:44 +0000 (04:38 +0000)]
more versions (stefan haubenthal)

6 years agofix test
Christos Zoulas [Mon, 12 Mar 2018 12:39:09 +0000 (12:39 +0000)]
fix test

6 years agoremove debugging
Christos Zoulas [Mon, 12 Mar 2018 12:38:59 +0000 (12:38 +0000)]
remove debugging

6 years agoreadme is plain text, not markdown. update build status link
Elan Ruusam�e [Sun, 11 Mar 2018 13:06:47 +0000 (13:06 +0000)]
readme is plain text, not markdown. update build status link

6 years agoDetect Microsoft Office XML files generated with different file order
Christos Zoulas [Sun, 11 Mar 2018 01:25:11 +0000 (01:25 +0000)]
Detect Microsoft Office XML files generated with different file order
in ZIP (Dennis Birkholz)

6 years agoreturn if we matched or not in the "use" case so we can use:
Christos Zoulas [Sun, 11 Mar 2018 01:23:52 +0000 (01:23 +0000)]
return if we matched or not in the "use" case so we can use:

>>>>&26         use             msooxml
>>>>&26         default         x

correctly.

6 years agomore magic for some music chip instrument files (jpcima)
Christos Zoulas [Sun, 11 Mar 2018 00:53:11 +0000 (00:53 +0000)]
more magic for some music chip instrument files (jpcima)

6 years agomore geo data (alex myczko)
Christos Zoulas [Sun, 11 Mar 2018 00:48:16 +0000 (00:48 +0000)]
more geo data (alex myczko)

6 years agoAdd Alternate zip string mime types and extensions.
Christos Zoulas [Mon, 5 Mar 2018 22:48:20 +0000 (22:48 +0000)]
Add Alternate zip string mime types and extensions.

6 years agomention variable expansions in descriptions
Christos Zoulas [Fri, 2 Mar 2018 16:57:01 +0000 (16:57 +0000)]
mention variable expansions in descriptions

6 years agoDocument -S
Christos Zoulas [Fri, 2 Mar 2018 16:17:54 +0000 (16:17 +0000)]
Document -S

6 years agoAdd -S to disable libseccomp if it exists, and fix option docs that where
Christos Zoulas [Fri, 2 Mar 2018 16:11:37 +0000 (16:11 +0000)]
Add -S to disable libseccomp if it exists, and fix option docs that where
out of sync.

6 years agolynx archives (thomas kaeding)
Christos Zoulas [Fri, 2 Mar 2018 15:29:23 +0000 (15:29 +0000)]
lynx archives (thomas kaeding)

6 years agomore compression formats (thomas kaeding)
Christos Zoulas [Fri, 2 Mar 2018 15:28:10 +0000 (15:28 +0000)]
more compression formats (thomas kaeding)

6 years agoadd macpaint, thomas kaeding
Christos Zoulas [Fri, 2 Mar 2018 15:26:39 +0000 (15:26 +0000)]
add macpaint, thomas kaeding

6 years agoNew LAS entry from alexmyczko
Christos Zoulas [Thu, 1 Mar 2018 18:20:06 +0000 (18:20 +0000)]
New LAS entry from alexmyczko

6 years agoadd a conditional in description
Christos Zoulas [Sat, 24 Feb 2018 19:50:04 +0000 (19:50 +0000)]
add a conditional in description

6 years agohandle $ expansion in descriptions
Christos Zoulas [Sat, 24 Feb 2018 19:49:43 +0000 (19:49 +0000)]
handle $ expansion in descriptions

6 years agogpg/pgp packet parsing from Joerg Jenderek
Christos Zoulas [Sat, 24 Feb 2018 16:11:23 +0000 (16:11 +0000)]
gpg/pgp packet parsing from Joerg Jenderek

6 years agoadd missing >
Christos Zoulas [Sat, 24 Feb 2018 15:10:23 +0000 (15:10 +0000)]
add missing >

6 years agoput back bzip 1 in a different form.
Christos Zoulas [Sat, 24 Feb 2018 14:53:10 +0000 (14:53 +0000)]
put back bzip 1 in a different form.

6 years agoEGG and I-tunes cover art from Thomas Kaeding
Christos Zoulas [Fri, 23 Feb 2018 15:19:07 +0000 (15:19 +0000)]
EGG and I-tunes cover art from Thomas Kaeding

6 years agoAdd variable expansions (experimental) to mime types. This is now used
Christos Zoulas [Wed, 21 Feb 2018 21:26:48 +0000 (21:26 +0000)]
Add variable expansions (experimental) to mime types. This is now used
to combine file mode information to mime printing.

6 years agocache stat information
Christos Zoulas [Wed, 21 Feb 2018 21:26:00 +0000 (21:26 +0000)]
cache stat information

6 years agonew ARRI and CINE from Harry Mallon
Christos Zoulas [Fri, 16 Feb 2018 15:44:28 +0000 (15:44 +0000)]
new ARRI and CINE from Harry Mallon

6 years agono need to escape [
Christos Zoulas [Fri, 16 Feb 2018 15:44:00 +0000 (15:44 +0000)]
no need to escape [

6 years agoImprovements for windows ini files from Joerg Jenderek.
Christos Zoulas [Tue, 6 Feb 2018 12:57:16 +0000 (12:57 +0000)]
Improvements for windows ini files from Joerg Jenderek.