aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Correct multiple security issues in how libarchive handles corruptColin Percival2007-07-121-36/+98
* MFC 1.9:Simon L. B. Nielsen2006-11-081-4/+16
* MFC performance improvements when skipping entry bodies.Tim Kientzle2006-09-0510-9/+241
* MFC 1.18: Conditionally include sys/mkdev.h on platforms that need it.Tim Kientzle2006-08-151-0/+3
* MFC 1.17: Don't let the "recursive add" check trigger if it was never set.Tim Kientzle2006-08-151-1/+3
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-3032-509/+1222
* MFC archive_read_extract.c 1.42 and 1.43: Correctly restore file flags.Tim Kientzle2005-09-211-2/+7
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-182-4/+4
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-330/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-152-2/+3
* Minor clean up for flags restoration: Use fchflags/lchflags whenTim Kientzle2005-06-044-13/+52
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.Tim Kientzle2005-06-041-13/+13
* Support libarchive with C++ by adding appropriate conditionalTim Kientzle2005-06-042-4/+25
* Fix one error in the example usage of the archive_write API and fillTim Kientzle2005-06-041-27/+52
* Provide missing implementations for archive_entry_ctime() andScott Long2005-06-011-0/+13
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-017-37/+39
* <Ooops> Two lines got dropped from the previous commit. Apologies.Tim Kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitsTim Kientzle2005-06-013-0/+38
* Start to address the race issue between restoring a file's contentsTim Kientzle2005-05-214-105/+204
* Correct return values in myopen() and myclose() in Example code.Tim Kientzle2005-05-211-2/+2
* archive_entry_set_link is supposed to update whichever link fieldTim Kientzle2005-05-081-1/+2
* Fix broken ACL configuration on FreeBSD 4 and Linux.Tim Kientzle2005-04-233-7/+19
* Certain filenames between 245 and 255 characters long would cause anTim Kientzle2005-04-231-71/+72
* Portability enhancement: MS Windows won't restore metadata if the fileTim Kientzle2005-04-171-1/+1
* Update "make distfile" to use newest automake/autoconf from ports.Tim Kientzle2005-04-171-2/+2
* A number of improvements to ZIP support.Tim Kientzle2005-04-066-67/+338
* Clean up the support for extracting very long pathnames.Tim Kientzle2005-03-292-14/+18
* Support extracting entries with pathnames longer than PATH_MAX. InTim Kientzle2005-03-134-27/+104
* When rejecting rediculously large pax attributes (such as pathnamesTim Kientzle2005-03-131-2/+5
* Correctly pass low-level I/O errors back up to the caller whenTim Kientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.Tim Kientzle2005-03-132-6/+30
* Include detailed error message from zlib after a decompression error.Tim Kientzle2005-03-131-0/+3
* If the output is not a regular file, it's okay to add it to the archive.Tim Kientzle2005-03-132-4/+18
* Use correct byte order when parsing the size of the gzip "Extra data" field.Tim Kientzle2005-03-021-1/+1
* Fix a misplaced .ElTim Kientzle2005-02-231-1/+1
* Don't return NULL if there's no error message;Tim Kientzle2005-02-231-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Fix a buffer overflow in the "none" decompression handler thatTim Kientzle2005-02-132-68/+76
* Expand *n't contractions.Ruslan Ermilov2005-02-132-2/+2
* Oops. I missed a 0 => '\0' correction.Tim Kientzle2005-02-122-2/+2
* Clear the error message buffer on entry to major routines.Tim Kientzle2005-02-121-0/+3
* Update the format descriptions to include ISO9660 and ZIP support.Tim Kientzle2005-02-123-4/+19
* Performance optimization, code clarification, and bug workaround.Tim Kientzle2005-02-121-28/+36
* Fill in some more Rockridge details in ISO9660 support: Ignore PDTim Kientzle2005-02-121-1/+51
* Flush input when reading from pipe to avoid "broken pipe" warnings.Tim Kientzle2005-02-124-20/+70
* This should (finally) fix the 64-bit build. <sigh>Tim Kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.Tim Kientzle2005-01-251-12/+14
* Basic support for ZIP archives.Tim Kientzle2005-01-256-8/+566
* spell "file system" correctlyPhilippe Charnier2005-01-242-4/+4