Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept hexadecimal numbers without 0x if they aren't a valid decimal | 2015-08-11 | 1 | -6/+10 | |
| | | | | number. | ||||
* | Add another function for printing warnings before the magic_line is | 2015-08-11 | 1 | -10/+24 | |
| | | | | created so all warnings go through the same fprintf. | ||||
* | New implementation of the file(1) utility. This is a simplified, | 2015-04-24 | 1 | -0/+83 | |
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 |