Date: Sun, 27 Jun 2004 16:44:51 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_read_extract.c Message-ID: <200406271644.i5RGipgn010587@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-06-27 16:44:51 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: More tweaks to implicit directory creation. Even such abominations as a/././b/../b/../c/./../d/e/f now work correctly. And yes, a/b and a/c both get created in this example; if you want, you can create an entire dir heirarchy from a tar archive with only one entry. More tweaks to umask support: umasks are now obeyed for all objects, not just directories; the umask used is now the one in effect at the corresponding call to archive_read_extract(), so clients that want to tinker with umask during extract should get the expected behavior. Revision Changes Path 1.23 +27 -4 src/lib/libarchive/archive_read_extract.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406271644.i5RGipgn010587>