summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* overhaul with more detail from Joerg Jenderek, many thanks!Christos Zoulas2016-12-021-12/+175
|
* PR/583: Lukas Koldrt: Don't attempt to read 0 sized stream.Christos Zoulas2016-12-011-1/+4
|
* PR/580: Johannes Niediek: Bump PNG strength to beat DOS/MBRChristos Zoulas2016-12-011-1/+2
|
* PR/579: Andre: Avoid possible infinite recursion in out of memory fromChristos Zoulas2016-12-011-2/+2
| | | | *asprintf
* PR/578: Roger H: Add SVG HTML file magicChristos Zoulas2016-12-011-1/+7
|
* PR/577: David Korth: This patch adds detection for the following GameCubeChristos Zoulas2016-12-012-3/+75
| | | | | | | | | | | | | | | disc image formats: - CISO (not the same as the existing CISO detection or PSP CISO; the existing CISO rule has been updated to not detect GCNo or PSP CISO formats) - GCZ (Dolphin gzip-compressed images) - WDF - WIA This patch also adds detection for Nintendo amiibo NFC dumps. The 64-bit amiibo ID, which uniquely identifies the character and amiibo type, is displayed.
* PR/576: Rin Okuyama: Fix endianness info of PCF fontsChristos Zoulas2016-12-011-4/+6
|
* Limit targa more, otherwise it picks up things like:Christos Zoulas2016-11-251-2/+6
| | | | help_relation.frm: MySQL table definition file Version 9, type MYISAM, MySQL version 50146
* Split SPIR into GPUChristos Zoulas2016-11-093-17/+19
|
* Harden magic to fix regression:Christos Zoulas2016-11-081-3/+3
| | | | | | An old WordPerfect4 files got mis-detected as : "DOS 2.0 backed up file \313\300, split file, sequence 266" (Christoph Biedl)
* Khronos SPIR-V file and Lytro Light Field Picture magic from Mike WeiblenChristos Zoulas2016-11-081-1/+25
|
* Today's changesChristos Zoulas2016-11-071-0/+5
|
* Fix error checking in the simple case (one digit length) of der magic.Christos Zoulas2016-11-071-9/+27
| | | | (Jonas Wagner)
* Add msdos backup entries (Christoph Biedl)Christos Zoulas2016-11-071-1/+38
|
* Allow @ in extensionChristos Zoulas2016-11-071-2/+2
|
* More bit rates from Ubuntu via Christoph BiedlChristos Zoulas2016-11-021-1/+3
| | | | https://xiph.org/flac/format.html#def_STREAMINFO
* put the actual version in the ChangeLogChristos Zoulas2016-11-011-1/+1
|
* PR/534: jeffrey: Fix msx wrong continuation levelChristos Zoulas2016-10-311-8/+8
|
* new yara magic from Christoph BiedlChristos Zoulas2016-10-302-1/+19
|
* better old office document detection (Christoph Biedl)Christos Zoulas2016-10-301-3/+16
|
* fix joined lineChristos Zoulas2016-10-251-1/+3
|
* Sync with file.man describing the location and format of magic files.Christos Zoulas2016-10-251-6/+12
|
* welcome to 5.29Christos Zoulas2016-10-252-1/+5
|
* more c++ castsChristos Zoulas2016-10-245-14/+14
|
* More bug fixes.Christos Zoulas2016-10-241-0/+5
|
* When loading multiple magic files as in -m foo.mgc:bar and one of them fails,Christos Zoulas2016-10-242-10/+8
| | | | | | don't free the magic list entries, since the second can load successfully and we'll still work. Print a warning though when that happens. Reported by Christoph Biedl
* Always check the offset/length of the entry in getlength(). Found byChristos Zoulas2016-10-241-1/+3
| | | | FUSS, the Fuzzer on a Shoestring, reported by Jonas Wagner.
* explain that elf magic is only consulted after softmagic.Christos Zoulas2016-10-191-3/+4
|
* add braces to clarify intent.Christos Zoulas2016-10-191-2/+3
|
* fix mime messages (Guy Helmer)Christos Zoulas2016-10-181-8/+7
|
* instead of requiring all the sections to be present, require only one of them.Christos Zoulas2016-10-181-7/+5
|
* Fix typosChristos Zoulas2016-10-171-3/+3
|
* add aptChristos Zoulas2016-10-171-1/+2
|
* new magic from Christoph BiedlChristos Zoulas2016-10-171-0/+52
|
* Escape ^Christos Zoulas2016-10-171-2/+2
|
* mention fixes.Christos Zoulas2016-10-171-0/+4
|
* Use both the SummaryStream and the DocumentSummaryStream for information.Christos Zoulas2016-10-173-51/+85
| | | | From Guy Helmer.
* Add more stream identifiers (Guy Helmer). XXX: perhaps remove the otherChristos Zoulas2016-10-171-3/+46
| | | | name2mime, etc. tables?
* mention how to deal with programming language supportChristos Zoulas2016-10-171-3/+17
|
* Some of this magic is weak, comment it out.Christos Zoulas2016-10-171-5/+5
|
* add applicationChristos Zoulas2016-10-171-1/+2
|
* new fileChristos Zoulas2016-10-171-0/+7
|
* Fix off-by-one detecting \r\n (Jonas Wagner)Christos Zoulas2016-10-101-2/+2
| | | | | The bug was found using FUSS, the Fuzzer on a Shoestring. This is a research project done at the Dependable Systems Lab, EPFL, Switzerland.
* improve pgp magic (Joerg Jenderek)Christos Zoulas2016-10-071-3/+56
|
* Extend build-id reporting to 8-byte IDs that lld can generate (Ed Maste)Christos Zoulas2016-10-041-4/+18
|
* PR/573: Nick Terrell: Add zstd supportChristos Zoulas2016-09-1646-2/+100
|
* Fix PostScript Font Metrics (Joerg Jenderek)Christos Zoulas2016-09-142-20/+52
|
* fix wrong variable use (Jonas Wagner)Christos Zoulas2016-09-131-2/+2
|
* PR/571: Mark Anderson: Remove weak magicChristos Zoulas2016-09-111-2/+3
|
* PR/570: Chris Hiestand: Add magic for svg files without an xml header.Christos Zoulas2016-09-111-1/+3
|