Lines Matching full:magic

27 	* Add limit for number of magic warnings allowed
99 * Add octal indirect magic (Michal Gorny)
104 * PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)
129 random magic files.
169 * Fix relationship tests with "search" magic, don't short circuit
185 * PR/270: Don't translate unprintable characters in %s magic formats
199 * PR/259: aleksandr.v.novichkov: mime printing through indirect magic
271 * Introduce "offset" magic type that can be used to
273 * document DER better in the magic man page.
305 * PR/140: Avoid abort with hand-crafted magic file (gockelhahn)
306 * PR/139 Avoid DoS in printf with hand-crafted magic file (gockelhahn)
307 * PR/138: Avoid crash with hand-crafted magic file (gockelhahn)
427 * extend the support for ${x?:} expansions for magic descriptions
440 * close the file on error when writing magic (Steve Grubb)
460 * pickier parsing of numeric values in magic files.
472 * remove trailing spaces from magic files
498 * Add missing overflow check in der magic (Jonas Wagner)
507 * multiple magic file load failure (Christoph Biedl)
630 * Fix issue with regex range for magic with offset
632 indication). Fixes mime evaluation after USE magic
633 * PR/459: Don't insert magic entries to the list if there are parsing
643 * PR/454: Fix allocation error on bad magic.
706 * Split name/use and indirect magic recursion limits.
722 - preserve error messages in indirect magic handling
809 magic writing is simpler.
830 * prevent mime entries from being attached to magic
833 * adjust magic strength for regex type
842 * add size_t overflow check for magic file size
856 * Count recursion levels through indirect magic
869 * mime printing could print results from multiple magic entries
882 * always leave magic file loaded, don't unload for magic_check, etc.
903 * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
934 * fix recursive magic separator printing
993 * search for $HOME/.magic.mgc if it is there first
1019 * Add magic for /usr/bin/env Perl scripts
1020 * Weaken generic script magic to avoid clashing with
1021 language-specific magic.
1030 magic. Patterns are either anchored regexs or search/8192. English
1057 * If a string type magic entry is marked as text or binary
1108 * binary tests on magic entries with masks could spuriously
1155 * magic/Makefile.am: make it easier to recover from magic build failures.
1157 magic files.
1180 * Add tcl magic from Gustaf Neumann
1208 * Don't warn about escaping magic regex chars when we are in a regex.
1224 * Re-jig Zip file type magic so that unsupported special
1248 - fix typos in a magic file comment
1257 * Centralize magic path handling routines and remove the
1259 example comes up with the same magic path (Fixes ~/.magic
1264 * When magic argument is a directory, read the files in
1269 * Combine overlapping epoc and psion magic files into one (epoc).
1282 * Include Localstuff when compiling magic.
1332 * don't print \012- separators in the same magic entry
1333 if it consists of multiple magic printing lines.
1420 * Correct words counts in comments of struct magic.
1429 * Fix potential attacks via conversion specifications in magic
1432 * Add a FIXME for Debian bug #488562 (magic files should be
1454 * Read ~/.magic in addition to the default magic file not instead
1463 * Don't eat trailing \n in magic enties.
1484 * add !:strength op to adjust magic strength (experimental)
1500 * magic/Magdir/elf:
1544 * Add magic submission guidelines (Abel Cheung)
1546 * split msdos and windows magic (Abel Cheung)
1550 * >= <= is not supported, so fix the magic and warn about it.
1588 * !:mime annotations in magic files (Reuben Thomas)
1602 * remove bogus regex magic that could cause a DoS
1621 * float and double magic support (Behan Webster)
1647 * Separate magic type and encoding flags (Reuben Thomas)
1795 * store and print the line number of the magic
1798 * if the magic entry did not print anything,
1801 * change the magic strength algorithm to take
1812 * Don't store the current offset in the magic
1852 * Magic format checks (Dr. Werner Fink)
1854 * Magic format function improvement (Karl Chen)
1876 * Sort magic entries by strength [experimental]
1890 * Middle Endian magic (Diomidis Spinellis)
1911 * Remove erroreous mention of /etc/magic in the file man page
1947 * Add indirect magic offset support, and search mode.
1999 * magic.mime update Danny Milosavljevic <danny.milo@gmx.net>
2005 * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org>
2009 * make sure that magic formats match magic types during compilation
2011 * fix broken sgi magic file
2017 * magic fixes
2080 * handle magic filename parsing sanely
2081 * more magic fixes.
2083 * describe magic file handling
2088 * update magic files.
2104 * #ifdef __cplusplus in magic.h
2108 * rename cvs magic file to revision to deal with
2114 * magic fixes (various)
2115 * revert basename magic in .mgc name determination
2123 * fix zsh magic
2131 * cleanup namespace in magic.h
2135 * Magic additions (Alex Ott)
2140 * remove packed attribute from magic struct.
2141 * make the magic struct properly aligned.