summaryrefslogtreecommitdiff
path: root/src/readcdf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceChristos Zoulas2018-09-091-5/+5
* handle error properly.Christos Zoulas2018-08-191-2/+4
* PR/18: Anonymous: calling file with --mime-encoding on CDF files should notChristos Zoulas2018-07-251-16/+15
* whitespace consistencyChristos Zoulas2018-04-151-183/+183
* - Encapsulate the buffer, size and file descriptor in a struct buffer.Christos Zoulas2017-11-021-3/+5
* don't copy the string past its length (oss-fuzz)Christos Zoulas2017-04-081-3/+5
* use the correct buffer size; found by oss-fuzzChristos Zoulas2017-03-091-2/+2
* 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
* Use both the SummaryStream and the DocumentSummaryStream for information.Christos Zoulas2016-10-171-49/+70
* Add more stream identifiers (Guy Helmer). XXX: perhaps remove the otherChristos Zoulas2016-10-171-3/+46
* PR/559: It is not an error if the short stream is missing.Christos Zoulas2016-06-201-2/+2
* make compileChristos Zoulas2016-05-031-2/+2
* Add more for excelChristos Zoulas2016-03-031-2/+5
* PR/518: Fall back to use setlocale() for the OS's that don't supportChristos Zoulas2016-02-101-1/+5
* PR/498: Add Workbook for ExcelChristos Zoulas2015-11-231-1/+2
* Add --extensionChristos Zoulas2015-04-091-2/+2
* 0 is not an errorChristos Zoulas2015-02-271-2/+2
* Factor out finding CDF files by directory names. Add quickbooksChristos Zoulas2015-01-111-28/+108
* Bug + portability fixes from the NetBSD build.Christos Zoulas2015-01-021-1/+5
* WIN32 changes from Angelo PaolittoChristos Zoulas2014-12-041-9/+9
* don't use setlocale(3); it is not thread-safe.Christos Zoulas2014-09-101-11/+11
* fix mime for cdf encryped files.Christos Zoulas2014-08-271-2/+3
* recognize encrypted documents.Christos Zoulas2014-08-271-2/+8
* Add thumbs.db parsing support.Christos Zoulas2014-07-241-4/+46
* PR/352: Support for Hangul (Korean) Word Processor 5.x Files (*.hwp)Christos Zoulas2014-05-141-3/+30
* Fix coredump in clang caused by missing array terminator element.Christos Zoulas2014-05-071-4/+10
* Fix for uninialized title (Jan Kaluza)Christos Zoulas2014-05-071-4/+3
* Apply patches from file-CVE-2012-1571.patchChristos Zoulas2014-05-051-14/+15
* remove debugging printfChristos Zoulas2014-03-061-3/+1
* add some class id matching (from Christoph Biedl)Christos Zoulas2014-02-271-14/+77
* Cache old LC_CTYPE locale for restoring it later.kim2014-02-181-2/+9
* Fix cdf_app_to_mime, broken in previous commit: actually return the return valueReuben Thomas2014-01-061-2/+2
* locale and strcasestr changesChristos Zoulas2013-12-051-3/+11
* move to more standard names.Christos Zoulas2013-10-291-7/+7
* Add microsoft installer files, improve the logic for handing mime and non-mimeChristos Zoulas2013-10-291-46/+82
* PR/177: Print a better mime type for corrupt CDFV2 files.Christos Zoulas2012-06-201-7/+17
* use ctime_r, asctime_r.Christos Zoulas2012-05-151-3/+3
* fix reversed testChristos Zoulas2012-03-031-2/+2
* return -2 if we printed something so the we don't print the same informationChristos Zoulas2012-02-201-11/+13
* - add float and double typesChristos Zoulas2012-02-171-1/+11
* PR/146: Mime output for office files broken.Christos Zoulas2011-09-281-2/+5
* PR/135: Use a different heuristic to recognize a word document if it missingChristos Zoulas2011-08-261-4/+22
* fix cdf bounds checksChristos Zoulas2011-02-101-4/+5
* Add cdf_ctime.Christos Zoulas2011-02-101-2/+2
* Clarify which sort of CDF we mean.Reuben Thomas2010-02-201-198/+198
* Report application/x-rpt for Crystal Reports files; fromChristos Zoulas2010-01-201-1/+4
* for files that are missing summary info, don't print that they are corrupt.Christos Zoulas2009-09-131-3/+9
* handle wstring32 and null for crystal reports. Always sanitize the stringChristos Zoulas2009-07-151-16/+22