]> granicus.if.org Git - file/shortlog
file
2017-08-10 Christos ZoulasAdd gconv magic (Marek Cermak)
2017-08-02 Christos ZoulasRecognize Microsoft Rosyln C# pdb files (Austin English)
2017-07-23 Christos Zoulasbetter matching for single/double quotes
2017-07-22 Christos Zoulasremove the +
2017-07-22 Christos ZoulasStrength decreased in magic file magic/Magdir/dump...
2017-07-21 Christos Zoulasfix test file
2017-07-21 Christos ZoulasHDD Raw copy tool from Benjamin Vanheuverzwijn
2017-07-03 Christos ZoulasPR/622: fix infocom magic.
2017-06-24 Christos Zoulasfix 3ds files.
2017-06-24 Christos Zoulasfixes for TrueType fonts from Joerg Jenderek
2017-06-19 Christos ZoulasAdd another bounds check: OSS-FUZZ issue 2242
2017-06-12 Christos ZoulasTrue Type font fixes from Joerg Jenderek
2017-06-11 Christos ZoulasPR/620: David Korth: Added the secure area type for...
2017-06-11 Christos ZoulasPR/620: David Korth: Handle iOS optimized PNG images.
2017-06-11 Christos ZoulasAdd bhl
2017-06-11 Christos Zoulasnew bhl magic
2017-06-05 Christos Zoulasuse default to avoid dup printing (Stephan Kulow)
2017-05-31 Christos ZoulasFix \s vs \w confusion.
2017-05-26 Christos ZoulasPR/619: bump cdrom again to what was in 5.25
2017-05-26 Christos ZoulasPR/618: Fix numeric values which correspond to characters.
2017-05-25 Christos Zoulasmention pickier parsing.
2017-05-25 Christos ZoulasBe pickier about numeric fields in magic files.
2017-05-25 Christos Zoulasfix type overflow
2017-05-25 Christos ZoulasWhitespace.
2017-05-25 Christos Zoulasfix broken numeric entries
2017-05-25 Christos Zoulasthere is no %#u
2017-05-24 Christos ZoulasPR/616: Don't skip the filesystem tests for extension...
2017-05-24 Christos ZoulasAdd an snprintb(3) format string for the magic flags.
2017-05-24 Christos ZoulasPR/617: Handle "polyglot" pdf's that don't start with...
2017-05-23 Christos ZoulasPR/615: Krzysztof Wilczynski: Add magic_getflags()
2017-05-23 Christos Zoulasnote release
2017-05-23 Christos Zoulasfix tests building. FILE5_31
2017-05-23 Christos Zoulas5.31
2017-05-23 Christos Zoulasmore
2017-05-20 Christos ZoulasImprove detection of msdos backup files. Joerg Jenderek
2017-05-02 Christos Zoulasslight improvements
2017-04-30 Christos Zoulasoff-by-one reading offset (found by oss-fuzz)
2017-04-28 Christos ZoulasAdd more information about terminfo (Thomas Dickey)
2017-04-28 Christos ZoulasAdd CDB
2017-04-28 Christos ZoulasSupport 'alternate' printf format.
2017-04-28 Christos Zoulascheck one more read (found by oss-fuzz)
2017-04-26 Christos Zoulassprinkle unused
2017-04-24 Christos ZoulasAdd oss-fuzz glue. Hope I got this right :-)
2017-04-24 Christos Zoulas- centralize allocation so we can easily find out where...
2017-04-22 Christos Zoulasfix out of bounds read; found by oss-fuzz
2017-04-21 Christos Zoulas- if we failed to get the offset at the current continu...
2017-04-12 Christos ZoulasCheck read bounds for vector before reading. Found...
2017-04-11 Christos ZoulasPR/606: Marcos Mayorga: Bump to beat c++ magic score
2017-04-11 Christos ZoulasPR/607: add apache big data formats (Owen O'Malley)
2017-04-08 Christos Zoulasdon't copy the string past its length (oss-fuzz)
2017-04-08 Christos ZoulasDon't try to read past the end of the properties, found...
2017-04-07 Christos ZoulasWork around glibc/regex/msan bug regexec returns 0...
2017-04-07 Christos Zoulasmove stdint.h endif higher.
2017-04-07 Christos Zoulaslimit memory usage more to satisfy oss-fuzz
2017-04-06 Christos ZoulasIf we could not read a field, set it to 0; found by...
2017-04-04 Christos Zoulasretain python 2 compatibility, factoring out the conver...
2017-04-04 Christos Zoulasuse explicit character cleasses instead of the shorthan...
2017-04-01 Christos ZoulasPR/604: Add Sony XAVC info
2017-03-29 Christos ZoulasSimplify the property info copy function and check...
2017-03-29 Christos ZoulasDon't try to parse auxv vector notes for non-svr4 style...
2017-03-29 Christos ZoulasPrint more info about NetBSD core files.
2017-03-29 Christos ZoulasFix printf formats (use alternate form for %x).
2017-03-28 Christos Zoulasfree memory on error.
2017-03-27 Christos Zoulas- Check the stream offset for sh.sh_len to fit within...
2017-03-27 Christos Zoulastry to clean this up; the vector code is still fishy.
2017-03-24 Christos ZoulasAdd HAMMER support from Sascha Wildner
2017-03-24 Christos ZoulasPR/602: check for a field terminator too.
2017-03-23 Christos ZoulasAdd trace files ( Mike Weiblen )
2017-03-20 Christos ZoulasAdd SeqBox
2017-03-18 Christos Zoulastoday's changes
2017-03-17 Christos ZoulasBetter fix for previous
2017-03-17 Christos Zoulasneed trailing spaces in places :-)
2017-03-17 Christos Zoulasremove trailing whitespace
2017-03-17 Christos ZoulasAlthough I can't reproduce it, oss-fuzz complains about...
2017-03-17 Christos ZoulasPR/599: Out of bounds read in cdf files.
2017-03-17 Christos Zoulasmore formats from Martin Mueller Skarbiniks Pedersen
2017-03-12 Christos ZoulasAdd webassembly
2017-03-12 Christos ZoulasFixes from Joerg Jenderek to recognize more msdos drivers.
2017-03-09 Christos Zoulasuse the correct buffer size; found by oss-fuzz
2017-03-09 Christos ZoulasExplain what the fields hold.
2017-03-08 Christos Zoulasprevent reading beyond our buffer when compacting white...
2017-03-07 Christos ZoulasPR/598: Off-by-one.
2017-02-25 Christos ZoulasPR/596: Jason Hood: spello in comment.
2017-02-21 Christos Zoulasbump perl to exceed 'c'
2017-02-17 Christos Zoulasignore files that start with '.'
2017-02-14 Christos Zoulaskeep "[not] stripped" last since some scripts expect...
2017-02-12 Christos ZoulasFix pascal string tod from sl.tom
2017-02-11 Christos ZoulasAdd ntfsclone from Mike Swanson
2017-02-11 Christos Zoulasfix debug info reversed logic
2017-02-10 Christos Zoulasfix cast
2017-02-10 Christos Zoulasdefine __STDC_LIMIT_MACROS sooner
2017-02-10 Christos Zoulasmore cast stuff.
2017-02-10 Christos Zoulaswelcome to 5.30 FILE5_30
2017-02-10 Christos Zoulasrecent changes
2017-02-10 Christos Zoulasadd a gpg step
2017-02-10 Christos Zoulasmore zip versions from Mike Swanson
2017-02-08 Christos ZoulasAdd IPS magic (Thomas Klausner)
2017-02-08 Christos Zoulasfix typo "avalues" from Thomas Klausner.
2017-02-07 Christos ZoulasIf we exceeded the offset in a search don't break,...
2017-02-07 Christos ZoulasImprove flash detection (Christoph Biedl)
next