summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Collapse)Author
1997-01-26Support lchown().Jason Downs
1997-01-24Support multiple -v options like GNU tar (> 1 -v means do ls-like output).Todd C. Miller
1996-12-24Use mkstemp(3) for temporary filesThorsten Lockert
1996-12-09support pax '-s replstr' option in tar mode too. this can be used toTheo de Raadt
deal with cleaning up absolute paths
1996-12-09revert to spawning compress-ing program. normally we want extracts usingTheo de Raadt
'z' to also work on .Z files, but libz does not deal with compressed data. Hacking the code to deal well with pipes has proven very hard.
1996-11-24Fix core dump if -xz and archive does not exist (doh!)Todd C. Miller
1996-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
General pax still seems to work ok.
1996-10-27-z can now list/extra compressed files too. Uses new gz_iszipped() function.Todd C. Miller
1996-09-22Use zopen for compress-style compressed archivesThorsten Lockert
Use libz for gzip-style compressed archives
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-08-27Fix uses of strncpyThorsten Lockert
1996-08-10Add support for -h in tar emulation mode to follow symlinksThorsten Lockert
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-29Use tar(1) emulation as provided by pax(1)Thorsten Lockert
1996-06-23update rcsidTheo de Raadt
1996-06-11Manual page for tar(1) emulation in pax(1), by meThorsten Lockert
1996-06-11Default to "ustar" format when invoked as tarThorsten Lockert
1996-06-11Add -z and -Z options to tar usage stringsThorsten Lockert
1996-06-11Use systems definition for getting major and minor numbers, and forThorsten Lockert
creating a device; from FreeBSD
1996-06-11Correct usage for listing contents of archives; from FreeBSDThorsten Lockert
1996-06-11Correct compile warningsThorsten Lockert
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD
1996-04-19from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tarTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt