summaryrefslogtreecommitdiffstats
path: root/src/fidentify.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+4
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+1
* src/fidentify.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+2
* src/fidentify.c: improve Frama-C annotationsChristophe Grenier2023-10-081-4/+21
* fidentify: report if iconv is usedChristophe Grenier2023-02-191-0/+7
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-28/+94
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+1
* src/fidentify.c: call file_rename_*() when available but only forChristophe Grenier2021-06-051-0/+6
* src/fidentify.c: call data_check_*() when available for better file checkChristophe Grenier2021-06-051-5/+89
* src/fidentify.c: add more Frama-C annotationsChristophe Grenier2021-06-051-4/+29
* src/log.c: call dup2() in log_open()Christophe Grenier2020-11-271-13/+7
* fidentify: report time using localtime instead of seconds since epochChristophe Grenier2020-09-061-2/+23
* src/fidentify.c: make file_identify() more frama-c friendlyChristophe Grenier2020-06-181-5/+13
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-2/+10
* rename list_file_enable to array_file_enableChristophe Grenier2020-02-011-4/+4
* frama-c: add annotations for fidentify, checks reduced to file_bmp.c andChristophe Grenier2020-01-261-5/+27
* date_dos2unix(): adapt a more recent and readable version from Linux kernel.Christophe Grenier2019-12-281-1/+2
* fidentify: '-time' options to report the date/time in seconds from epoch of a...Christophe Grenier2019-11-161-12/+24
* fidentify: modfied for afl-clang-fastChristophe Grenier2018-02-081-68/+72
* fidentify: only search for enabled file families if specifiedChristophe Grenier2018-02-081-7/+23
* Replace http://www.cgsecurity.org by httpsChristophe Grenier2017-12-021-2/+2
* fidentify: if checks are enabled, run them before displaying the file type.Christophe Grenier2017-09-281-11/+17
* Log zlib versionChristophe Grenier2016-08-281-1/+2
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-5/+0
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-2/+2
* Do not record compilation time by default, will help to get reproductible buildChristophe Grenier2015-05-151-0/+2
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-5/+6
* Implement help and version parameters for fidentify and qphotorecChristophe Grenier2014-10-131-10/+47
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+4
* fix minor code defectsChristophe Grenier2013-11-031-6/+11
* fidentify: Fix memory leak in error path reported by Coverity scanChristophe Grenier2013-11-011-0/+3
* Use the correct value of errno to display a warning when log file creation fa...Christophe Grenier2013-04-271-1/+2
* "fidentify -check" identifies and checks the filesChristophe Grenier2012-12-231-12/+31
* PhotoRec: remove has_value field in file_check_list_tChristophe Grenier2010-10-311-1/+1
* PhotoRec: modify internals for brute-force recoveryChristophe Grenier2010-04-271-2/+4
* fidentify: enable all file formatsChristophe Grenier2009-12-111-2/+7
* fidentify: log debug informationChristophe Grenier2009-02-201-1/+2
* fidentify.c: Fix a warningChristophe Grenier2009-02-151-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-0/+16
* fidentify: determine file type using PhotoRec signaturesChristophe Grenier2009-01-181-0/+183