cvs commit: src/lib/libarchive archive_entry.c archive_entry.h
archive_write_set_format_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Tue Apr 6 16:17:14 PDT 2004
kientzle 2004/04/06 16:16:50 PDT
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c archive_entry.h
archive_private.h archive_read_extract.c
archive_write_set_format_pax.c
Log:
Fix some issues with ACL handling:
* ACL storage is no longer erased before a group of entries are added.
* ACL text creation no longer tries to skip over non-existent text.
* UTF8 encoder no longer blows up on invalid wide characters.
* Fixed ACL state management for default ACLs.
Also, publicize function for obtaining text-format ACL in various
formats. The interface is now extensible through a "flags" argument
that allows you to select a variant format.
Revision Changes Path
1.5 +49 -35 src/lib/libarchive/archive_entry.c
1.4 +15 -0 src/lib/libarchive/archive_entry.h
1.5 +0 -1 src/lib/libarchive/archive_private.h
1.5 +5 -5 src/lib/libarchive/archive_read_extract.c
1.6 +20 -12 src/lib/libarchive/archive_write_set_format_pax.c
More information about the cvs-src
mailing list