]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2017-01-17  Ngie Cooper- Don't check for `mine` being NULL; it's already been... 845/head
2017-01-17  Ngie CooperAlways free `file` on failure in `parse_file_info`
2017-01-17  Ngie CooperFree attr, name, and value on memory allocation failure in
2017-01-17  Ngie CooperFree `temp` immediately after use in archive_write_gnut...
2017-01-17  Ngie CooperFix up some minor whitespace issues in archive_write_gn...
2017-01-17  Ngie CooperClarify that calling memset with '0' is intentional...
2017-01-15  Martin MatuskaRework sun_acl_is_trivial() once again
2017-01-15  Alexander PyhalovFix two tests on Solaris if compiling with -m64
2017-01-15  Martin MatuskaFix sun_acl_is_trivial() for directories
2017-01-15  Martin MatuskaSupport extracting NFSv4 ACLs from Solaris tar archives
2017-01-13  Martin MatuskaStyle fix: replace spaces with tabs
2017-01-12  Martin MatuskaFix ci_test_driver error status on non-FreeBSD
2017-01-12  Martin MatuskaUse uid 18 instead of 17 for test_option_uid_uname
2017-01-12  Martin MatuskaImplement ACL triviality check for Solaris
2017-01-11  Martin MatuskaAllow setting custom make and cmake in build/ci_build.sh
2017-01-11  Martin MatuskaUnify platform ACL tests
2017-01-10  Martin MatuskaTravis CI: use container based infrastructre
2017-01-10  Martin MatuskaMake acl_perm_map[] and acl_inherit_map[] more readable
2017-01-10  Martin MatuskaAdd POSIX.1e and NFSv4 ACL support for Solaris and...
2017-01-10  Martin MatuskaDo not fallback from failed acl_set_fd() to acl_set_file()
2017-01-09  Martin MatuskaFix id handling in archive_acl_(from|to)_text* for...
2017-01-09  Tim KientzleMerge pull request #691 from stefanberger/master
2017-01-09  Stefan BergerWrite xattr as LIBARCHIVE.xattr and/or SCHILY.xattr 691/head
2017-01-09  Stefan BergerIntroduce add_pax_attr_binary and have add_pax_attr...
2017-01-09  Stefan BergerIntroduce archive_array_append to append a raw array...
2017-01-09  Stefan BergerAdd test case for SCHILY.xattr support
2017-01-08  Martin MatuskaWhen trying to write ACLs do not warn if filesystem...
2017-01-06  Martin MatuskaWhen writing ACLs use acl_set_fd_np() if available...
2017-01-04  Martin MatuskaAdd missing entries to acl_inherit_map[]
2017-01-04  Martin MatuskaIf possible read default ACLs with acl_get_fd_np()
2017-01-04  Stefan BergerAdd support for extracting SCHIL.xattr extended attributes
2017-01-03  Martin MatuskaMerge pull request #854 from Tarsnap/spelling-upload
2017-01-02  Martin MatuskaFix build on Solaris-based systems
2016-12-31  Graham PercivalSpelling fix in "trad_enc_decypt_byte" code 854/head
2016-12-31  Graham PercivalSpelling fixes
2016-12-30  Martin MatuskaUse __LA_DEPRECATED for functions deprecated in 379867e
2016-12-30  Martin MatuskaMerge pull request #851 from Tarsnap/spelling-upload
2016-12-30  Martin MatuskaMerge pull request #843 from yaneurabeya/cpio-coverity...
2016-12-29  Joerg SonnenbergerFix prototypes to match headers. From Thomas Klausner.
2016-12-29  Martin MatuskaFix style typo in tar.5
2016-12-28  Graham PercivalSpelling fixes 851/head
2016-12-27  Martin MatuskaExtend NFSv4 ACL support in libarchive
2016-12-26  Martin Matuskaarchive_strncat_l(): allocate and do not convert if...
2016-12-25  Martin MatuskaFilter options need to be freed in all liblzma versions
2016-12-23  Tim KientzleMerge pull request #850 from Lekensteyn/zip-directory...
2016-12-23  Peter WuIssue #822: Try harder to detect directories in zip... 850/head
2016-12-20  Graham PercivalSpelling fixes (#846)
2016-12-18  Joerg SonnenbergerCompute correct size for buffer. Avoid recomputation...
2016-12-18  Joerg SonnenbergerAllocate memory precisely. Avoid recomputions of sizes.
2016-12-15  Martin MatuskaTravis CI: use custom test driver, don't build with...
2016-12-15  Martin MatuskaTravis CI: split build and test into two steps
2016-12-14  Martin MatuskaAdd OSx to Travis CI build
2016-12-13  Martin MatuskaDon't check for duplicates when adding NFSv4 ACL entries
2016-12-13  Ngie CooperDon't leak `entry` in `file_to_archive` if archive_read... 843/head
2016-12-11  Tim KientzleMerge pull request #807 from csanchezdll/issue696
2016-12-11  Tim KientzleMerge pull request #818 from JPeterMugaas/cygwin-msys2...
2016-12-11  Tim KientzleMerge pull request #833 from Tarsnap/spelling-upload
2016-12-11  Tim KientzleMerge pull request #839 from yaneurabeya/tar-test-cover...
2016-12-11  Tim KientzleMerge pull request #840 from yaneurabeya/libarchive...
2016-12-11  Ngie CooperFix memory management issues 840/head
2016-12-11  Ngie Cooper- Only allocate `mine` when level == 1 to clarify its...
2016-12-11  Ngie CooperFix several coverity issues with test_read_append_filte...
2016-12-11  Ngie CooperFree `m` before returning after allocating it
2016-12-11  Ngie CooperFree `testprog_ustar` when done 839/head
2016-12-11  Ngie CooperFree p (the memory allocated via slurpfile) when done...
2016-12-11  Tim KientzleMerge pull request #838 from yaneurabeya/cpio-test...
2016-12-11  Ngie CooperDon't leak memory if returning from
2016-12-11  Ngie CooperDon't leak the file descriptor pointed to by `in` if...
2016-12-11  Ngie CooperDon't overrun `tmpdir` buffer with sprintf
2016-12-11  Ngie CooperIncrease the size of buff by 1 and adjust the readlink...
2016-12-10  Ngie CooperFree p (the memory allocated via slurpfile) when done... 838/head
2016-12-09  Tim KientzleIssue #837: Fix iteration over the available error...
2016-12-08  Graham PercivalSpelling fix in "struct tree{}" code 833/head
2016-12-08  Graham PercivalSpelling fixes
2016-12-08  Martin MatuskaDo not read beyond strtab table size in _ar_read_header()
2016-12-07  Martin MatuskaClose filters before freeing
2016-12-06  Brad KingCheck for EVP_CIPHER_CTX_new failure (#836)
2016-12-06  Joerg SonnenbergerReplace malloc + memset with calloc.
2016-12-06  Joerg SonnenbergerSimplify by using strdup. Check for allocation failure.
2016-12-06  Joerg SonnenbergerExplicitly free archive to reduce valgrind noise.
2016-12-06  Joerg SonnenbergerDon't recommend deprecated functions.
2016-12-06  Joerg SonnenbergerMerge branch 'master' of github.com:libarchive/libarchive
2016-12-05  Brad KingMerge branch 'openssl-1.1'
2016-12-05  Martin MatuskaAdd more explanation comments to validate_number_field()
2016-12-05  Martin MatuskaRelax sanity checks of number fields in tar header...
2016-12-04  Martin MatuskaFix hang in uudecode_filter_read()
2016-12-03  Graham PercivalSpelling fixes (#831)
2016-12-03  Tim KientzleReject an 'ar' filename table larger than 1GB or a...
2016-12-02  Joerg SonnenbergerDramatically simplify loop and avoid a read-beyond...
2016-12-02  Martin MatuskaFix heap buffer overflow in uudecode_bidder_bid()
2016-12-02  Tim KientzleRework the valid_number_field test function to be more
2016-12-01  Joerg SonnenbergerReread the CAB header skipping the self-extracting...
2016-12-01  Martin MatuskaRestore compatibility with Perl Archive::Tar that was...
2016-11-30  Graham PercivalSpelling fixes (#830)
2016-11-30  Martin MatuškaMerge pull request #819 from andrewgregory/mtree-hashtable
2016-11-29  Martin MatuskaAdd test archives from #825 to Makefile.am
2016-11-29  Martin MatuskaFix extracting hardlinks over symlinks
2016-11-29  Martin Matuskaarchive_write_disk_posix.c: make *_fsobj functions...
2016-11-29  Martin MatuskaStyle fixes in archive_write_disk_posix.c
2016-11-23  Martin MatuskaAdd archive_entry_acl_types() to check ACL types in...
next