Age | Commit message (Expand) | Author |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2006-03-04 | Properly take into account that the name and prefix field in the tar | Otto Moerbeek |
2005-12-17 | Avoid sign extend when writing time stamps; fixes "tar: Ustar header | Otto Moerbeek |
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek |
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek |
2005-04-21 | fix strlcpy abuse in pax - this commit turns potential overflows into | Bob Beck |
2005-04-14 | add the prefix length to nlen for ustar; ok otto millert | Markus Friedl |
2005-04-10 | Handle path names of exactly 100 chars correctly. Based on a diff | Otto Moerbeek |
2004-10-23 | If a uid or gid does not fit into into the tar header, issue a warning | Otto Moerbeek |
2004-04-16 | spacing | Theo de Raadt |
2004-03-30 | Add support for expanding GNU long links from NetBSD. I've had this | Todd C. Miller |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller |
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller |
2002-10-16 | Fix comment typos; most from NetBSD and FreeBSD | Todd C. Miller |
2002-10-16 | kill register | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-19 | When writing tar and ustar archives, zero out the header before we | Todd C. Miller |
2001-12-19 | More strlcpy() backout. Various tar programs require ustar header | Todd C. Miller |
2001-12-19 | Back out a strncpy -> strlcpy conversion. When writing old style | Todd C. Miller |
2001-06-26 | really use strlcpy. | lebel |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
2001-01-04 | spelling | Todd T. Fries |
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert |
1998-10-19 | Fix off-by-one error when adding files of exactly 100 characters; wsanchez@ap... | Todd C. Miller |
1998-09-26 | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | Todd C. Miller |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-06-04 | Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy() | Todd C. Miller |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller |
1997-04-02 | Deal with old-style tar archives with a directory specifier (extension). | Todd C. Miller |
1997-03-25 | Back out my previous kludge to make tar files with short trailers work in | Todd C. Miller |
1997-02-16 | Correct handling of long filenames that has been stored with a prefix in | Thorsten Lockert |
1997-02-10 | Permit single block trailers differently. | Todd C. Miller |
1996-08-27 | Fix uses of strncpy | Thorsten Lockert |
1996-06-23 | update rcsid | Theo de Raadt |
1996-06-11 | Correct compile warnings | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |