Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | protect against .orig files resulting from a patch. | Marc Espie | |
2008-05-14 | add missing $OpenBSD$ tags | Charles Longeau | |
ok ian@ | |||
2008-05-08 | Update file to 4.21. | Charles Longeau | |
tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-10-05 | use strcspn instead of strchr to properly overwrite '\n' in fgets returned ↵ | Charles Longeau | |
buffer check if the first byte is NUL instead of invoking strlen() with help of ray@ "Looks OK" millert@ | |||
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-07-09 | Fix possible heap overflow in file(1), aka CVE-2007-1536. | Dimitry Andric | |
When writing data into a buffer in the file_printf() function, the length of the unused portion of the buffer is not correctly tracked, resulting in a buffer overflow when processing certain files. Adapted from FreeBSD's SA-07:04.file fix, with ok and some minor tweaks from canacar@ and ray@. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-08 | detect MP3 file with ID3 v2 tag | Nikolay Sturm | |
ok deraadt | |||
2007-03-29 | let the description of -m match SYNOPSIS and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-28 | spell maintenance correctly | David Krause | |
2007-02-27 | Recognize OpenBSD/sh core dumps. | Miod Vallat | |
2007-02-24 | Remove several incorrect and/or unmaintained emails, prompted by correction ↵ | Ian Darwin | |
from bernd@ | |||
2007-02-19 | Our version of file(1) doesn't have the MIME magic file, so remove | Tom Cosgrove | |
references to -i/--mime and no longer accept them on the command line. Update the HISTORY section to be less confusing. Based on a diff to tech@ by Mikolaj Kucharski, mikolaj (dot) kucharski (at) gmail (dot) com. Prompted by jmc@; input from and ok jmc@ and otto@ | |||
2006-10-31 | Don't blindly truncate buf[strlen(buf) - 1] without checking for | Ray Lai | |
newline. Initial patch from Charles Longeau <chl at tuxfamily dot org>, fix inspired by comment by Anonymous Coward on undeadly. OK moritz@, ian@. | |||
2006-10-12 | recognize 'sh' binaries. | Dale Rahn | |
2006-07-18 | Sync with current | Ian Darwin | |
2006-07-18 | Remove obsolete | Ian Darwin | |
2006-07-18 | Documentation-only change: sync with current version | Ian Darwin | |
2006-07-18 | Sync copyright date | Ian Darwin | |
2006-06-02 | Replaced by new stuff in regress | Ian Darwin | |
2006-04-04 | Remove unused variable, spotted by otto@ | Pedro Martelletto | |
2006-04-04 | Fix case where a string could not be correctly terminated, okay jaredy@ | Pedro Martelletto | |
2005-10-20 | spelling; | Jason McIntyre | |
ok ian@ | |||
2005-09-06 | recognize flac format; from netbsd via | Federico G. Schwindt | |
Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok. | |||
2005-05-18 | fix error message; ok ian | Jared Yanovich | |
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt | |
2005-01-31 | recognize OpenEXR images. | Marc Espie | |
okay ian Darwin. | |||
2004-12-04 | sync manual and usage to file-4.09; bits from and ok ian and jmc | Jared Yanovich | |
2004-10-27 | oops! one line wrong | Per Fogelstrom | |
2004-10-27 | Change how MIPS ISA level is output to be consistent with other arches. | Per Fogelstrom | |
ok deraadt, grange and ian | |||
2004-10-23 | Sparc->SPARC | Alexander Yurchenko | |
Amd->AMD ok ian@ | |||
2004-10-20 | More mips executables from NetBSD. | Alexander Yurchenko | |
ok ian@ tedu@ | |||
2004-10-14 | remove spurious version number reference | Jared Yanovich | |
problem reported by ray cyth net ok millert | |||
2004-09-25 | tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@ | Otto Moerbeek | |
2004-08-10 | put mips64 core file recognition (someone please test) | Theo de Raadt | |
2004-06-03 | merge back two chunks that are different here | Ted Unangst | |
2004-06-03 | ogg vorbis magic i found on a redhat box | Ted Unangst | |
2004-06-03 | merge in new magic from file 4.09. Mostly from Bruno Rohee | Ted Unangst | |
2004-05-19 | remove old file, rcsids | Ted Unangst | |
2004-05-19 | file 4.09 | Ted Unangst | |
2004-05-19 | big update to file 4.09. ok ian@ | Ted Unangst | |
2004-05-17 | dig b.out; from netbsd | Michael Shalayeff | |
2004-03-23 | Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@ | Miod Vallat | |
2004-02-03 | Recognize openbsd arm executables and corefiles. ok deraadt@ | Dale Rahn | |
2003-12-07 | remove duplicate chunk | Theo de Raadt | |
2003-12-07 | m88k parts | Theo de Raadt | |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |