summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_posix.c
Commit message (Expand)AuthorAgeFilesLines
* various: fix unitialized local variablesMartin Matuska2022-12-081-1/+1
* Fix potential out-of-bounds readsErik Olofsson2022-10-061-0/+2
* Merge pull request #1603 from evelikov/reader-filter-vtblMartin Matuška2022-02-051-22/+11
|\
| * archive: constify the archive::vtable dispatchEmil Velikov2021-10-231-22/+11
* | archive_write_disk_posix: fix writing fflags broken in 8a1bd5cMartin Matuska2021-11-171-12/+75
|/
* Fix following symlinks when processing the fixup listMartin Matuska2021-08-271-19/+43
* Do not follow symlinks when processing the fixup listMartin Matuska2021-08-221-1/+23
* Never follow symlinks when setting file flags on LinuxMartin Matuska2021-08-221-1/+2
* write_disk_posix: rename variable in check_symlinks_fsobj()Martin Matuska2021-08-211-3/+3
* Fix extracting hardlinks to symlinksMartin Matuska2021-08-211-4/+32
* HBSD: Ignore UFS shenanigansShawn Webb2020-10-141-0/+4
* HBSD: Teach libarchive about the system extended attribute namespaceShawn Webb2020-10-141-0/+23
* HBSD: Teach libarchive about the system extended attribute namespaceShawn Webb2020-10-141-0/+3
* Skip hardlinks pointing to itself and issue a warningMartin Matuska2020-06-091-0/+12
* Safe writes: improve error handlingMartin Matuska2020-03-021-7/+7
* Store errno when unlinking after rename on safe write failedMartin Matuska2020-03-021-0/+3
* Safe writes: delete temporary file if rename failsMartin Matuska2020-02-291-1/+2
* Just like the hard link case, for symlinks we need to remove firstzoulasc2020-02-101-0/+7
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-201-8/+63
* When opening directories, use O_EXEC flag only on FreeBSDMartin Matuska2019-11-191-1/+1
* Correct invalid function call in la_opendirat()Martin Matuska2019-09-011-1/+1
* Partially revert 6aea568d87025b0a441388e9394d9084fa0a57c3Martin Matuska2019-06-121-13/+4
* archive_write_disk_posix changesMartin Matuska2019-06-061-13/+12
* archive_write_disk: remove some obsolete TODO commentsMartin Matuska2019-05-261-2/+0
* archive_write_disk_posix: check_symlinks_fsobj() without chdir()Martin Matuska2019-05-261-14/+102
* archive_write_disk_posix: open a fd when processing fixup entriesMartin Matuska2019-05-251-5/+20
* archive_write_disk_posix: simplify set_mode()Martin Matuska2019-05-251-18/+26
* Merge pull request #1076 from uckelman-sf/fix_undef_statMartin Matuška2019-04-061-5/+5
|\
| * Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-5/+5
* | archive_write_disk_posix: constantify file flag masksMartin Matuska2019-03-181-57/+56
* | If not root do not try to restore SF_* file flags on FreeBSD and Mac OSMartin Matuska2019-03-141-1/+19
* | archive_write_disk_posix: processes with CAP_CHOWN may change file ownerMartin Matuska2019-03-041-6/+8
* | error_number sometime is not initialized. (#1141)Patrick Cheng2019-02-201-1/+4
* | Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-6/+3
* | Check if root before operations.Eric Borisch2018-06-041-5/+10
* | Use (euid == 0) as switch for xattr/mode orderEric Borisch2018-05-311-12/+11
* | Perform xattrs before mode on Darwin.Eric Borisch2018-05-311-0/+14
* | Always create files owner-writable.Eric Borisch2018-05-311-0/+7
|/
* archive_write_disk_{posix,windows}.c: Don't modify attributes for existing di...Paul Spangler2017-10-201-0/+4
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-4/+4
* Report names of extended attributes that could not be restoredMartin Matuska2017-03-301-57/+89
* Improve extended attribute supportMartin Matuska2017-03-231-22/+34
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-40/+63
* Move platform-specific ACL code to individual source files.Martin Matuska2017-03-141-3/+20
* Be more friendly to format string checkers.Joerg Sonnenberger2017-02-261-10/+10
* Mac OS: write ACLs to disk when ARCHIVE_EXTRACT_MAC_METADATA is not setMartin Matuska2017-02-241-2/+4
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-9/+44
* posix writer: when creating hardinks call open() on regular files onlyMartin Matuska2017-02-191-4/+14
* Free leaked archive_string in create_filesystem_object()Martin Matuska2017-01-311-0/+3
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-5/+24