freebsd-dev/lib/libarchive
Colin Percival 6fc0ea8474 In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which
occur on the write side of extracting a file to ARCHIVE_WARN errors
when returning them from archive_read_extract.

In bsdtar: Use the return code from archive_read_data_into_fd and
archive_read_extract to determine whether we should continue trying to
extract an archive after one of the entries fails.

This commit makes extracting a truncated tarball complain once about
the archive being truncated, instead of complaining twice (once when
trying to extract an entry, and once when trying to seek to the next
entry).

Discussed with:	kientzle
2007-04-16 04:04:50 +00:00
..
test Clean up a lot of memory leaks in the libarchive test harness. 2007-04-15 04:30:02 +00:00
archive_check_magic.c Style: bare "unsigned" is deprecated, use "unsigned int" instead. 2007-04-02 00:15:45 +00:00
archive_entry.3 libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_entry.c More portability improvements from Martin Koeppe: 2007-04-14 02:37:22 +00:00
archive_entry.h Because the buffer gets released immediately, I need to 2007-03-01 06:22:34 +00:00
archive_platform.h Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
archive_private.h Style: bare "unsigned" is deprecated, use "unsigned int" instead. 2007-04-02 00:15:45 +00:00
archive_read_data_into_fd.c Style fix: Use the correct type for 'bytes_to_write'. 2007-04-02 00:21:46 +00:00
archive_read_extract.c In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which 2007-04-16 04:04:50 +00:00
archive_read_open_fd.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_read_open_file.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_read_open_filename.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_read_open_memory.c Avoid a potential overflow when 'skip' is larger than a pointer. 2007-04-02 00:25:11 +00:00
archive_read_private.h Remove some unused fields from archive_read internal structure. 2007-04-02 00:11:54 +00:00
archive_read_support_compression_all.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_read_support_compression_bzip2.c From Joerg Sonnenberger: Fix a number of style gaffes, 2007-04-05 05:18:16 +00:00
archive_read_support_compression_compress.c From Joerg Sonnenberger: Fix a number of style gaffes, 2007-04-05 05:18:16 +00:00
archive_read_support_compression_gzip.c From Joerg Sonnenberger: Fix a number of style gaffes, 2007-04-05 05:18:16 +00:00
archive_read_support_compression_none.c From Joerg Sonnenberger: Fix a number of style gaffes, 2007-04-05 05:18:16 +00:00
archive_read_support_format_all.c Enable 'ar' support; hook it up to the build and 2007-04-07 05:54:23 +00:00
archive_read_support_format_ar.c Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
archive_read_support_format_cpio.c Portability. 2007-04-13 16:07:25 +00:00
archive_read_support_format_empty.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_read_support_format_iso9660.c Don't compare a signed char to 0xFF. 2007-04-02 00:29:52 +00:00
archive_read_support_format_tar.c Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
archive_read_support_format_zip.c Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
archive_read.3 Clarification: Point people to archive_read_data(), which 2007-04-07 05:53:11 +00:00
archive_read.c Move archive_read_data_into_buffer into archive_read.c, simplify its 2007-04-05 15:51:19 +00:00
archive_string_sprintf.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_string.c Correct the int->text conversion. <sigh> 2007-01-13 03:30:14 +00:00
archive_string.h Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_util.3 libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_util.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_virtual.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_disk_private.h libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_disk_set_standard_lookup.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_disk.3 libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_disk.c Properly cleanup the UID/GID lookup data. 2007-04-15 04:43:12 +00:00
archive_write_open_fd.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_write_open_file.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_write_open_filename.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_write_open_memory.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_write_private.h libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_set_compression_bzip2.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_set_compression_gzip.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_set_compression_none.c Don't free a NULL pointer. 2007-04-15 04:42:52 +00:00
archive_write_set_format_ar.c Overhaul of 'ar' support: 2007-04-14 22:34:10 +00:00
archive_write_set_format_by_name.c Overhaul of 'ar' support: 2007-04-14 22:34:10 +00:00
archive_write_set_format_cpio.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_set_format_pax.c Conventionally, tar archives have always included a trailing '/' 2007-04-14 08:20:31 +00:00
archive_write_set_format_shar.c libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write_set_format_ustar.c Conventionally, tar archives have always included a trailing '/' 2007-04-14 08:20:31 +00:00
archive_write_set_format.c Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
archive_write.3 libarchive 2.0 2007-03-03 07:37:37 +00:00
archive_write.c Libarchive 2.0.23: 2007-03-11 10:29:52 +00:00
archive.h.in Overhaul of 'ar' support: 2007-04-14 22:34:10 +00:00
config_freebsd.h Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
COPYING Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
libarchive-formats.5 Wordsmithing. 2007-04-05 05:07:53 +00:00
libarchive.3 Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00
Makefile Consolidate numeric limit macros in one place; include them 2007-04-15 00:53:38 +00:00
README libarchive 2.0 2007-03-03 07:37:37 +00:00
tar.5 Fix the copyright notice; it was always intended to be 2007-01-09 08:05:56 +00:00

$FreeBSD$

libarchive: a library for reading and writing streaming archives

This is all under a BSD license.  Use, enjoy, but don't blame me if it breaks!

Documentation:
 * libarchive.3 gives an overview of the library as a whole
 * archive_read.3, archive_write.3, and archive_write_disk.3 provide
   detailed calling sequences for the read and write APIs
 * archive_entry.3 details the "struct archive_entry" utility class
 * libarchive-formats.5 documents the file formats supported by the library
 * tar.5 provides some detailed information about a variety of different
   "tar" formats.

You should also read the copious comments in "archive.h" and the source
code for the sample "bsdtar" and "minitar" programs for more details.
Please let me know about any errors or omissions you find.

Currently, the library automatically detects and reads the following:
  * gzip compression
  * bzip2 compression
  * compress/LZW compression
  * GNU tar format (including GNU long filenames, long link names, and
    sparse files)
  * Solaris 9 extended tar format (including ACLs)
  * Old V7 tar archives
  * POSIX ustar
  * POSIX pax interchange format
  * POSIX octet-oriented cpio
  * SVR4 ASCII cpio
  * Binary cpio (big-endian or little-endian)
  * ISO9660 CD-ROM images (with optional Rockridge extensions)
  * ZIP archives (with uncompressed or "deflate" compressed entries)

The library can write:
  * gzip compression
  * bzip2 compression
  * POSIX ustar
  * POSIX pax interchange format
  * "restricted" pax format, which will create ustar archives except for
    entries that require pax extensions (for long filenames, ACLs, etc).
  * POSIX octet-oriented cpio
  * shar archives

Notes:
 * This is a heavily stream-oriented system.  There is no direct
   support for in-place modification or random access and no intention
   of ever adding such support.  Adding such support would require
   sacrificing a lot of other features, so don't bother asking.

 * The library is designed to be extended with new compression and
   archive formats.  The only requirement is that the format be
   readable or writable as a stream and that each archive entry be
   independent.

 * On read, compression and format are always detected automatically.

 * I've attempted to minimize static link pollution.  If you don't
   explicitly invoke a particular feature (such as support for a
   particular compression or format), it won't get pulled in.
   In particular, if you don't explicitly enable a particular
   compression or decompression support, you won't need to link
   against the corresponding compression or decompression libraries.
   This also reduces the size of statically-linked binaries in
   environments where that matters.

 * On read, the library accepts whatever blocks you hand it.
   Your read callback is free to pass the library a byte at a time
   or mmap the entire archive and give it to the library at once.
   On write, the library always produces correctly-blocked
   output.

 * The object-style approach allows you to have multiple archive streams
   open at once.  bsdtar uses this in its "@archive" extension.

 * The archive itself is read/written using callback functions.
   You can read an archive directly from an in-memory buffer or
   write it to a socket, if you wish.  There are some utility
   functions to provide easy-to-use "open file," etc, capabilities.

 * The read/write APIs are designed to allow individual entries
   to be read or written to any data source:  You can create
   a block of data in memory and add it to a tar archive without
   first writing a temporary file.  You can also read an entry from
   an archive and write the data directly to a socket.  If you want
   to read/write entries to disk, the archive_write_disk interface
   treats a directory as if it were an archive so you can copy
   from archive->disk using the same code you use for archive->archive
   transfers.

 * Note: "pax interchange format" is really an extended tar format,
   despite what the name says.