Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Accept hexadecimal numbers without 0x if they aren't a valid decimal | Nicholas Marriott | |
number. | |||
2015-08-11 | Add another function for printing warnings before the magic_line is | Nicholas Marriott | |
created so all warnings go through the same fprintf. | |||
2015-04-24 | New implementation of the file(1) utility. This is a simplified, | Nicholas Marriott | |
modernised version with a nearly complete magic(5) parser but omits some of the complex builtin tests (notably ELF) and has a reduced set of options. ok deraadt |