summaryrefslogtreecommitdiffstats
path: root/contrib/file
Commit message (Collapse)AuthorAgeFilesLines
* MFV r288140: update file to 5.25.delphij2015-09-2341-213/+364
| | | | MFC after: 1 month
* Fix build.delphij2015-09-041-1/+1
|
* MFV r287451 + 287452: file 5.24 + fix for bin/181436.delphij2015-09-0412-61/+87
| | | | | PR: 181436 MFC after: 2 weeks
* MFV r284276: Fix long options.delphij2015-06-113-26/+30
| | | | | Reported by: jkim MFC after: 13 days
* MFV r284234:delphij2015-06-1069-529/+1279
|\ | | | | | | | | | | Update file to 5.23. MFC after: 2 weeks
* \ MFV r276568:delphij2015-01-0235-553/+788
|\ \ | |/ | | | | | | | | Update file to 5.22. MFC after: 2 weeks
* | MFV r275696: file 5.21.delphij2014-12-1165-551/+2110
|\ \ | |/ | | | | MFC after: 2 weeks
* | Add fstyp(8). This utility, named after its SVR4 counterpart, detectstrasz2014-12-101-1/+2
| | | | | | | | | | | | | | | | | | | | filesystems. It differs from file(1) in that it gives machine-parseable output, it outputs filesystem labels, doesn't get confused by other formats metadata, and runs in Capsicum sandbox. Differential Revision: https://reviews.freebsd.org/D1255 Relnotes: yes Sponsored by: The FreeBSD Foundation
* | Fix multiple vulnerabilities in file(1) and libmagic(3).delphij2014-12-105-26/+114
| | | | | | | | | | Security: FreeBSD-SA-14:28.file Security: CVE-2014-3710, CVE-2014-8116, CVE-2014-8117
* | MFV r273688:delphij2014-10-261-43/+101
| | | | | | | | | | | | | | | | | | Update filesystems magic. This fixes a regression introduced by libmagic 5.19 which prevents file(1) to show more verbose information about a MBR. Submitted by: madpilot MFC after: 2 weeks
* | MFV r267843: update file/libmagic to 5.19.delphij2014-06-26359-7511/+40339
|\ \ | |/ | | | | MFC after: 2 weeks
* | Fix multiple vulnerabilities in file(1) and libmagic(3).delphij2014-06-245-26/+37
| | | | | | | | | | Security: FreeBSD-SA-14:16.file Approved by: so
* | Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
| | | | | | | | | | | | | | | | | | | | | | The NetBSD Foundation states "Third parties are encouraged to change the license on any files which have a 4-clause license contributed to the NetBSD Foundation to a 2-clause license." This change removes clauses 3 and 4 from copyright / license blocks that list The NetBSD Foundation as the only copyright holder. Sponsored by: The FreeBSD Foundation
* | Apply upstream commit 33312fd828e59c78ae4ee30fd70d0ca109748cf0 (bydim2013-12-221-1/+1
| | | | | | | | | | | | | | | | zoulasc) to contrib/file: don't write a char to a pointer. MFC after: 3 days
* | Add support for Lua 5.2.obrien2013-01-111-0/+1
| | | | | | | | Submitted by: skreuzer
* | Correct a regression introduced during the import of file(1) 5.11.mckay2012-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | Magic tests containing "search" or "regex" directives were incorrectly compiled by "mkmagic" and were effectively ignored. This caused troff files (for example) to be detected as simply "ASCII text" instead of as "troff or preprocessor input, ASCII text". PR: bin/170415 Approved by: consensus on developers@ MFC after: 3 days
* | Update file(1) to version 5.11.obrien2012-04-19287-27933/+14896
|\ \ | |/
* | In contrib/file/softmagic.c, fix a potential format string securitydim2011-12-151-1/+1
| | | | | | | | | | | | | | problem. (This fix has already been applied upstream, but we do not have the latest version of file in the tree at the moment.) MFC after: 1 week
* | Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread specific informations. In order to do that, and in order to avoid KBI breakage with existing infrastructure the following semantic is implemented: - For live programs, a new member to the PT_LWPINFO is added (pl_tdname) - For cores, a new ELF note is added (NT_THRMISC) that can be used for storing thread specific, miscellaneous, informations. Right now it is just popluated with a thread name. GDB, then, retrieves the correct informations from the corefile via the BFD interface, as it groks the ELF notes and create appropriate pseudo-sections. Sponsored by: Sandvine Incorporated Tested by: gianni Discussed with: dim, kan, kib MFC after: 2 weeks
* | Properly warp around more code under COMPILE_ONLY to recover from buildrpaulo2010-08-022-4/+18
| | | | | | | | errors.
* | Merge vendor/file/dist@192348, bringing FILE 5.03 to 8-CURRENT.delphij2009-05-1841-6714/+4157
|\ \ | |/ | | | | Security: CVE-2009-1515
* | This belongs in //svn.freebsd.org/base/vendor/file/dist now.obrien2009-05-041-30/+0
| |
* | Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.obrien2009-05-0455-1231/+4004
|\ \ | |/
* | Add an additional COMPILE_ONLY check.obrien2009-01-021-0/+2
| |
* | Record that base/vendor/file/dist@186675 was merged.obrien2009-01-02147-4810/+11238
|\ \ | |/ | | | | Merge base/vendor/file/dist@186675@186690, bringing FILE 4.26 to 8-CURRENT.
| * Flatten the file vendor area.obrien2009-01-01233-60608/+0
| | | | | | | | Remove the svn:keywords property from the vendor files.
| * Remove files no longer part of the vendor's file(1).obrien2008-02-029-202/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r175898,obrien2008-02-029-202/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r175882,obrien2008-02-021-0/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix nit in version 4.23 in which -p does not work (thus updating accessobrien2008-02-021-0/+2
| | | | | | | | | | | | | | | | times when it shouldn't). The PR's patch has been incorporated upstream as magic.c rev 1.46. PR: 107676 Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
* | Update for the 4.23 import.obrien2008-01-301-3/+3
|/
* Import file version 4.23 onto the vendor branchobrien2008-01-1349-5638/+7579
|
* Virgin import of Christos Zoulas's FILE 4.21.obrien2007-05-2459-955/+1959
|
* Virgin import of Christos Zoulas's FILE 4.19.obrien2007-05-2449-1910/+2096
|
* Fix segfault when '/etc/malloc.conf@ -> AJ' due to differnce betweenobrien2006-06-211-3/+3
| | | | calloc & malloc as agreed by vendor. Also remove an unused variable.
* Virgin import of Christos Zoulas's FILE 4.17.obrien2006-06-1975-8130/+26444
|
* Virgin import of Christos Zoulas's FILE 4.12.obrien2004-12-2847-2866/+8949
|
* Virgin import of Christos Zoulas's FILE 4.10.obrien2004-08-09111-5181/+17197
| | | | | *- file is now broken into a library containing and processing the magic and a consumer binary.
* Virgin import of Christos Zoulas's FILE 3.41.obrien2003-02-2824-109/+427
| | | | | * - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler)
* Virgin import of Christos Zoulas's FILE 3.40.obrien2003-02-1530-92/+397
|
* Virgin import of Christos Zoulas's FILE 3.39.obrien2002-09-1660-971/+2781
|
* Virgin import of Christos Zoulas's FILE 3.37.obrien2001-10-0825-98/+481
|
* Virgin import of Christos Zoulas's FILE 3.36.obrien2001-07-3040-276/+1665
|
* Virgin import of Christos Zoulas's FILE 3.35.obrien2001-04-2517-139/+426
|
* Virgin import of Christos Zoulas's FILE 3.34.obrien2001-03-2528-129/+773
|
* This commit was manufactured by cvs2svn to create branch 'VENDOR-file'.cvs2svn2000-11-261-0/+18
|
* Virgin import of Christos Zoulas FILE 3.33.obrien2000-11-2622-115/+242
|
* Virgin import of FILE 3.32obrien2000-11-05165-0/+15983
OpenPOWER on IntegriCloud