summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_disk_entry_from_file.c
Commit message (Expand)AuthorAgeFilesLines
* Add ARCHIVE_READDISK_NO_SPARSE to suppress reading sparse file infoJonas Witschel2021-11-141-3/+5
* HBSD: Ignore UFS shenanigansShawn Webb2020-10-141-4/+8
* HBSD: wrap function declaration in an ifdef to appease CIShawn Webb2020-10-141-0/+2
* HBSD: Teach libarchive about the system extended attribute namespaceShawn Webb2020-10-141-4/+38
* Fix possible off-by-one when dealing with readlink(2)Pawel Jakub Dawidek2019-12-291-3/+3
* Merge pull request #1076 from uckelman-sf/fix_undef_statMartin Matuška2019-04-061-1/+1
|\
| * Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-1/+1
* | archive_read_disk_entry_from_file(): check for ARCHIVE_READ_DISK magicMartin Matuska2019-03-041-0/+3
|/
* Spelling fixesGraham Percival2017-07-301-1/+1
* Reshuffle conditions to ensure path is initialised and NULL handled.Joerg Sonnenberger2017-04-291-4/+5
* Report names of extended attributes that could not be restoredMartin Matuska2017-03-301-2/+14
* Improve extended attribute supportMartin Matuska2017-03-231-46/+85
* Deduplicate working path code in archive_read_disk_entry_from_fileMartin Matuska2017-03-161-60/+40
* Do not treat archive_read_disk_entry_setup_acls() as staticMartin Matuska2017-03-161-16/+12
* Move platform-specific ACL code to individual source files.Martin Matuska2017-03-141-1126/+17
* Darwin ACL: avoid unnecessary use of getpwuuid() and getgruuid()Martin Matuska2017-03-081-20/+4
* Solaris: use aclp instead of acl to not shadow global acl()Martin Matuska2017-03-021-48/+65
* Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OSMartin Matuska2017-03-021-12/+12
* Change Solaris ACL support to use acl() and facl()Martin Matuska2017-03-021-53/+153
* Fix compilation on Mac OS X versions without ACL_SYNCHRONIZEMartin Matuska2017-02-281-0/+7
* Add ARCHIVE_READDISK_NO_FFLAGS to suppress reading file flags from diskMartin Matuska2017-02-241-2/+3
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-2/+9
* Use ARCHIVE_READDISK_* flags as a internal bitfield, tooMartin Matuska2017-02-221-3/+3
* Add ARCHIVE_READDISK_NO_ACL option to suppress reading ACLs from diskMartin Matuska2017-02-221-1/+3
* Replace archive_entry_acl_count() with archive_entry_acl_types()Martin Matuska2017-02-191-2/+2
* disk read: improve path handling for acls, xattrs and mac_metadataMartin Matuska2017-02-181-73/+76
* disk read: rework handling of paths for acls, xattrs and mac_metadataMartin Matuska2017-02-181-47/+47
* Merge pull request #863 from Tarsnap/spelling-uploadTim Kientzle2017-02-121-1/+1
|\
| * Spelling fixesGraham Percival2017-02-111-1/+1
* | NFSv4 ACL maps: make const and deduplicate a bitMartin Matuska2017-02-121-6/+6
|/
* Properly free memory allocated by acl_get_qualifier()Martin Matuska2017-01-311-7/+24
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-24/+249
* Use HAVE_ACL_TYPE_NFS4 instead of checking against system constantMartin Matuska2017-01-171-9/+9
* Rework sun_acl_is_trivial() once againMartin Matuska2017-01-151-89/+83
* Fix sun_acl_is_trivial() for directoriesMartin Matuska2017-01-151-19/+26
* Style fix: replace spaces with tabsMartin Matuska2017-01-131-44/+44
* Implement ACL triviality check for SolarisMartin Matuska2017-01-121-3/+159
* Make acl_perm_map[] and acl_inherit_map[] more readableMartin Matuska2017-01-101-28/+27
* Add POSIX.1e and NFSv4 ACL support for Solaris and derivatesMartin Matuska2017-01-101-18/+218
* Add missing entries to acl_inherit_map[]Martin Matuska2017-01-041-1/+4
* If possible read default ACLs with acl_get_fd_np()Martin Matuska2017-01-041-0/+5
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-1/+2
* Spelling fixes (#831)Graham Percival2016-12-041-3/+3
* Unbreak build with Linux kernels older than 3.8Martin Matuska2016-11-071-1/+1
* Support SEEK_HOLE under Linux, fallback to FIEMAPMartin Matuska2016-11-071-8/+39
* Remove unneeded return.Mariusz Zaborski2016-10-071-1/+0
* ftbfs: declare 'r' variable for non NFSv4 ACLs tooPavel Raiskup2016-09-121-2/+2
* ACL error handlingMartin Matuska2016-09-051-32/+92
* Multiple bugfixes for setup_acls()Martin Matuska2016-09-041-6/+45
* fix use of acl_get_flagset_np() on FreeBSDMartin Matuska2016-08-041-7/+10