summaryrefslogtreecommitdiff
path: root/bin/pax/tar.c
AgeCommit message (Expand)Author
2004-04-16spacingTheo de Raadt
2004-03-30Add support for expanding GNU long links from NetBSD. I've had thisTodd C. Miller
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-18Pull in some changes from NetBSDTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16Fix comment typos; most from NetBSD and FreeBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-19When writing tar and ustar archives, zero out the header before weTodd C. Miller
2001-12-19More strlcpy() backout. Various tar programs require ustar headerTodd C. Miller
2001-12-19Back out a strncpy -> strlcpy conversion. When writing old styleTodd C. Miller
2001-06-26really use strlcpy.lebel
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
2001-05-16use proper str*cpy functions instead of home grown one, spaces; millert@ okMichael Shalayeff
2001-01-04spellingTodd T. Fries
2000-01-21Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.orgThorsten Lockert
1998-10-19Fix off-by-one error when adding files of exactly 100 characters; wsanchez@ap...Todd C. Miller
1998-09-26fix storage of paths that are exactly 100 chars; mgw@pacbell.netTodd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-04Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()Todd C. Miller
1997-04-05Strip leading '/' of pathnames (only in tar mode). -S option turnsTodd C. Miller
1997-04-02Deal with old-style tar archives with a directory specifier (extension).Todd C. Miller
1997-03-25Back out my previous kludge to make tar files with short trailers work inTodd C. Miller
1997-02-16Correct handling of long filenames that has been stored with a prefix inThorsten Lockert
1997-02-10Permit single block trailers differently.Todd C. Miller
1996-08-27Fix uses of strncpyThorsten Lockert
1996-06-23update rcsidTheo de Raadt
1996-06-11Correct compile warningsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt