⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
file-libs
/
View File Name :
ChangeLog
2020-12-08 16:24 Christos Zoulas
* fix multithreaded decompression file descriptor issue by using close-on-exec (Denys Vlasenko) 2020-06-14 20:02 Christos Zoulas
* release 5.39 2020-06-07 20:00 Christos Zoulas
* Remove unused subtype_mime (Steve Grubb) * Remove unused check in okstat (Steve Grubb) * Fix mime-type in elf binaries by making sure $x is set * Fix indirect negative offsets broken by OFFNEGATIVE * Fix GUID equality check * PR/165: Handle empty array and strings in JSON * PR/162: Add --exclude-quiet 2020-06-06 15:33 Christos Zoulas
* Fix memory leak in ascmagic (Steve Grubb) 2020-06-04 00:21 Christos Zoulas
* Fix string comparison length with ignore whitespace 2020-05-31 00:11 Christos Zoulas
* Fix mingwin 64 compilation 2020-05-30 23:56 Christos Zoulas
* PR/159: whitelist getpid needed for file_pipe2file() 2020-05-09 18:57 Christos Zoulas
* Indicate negative offsets with a flag OFFNEGATIVE so that -0 works. * Introduce "offset" magic type that can be used to detect the file size, and bail on short files. * document DER better in the magic man page. 2020-03-11 21:53 Christos Zoulas
* fix memory leaks (SonarQube) 2020-03-08 21:33 Christos Zoulas
* fix memory leaks (SonarQube) * rewrite confusing loops (SonarQube) * fix bogus test (SonarQube) * pass a sized buffer to file_fmttime() (SonarQube) * fix memory leaks (SonarQube) 2020-02-20 15:50 Christos Zoulas
* Don't allow * in printf formats, or the code itself (Christoph Biedl) * Introduce a printf output size checker to avoid DoS attacks 2020-02-17 17:22 Christos Zoulas
* Avoid memory leak on error (oss-fuzz) * Check length of string on DER before derefercing and add new types * Add missing DER string (oss-fuzz) 2020-02-16 20:45 Christos Zoulas
* Add missing DER types, and debugging 2020-02-13 13:10 Christos Zoulas
* PR/140: Avoid abort with hand-crafted magic file (gockelhahn) * PR/139 Avoid DoS in printf with hand-crafted magic file (gockelhahn) * PR/138: Avoid crash with hand-crafted magic file (gockelhahn) 2020-02-12 17:30 Christos Zoulas
* PR/136: Fix static build by adding a libmagic.pc (Fabrice Fontaine) 2019-12-24 14:16 Christos Zoulas
* add guid support 2019-12-16 21:11 Christos Zoulas
* release 5.38 2019-12-15 22:13 Christos Zoulas
Document changes since the previous release: - Always accept -S (no sandbox) even if we don't support sandboxing - More syscalls elided for sandboxiing - For ELF dynamic means having an interpreter not just PT_DYNAMIC - Check for large ELF session header offset - When saving and restoring a locale, keep the locale name in our own storage. - Add a flag to disable CSV file detection. - Don't pass NULL/0 to memset to appease sanitizers. - Avoid spurious prints when looks for extensions or apple strings in fsmagic. - Add builtin decompressors for xz and and bzip. - Add a limit for the number of CDF elements. - More checks for overflow in CDF. 2019-05-14 22:26 Christos Zoulas
* release 5.37 2019-05-09 22:27 Christos Zoulas
* Make sure that continuation separators are printed with -k within softmagic 2019-05-06 22:27 Christos Zoulas
* Change SIGPIPE saving and restoring during compression to use sigaction(2) instead of signal(3) and cache it. (Denys Vlasenko) * Cache stat(2) calls more to reduce number of calls (Denys Vlasenko) 2019-05-06 17:25 Christos Zoulas
* PR/77: Handle --mime-type and -k correctly. 2019-05-03 15:26 Christos Zoulas
* Switch decompression code to use vfork() because tools like rpmdiff and rpmbuild call libmagic with large process footprints (Denys Vlasenko) 2019-04-07 14:05 Christos Zoulas
* PR/75: --enable-zlib, did not work. 2019-02-27 11:54 Christos Zoulas
* Improve regex efficiency (Michael Schroeder) by: 1. Prefixing regex searches with regular search for keywords where possible 2. Using memmem(3) where available 2019-02-20 10:16 Christos Zoulas
* release 5.36 2019-02-19 15:30 Christos Zoulas
* Fix cast to use cast macros * Add UCS-32 builtin detection (PR/61) reported by tmc 2019-02-18 18:24 Christos Zoulas
* Fix stack read (PR/62) and write (PR/64) stack overflows reported by spinpx 2018-10-18 19:32 Christos Zoulas
* release 5.35 2018-09-10 20:38 Christos Zoulas
* Add FreeBSD ELF core file support (John Baldwin) 2018-08-20 18:40 Christos Zoulas
* PR/30: Allow all parameter values to be set (don't treat 0 specially) * handle default annotations on the softmagic match instead at the end. 2018-07-25 10:17 Christos Zoulas
* PR/23: Recognize JSON files 2018-07-25 10:17 Christos Zoulas
* PR/18: file --mime-encoding should not print mime-type 2018-07-25 8:50 Christos Zoulas
* release 5.34 2018-06-22 16:38 Christos Zoulas
* Add Quad indirect offsets 2018-05-24 14:10 Christos Zoulas
* Enable parsing of ELF dynamic sections to handle PIE better 2018-04-15 14:52 Christos Zoulas
* release 5.33 2018-02-24 14:50 Christos Zoulas
* extend the support for ${x?:} expansions for magic descriptions 2018-02-21 16:25 Christos Zoulas
* add support for ${x?:} in mime types to handle pie binaries. 2017-11-03 9:23 Christos Zoulas
* add support for negative offsets (offsets from the end of file) 2017-09-26 8:22 Christos Zoulas
* close the file on error when writing magic (Steve Grubb) 2017-09-24 12:02 Christos Zoulas
* seccomp support (Paul Moore) 2017-09-02 11:53 Christos Zoulas
* release 5.32 2017-08-28 16:37 Christos Zoulas
* Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski) 2017-08-27 03:55 Christos Zoulas
* Fix always true condition (Thomas Jarosch) 2017-05-24 17:30 Christos Zoulas
* pickier parsing of numeric values in magic files. 2017-05-23 17:55 Christos Zoulas
* PR/615 add magic_getflags() 2017-05-23 13:55 Christos Zoulas
* release 5.31 2017-03-17 20:32 Christos Zoulas
* remove trailing spaces from magic files * refactor is_tar * better bounds checks for cdf 2017-02-10 12:24 Christos Zoulas
* release 5.30 2017-02-07 23:27 Christos Zoulas
* If we exceeded the offset in a search return no match (Christoph Biedl) * Be more lenient on corrupt CDF files (Christoph Biedl) 2017-02-04 16:46 Christos Zoulas
* pacify ubsan sign extension (oss-fuzz/524) 2017-02-01 12:42 Christos Zoulas
* off by one in cdf parsing (PR/593) * report debugging sections in elf (PR/591) 2016-11-06 10:52 Christos Zoulas
* Allow @@@ in extensions * Add missing overflow check in der magic (Jonas Wagner) 2016-10-25 10:40 Christos Zoulas
* release 5.29 2016-10-24 11:20 Christos Zoulas
* der getlength overflow (Jonas Wagner) * multiple magic file load failure (Christoph Biedl) 2016-10-17 11:26 Christos Zoulas
* CDF parsing improvements (Guy Helmer) 2016-07-20 7:26 Christos Zoulas
* Add support for signed indirect offsets 2016-07-18 7:41 Christos Zoulas
* cat /dev/null | file - should print empty (Christoph Biedl) 2016-07-05 15:20 Christos Zoulas
* Bump string size from 64 to 96. 2016-06-13 20:20 Christos Zoulas
* PR/556: Fix separators on annotations. 2016-06-13 19:40 Christos Zoulas
* release 5.28 * fix leak on allocation failure 2016-06-01 1:20 Christos Zoulas
* PR/555: Avoid overflow for offset > nbytes * PR/550: Segv on DER parsing: - use the correct variable for length - set offset to 0 on failure. 2016-05-13 12:00 Christos Zoulas
* release 5.27 2016-04-18 9:35 Christos Zoulas
* Errors comparing DER entries or computing offsets are just indications of malformed non-DER files. Don't print them. * Offset comparison was off-by-one. * Fix compression code (Werner Fink) * Put new bytes constant in the right file (not the generated one) 2016-04-16 18:34 Christos Zoulas
* release 5.26 2016-03-31 13:50 Christos Zoulas
* make the number of bytes read from files configurable. 2016-03-21 13:40 Christos Zoulas
* Add bounds checks for DER code (discovered by Thomas Jarosch) * Change indirect recursion limit to indirect use count and bump from 15 to 50 to prevent abuse. 2016-03-13 20:39 Christos Zoulas
* Add -00 which prints filename\0description\0 2016-03-01 13:28 Christos Zoulas
* Fix ID3 indirect parsing 2016-01-19 10:18 Christos Zoulas
* add DER parsing capability 2015-11-13 10:35 Christos Zoulas
* provide dprintf(3) for the OS's that don't have it. 2015-11-11 16:25 Christos Zoulas
* redo the compression code report decompression errors 2015-11-10 23:25 Christos Zoulas
* REG_STARTEND code is not working as expected, delete it. 2015-11-09 16:05 Christos Zoulas
* Add zlib support if we have it. 2015-11-05 11:22 Christos Zoulas
* PR/492: compression forking was broken with magic_buffer. 2015-09-16 9:50 Christos Zoulas
* release 5.25 2015-09-11 13:25 Christos Zoulas
* add a limit to the length of regex searches 2015-09-08 9:50 Christos Zoulas
* fix problems with --parameter (Christoph Biedl) 2015-07-11 10:35 Christos Zoulas
* Windows fixes PR/466 (Jason Hood) 2015-07-09 10:35 Christos Zoulas
* release 5.24 2015-06-11 8:52 Christos Zoulas
* redo long option encoding to fix off-by-one in 5.23 2015-06-10 13:50 Christos Zoulas
* release 5.23 2015-06-09 16:10 Christos Zoulas
* Fix issue with regex range for magic with offset * Always return true from mget with USE (success to mget not match indication). Fixes mime evaluation after USE magic * PR/459: Don't insert magic entries to the list if there are parsing errors for them. 2015-06-03 16:00 Christos Zoulas
* PR/455: Add utf-7 encoding 2015-06-03 14:30 Christos Zoulas
* PR/455: Implement -Z, look inside, but don't report on compression * PR/454: Fix allocation error on bad magic. 2015-05-29 10:30 Christos Zoulas
* handle MAGIC_CONTINUE everywhere, not just in softmagic 2015-05-21 14:30 Christos Zoulas
* don't print descriptions for NAME types when mime. 2015-04-09 15:59 Christos Zoulas
* Add --extension to list the known extensions for this file type Idea by Andrew J Roazen 2015-02-14 12:23 Christos Zoulas
* Bump file search buffer size to 1M. 2015-01-09 14:35 Christos Zoulas
* Fix multiple issues with date formats reported by Christoph Biedl: - T_LOCAL meaning was reversed - Arithmetic did not work Also stop adjusting daylight savings for gmt printing. 2015-01-05 13:00 Christos Zoulas
* PR/411: Fix memory corruption from corrupt cdf file. 2015-01-02 15:15 Christos Zoulas
* release 5.22 2015-01-01 12:01 Christos Zoulas
* add indirect relative for TIFF/Exif 2014-12-16 18:10 Christos Zoulas
* restructure elf note printing to avoid repeated messages * add note limit, suggested by Alexander Cherepanov 2014-12-16 16:53 Christos Zoulas
* Bail out on partial pread()'s (Alexander Cherepanov) * Fix incorrect bounds check in file_printable (Alexander Cherepanov) 2014-12-11 20:01 Christos Zoulas
* PR/405: ignore SIGPIPE from uncompress programs * change printable -> file_printable and use it in more places for safety * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP is present print the interpreter name. 2014-12-10 20:01 Christos Zoulas
* release 5.21 2014-11-27 18:40 Christos Zoulas
* Allow setting more parameters from the command line. * Split name/use and indirect magic recursion limits. 2014-11-27 11:12 Christos Zoulas
* Adjust ELF parameters and the default recursion level. * Allow setting the recursion level dynamically. 2014-11-24 8:55 Christos Zoulas
* The following fixes resulted from Thomas Jarosch's fuzzing tests that revealed severe performance issues on pathological input: - limit number of elf program and sections processing - abort elf note processing quickly - reduce the number of recursion levels from 20 to 10 - preserve error messages in indirect magic handling This is tracked as CVE-2014-8116 and CVE-2014-8117 2014-11-12 10:30 Christos Zoulas
* fix bogus free in the user buffer case. 2014-11-11 12:35 Christos Zoulas
* fix out of bounds read for pascal strings * fix memory leak (not freeing the head of each mlist) 2014-11-07 10:25 Christos Zoulas
* When printing strings from a file, convert them to printable on a byte by byte basis, so that we don't get issues with locale's trying to interpret random byte streams as UTF-8 and having printf error out with EILSEQ. 2014-10-17 11:48 Christos Zoulas
* fix bounds in note reading (Francisco Alonso / Red Hat) 2014-10-11 15:02 Christos Zoulas
* fix autoconf glue for setlocale and locale_t; some OS's have locale_t in xlocale.h 2014-10-10 15:01 Christos Zoulas
* release 5.20 2014-08-17 10:01 Christos Zoulas
* recognize encrypted CDF documents 2014-08-04 9:18 Christos Zoulas
* add magic_load_buffers from Brooks Davis 2014-07-24 16:40 Christos Zoulas
* add thumbs.db support 2014-06-12 12:28 Christos Zoulas
* release 5.19 2014-06-09 9:04 Christos Zoulas
* Misc buffer overruns and missing buffer size tests in cdf parsing (Francisco Alonso, Jan Kaluza) 2014-06-02 14:50 Christos Zoulas
* Enforce limit of 8K on regex searches that have no limits * Allow the l modifier for regex to mean line count. Default to byte count. If line count is specified, assume a max of 80 characters per line to limit the byte count. * Don't allow conversions to be used for dates, allowing the mask field to be used as an offset. 2014-05-30 12:51 Christos Zoulas
* Make the range operator limit the length of the regex search. 2014-05-14 19:23 Christos Zoulas
* PR/347: Windows fixes * PR/352: Hangul word processor recognition * PR/354: Encoding irregularities in text files 2014-05-06 6:12 Christos Zoulas
* Fix uninitialized title in CDF files (Jan Kaluza) 2014-05-04 14:55 Christos Zoulas
* PR/351: Fix compilation of empty files 2014-04-30 17:39 Christos Zoulas
* Fix integer formats: We don't specify 'l' or 'h' and 'hh' specifiers anymore, only 'll' for quads and nothing for the rest. This is so that magic writing is simpler. 2014-04-01 15:25 Christos Zoulas
* PR/341: Jan Kaluza, fix memory leak * PR/342: Jan Kaluza, fix out of bounds read 2014-03-28 15:25 Christos Zoulas
* Fix issue with long formats not matching fmtcheck 2014-03-26 11:25 Christos Zoulas
* release 5.18 2014-03-15 17:45 Christos Zoulas
* add fmtcheck(3) for those who don't have it 2014-03-14 15:12 Christos Zoulas
* prevent mime entries from being attached to magic entries with no descriptions * adjust magic strength for regex type * remove superfluous ascmagic with encoding test 2014-03-06 12:01 Christos Zoulas
* fix regression fix echo -ne "\012\013\014" | file -i - which printed "binary" instead of "application/octet-stream" * add size_t overflow check for magic file size 2014-02-27 16:01 Christos Zoulas
* experimental support for matching with CFD CLSID 2014-02-18 13:04 Kimmo Suominen (kimmo@suominen.com) * Cache old LC_CTYPE locale before setting it to "C", so we can use it to restore LC_CTYPE instead of asking setlocale() to scan the environment variables. 2014-02-12 18:21 Christos Zoulas
* Count recursion levels through indirect magic 2014-02-11 10:40 Christos Zoulas
* Prevent infinite recursion on files with indirect offsets of 0 2014-01-30 21:00 Christos Zoulas
* Add -E flag that makes file print filesystem errors to stderr and exit. 2014-01-08 17:20 Christos Zoulas
* mime printing could print results from multiple magic entries if there were multiple matches. * in some cases overflow was not detected when computing offsets in softmagic. 2013-12-05 12:00 Christos Zoulas
* use strcasestr() to for cdf strings * reset to the "C" locale while doing regex operations, or case insensitive comparisons; this is provisional 2013-11-19 20:10 Christos Zoulas
* always leave magic file loaded, don't unload for magic_check, etc. * fix default encoding to binary instead of unknown which broke recently * handle empty and one byte files, less specially so that --mime-encoding does not break completely. ` 2013-11-06 14:40 Christos Zoulas
* fix erroneous non-zero exit code from non-existent file and message 2013-10-29 14:25 Christos Zoulas
* add CDF MSI file detection (Guy Helmer) 2013-09-03 11:56 Christos Zoulas
* Don't mix errors and regular output if there was an error * in magic_descriptor() don't close the file and try to restore its position 2013-05-30 17:25 Christos Zoulas
* Don't treat magic as an error if offset was past EOF (Christoph Biedl) 2013-05-28 17:25 Christos Zoulas
* Fix spacing issues in softmagic and elf (Jan Kaluza) 2013-05-02 18:00 Christos Zoulas
* Fix segmentation fault with multiple magic_load commands. 2013-04-22 11:20 Christos Zoulas
* The way "default" was implemented was not very useful because the "if something was printed at that level" was not easily controlled by the user, and the format was bound to a string which is too restrictive. Add a "clear" for that level keyword and make "default" void. This way one can do: >>13 clear x >>13 lelong 1 foo >>13 lelong 2 bar >>13 default x >>>13 lelong x unknown %x 2013-03-25 13:20 Christos Zoulas
* disallow strength setting in "name" entries 2013-03-06 21:24 Christos Zoulas
* fix recursive magic separator printing 2013-02-26 19:28 Christos Zoulas
* limit recursion level for mget * fix pread() related breakage in cdf * handle offsets properly in recursive "use" 2013-02-18 10:39 Christos Zoulas
* add elf reading of debug info to determine if file is stripped (Jan Kaluza) * use pread() 2013-01-25 18:05 Christos Zoulas
* change mime description size from 64 to 80 to accommodate OOXML. 2013-01-11 14:50 Christos Zoulas
* Warn about inconsistent continuation levels. * Change fsmagic to add a space after it prints. 2013-01-10 21:00 Christos Zoulas
* Make getline public so that file can link against it. Perhaps it is better to rename it, or hide it differently. Fixes builds on platforms that do not provide it. 2013-01-07 16:30 Christos Zoulas
* Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document what long, int, short, etc is (Guy Harris) 2013-01-06 11:20 Christos Zoulas
* add magic_version function and constant * Redo memory allocation and de-allocation. (prevents double frees on non mmap platforms) * Fix bug with name/use having to do with passing found state from the parent to the child and back. 2012-12-19 8:47 Christos Zoulas
* Only print elf capabilities for archs we know (Jan Kaluza) 2012-10-30 19:14 Christos Zoulas
* Add "name" and "use" file types in order to look inside mach-o files. 2012-09-06 10:40 Christos Zoulas
* make --version exit 0 (Matthew Schultz) * add string/T (Jan Kaluza) 2012-08-09 2:15 Christos Zoulas
* add z and t modifiers for our own vasprintf * search for $HOME/.magic.mgc if it is there first * fix reads from a pipe, and preserve errno 2012-05-15 13:12 Christos Zoulas
* use ctime_r, asctime_r 2012-04-06 17:18 Christos Zoulas
* Fixes for indirect offsets to handle apple disk formats 2012-04-03 18:26 Christos Zoulas
* Add windows date field types * More info for windows shortcuts (incomplete) 2012-02-20 17:33 Christos Zoulas
* Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann) 2011-12-15 12:17 Chris Metcalf
* Support Tilera architectures (tile64, tilepro, tilegx). 2011-12-16 16:33 Reuben Thomas
* Add magic for /usr/bin/env Perl scripts * Weaken generic script magic to avoid clashing with language-specific magic. 2011-12-08 13:37 Reuben Thomas
* Simplify if (p) free(p) to free(p). 2011-12-08 13:07 Reuben Thomas
* Remove hardwired token finding (names.h), turning it into soft magic. Patterns are either anchored regexs or search/8192. English language detection and PL/1 detection have been removed as they were too fragile. -e tokens is still accepted for backwards compatibility. * Move 3ds patterns (which are commented out anyway) into autodesk (they were, oddly, in c-lang). 2011-12-06 00:16 Reuben Thomas
* Tweak strength of generic hash-bang detectors to be less than specific ones. * Make an inconsistent description of Python scripts consistent. 2011-12-05 23:58 Reuben Thomas
* Fix minor error in file(1). 2011-11-05 00:00 Reuben Thomas
* Fix issue #150 (I hope). 2011-09-22 12:57 Christos Zoulas
* Python3 binding fixes from Kelly Anderson 2011-09-20 11:32 Christos Zoulas
* If a string type magic entry is marked as text or binary only match text files against text entries and binary files against binary entries. 2011-09-01 12:12 Christos Zoulas
* Don't wait for any subprocess, just the one we forked. 2011-08-26 16:40 Christos Zoulas
* If the application name is not set in a cdf file, try to see if it has a directory with the application name on it. 2011-08-17 14:32 Christos Zoulas
* Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza 2011-08-14 09:03 Christos Zoulas
* Don't use variable string formats. 2011-07-12 12:32 Reuben Thomas
* Fix detection of Zip files (Mantis #128). * Make some minor improvements to file(1). * Rename MIME types for filesystem objects for consistency with xdg-utils. Typically this means that application/x-foo becomes inode/foo, but some names also change slightly, e.g. application/x-character-device becomes inode/chardevice. 2011-05-10 20:57 Christos Zoulas
* fix mingw compilation (Abradoks) 2011-05-10 20:57 Christos Zoulas
* remove patchlevel.h * Fix read past allocated memory caused by double-incrementing a pointer in a loop (reported by Roberto Maar) 2011-03-30 15:45 Christos Zoulas
* Fix cdf string buffer setting (Sven Anders) 2011-03-20 16:35 Christos Zoulas
* Eliminate MAXPATHLEN and use dynamic allocation for path and file buffers. 2011-03-15 18:15 Christos Zoulas
* binary tests on magic entries with masks could spuriously get converted to ascii. 2011-03-12 18:06 Reuben Thomas
* Improve file.man (remove BUGS, present email addresses consistently). 2011-03-07 19:38 Christos Zoulas
* add lrzip support (from Ville Skytta) 2011-02-10 16:36 Christos Zoulas
* fix CDF bounds checking (Guy Helmer) 2011-02-10 12:03 Christos Zoulas
* add cdf_ctime() that prints a meaningful error when time cannot be converted. 2011-02-02 20:40 Christos Zoulas
* help and version output to stdout. * When matching softmagic for ascii files, don't just print the softmagic classification, keep going and print the text classification too. This fixes broken troff files when we moved them from keyword recognition to softmagic (they stopped printing "with CRLF" etc.) Reported by Doug McIlroy. 2011-01-16 19:31 Reuben Thomas
* Fix two potential buffer overruns in apprentice_list. 2011-01-14 22:33 Reuben Thomas
* New Python binding in pure Python. * Update libmagic(3). 2011-01-06 21:40 Reuben Thomas
* Fix Python bindings (including recent Python 3 compatibility update). 2011-01-04 18:43 Reuben Thomas
* magic/Makefile.am: make it easier to recover from magic build failures. * Fix pstring length specifier parsing to avoid generating invalid magic files. * Add pstring length "J" (for "JPEG") to specify that the length include itself. * Fix JPEG comment parsing at last using pstring/HJ! * Ignore section 5 man pages in doc/.cvsignore. 2010-12-22 13:12 Christos Zoulas
* Add pstring/BHhLl to specify the type of the length of pascal strings. 2010-11-26 18:39 Reuben Thomas
* Fix "-e soft": it was ignored when softmagic was called during asciimagic. * Improve comments and use "unsigned char" in tar.h/is_tar.c. 2010-11-05 17:26 Reuben Thomas
* Make bug reporting addresses more visible. 2010-11-01 18:35 Reuben Thomas
* Add tcl magic from Gustaf Neumann 2010-10-24 10:42 Christos Zoulas
* Fix the whitespace comparing code (Christopher Chittleborough) 2010-10-06 21:05 Christos Zoulas
* allow string/t to work (Jan Kaluza) 2010-09-20 22:11 Reuben Thomas
* Apply some patches from Ubuntu and Fedora. 2010-09-20 21:16 Reuben Thomas
* Apply all patches from Debian package 5.04-6 which have not already been applied and are not Debian-specific. 2010-09-20 15:24 Reuben Thomas
* Minor security fix to softmagic.c (don't use untrusted string as printf format). 2010-07-21 12:20 Christos Zoulas
* MINGW32 portability from LRN * Don't warn about escaping magic regex chars when we are in a regex. 2010-07-19 10:55 Christos Zoulas
* Only try to print prpsinfo for core files. (Jan Kaluza) 2010-04-22 12:55 Christos Zoulas
* Try more elf offsets for Debian core files. (Arnaud Giersch) 2010-02-20 15:18 Reuben Thomas
* Clarify which sort of CDF we mean. 2010-02-14 22:58 Reuben Thomas
* Re-jig Zip file type magic so that unsupported special Zip types (those with "mimetype" at offset 30) can be recognized. 2010-02-02 21:50 Reuben Thomas
* Add support for OCF (EPUB) files (application/epub+zip) 2010-01-28 18:25 Christos Zoulas
* Fix core-dump from unbound loop: https://bugzilla.redhat.com/show_bug.cgi?id=533245 2010-01-22 15:45 Christos Zoulas
* print proper mime for crystal reports file * print the last summary information of a cdf document, not the first so that nested documents print the right info 2010-01-16 18:42 Charles Longeau
* bring back some fixes from OpenBSD: - make gcc2 builds file - fix typos in a magic file comment 2009-11-17 18:35 Christos Zoulas
* ctime/asctime can return NULL on some OS's although they should not (Toshit Antani) 2009-09-14 13:49 Christos Zoulas
* Centralize magic path handling routines and remove the special-casing from file.c so that the python module for example comes up with the same magic path (Fixes ~/.magic handling) (from Gab) 2009-09-11 23:38 Reuben Thomas
* When magic argument is a directory, read the files in strcmp-sorted order (fixes Debian bug #488562 and our own FIXME). 2009-09-11 13:11 Reuben Thomas
* Combine overlapping epoc and psion magic files into one (epoc). * Add some more EPOC MIME types. 2009-08-19 15:55 Christos Zoulas
* Fix 3 bugs (From Ian Darwin): - file_showstr could move one past the end of the array - parse_apple did not nul terminate the string in the overflow case - parse_mime truncated the wrong string in the overflow case 2009-08-12 12:28 Robert Byrnes
* Include Localstuff when compiling magic. 2009-07-15 10:05 Christos Zoulas
* Fix logic for including mygetopts.h * Make cdf.c compile again with debugging * Add the necessary field handling for crystal reports files to work 2009-06-23 01:34 Reuben Thomas
* Stop "(if" identifying Lisp files, that's plain dumb! 2009-06-09 22:13 Reuben Thomas
* Add a couple of missing MP3 MIME types. 2009-05-27 23:00 Reuben Thomas
* Add full range of hash-bang tests for Python and Ruby. * Add MIME types for Python and Ruby scripts. 2009-05-13 10:44 Christos Zoulas
* off by one in parsing hw capabilities in elf (Cheng Renquan) 2009-05-08 13:40 Christos Zoulas
* lint fixes and more from NetBSD 2009-05-06 10:25 Christos Zoulas
* Avoid null dereference in cdf code (Drew Yao) * More cdf bounds checks and overflow checks 2009-05-01 18:37 Christos Zoulas
* Buffer overflow fixes from Drew Yao 2009-04-30 17:10 Christos Zoulas
* Fix more cdf lossage. All the documents I have right now print the correct information. 2009-03-27 18:43 Christos Zoulas
* don't print \012- separators in the same magic entry if it consists of multiple magic printing lines. 2009-03-23 10:20 Christos Zoulas
* Avoid file descriptor leak in compress code from (Daniel Novotny) 2009-03-18 16:50 Christos Zoulas
* Allow escaping of relation characters, so that we can say \^[A-Z] and the ^ is not eaten as a relation char. * Fix troff and fortran to their previous glory using regex. This was broken since their removel from ascmagic. 2009-03-10 16:50 Christos Zoulas
* don't use strlen in strndup() (Toby Peterson) 2009-03-10 7:45 Christos Zoulas
* avoid c99 syntax. 2009-02-23 15:45 Christos Zoulas
* make the cdf code use the buffer first if available, and then the fd code. 2009-02-13 13:45 Christos Zoulas
* look for struct option to determine if getopt.h is usable for IRIX. * sanitize cdf document strings 2009-02-04 13:25 Christos Zoulas
* fix OS/2 warnings. 2008-12-12 15:50 Christos Zoulas
* fix initial offset calculation for non 4K sector files * add loop limits to avoid DoS attacks by constructing looping sector references. 2008-12-03 13:05 Christos Zoulas
* fix memory botches on cdf file parsing. * exit with non-zero value for any error, not just for the last file processed. 2008-11-09 20:42 Charles Longeau
* Replace all str{cpy,cat} functions with strl{cpy,cat} * Ensure that strl{cpy,cat} are included in libmagic, as needed. 2008-11-06 18:18 Christos Zoulas
* Handle ID3 format files. 2008-11-06 23:00 Reuben Thomas
* Fix --mime, --mime-type and --mime-encoding under new scheme. * Rename "ascii" to "text" and add "encoding" test. * Return a precise ("utf-16le" or "utf-16be") MIME charset for UTF-16. * Fix error in comment caused by automatic indentation adding words! 2008-11-06 10:35 Christos Zoulas
* use memchr instead of strchr because the string might not be NUL terminated (Scott MacVicar) 2008-11-03 07:31 Reuben Thomas
* Fix a printf with a non-literal format string. * Fix formatting and punctuation of help for "--apple". 2008-10-30 11:00 Reuben Thomas
* Correct words counts in comments of struct magic. * Fix handle_annotation to allow both Apple and MIME types to be printed, and to return correct code if MIME type is printed (1, not 0) or if there's an error (-1 not 1). * Fix output of charset for MIME type (precede with semi-colon; fixes Debian bug #501460). * Fix potential attacks via conversion specifications in magic strings. * Add a FIXME for Debian bug #488562 (magic files should be read in a defined order, by sorting the names). 2008-10-18 16:45 Christos Zoulas
* Added APPLE file creator/type 2008-10-12 10:20 Christos Zoulas
* Added CDF parsing 2008-10-09 16:40 Christos Zoulas
* filesystem and msdos patches (Joerg Jenderek) 2008-10-09 13:20 Christos Zoulas
* correct --exclude documentation issues: remove troff and fortran and rename "token" to "tokens". (Randy McMurchy) 2008-10-01 10:30 Christos Zoulas
* Read ~/.magic in addition to the default magic file not instead of, as documented in the man page. 2008-09-10 21:30 Reuben Thomas
* Comment out graphviz patterns, as they match too many files. 2008-08-30 12:54 Christos Zoulas
* Don't eat trailing \n in magic enties. * Cast defines to allow compilation using a c++ compiler. 2008-08-25 23:56 Reuben Thomas
* Add text/x-lua MIME type for Lua scripts. * Escape { in regex in graphviz patterns. 2008-07-26 00:59 Reuben Thomas
* Add MIME types for special files. * Use access to give more accurate information for files that can't be opened. * Add a TODO list. 2008-07-02 11:15 Christos Zoulas
* add !:strength op to adjust magic strength (experimental) 2008-06-16 21:41 Reuben Thomas
* Fix automake error in configure.ac. * Add MIME type for Psion Sketch files. 2008-06-05 08:59 Christos Zoulas
* Don't print warnings about bad namesize in stripped binaries with PT_NOTE is still there, and the actual note is gone (Jakub Jelinek) 2008-05-28 15:12 Robert Byrnes
* magic/Magdir/elf: Note invalid byte order for little-endian SPARC32PLUS. Add SPARC V9 vendor extensions and memory model. * src/elfclass.h: Pass target machine to doshn (for Solaris hardware capabilities). * src/readelf.c (doshn): Add support for Solaris hardware/software capabilities. * src/readelf.h: Ditto. * src/vasprintf.c (dispatch): Add support for ll modifier. 2008-05-16 10:25 Christos Zoulas
* Fix compiler warnings. * remove stray printf, and fix a vprintf bug. (Martin Dorey) 2008-05-06 00:13 Robert Byrnes
* src/Makefile.am: Ensure that getopt_long and [v]asprintf are included in libmagic, as needed. Remove unnecessary EXTRA_DIST. * src/Makefile.in: Rerun automake. * src/vasprintf.c (dispatch): Fix variable precision bug: be sure to step past '*'. * src/vasprintf.c (core): Remove unreachable code. * src/apprentice.c (set_test_type): Add cast to avoid compiler warning. 2008-04-22 23:45 Christos Zoulas
* Add magic submission guidelines (Abel Cheung) * split msdos and windows magic (Abel Cheung) 2008-04-04 11:00 Christos Zoulas
* >= <= is not supported, so fix the magic and warn about it. reported by: Thien-Thi Nguyen
2008-03-27 16:16 Robert Byrnes
* src/readelf.c (donote): ELF core file command name/line bug fixes and enhancements: Try larger offsets first to avoid false matches from earlier data that happen to look like strings; this primarily affected SunOS 5.x 32-bit Intel core files. Add support for command line (instead of just short name) for SunOS 5.x. Add information about NT_PSINFO for SunOS 5.x. Only trim whitespace from end of command line. 2007-02-11 01:36 Reuben Thomas
* Change strength of ! from MULT to 0, as it matches almost anything (Reuben Thomas) * Debian fixes (Reuben Thomas) 2007-02-11 00:17 Reuben Thomas