summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* welcome to 4.20Christos Zoulas2007-03-015-29/+43
* make socket/pipe reading more robust.Christos Zoulas2007-02-054-19/+22
* Add a comment about STRINGs that begin with a compare character in strtest.Anon Ymous2007-01-261-4/+7
* add exclude flag. centralize buffer tests.Christos Zoulas2007-01-257-60/+115
* codify and explain what needs to be quoted and why.Christos Zoulas2007-01-191-4/+32
* 1) Move the "type" detection code from parse() into its own tableAnon Ymous2007-01-183-132/+257
* Make check_mem() initialize got_match even if we don't realloc theAnon Ymous2007-01-161-11/+11
* This is a first attempt to document the magic(5) grammar. CommitAnon Ymous2007-01-161-0/+148
* 1) Add a "default" type to print a message if nothing previouslyAnon Ymous2007-01-166-466/+827
* Make these files compile with gcc warnings on and also make them pass lint.Anon Ymous2007-01-165-93/+24
* Make this compile with gcc warnings on and make it pass lint. Fix aAnon Ymous2007-01-161-3/+3
* Use File id.Christos Zoulas2007-01-1216-16/+19
* time for 4.19Christos Zoulas2006-12-111-2/+5
* - fix byteswapping issueChristos Zoulas2006-12-114-30/+34
* - store print the line number of the magic entry for debugging.Christos Zoulas2006-12-084-29/+83
* - keep the offset in a separate variable in the magic structure, insteadChristos Zoulas2006-11-253-30/+35
* add -0Christos Zoulas2006-11-171-6/+12
* remove bogus ifdef.Christos Zoulas2006-11-151-6/+1
* Include sparcv9 to the list of machines where we use uint32_t for theChristos Zoulas2006-11-071-2/+2
* cast to quad types to long long, so that we don't have to use the ugly PRIChristos Zoulas2006-11-012-13/+22
* bumpChristos Zoulas2006-10-311-2/+5
* restructure again.Christos Zoulas2006-10-311-5/+5
* re-arrange so that it fits in 64 bit machines.Christos Zoulas2006-10-311-5/+5
* - quad datesChristos Zoulas2006-10-318-362/+196
* add a truncation warning and fix some size_t/int confusiog.Christos Zoulas2006-10-273-10/+16
* fix possible unterminated string.Christos Zoulas2006-10-271-2/+3
* don't process notes multiple times.Christos Zoulas2006-10-221-27/+41
* initialize the buffers.Christos Zoulas2006-10-201-3/+3
* allow child to return 0 bytes.Christos Zoulas2006-10-201-7/+8
* more quad format fixes.Christos Zoulas2006-06-083-118/+62
* add more format checks.Christos Zoulas2006-06-082-34/+125
* change u_int to uint32_tChristos Zoulas2006-06-081-5/+5
* rename mcheck to magiccheck for qnxChristos Zoulas2006-06-081-6/+6
* finish quad support.Christos Zoulas2006-06-083-18/+60
* linux changes from suseChristos Zoulas2006-06-081-5/+31
* format checks, some quad support.Christos Zoulas2006-06-081-7/+182
* FIFO handling.Christos Zoulas2006-06-082-29/+115
* comments-onlyIan Darwin2006-06-021-3/+3
* Add missing 'r' flag in USAGE, and one commentIan Darwin2006-06-021-2/+5
* comments-only changeIan Darwin2006-06-011-2/+8
* comments-onlyIan Darwin2006-06-011-4/+4
* clarify commentIan Darwin2006-06-011-3/+2
* use constants and be more tolerant of seek errors. From suseChristos Zoulas2006-05-033-23/+60
* Identify gnu tar vs. posix tar.Christos Zoulas2006-05-032-4/+13
* We only need separators if we actually printed something.Christos Zoulas2006-05-031-11/+31
* Reduce the strength of regex strings.Christos Zoulas2006-04-091-7/+13
* Conditionally include wctype.hChristos Zoulas2006-04-091-1/+4
* Remove dead code.Christos Zoulas2006-03-181-3/+1
* use calloc to allocate the magic_entries array since we depend on theChristos Zoulas2006-03-141-3/+3
* Report empty when null/0 is passed in magic_buffer. (Mike Frysinger)Christos Zoulas2006-03-122-3/+10