Age | Commit message (Expand) | Author |
2024-01-20 | Better formatting for pax extended header times | Jeremie Courreges-Anglas |
2023-12-27 | 'pax' format support for mtime and atime | Jeremie Courreges-Anglas |
2023-12-22 | Zap useless newline added in previous | Jeremie Courreges-Anglas |
2023-12-22 | 'pax' format support for files over 8GB | Jeremie Courreges-Anglas |
2023-12-21 | Print the proper file name in case we fail to allocate a "path" extended header | Jeremie Courreges-Anglas |
2023-12-09 | Add basic write support for 'pax' format archives | Jeremie Courreges-Anglas |
2023-09-04 | Zap #ifndef SMALL around pax format read support | Jeremie Courreges-Anglas |
2023-08-19 | Copy entire st_*tim structs at once, rather than copying | Philip Guenther |
2023-06-26 | pax: truncate times to MAX_TIME_T, not INT_MAX | Todd C. Miller |
2022-03-01 | Support mtime/atime/ctime extended headers in !SMALL builds. | Stuart Henderson |
2021-06-14 | 32-bit systems incorrectly parse the (64-bit) length of ustar extended | Theo de Raadt |
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 |