freebsd-dev/lib/libarchive
David E. O'Brien 9980697a44 libarchive is mixing libmd and libcrypto -- correct to use one or the other.
[mixing the two can be quite bad -- they define the same context structures,
 but with differing structure members (and sizes)]

Update the hash function support comments, and update config_freebsd.h
to match.

Approved by:	kientzle
2011-05-05 01:16:06 +00:00
..
test Don't write data into an empty "file." 2010-12-07 16:48:01 +00:00
archive_check_magic.c
archive_crc32.h Handle Zip CRC validation for uncompressed Zip archives even on 2009-12-28 03:11:36 +00:00
archive_endian.h
archive_entry_copy_stat.c
archive_entry_link_resolver.c Don't try to hardlink block or character device nodes that come out 2010-01-23 07:57:17 +00:00
archive_entry_private.h
archive_entry_stat.c
archive_entry_strmode.c
archive_entry_xattr.c
archive_entry.3 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
archive_entry.c
archive_entry.h
archive_hash.h libarchive is mixing libmd and libcrypto -- correct to use one or the other. 2011-05-05 01:16:06 +00:00
archive_platform.h
archive_private.h Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_read_data_into_fd.c
archive_read_disk_entry_from_file.c If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can't 2010-01-23 07:54:15 +00:00
archive_read_disk_private.h Discourage external use of this header. 2009-12-28 03:20:54 +00:00
archive_read_disk_set_standard_lookup.c Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r. 2009-12-28 03:30:31 +00:00
archive_read_disk.3 Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_read_disk.c Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_read_extract.c Don't write data into an empty "file." 2010-12-07 16:48:01 +00:00
archive_read_open_fd.c Retry reads that fail with EINTR. This fixes a problem 2010-05-18 14:11:38 +00:00
archive_read_open_file.c
archive_read_open_filename.c Retry reads that fail with EINTR. This fixes a problem 2010-05-18 14:11:38 +00:00
archive_read_open_memory.c
archive_read_private.h
archive_read_support_compression_all.c UU decoder. Now that libarchive can recursively taste input streams, 2009-12-30 06:12:03 +00:00
archive_read_support_compression_bzip2.c Fix some unused variables and dead assignments. 2009-12-28 03:28:21 +00:00
archive_read_support_compression_compress.c
archive_read_support_compression_gzip.c
archive_read_support_compression_none.c
archive_read_support_compression_program.c Portability. 2009-12-28 06:59:35 +00:00
archive_read_support_compression_uu.c UU decoder. Now that libarchive can recursively taste input streams, 2009-12-30 06:12:03 +00:00
archive_read_support_compression_xz.c If we're linking against liblzma, allow the decompressor to use up to 2009-12-29 06:06:20 +00:00
archive_read_support_format_all.c
archive_read_support_format_ar.c Include limits.h; remove unused variable. 2009-12-28 03:06:27 +00:00
archive_read_support_format_cpio.c Be a little more skeptical of dev/ino matches when reading cpio files. 2009-12-29 05:50:34 +00:00
archive_read_support_format_empty.c
archive_read_support_format_iso9660.c Use a simpler memory-management strategy for the file objects. 2010-01-23 07:55:53 +00:00
archive_read_support_format_mtree.c Minor style fixes plus a fix for an obscure crash on certain malformed 2009-12-29 05:52:13 +00:00
archive_read_support_format_raw.c Remove an unused variable and an unreachable statement. 2009-12-28 03:25:33 +00:00
archive_read_support_format_tar.c Style fixes to tar reader: 2009-12-29 05:44:39 +00:00
archive_read_support_format_zip.c If the Zip reader doesn't see a PK signature block 2010-11-07 03:40:37 +00:00
archive_read.3 Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_read.c Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_string_sprintf.c
archive_string.c
archive_string.h
archive_util.3 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
archive_util.c
archive_virtual.c Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_write_disk_private.h
archive_write_disk_set_standard_lookup.c
archive_write_disk.3 Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_write_disk.c Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_write_open_fd.c
archive_write_open_file.c
archive_write_open_filename.c
archive_write_open_memory.c
archive_write_private.h 64-bit ino support and discourage bad use of this header. 2009-12-29 05:20:12 +00:00
archive_write_set_compression_bzip2.c
archive_write_set_compression_compress.c Remove some dead assignments, fix some declarations. 2009-12-28 03:33:05 +00:00
archive_write_set_compression_gzip.c
archive_write_set_compression_none.c
archive_write_set_compression_program.c Remove unused variable. 2009-12-28 03:14:30 +00:00
archive_write_set_compression_xz.c Fix some unused variables and dead assignments. 2009-12-28 03:28:21 +00:00
archive_write_set_format_ar.c Fix some unused variables and dead assignments. 2009-12-28 03:28:21 +00:00
archive_write_set_format_by_name.c Zip write support for libarchive. 2009-12-29 06:15:32 +00:00
archive_write_set_format_cpio_newc.c Various style fixes to the 'newc' cpio writer: 2009-12-29 05:41:57 +00:00
archive_write_set_format_cpio.c Essentially eliminate problems with false hardlinks in POSIX cpio 2009-12-29 06:34:23 +00:00
archive_write_set_format_mtree.c Rationalize the support for cryptographic hashes. 2009-12-29 06:39:07 +00:00
archive_write_set_format_pax.c Style and portability fixes for pax writer. Mostly very routine, except for: 2009-12-29 05:47:46 +00:00
archive_write_set_format_shar.c
archive_write_set_format_ustar.c
archive_write_set_format_zip.c Initialize the allocated 'struct zip'. 2010-01-23 07:52:44 +00:00
archive_write_set_format.c Zip write support for libarchive. 2009-12-29 06:15:32 +00:00
archive_write.3 Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive_write.c Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
archive.h Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
config_freebsd.h libarchive is mixing libmd and libcrypto -- correct to use one or the other. 2011-05-05 01:16:06 +00:00
COPYING
cpio.5 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
filter_fork.c
filter_fork.h
libarchive_internals.3 Fix manpage markup. 2010-11-06 10:54:33 +00:00
libarchive-formats.5 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
libarchive.3 Clarify the naming: Methods that free an object should 2010-11-05 05:11:54 +00:00
Makefile libarchive is mixing libmd and libcrypto -- correct to use one or the other. 2011-05-05 01:16:06 +00:00
README
tar.5 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +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.