summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add name and use keywords. Welcome to version 9.Christos Zoulas2012-10-306-289/+524
* softmagic.c: fix buffer overrun (issue #206, reported by J. Greene)Reuben Thomas2012-10-031-3/+4
* PR/197: Add string trimming patch.Christos Zoulas2012-09-063-6/+30
* PR/198: Version should not exit 1Christos Zoulas2012-09-061-2/+2
* PR/191: Look in $HOME/.magic.mgc tooChristos Zoulas2012-08-261-7/+12
* PR/192: don't depend on FIONREAD if we are a pipe.Christos Zoulas2012-08-261-13/+11
* PR/185: Fix output with non-empty setuid files. While here, format all outputChristos Zoulas2012-08-261-27/+30
* neeed stddef.h for ptrdiff_tChristos Zoulas2012-08-091-2/+8
* add z and t modifiers (Lorinczy Zsigmond)Christos Zoulas2012-08-091-3/+12
* avoid malloc(0) on aix. (Lorinczy Zsigmond)Christos Zoulas2012-08-091-2/+2
* PR/175: Add visibility supportChristos Zoulas2012-06-203-4/+16
* PR/177: Print a better mime type for corrupt CDFV2 files.Christos Zoulas2012-06-201-7/+13
* Recognize powerpointChristos Zoulas2012-06-201-1/+5
* ifdef TEST, use errxChristos Zoulas2012-06-201-9/+13
* Add SuSe versionChristos Zoulas2012-05-221-1/+5
* use ctime_r, asctime_r.Christos Zoulas2012-05-158-36/+81
* include cdf.hChristos Zoulas2012-05-071-1/+3
* - add more debugging for indirect offsets.Christos Zoulas2012-04-061-5/+24
* for indirect formats, allow printing the offset, and default use defaultChristos Zoulas2012-04-061-2/+5
* - add windows date formats: {be,le,}qwdateChristos Zoulas2012-04-034-21/+64
* allow size <= to the size we have not just <Christos Zoulas2012-03-201-4/+4
* fix reversed testChristos Zoulas2012-03-031-2/+2
* Fix bounds checks again.Christos Zoulas2012-02-201-10/+11
* return -2 if we printed something so the we don't print the same informationChristos Zoulas2012-02-201-11/+13
* - simplify roundingChristos Zoulas2012-02-201-4/+5
* whitespaceChristos Zoulas2012-02-171-84/+84
* - add float and double typesChristos Zoulas2012-02-173-24/+70
* add more check found by cert's fuzzer.Christos Zoulas2012-02-171-6/+15
* make sure that type is initialized even in the out of memory case.Christos Zoulas2012-01-241-2/+2
* remove obsolete header filesChristos Zoulas2011-12-302-3/+3
* Don't hard-code MAGIC_NO_CHECK_BUILTIN, build it from it's components.Christos Zoulas2011-12-181-1/+11
* rdays is off by one. (Daniel Gillen)Christos Zoulas2011-12-131-2/+2
* Simplify if (p) free(p) to free(p).Reuben Thomas2011-12-086-20/+13
* Turn hardwired token matching into soft magic. See ChangeLog for details.Reuben Thomas2011-12-084-256/+11
* - don't close if not neededChristos Zoulas2011-11-161-3/+6
* Fix issue #150.Reuben Thomas2011-11-051-9/+5
* PR/146: Mime output for office files broken.Christos Zoulas2011-09-281-2/+5
* If a string rule specifies binary or text file data explicitly, make sureChristos Zoulas2011-09-204-24/+37
* - print the line number of the ruleChristos Zoulas2011-09-201-3/+21
* mv __arraycount() define to file.hChristos Zoulas2011-09-162-6/+6
* fix warningsChristos Zoulas2011-09-161-3/+3
* typoChristos Zoulas2011-09-071-2/+2
* wait for the particular pid we just forked not just anyChristos Zoulas2011-09-011-3/+4
* PR/193: avoid zerodivideChristos Zoulas2011-08-281-2/+3
* fix resource leak: Thomas Jarosch thomas dot jarosch at intra2net dot comChristos Zoulas2011-08-281-1/+2
* add a simple makefile to build just the cdf test codeChristos Zoulas2011-08-261-0/+3
* PR/135: Use a different heuristic to recognize a word document if it missingChristos Zoulas2011-08-262-27/+63
* Do the seek test after we set all information we can determine from theChristos Zoulas2011-08-231-14/+27
* PR/134: Don't seek all overr the place when reading elf files, homogenizeChristos Zoulas2011-08-172-78/+29
* eliminate non-literal format strings.Christos Zoulas2011-08-142-11/+6