summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2006-03-04Properly take into account that the name and prefix field in the tarOtto Moerbeek
2006-01-25append without a file list should not corrupt a tar file;Markus Friedl
2006-01-03tar and ustar formats have 8gb limit;Jason McIntyre
2005-12-17Avoid sign extend when writing time stamps; fixes "tar: Ustar headerOtto Moerbeek
2005-11-15go the whole hog, and provide a list of file size limits for theJason McIntyre
2005-11-10document size limit of sv4cpio format, and suggest alternative;Jason McIntyre
2005-11-09Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bitOtto Moerbeek
2005-08-05strip multiple leading slashes from absolute paths; ok beck@Damien Miller
2005-08-04Make pax exit unsuccessfully on errors.Marco Pfatschbacher
2005-06-13Fix writing of old-style tar headers. Filenames and linknames actuallyOtto Moerbeek
2005-06-02add -O to getopt (ok otto) and sync usageJared Yanovich
2005-06-02sort optionsJared Yanovich
2005-06-02- simplify usageJared Yanovich
2005-05-24variety of man page fixesJared Yanovich
2005-04-28Use a special crafted string copy function to copy data from ustarOtto Moerbeek
2005-04-25Use the various f* functions to set owner, mode and times, insteadOtto Moerbeek
2005-04-21fix strlcpy abuse in pax - this commit turns potential overflows intoBob Beck
2005-04-14add the prefix length to nlen for ustar; ok otto millertMarkus Friedl
2005-04-10Handle path names of exactly 100 chars correctly. Based on a diffOtto Moerbeek
2004-11-29Build the table of created directories in-memory, instead of usingOtto Moerbeek
2004-10-23If a uid or gid does not fit into into the tar header, issue a warningOtto Moerbeek
2004-08-10-L and -h are synonymous; noticed by espie@Todd C. Miller
2004-06-20Do not go on if the -C option caused a failed chdir. ok millert@ henning@Niklas Hallqvist
2004-06-11Correct the code that identifies bogus regexps; Jared YanovichTodd C. Miller
2004-06-11Fix backref substitution in -s mode. Problem found and fix verifiedTodd C. Miller
2004-04-16spacingTheo de Raadt
2004-03-30Add support for expanding GNU long links from NetBSD. I've had thisTodd C. Miller
2004-03-16actually use the cache instead of throwing away memory. doh!Ted Unangst
2004-03-15more "if (foo);" ok millert@Damien Miller
2004-02-19filenames can have 100 chars, total pathname 255 in ustar format; not 250;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-20When trying to append to a gzipped archive, print msg using errx(),Otto Moerbeek
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-09-08fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested byTed Unangst
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-08use sizeof with strlcpy() when possible; it is less error prone.Todd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-02missing protosTheo de Raadt
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29missing full stop.Jason McIntyre
2003-05-29- section reorderJason McIntyre
2003-04-28typos;Jason McIntyre
2003-04-20incorrect macro, with too many arguments;Jason McIntyre
2003-03-12more .LiTheo de Raadt