Age | Commit message (Expand) | Author |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-01-16 | Add missing <limits.h> to file.c and remove definition of PATH_MAX | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> | Doug Hogan |
2015-01-16 | If MAXPATHLEN is undefined, do not set it to 512. Dangerous. | Theo de Raadt |
2014-11-04 | bounds check, apply from upstream devel/libmagic | Theo de Raadt |
2014-10-26 | Place additional parantheses around readdir() and check return does not | Brad Smith |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-05-18 | use reallocarray | Marc Espie |
2014-01-16 | Avoid size_t overflow in apprentice_map. | Tobias Stoeckmann |
2013-04-20 | use poll() instead of select() with a limited-size fd_set | Theo de Raadt |
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt |
2013-01-17 | remove uesless Pp; | Jason McIntyre |
2013-01-05 | teach file about lua 5.2. | Federico G. Schwindt |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |
2011-10-15 | Ignatios Souvatzis at NetBSD rescinded the third and fourth clause in | Ingo Schwarze |
2011-07-25 | - Use strtof instead of casting strtod back to float (apprentice.c), | Martynas Venckus |
2011-04-15 | Make the file_mbswidth() function cope if wcwidth() returns -1. | Stefan Sperling |
2011-01-10 | delete embarrasingly horrid use of mktemp() brought in from upstream | Theo de Raadt |
2010-10-28 | more roff adjustments; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-15 | some escapes i missed; | Jason McIntyre |
2010-01-17 | Backport bug fix from upstream. | Charles Longeau |
2010-01-02 | Various syntax errors in list headers, found by mandoc(1), | Ingo Schwarze |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-11-26 | grammar; | Jason McIntyre |
2009-11-11 | fix a buffer overflow found by parfait | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-26 | Fix usage; requested by jmc@ | Antoine Jacoutot |
2009-10-26 | Bring man pages on par with our file(1) version (merge from upstream with | Antoine Jacoutot |
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson |
2009-08-27 | Appease gcc2 (I wish people would write in C, rather than "latest crap | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-06-13 | Define SIZEOF_LONG_LONG in config.h, so that the byteswapping code in ELF | Miod Vallat |
2009-04-26 | add missing $OpenBSD$ tags | Charles Longeau |
2009-04-24 | file update to 4.24 | Charles Longeau |
2009-04-14 | force magic file to include all magdir files in alphabetical order, | Charles Longeau |
2008-11-09 | protect against .orig files resulting from a patch. | Marc Espie |
2008-05-14 | add missing $OpenBSD$ tags | Charles Longeau |
2008-05-08 | Update file to 4.21. | Charles Longeau |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-10-05 | use strcspn instead of strchr to properly overwrite '\n' in fgets returned bu... | Charles Longeau |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
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 |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-08 | detect MP3 file with ID3 v2 tag | Nikolay Sturm |
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 |