Age | Commit message (Expand) | Author |
2019-01-15 | Regex flags should include REG_NEWLINE and REG_ICASE should actually be | Nicholas Marriott |
2018-06-14 | Return from magic_test does not need to be copied because the caller | Nicholas Marriott |
2017-04-18 | Style nits; no binary change. | Nicholas Marriott |
2016-08-26 | Pull in <time.h> for ctime_r, gmtime, etc | Philip Guenther |
2016-05-01 | Use the right size (include the length byte) when working out if a | Nicholas Marriott |
2016-05-01 | Add support for 'name' and 'use' which allows more of the latest magic | Nicholas Marriott |
2016-05-01 | Remove __unused that are now lies. | Nicholas Marriott |
2016-05-01 | Add support for 'clear' test, and fix 'default' to expand the result | Nicholas Marriott |
2016-04-30 | magic_test_type_default parameter is no longer __unused. | Nicholas Marriott |
2016-04-30 | Fix the default type to work properly, that is to only match if no | Nicholas Marriott |
2016-04-30 | Replace regex match string in results (some new magic entries use this). | Nicholas Marriott |
2016-02-20 | Fix the C type used for 32-bit float/lefloat/befloat, it should be float | Nicholas Marriott |
2015-10-06 | Log the matched offset (and the new offset) instead of just of the new | Nicholas Marriott |
2015-10-05 | Offset into the file can be size_t and add some casts to remove warnings. | Nicholas Marriott |
2015-08-12 | Support + and - for dates. | Nicholas Marriott |
2015-08-12 | Fix adjustment of the offset when string, pstring or search match. | Nicholas Marriott |
2015-08-12 | Add string/Ww as aliases for string/Bb, and ignore t. (The latest | Nicholas Marriott |
2015-08-11 | When an exact string match is found, only print the test string, not up | Nicholas Marriott |
2015-08-11 | Any type can be prefixed with "u", even where it makes no sense. Also | Nicholas Marriott |
2015-08-11 | Extend accepted operators to +-&/%* for integer tests. | Nicholas Marriott |
2015-08-11 | Support = test for floats and doubles. | Nicholas Marriott |
2015-05-29 | Use gmtime not localtime when we want UTC, I got it right in one place | Nicholas Marriott |
2015-05-29 | Don't stop at the first successful test unless it has generated some | Nicholas Marriott |
2015-05-29 | The case-insensitive flag (c) for string and search tests doesn't make | Nicholas Marriott |
2015-04-25 | Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64. | Bryan Steele |
2015-04-24 | move an ugly space | Theo de Raadt |
2015-04-24 | New implementation of the file(1) utility. This is a simplified, | Nicholas Marriott |