Age | Commit message (Expand) | Author |
2019-06-24 | uid_from_user() and gid_from_user() return -1 when indicating error, | Theo de Raadt |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2017-09-16 | Carefully add casts to silence clang sign-compare warnings. ok millert@ | Otto Moerbeek |
2017-09-12 | there is no offical way to get the max value of time_t, but this one works | Otto Moerbeek |
2017-09-08 | Avoid clang warning and make code better by using a signed long; | Otto Moerbeek |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-08-14 | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in | Philip Guenther |
2016-02-15 | To archive a 101 character absolute path in ustar format we must | Philip Guenther |
2015-03-17 | Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests | Philip Guenther |
2015-03-15 | Handle tar -o by setting the tar_nodir directly instead of faking up a | Philip Guenther |
2015-03-09 | Unrevert post-unlock: | Philip Guenther |
2015-02-21 | Recent changes haven't been completely stable, so revert for the 5.7 release | Philip Guenther |
2015-01-29 | Correct buffer overflow in handling of pax extension headers, caught | Philip Guenther |
2014-02-19 | Map negative mtimes to zero instead of skipping the affected files. | Philip Guenther |
2014-01-08 | Zap trailing whitespace | Philip Guenther |
2014-01-08 | Eliminate poisonous LONG_OFF_T conditional | Philip Guenther |
2014-01-08 | Mark some functions as printf-like and fix a bogus format string | Philip Guenther |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-07-03 | cpio and ustar formats store times in octal fields that are 11 characters | Philip Guenther |
2013-04-11 | The tweaks I suggested to the previous diff resulted in the typeflag | Philip Guenther |
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt |
2013-03-27 | Enable support for write_opt=nodir for ustar archives which helps to fix | Vadim Zhukov |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
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 |