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