cvs commit: src/lib/libarchive archive_read_extract.c

Tim Kientzle kientzle at FreeBSD.org
Sun Jun 27 09:45:28 PDT 2004


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


More information about the cvs-src mailing list