1. 04 Oct, 2010 2 commits
    • Lars Gustäbel's avatar
      Issue #9065: no longer use "root" as the default for the · 331b8002
      Lars Gustäbel authored
      uname and gname field.
      
      If tarfile creates a new archive and adds a file with a
      uid/gid that doesn't have a corresponding name on the
      system (e.g. because the user/group account was deleted) it
      uses the empty string in the uname/gname field now instead
      of "root". Using "root" as the default was a bad idea
      because on extraction the uname/gname fields are supposed
      to override the uid/gid fields. So, all archive members
      with nameless uids/gids belonged to the root user after
      extraction.
      331b8002
    • Senthil Kumaran's avatar
      f580adee
  2. 03 Oct, 2010 6 commits
  3. 02 Oct, 2010 12 commits
  4. 01 Oct, 2010 8 commits
  5. 30 Sep, 2010 1 commit
  6. 29 Sep, 2010 11 commits