summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow altering how many bytes to read from analyzed files from the commandChristos Zoulas2016-03-312-2/+4
| | | | line. Leave the default the same (1M).
* document -00Christos Zoulas2016-03-141-2/+7
|
* remove dup words (Jakub Wilk)Christos Zoulas2015-10-071-4/+4
|
* PR/474: Add a limit to the size of regex searches to prevent performanceChristos Zoulas2015-09-112-4/+6
| | | | issues.
* Add missing 'e'Christos Zoulas2015-09-081-2/+2
|
* PR/456, use utf-7 charset in mime printing for utf-7 files.Christos Zoulas2015-06-031-1/+4
|
* PR/455: Add feature to report only on contents of compressed data, not theChristos Zoulas2015-06-032-5/+10
| | | | compression itself.
* Fix TODO'sChristos Zoulas2015-05-291-3/+13
|
* change comma-separated, to slash-separatedChristos Zoulas2015-04-102-4/+4
|
* Add --extensionChristos Zoulas2015-04-092-4/+9
|
* Bump buffer sizeChristos Zoulas2015-02-141-3/+12
|
* Add indirect relative offsets; make Exif use them. All other indirect magicChristos Zoulas2015-01-011-2/+7
| | | | is absolute by default.
* - Add a limit to the number of ELF notes processed (Suggested by AlexanderChristos Zoulas2014-12-162-6/+12
| | | | | | Cherepanov) - Restructure ELF note printing so that we don't print the same message multiple times on repeated notes of the same kind.
* Remove name recursion limit, it is always lower than the count... RenameChristos Zoulas2014-11-282-12/+10
| | | | things for consistency.
* add a limit to the number of times a name/use entries can be used.Christos Zoulas2014-11-282-3/+9
|
* Kill -R and replace with -P param=value. Allow setting of 4 parameters:Christos Zoulas2014-11-272-13/+34
| | | | indir, name, shnum, phnum.
* Document changesChristos Zoulas2014-11-272-4/+32
|
* PR/367: Brooks Davis: Add magic_load_buffers to provide a means to load theChristos Zoulas2014-08-041-2/+17
| | | | magic database on environments that have no direct access to the filesystem.
* * Enforce limit of 8K on regex searches that have no limitsChristos Zoulas2014-06-031-2/+14
| | | | | | | | | | * 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. * Bump the version of the magic format so that regex changes are visible.
* remove line number mention in regex. We don't want to scan binary filesChristos Zoulas2014-06-031-8/+2
| | | | that don't have \n's forever, so make the limit be the number of bytes.
* Update regex recommendation.Christos Zoulas2014-05-301-3/+6
|
* PR/354: Fix stray ^M'sChristos Zoulas2014-05-141-7/+7
|
* Explain date number format (Christoph Biedl)Christos Zoulas2014-03-081-1/+4
|
* document the apple option (Christoph Biedl)Christos Zoulas2014-03-071-1/+5
|
* clarify the syntax for string searches (Christoph Biedl)Christos Zoulas2014-03-071-5/+5
|
* add magic_errno (Debian#696113)Christos Zoulas2014-03-021-1/+2
|
* Add -E flag, mention previous changesChristos Zoulas2014-01-311-3/+7
|
* Provide the link for subscribing to the mailing list.kim2014-01-081-2/+5
|
* file.man: add a comma for clarityReuben Thomas2013-07-211-2/+2
|
* new clear keyword, change the way default works.Christos Zoulas2013-04-221-5/+25
|
* Document {d,u}Q (Guy Harris)Christos Zoulas2013-01-091-1/+9
|
* Implement [du]{1,2,4,8} (Guy Harris)Christos Zoulas2013-01-081-14/+89
|
* document magic_versionChristos Zoulas2013-01-061-3/+20
|
* new sentence, new lineChristos Zoulas2013-01-041-10/+15
|
* document ^name in useChristos Zoulas2012-11-071-2/+11
|
* mention a few todo'sChristos Zoulas2012-11-011-1/+19
|
* document "name" and "use"Christos Zoulas2012-10-301-2/+14
|
* -k and -l improvements from Joerg JenderekChristos Zoulas2012-10-251-5/+11
|
* PR/197: Add string trimming patch.Christos Zoulas2012-09-061-3/+7
|
* PR/194: Fix typoChristos Zoulas2012-08-261-2/+2
|
* Update TODOs.Reuben Thomas2012-04-141-1/+6
|
* - add windows date formats: {be,le,}qwdateChristos Zoulas2012-04-031-2/+10
| | | | | - don't use time_t when you mean uint32_t - better support for windows shortcut files
* Fix markup typos and document magic_list.Christos Zoulas2011-12-191-6/+21
|
* Turn hardwired token matching into soft magic. See ChangeLog for details.Reuben Thomas2011-12-081-2/+2
|
* Improve punctuation.Reuben Thomas2011-12-071-5/+5
|
* Fix description of /w flag.Reuben Thomas2011-12-051-2/+2
|
* fix missing prefix (from bch/NetBSD)Christos Zoulas2011-11-101-2/+2
|
* clarify options processing order in -f namefileChristos Zoulas2011-10-171-2/+15
|
* Remove obsolete documentation on MIME magic, and a fixed TODO.Reuben Thomas2011-07-121-13/+1
|
* fixes from NetBSDChristos Zoulas2011-05-133-123/+164
|