summaryrefslogtreecommitdiff
path: root/libarchive/archive_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1391 from marcespie/isint_wMartin Matuška2020-06-051-3/+3
|\
| * isint_w should use long literalsMarc Espie2020-06-041-3/+3
* | Complete support for UTF8 encoding conversionYichao Yu2020-05-311-2/+2
|/
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-16/+8
* Skip 0-length ACL fieldsDaniel Axtens2018-12-111-0/+5
* Allow in-entry comments in SCHILY.acl.*Martin Matuska2018-11-251-16/+35
* Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-231-2/+6
* Handle whitespace-only ACL fields correctly.Joerg Sonnenberger2018-09-091-0/+6
* Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-311-0/+2
* New archive_acl_to_text() style flag: ARCHIVE_ENTRY_ACL_STYLE_COMPACTMartin Matuska2017-02-151-4/+4
* NFSv4 ACL parser: allow empty permission and flag fieldsMartin Matuska2017-02-121-16/+4
* NFSv4 ACL maps: make const and deduplicate a bitMartin Matuska2017-02-121-79/+74
* Replace archive_acl_count() with archive_acl_types() where possibleMartin Matuska2017-01-191-0/+9
* Support extracting NFSv4 ACLs from Solaris tar archivesMartin Matuska2017-01-151-8/+18
* Fix id handling in archive_acl_(from|to)_text* for NFSv4 ACLsMartin Matuska2017-01-101-2/+6
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-419/+1194
* Don't check for duplicates when adding NFSv4 ACL entriesMartin Matuska2016-12-131-2/+8
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Reset acl_types in archive_acl_clear()Martin Matuska2016-11-231-0/+1
* Do not treat user or group ACL entries without an id as identicalMartin Matuska2016-11-141-2/+5
* Test for PR#777: verify ACL reading during directory walksTim Kientzle2016-09-041-2/+3
* Fix build failure with -Wmissing-prototypes GCC option since it happend on Fr...Michihiro NAKAJIMA2012-02-091-1/+4
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-6/+6
* Issue 232: Restructure this so that r is correctly setTim Kientzle2012-01-241-28/+29
* Eliminate invoking __archive_errx() from archive_acl.c.Michihiro NAKAJIMA2012-01-231-9/+6
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-8/+21
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-1/+9
* Use archive_mstring_*_l interface in archive_acl_* functionsMichihiro NAKAJIMA2011-05-121-49/+71
* Change the interface of archive_mstring_get_{utf8,mbs,wcs} so that we will be...Michihiro NAKAJIMA2011-05-051-13/+14
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-251-0/+444
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-6/+6
* Work around missing wmemcmp()Tim Kientzle2011-01-221-0/+8
* First part of the NFS4 ACL support.Tim Kientzle2010-12-051-11/+59
* Adjust cut-off condition to correctly return INT_MAX for large integers.Joerg Sonnenberger2010-12-041-2/+3
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-0/+732