VirtualBox

Changeset 34179 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 18, 2010 3:49:17 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67908
Message:

iprt/tarvfs: Rewrote the tar parser to deal with header sequences used by solaris, gnu and pax while being offline yesterday. Only GNU long link and long names are supported, but adding pax and solaris support is possible. This also resolves some of the ustar<space><space> vs. ustart<null>00 problems (the latter was not readable previously).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r34056 r34179  
    13361336/** Malformed checksum field in the tar header. */
    13371337#define VERR_TAR_BAD_CHKSUM_FIELD               (-945)
     1338/** Malformed checksum field in the tar header. */
     1339#define VERR_TAR_MALFORMED_GNU_LONGXXXX         (-946)
     1340/** Too long name or link string. */
     1341#define VERR_TAR_NAME_TOO_LONG                  (-947)
    13381342/** @} */
    13391343
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette