summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* When skipping input data, don't overflow a 32-bit size_t.kientzle2007-10-271-1/+1
* Fix reading of files that use pax 'size' attribute to store size.kientzle2007-10-241-7/+21
* Correct the cpio writers to not accept data for non-regular files.kientzle2007-10-123-3/+41
* Correct the return values of the final zero-length block at EOF.kientzle2007-10-121-0/+7
* Fix the archive_write_data() function so it always returnskientzle2007-09-212-4/+86
* Fill in a missing 'e'kientzle2007-09-191-1/+1
* Revert the last commit to libarchive. It introduced some regresssions,bmah2007-09-182-33/+5
* Correct the return value from archive_write_data()kientzle2007-09-182-5/+33
* This commit updates libarchive to be compatible withkientzle2007-08-182-183/+600
* Make suid/sgid restore be "opportunistic" ifkientzle2007-08-122-16/+82
* Update the tests for reading the various GNU tar sparse formats.kientzle2007-08-121-75/+267
* Two minor nits:kientzle2007-07-311-0/+7
* Fix a strict aliasing warning from GCC 4.1.kientzle2007-07-201-1/+4
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-155-10/+27
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-154-0/+22
* Clarify one test.kientzle2007-07-151-1/+1
* Use an uncompressed test archive for gtar sparse format 1.0 format,kientzle2007-07-141-20/+6
* Report each failed test once, but keep a count and report that countkientzle2007-07-143-22/+111
* Restore the 'break' that was inadvertently removed in 1.57 of this file.kientzle2007-07-141-0/+1
* Extend the basic tar reading test to exercise most types ofkientzle2007-07-141-49/+388
* Make the test for reading gtar sparse entries more robust;kientzle2007-07-131-35/+198
* New test suite test_read_pax_truncated probes libarchivekientzle2007-07-132-0/+282
* New file "read_open_memory.c" is a custom variant ofkientzle2007-07-133-1/+153
* Fix running individual tests via "libarchive_test <number> <number> ..."kientzle2007-07-131-1/+2
* Correct multiple security issues in how libarchive handles corruptcperciva2007-07-122-41/+104
* Fix installworld: /usr/bin/printf isn't available then,kientzle2007-07-071-1/+3
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
* New "version stamp" simplifies determining the exact versionkientzle2007-07-064-23/+70
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* Make 'ar' write test a tad more portable.kientzle2007-06-131-3/+3
* Read support for the new GNU tar sparse formats added in gtar 1.15 andkientzle2007-06-133-84/+570
* Add some options to libarchive_test:kientzle2007-06-131-12/+50
* Fix a broken function declaration.kientzle2007-06-131-1/+1
* Options spring cleanup:sepotvin2007-06-131-1/+0
* Don't lose leading '/' for pathnames exactly 101 bytes long.kientzle2007-06-112-8/+25
* libarchive 2.2.3kientzle2007-05-2973-1372/+3889
* Replace "sizeof(struct bucket[cache_size])" withcperciva2007-05-221-4/+4
* Don't test for NULL when it is both unnecessary (the pointer is checkedcperciva2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'recperciva2007-05-211-1/+0
* Don't forget to free a string allocated by strdup where necessary.cperciva2007-05-191-2/+9
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-022-3/+3
* Fix a memory leak in the uname/gname lookup cache.kientzle2007-04-201-11/+11
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-0/+6
* Properly cleanup the UID/GID lookup data.kientzle2007-04-151-0/+4
* Don't free a NULL pointer.kientzle2007-04-151-1/+2
* Clean up a lot of memory leaks in the libarchive test harness.kientzle2007-04-1512-0/+29
* Thanks to Colin for catching my mixup. The original problem wasn'tkientzle2007-04-151-3/+8
OpenPOWER on IntegriCloud