| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r181750,181801,181821,181845,181904,181958,181959,181971: Pattern-matching | Tim Kientzle | 2008-08-28 | 1 | -11/+10 |
| * | MFC r179322: Many features from bsdtar 2.5.4b | Tim Kientzle | 2008-08-28 | 1 | -0/+7 |
| * | MFC r179083: SIGINFO/SIGUSR1 now reports detailed progress information. | Tim Kientzle | 2008-08-28 | 1 | -0/+26 |
| * | MFC r175048: Use archive_entry_strmode() instead of the local bsdtar_strmode() | Tim Kientzle | 2008-08-27 | 1 | -2/+3 |
| * | MFC r180273: Use %H:%M in strftime() instead of non-portable %R | Tim Kientzle | 2008-08-13 | 1 | -1/+1 |
| * | MFC r177206,r177210: --chroot option for tar | Tim Kientzle | 2008-08-13 | 1 | -0/+11 |
| * | MFC: Use libarchive's new security checks (which are much faster) | Tim Kientzle | 2007-08-25 | 1 | -137/+0 |
| * | MFC --use-compress-program support. | Tim Kientzle | 2007-08-25 | 1 | -1/+4 |
| * | MFC corrected error handling on extraction. | Tim Kientzle | 2007-08-25 | 1 | -15/+13 |
| * | MFC some miscellaneous casts to correct printing of | Tim Kientzle | 2007-08-25 | 1 | -5/+5 |
| * | MFC include guards; add HAVE_GRP_H and HAVE_PWD_H to bsdtar_platform.h | Tim Kientzle | 2007-08-07 | 1 | -1/+25 |
| * | MFC copyright message correction: Make this a standard vanilla | Tim Kientzle | 2007-01-27 | 1 | -3/+2 |
| * | MFC 1.26: conditionally include sys/mkdev.h on platforms that need it. | Tim Kientzle | 2006-08-15 | 1 | -1/+4 |
| * | MFC bsdtar 1.2.53 to FreeBSD 6: | Tim Kientzle | 2006-07-30 | 1 | -3/+1 |
| * | Support path-rewriting options (including --strip-components) for both | Tim Kientzle | 2005-04-17 | 1 | -60/+41 |
| * | Add --strip-components option, per bin/77666. | Tim Kientzle | 2005-03-13 | 1 | -0/+58 |
| * | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | Tim Kientzle | 2004-10-17 | 1 | -1/+1 |
| * | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | Tim Kientzle | 2004-08-27 | 1 | -10/+15 |
| * | Move the smart chdir logic into a couple of utility functions in util.c. | Tim Kientzle | 2004-08-08 | 1 | -4/+1 |
| * | Ensure that there's always a space between the user name and | Tim Kientzle | 2004-08-05 | 1 | -1/+1 |
| * | A bunch of style and security fixes (error checking return values, etc), | Tim Kientzle | 2004-07-25 | 1 | -6/+9 |
| * | A bunch of stuff from Christoph Mellon: | Tim Kientzle | 2004-07-24 | 1 | -13/+18 |
| * | Make the day/month ordering dependent on the current locale by | Tim Kientzle | 2004-07-15 | 1 | -4/+7 |
| * | Mimic ls(1) by putting an extra space before the year in old dates | Tim Kientzle | 2004-07-12 | 1 | -1/+1 |
| * | Augment the -T handling: | Tim Kientzle | 2004-06-27 | 1 | -0/+3 |
| * | Fix the symlink-detection code. Don't squawk if we're just replacing | Tim Kientzle | 2004-06-07 | 1 | -6/+22 |
| * | If -b is specified, then force full padding for the last block. | Tim Kientzle | 2004-06-07 | 1 | -1/+3 |
| * | Per style(9), don't use double spaces in expressions. | Tim Kientzle | 2004-06-07 | 1 | -1/+1 |
| * | Minor corrections to error handling and user notifications: | Tim Kientzle | 2004-05-27 | 1 | -23/+26 |
| * | Propagate struct bsdtar down into a lot more places. | Tim Kientzle | 2004-05-17 | 1 | -10/+13 |
| * | Make symlink protection a bit more useful: | Tim Kientzle | 2004-05-17 | 1 | -4/+15 |
| * | For portability, don't rely on libc's strmode(3). <sigh> | Tim Kientzle | 2004-05-03 | 1 | -1/+1 |
| * | A security issue: An archive containing a symlink to another | Tim Kientzle | 2004-05-02 | 1 | -13/+70 |
| * | Refuse to extract entries with '..' in pathname. | Tim Kientzle | 2004-04-28 | 1 | -7/+40 |
| * | Add DPADD to Makefile (thanks to Andrey for pointing this out). | Tim Kientzle | 2004-04-12 | 1 | -3/+0 |
| * | Initial commit for bsdtar. | Tim Kientzle | 2004-04-05 | 1 | -0/+292 |