freebsd-skq/lib/libarchive
kientzle 7cdbf074b1 MFC r182838: Fix tar -xP to follow symlinks to dirs. Without -P, it
still refuses on security grounds.

Approved by:	re (Kostik Belousov)
2008-09-12 04:39:07 +00:00
..
test MFC r182838: Fix tar -xP to follow symlinks to dirs. Without -P, it 2008-09-12 04:39:07 +00:00
archive_check_magic.c
archive_endian.h MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_entry_copy_stat.c
archive_entry_link_resolver.c MFC r179789: Never match dirs as hardlinks. 2008-08-13 04:05:33 +00:00
archive_entry_private.h MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_entry_stat.c
archive_entry_strmode.c MFC r179793: Use an 'h' to flag hardlinks that have no other file type 2008-08-28 06:22:52 +00:00
archive_entry.3 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_entry.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_entry.h MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_platform.h MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_private.h MFC r181269: Mark __archive_errx() as __dead2 to help out static code checkers. 2008-08-27 05:12:24 +00:00
archive_read_data_into_fd.c MFC r179125, r179234, r179235: A couple of bugs discovered by Colin 2008-08-11 05:16:03 +00:00
archive_read_extract.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_read_open_fd.c
archive_read_open_file.c
archive_read_open_filename.c MFC r176396-176400,176405: various portability fixes: Don't use 2008-08-10 21:57:23 +00:00
archive_read_open_memory.c
archive_read_private.h MFC r177226: comment update 2008-08-11 05:11:32 +00:00
archive_read_support_compression_all.c
archive_read_support_compression_bzip2.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_read_support_compression_compress.c
archive_read_support_compression_gzip.c MFC r176396-176400,176405: various portability fixes: Don't use 2008-08-10 21:57:23 +00:00
archive_read_support_compression_none.c MFC libarchive 2.4.10, including test harness. 2008-08-10 21:18:59 +00:00
archive_read_support_compression_program.c MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
archive_read_support_format_all.c MFC libarchive 2.4.10, including test harness. 2008-08-10 21:18:59 +00:00
archive_read_support_format_ar.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_read_support_format_cpio.c MFC r175343: Recognize uppercase hex digits in cpio archives. 2008-08-10 21:32:26 +00:00
archive_read_support_format_empty.c
archive_read_support_format_iso9660.c MFC ISO9660 improvements from r176403 and r179321: 2008-08-11 01:57:42 +00:00
archive_read_support_format_mtree.c MFC r179679,179799,179915: Various fixes to the mtree reader: 2008-08-13 04:03:36 +00:00
archive_read_support_format_tar.c MFC r180423: GC an unused variable 2008-08-13 05:07:26 +00:00
archive_read_support_format_zip.c MFC r179794: Recover after seeing a Zip entry with an unsupported 2008-08-13 04:42:12 +00:00
archive_read.3 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_read.c MFC r177082: remove unused fields from the private archive_read structure. 2008-08-11 02:09:08 +00:00
archive_string_sprintf.c MFC r177185,r177186,r177187: Rework the versioning interface again. 2008-08-11 02:31:07 +00:00
archive_string.c MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
archive_string.h MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
archive_util.3 MFC r176620, r177029, r177030: Spelling and formatting corrections. 2008-08-11 02:05:22 +00:00
archive_util.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_virtual.c
archive_write_disk_private.h
archive_write_disk_set_standard_lookup.c
archive_write_disk.3 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_write_disk.c MFC r182838: Fix tar -xP to follow symlinks to dirs. Without -P, it 2008-09-12 04:39:07 +00:00
archive_write_open_fd.c
archive_write_open_file.c
archive_write_open_filename.c MFC r176396-176400,176405: various portability fixes: Don't use 2008-08-10 21:57:23 +00:00
archive_write_open_memory.c
archive_write_private.h MFC r177220: Remove duplicate fields and update the code to use the correct 2008-08-11 05:09:44 +00:00
archive_write_set_compression_bzip2.c
archive_write_set_compression_compress.c MFC r177183: compress write support, thanks to Joerg Sonnenberger. 2008-08-11 02:20:24 +00:00
archive_write_set_compression_gzip.c MFC r176432: sanity-check the compression buffer size for gzip. 2008-08-11 02:00:37 +00:00
archive_write_set_compression_none.c MFC libarchive 2.4.10, including test harness. 2008-08-10 21:18:59 +00:00
archive_write_set_compression_program.c MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
archive_write_set_format_ar.c MFC r181485: Make 'ar' and 'pax' writers robust against multiple 2008-08-13 05:08:22 +00:00
archive_write_set_format_by_name.c
archive_write_set_format_cpio_newc.c MFC r177220: Remove duplicate fields and update the code to use the correct 2008-08-11 05:09:44 +00:00
archive_write_set_format_cpio.c MFC r177220: Remove duplicate fields and update the code to use the correct 2008-08-11 05:09:44 +00:00
archive_write_set_format_pax.c MFC r181485: Make 'ar' and 'pax' writers robust against multiple 2008-08-13 05:08:22 +00:00
archive_write_set_format_shar.c MFC r177220: Remove duplicate fields and update the code to use the correct 2008-08-11 05:09:44 +00:00
archive_write_set_format_ustar.c MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_write_set_format.c
archive_write.3 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
archive_write.c MFC r177192: The default block size actually should not be published 2008-08-11 02:42:08 +00:00
archive.h MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
config_freebsd.h MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
COPYING
cpio.5 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
filter_fork.c MFC r179791-179792,179800,180269,180271: Several minor portability tweaks: 2008-08-13 04:29:05 +00:00
filter_fork.h
libarchive_internals.3 MFC libarchive 2.4.10, including test harness. 2008-08-10 21:18:59 +00:00
libarchive-formats.5 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
libarchive.3
Makefile MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +00:00
README
tar.5 MFC r179321,179349,179790,179797,179801-179802 2008-08-13 03:27:33 +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.