Home
Name Modified Size InfoDownloads / Week
testscripts 2019-03-12
testing 2014-06-18
alpha 2014-06-18
SHA3-384SUMS 2019-04-15 8.2 kB
star-1.6.tar.bz2 2019-04-15 1.2 MB
star-1.6.shar 2019-04-15 6.5 MB
star-1.6.shar.bz2 2019-04-15 978.0 kB
AN-1.6 2019-04-15 91.5 kB
00download_schilytools_for_newer_versions 2018-11-27 221 Bytes
star-1.5.3.tar.gz 2014-05-21 1.1 MB
star-1.5.3.tar.bz2 2014-05-21 889.9 kB
AN-1.5.3 2014-05-21 24.4 kB
star-1.5.2.shar 2013-01-10 5.2 MB
star-1.5.2.shar.bz2 2013-01-10 859.7 kB
star-1.5.2.tar.bz2 2013-01-10 874.6 kB
AN-1.5.2 2013-01-10 26.9 kB
00INDEX 2013-01-10 1.0 kB
star-1.5.2.tar.gz 2013-01-10 1.1 MB
star-1.5.1.shar.bz2 2009-12-16 830.5 kB
star-1.5.1.shar 2009-12-16 4.9 MB
star-1.5.1.tar.gz 2009-12-09 999.7 kB
star-1.5.1.tar.bz2 2009-12-09 824.5 kB
AN-1.5.1 2009-12-09 12.2 kB
star-1.5.tar.gz 2008-04-13 952.1 kB
star-1.5.tar.bz2 2008-04-13 783.7 kB
AN-1.5 2008-04-13 116.4 kB
STARvsGNUTAR 2007-05-06 22.2 kB
README.otherbugs 2003-07-18 8.5 kB
star-1.4.3.tar.bz2 2003-02-16 428.8 kB
star-1.4.3.tar.gz 2003-02-16 520.4 kB
AN-1.4.3 2003-02-16 7.9 kB
star-1.4.2.tar.gz 2002-11-25 515.6 kB
star-1.4.2.tar.bz2 2002-11-25 425.1 kB
AN-1.4.2 2002-11-18 8.6 kB
star-1.4.1.tar.bz2 2002-06-25 412.5 kB
star-1.4.1.tar.gz 2002-06-23 496.3 kB
AN-1.4.1 2002-06-19 7.5 kB
star-1.4.tar.bz2 2002-05-22 390.9 kB
star-1.4.tar.gz 2002-05-22 471.2 kB
AN-1.4 2002-05-22 32.3 kB
README 2002-05-22 4.5 kB
star-1.4-sspm.tar.gz 2002-05-22 139.6 kB
README.SSPM 2002-05-22 2.1 kB
README.posix-2001 2002-05-22 3.0 kB
README.ACL 2002-05-22 8.1 kB
README.compile 2002-05-20 11.1 kB
README.hpux 2002-05-15 2.4 kB
README.largefiles 2002-04-28 655 Bytes
README.mtio 2002-04-12 2.3 kB
README.gmake 2002-03-22 2.0 kB
README.sugtar 2001-07-31 614 Bytes
star-1.3.1.tar.gz 2001-06-01 367.3 kB
AN-1.3.1 2001-06-01 4.3 kB
star-1.3.tar.gz 2001-04-26 366.6 kB
AN-1.3 2001-04-14 11.2 kB
PORTING 2001-04-13 4.4 kB
README.solaris 2001-04-01 1.5 kB
README.linux 2001-04-01 7.2 kB
star-1.2.lsm 1998-06-24 1.1 kB
star-1.2.tar.gz 1998-06-23 172.6 kB
AN-1.2 1998-06-23 4.6 kB
README.crash 1997-10-30 732 Bytes
star-1.1.lsm 1997-07-14 1.1 kB
star.man.ps.gz 1997-06-17 27.5 kB
star-1.1.tar.gz 1997-06-17 162.1 kB
AN-1.1 1997-06-17 4.8 kB
README.bug-1.0 1997-05-18 651 Bytes
star-1.0.patch-2 1997-05-17 662 Bytes
star-1.0.patch-1 1997-05-15 631 Bytes
star-1.0.tar.gz 1997-05-01 143.5 kB
match.man.ps.gz 1997-04-30 5.2 kB
gnutar.tar.gz 1987-08-01 38.5 kB
sugtar.tar.gz 1987-08-01 38.5 kB
Totals: 74 Items   33.4 MB 21
I have compared several tar implementations with the standard.

	(IEEE/Posix1003/IEC-9945-1 Standard Data Interchange format)

Although the POSIX.1-1988 standard now also defines cpio as an exchange format,
I cannot recommand the cpio archive format for data exchange. There are at
least 6 totally incompatible archive formats - all covered by the name "cpio".
It is most likely, that you are using an archive format that other cpio
implementations will not understand at all.

Note that POSIX.1-2001 will drop the cpio format from the standard as it
is not extendible (e.g. for large files > 8 GB and UID's > 2097151).

Tar in general will at least extract most of the files if you are using a
different implementation to extract the archive.

I've had a look at the following implementations:

	Index:	Program description:		Source of program:
	=====	====================		==================
	1)	bsd 4.3 tar			(Regents of UCB)
	2)	pax / ustar on SunOS 4.1	(USENIX)
	3)	tar on  Solaris 2.3/2.4/2.5	(Sun/AT&T ??)
	4)	gnutar	1.11.8			(gnu)
	5)	gnucpio 2.3			(gnu)


Summary:
	1)	bsd 4.3 tar
		Pre Posix 1003.1
	
		- Miscomputes the checksum. Therefore it is not able to extract
		  standard conforming tar archives if they contain 8bit chars
		  in the filename. This is a common bug found in many other
		  implementations too.

		No additional problems on portability except with gnutar
		archives. But this is not a problem of BSD tar.


	2)	pax / ustar (found on SunOS-4.x)

		- Dumps core on every even/odd use.
		- Computes checksums only on the first 500 bytes of the 
		  tar header: not conforming to Posix 1003.1 standard.

		Note:	This claims to be a reference implementation for
			the Posix 1003.1 standard!


	3)	tar distributed with Solaris 2.3/2.4/2.5

		- Transfers more than 12 Bit from stat.st_mode (violating Posix)
		- Complains about "impossible file type" when reading 
		  tar archives which do not contain these illegal upper bits.
		  This problem is still present in Solaris 7 & Solaris 8

		- Does not handle non null terminated filenames correctly.
		  The standard allows filenames that are exactly 100 chars
		  and therefore are not null terminated. (Fixed in Solaris 2.5)

		For the above reasons, Sun's tar is not conforming to
		Posix 1003.1.

		- Loops infinitely when trying to dump /dev/fd.
		  Caused by incorrect handling of nested directories (assumes 
		  all directories seekable).
		  This makes it impossible to use Solaris tar on the root file
		  system.


	4)	gnutar
		Claims not to be conforming to Posix 1003.1. (gnu is not tar)

		- Many bugs in implementation and design.
		  (e.g. when handling/creating multi volume archives)

		- The second logical EOF block in GNU-tar archives is missing
		  with a 50% chance.
		  This will cause correctly working tar implementations to
		  complain about an illegal/missing EOF in the tar archive.
		  This bug seems to be fixed with newer 1.13 releases

		- Deeply nested directory trees will not be dumped:
		  Error message is: Too many open files
		  (This is a similar implementation bug as found in Solaris tar
		  with the /dev/fd loop) caused by the fact that GNU-tar
		  assumes infinite resources in file descriptors.

		- Hard links with long names to files with long names do not
		  work. This bug seems to be fixed with newer 1.13 releases.

		- GNU-tar cannot read Posix compliant tar archives with 
		  long file names if the filename prefix it at least
		  138 characters. GNU-tar will think that it found an extended
		  sparse GNU tar archive and gets out of sync for the rest of
		  the archive.
		  See --sparse design bug description below.
		  This bug seems to be partially fixed with newer 1.13 releases
		  Even GNU-tar-1.13.19 does not seem to evaluate USTAR magic
		  and version to distinguish between a POSIX tar archive and a
		  non-standard GNU-tar archive.

		- GNU-tar even has a not yet identified bug which causes GNUtar
		  not to be able to partially read star archives if these
		  archives are not created with star -Hustar
		  May be this is caused by aspects of the topic above.

		- Option --sparse produces archives which cannot be read by any
		  other tar implementation known to me (except star), because
		  they will get "out of sync".
		  Posix 1003.1 conforming tar archives let gnutar get
		  "out of sync" even if the --portability option is used (see
		  above). This is a severe design bug in GNU-tar.

			Description:
			The size field in a tar archive cannot reflect the
			real size of a sparse file to have compatibility to 
			other implementations (this is also true for "star" 
			archives but star archives use a value in the size 
			field that is understood by other tar implementations).

			If the "sparse" file contains more than 4 holes,
			the "size" field in the GNU-tar control block does not
			reflect the total size of the (shrunk) sparse file in
			the archive because it does not count the 'sparse'
			extension headers. Posix conformant archives that use
			the name prefix field with more than 137 characters
			will have a value != 0 on a field that that makes
			gnutar believe that such an extension header is
			present - GNU-tar will get out of sync.

			Note: The general rule for any tar is that it should
			be able to read any "tar" compliant data stream with
			the exception that enhancements to the standard
			only will fail on the files that contain the extension.
			Those files should be extracted as if they were 
			regular files.

		- When GNU-tar writes archives it is not able to write long
		  filenames correctly according to POSIX.1-1988 or to 
		  POSIX.1-2001. As GNU-tar uses a non-standard extension to 
		  handle filenames > 100 chars, GNU-tar is a frequent problem 
		  of the portability of archives. Is is not uncommon that the
		  length of filenames exceeds 100 chars, while > 99% of the 
		  long filenames do not exceed ~ 230 chars. So most of the 
		  long filenames may be handled by the POSIX.1-1988 method 
		  which has been first documented in the 1987 draft of the 
		  POSIX.1 standard. I strongly recommend not to use GNU-tar 
		  to create archives for source exchange for this reason.

		It is bad to see that now (in 2001), 11 years after the 
		POSIX.1-1988 standard has become accepted, GNU-tar still does
		not conform to this POSIX standard. Even worse: the first 
		draft of the POSIX.1-1988 standard that did not deviate from 
		the final in important things, appeared in autumn 1987. This 
		is about the first time when PD-tar which was the base for
		GNU-tar appeared. PD-tar (in 1987) _did_ follow the POSIX.1 
		standard with one single exception: it did not implement long 
		filenames (filenames > 100 chars) at all. The non-standard GNU 
		method of handling long filenames has been introduced in 1989 
		by people from FSF. At this time, GNU-tar did not yet use the 
		POSIX.1 filename prefix for other non-POSIX purposes, so there
		is no excuse for the non-standard way that FSF went. Don't 
		believe the false GNU-tar history from FSF. I send a correct 
		GNU-tar history to FSF in 1994, FSF still has to correct their 
		false claims about GNU-tar history.

		See also http://www.geocrawler.com/archives/3/92/1997/2/0/2217471/
		as a proof that a previous GNU tar maintainer did admid the
		wrong design done by FSF members in the past.

		Summary: The main problem with GNU-tar, when it is reading TAR
		archives, is that assumes all tar archives to be non-standard
		GNU-tar archives. It does not implement a TAR format detection
		based on the actual header format (as found in star) in total. 
		Instead, it seems to have peep-hole based decisions on how to
		interpret parts of the TAR haeder. This can never work 
		correctly.

		Note: I do not recommend GNU tar as an exchange format.
		      Use star -Hustar for maximum portability instead.
		      If you like to write archives compliant to POSIX-1.2001
		      use star -Hexustar to create archives with extended POSIX
		      headers.

	5)	gnucpio

		- Splits long filenames at the leftmost '/' instead of the 
		  rightmost position of '/' required by my copy of the 
		  Posix standard.

		- The docs claim compatibility with gnutar.
		  But extraction of gnutar archives containing 'atime' gives 
		  funny filenames! (try this ...)

		- Octal numbers are left padded with ' ' instead of '0'.
		  The mode field contains more than the lower 12 bits from 
		  stat.st_mode.
		
Source: README.otherbugs, updated 2003-07-18