Lines Matching +full:oss +full:- +full:fuzz +full:- +full:project +full:- +full:name
55 Jan 20, 2020: New tar option: --safe-writes (atomical file extraction)
69 Apr 16, 2019: Support for non-recursive list and extract
71 Apr 14, 2019: New tar option: --exclude-vcs
83 Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files
108 Nov, 2016: libarchive is now being tested by the OSS-Fuzz project
141 Apr 6, 2014: Add bsdcat command-line tool
202 Nov 06, 2011: Update shared-library version calculations for libarchive 3.x
203 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
208 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
209 handling of pax UTF-8 headers
210 Apr 25, 2011: Refactor read_open() into a collection of single-item setters;
216 Mar 17, 2011: Overhauled support for per-format extension options
218 translating to/from user-specified locale
232 May 09, 2010: Improved detection of platform-specific crypto support
234 May 01, 2010: New options: tar --gid --gname --uid --uname
235 Apr 28, 2010: Use Red-black tree for ISO reader/writer to improve performance
251 Jan 31, 2010: Support cpio -V
254 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o'
281 Apr 01, 2009: Use command-line gunzip, bunzip2, unxz, unlzma for
285 Apr 01, 2009: Use getpw*_r and getgr*_r functions for thread-safety.
298 Feb, 2009: High-res timestamps on Tru64, AIX, and GNU Hurd, by Björn Jacke.
302 such system-specific knowledge.
319 Nov 08, 2008: Start of pre-release testing for libarchive 2.6
322 consume and produce arbitrarily-sized blocks. The reblocking
326 Oct 21, 2008: bsdcpio: New command-line parser.
333 some concerns about the auto-detection (LZMA file format
334 doesn't support auto-detection well), so this is not yet
349 Jun 20, 2008: bsdcpio: If a -l link fails with EXDEV, copy the file instead
360 May 21, 2008: Fix a number of non-exploitable integer and buffer overflows,
369 May 14, 2008: Joerg Sonnenberger: -s substitution support for bsdtar
377 project's Perforce repository: http://perforce.freebsd.org/
378 The libarchive project can be browsed at
379 //depot/user/kientzle/libarchive-portable
384 * bsdcpio: -p hardlink handling fixes
392 * -no-undefined to libtool for Cygwin
393 * libarchive_test: Skip large file tests on systems with 32-bit off_t
396 * tar: allow -r -T to be used together
397 * tar: allow --format with -r or -u
414 now have built-in decoding logic that decodes the reference
419 with the UTF-8 fixes.
423 to/from UTF-8. Implement "hdrcharset" attribute from SUS-2008.
424 Feb 25, 2008: Fix name clash on NetBSD.
430 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
435 bsdcpio_test complains about missing options (-y and -z), format
436 of informational messages (--version, --help), and a minor formatting
439 Jan 22, 2008: Experimental support for self-extracting Zip archives.
452 Dec 22, 2007: Implement the remaining options for bsdcpio: -a, -q, -L, -f,
453 pattern selection for -i and -it.
456 Dec 13, 2007: gzip and bzip2 compression now handle zero-byte writes correctly,
462 Dec 09, 2007: tar/test/test_copy.c verifies "tar -c | tar -x" copy pipeline
469 Dec 03, 2007: New configure options --disable-xattr and --disable-acl,
476 Dec 03, 2007: Fixed bsdcpio -help, bsdtar -help tests.
482 Dec 02, 2007: Minor fixes, rough cut of mdoc-to-man conversion for
496 publishing his performance test results to GNU tar's bug-tar
499 a multiple of 4G on 32-bit platforms.
502 Oct 20, 2007: Initial work on new pattern-matching code for cpio; I
510 to read body of non-regular file. In particular, this fixes
516 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies
517 for non-regular files.
527 Sep 16, 2007: Many fixes to bsdcpio 0.3: handle hardlinks with -p, recognize
540 Aug 18, 2007: Read gtar 1.17 --posix --sparse entries.
544 Aug 06, 2007: Use --enable-bsdcpio if you want to try bsdcpio
547 Aug 05, 2007: New configure option --disable-bsdtar, thanks to Joerg
556 http://security.freebsd.org/advisories/FreeBSD-SA-07:05.libarchive.asc
568 worked okay because it held onto the passed-in entry, but
588 Apr 24, 2007: Fix some recently-introduced problems with libraries
632 Mar 12, 2007: Fix broken --unlink flag.
636 that refers to a non-existent user or group to not be restored correctly.
652 Mar 07, 2007: Add some ACL tests (only for the system-independent
655 turned off for FreeBSD; re-enable it. (ACL restores and
671 of this long-standing bug.
678 without a proper end-of-archive marker. Fixed.
694 "touch foo.tar; tar -rf foo.tar"
698 a finer-grained interface than archive_read_extract. In particular,
701 want to create), you can override the uname/gname-to-uid/gid lookups
720 it's located a few minor bugs in error-handling logic
726 Aug 17, 2006: Fix error-handling in archive_read/write_close()
728 Aug 17, 2006: Fix recursive-add logic to not trigger if it's not set
735 Mar 21, 2006: Fix -p on platforms that don't have platform-specific
738 files. I'll try to keep this file up-to-date from now on.
747 Mar 11, 2006: Incorporated Jaakko Heinonen's still-experimental support
748 for extended attributes (Currently Linux-only.).
762 Apr 11, 2005: Extended Zip/Zip64 support thanks to Dan Nelson. -L/-h
767 http://xsnil.antbear.org/2005/02/05/archive-mit-libarchive-verarbeiten/
768 including examples of using it from Objective-C. His MoinX
772 new directory-walking code for bsdtar.
774 May 22, 2004: Many gtar-compatible long options have been added; almost
776 May 18, 2004: bsdtar can read Solaris, HP-UX, Unixware, star, gtar,