summaryrefslogtreecommitdiffstats
path: root/contrib/tar
Commit message (Collapse)AuthorAgeFilesLines
* Our strerror_r(3) returns int, not char *. This fixes bogus error messagessobomax2002-06-161-1/+6
| | | | | | like "Cannot stat: (null)" Reported by: bde, kris
* Disabling automatic --same-owner option when running as uid 0 along withsobomax2002-06-071-1/+1
| | | | | | | the --same-permissions was an overkill, so put it back. This is consistent with what our old tar did. Suggested by: dillon
* IMO it was a quite ugly idea that if we are running as uid 0 then we cansobomax2002-06-071-0/+4
| | | | | | | safely ignore current umask(2) and assume that permissions should be set right like in the archive. Not only it violates POLA, but introduces huge potential security vulnerability, particularly for ports, where many popular archives come with 777 files and dirs.
* Move patches into the src/contrib/tar.sobomax2002-06-049-34/+117
| | | | | Requested by: ps Reviewed by: md5(1)
* Add importing/upgrading instructions.sobomax2002-06-041-0/+18
|
* Add razor used for shaving out GNU Tar.sobomax2002-06-041-0/+19
|
* Virgin import (trimmed) of GNU Tar version 1.13.25.sobomax2002-06-04118-0/+48818
OpenPOWER on IntegriCloud