summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-60/+41
* Add --strip-components option, per bin/77666.kientzle2005-03-131-0/+58
* Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"kientzle2004-10-171-1/+1
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"kientzle2004-08-271-10/+15
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-4/+1
* Ensure that there's always a space between the user name andkientzle2004-08-051-1/+1
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-6/+9
* A bunch of stuff from Christoph Mellon:kientzle2004-07-241-13/+18
* Make the day/month ordering dependent on the current locale bykientzle2004-07-151-4/+7
* Mimic ls(1) by putting an extra space before the year in old dateskientzle2004-07-121-1/+1
* Augment the -T handling:kientzle2004-06-271-0/+3
* Fix the symlink-detection code. Don't squawk if we're just replacingkientzle2004-06-071-6/+22
* If -b is specified, then force full padding for the last block.kientzle2004-06-071-1/+3
* Per style(9), don't use double spaces in expressions.kientzle2004-06-071-1/+1
* Minor corrections to error handling and user notifications:kientzle2004-05-271-23/+26
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-171-10/+13
* Make symlink protection a bit more useful:kientzle2004-05-171-4/+15
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-031-1/+1
* A security issue: An archive containing a symlink to anotherkientzle2004-05-021-13/+70
* Refuse to extract entries with '..' in pathname.kientzle2004-04-281-7/+40
* Add DPADD to Makefile (thanks to Andrey for pointing this out).kientzle2004-04-121-3/+0
* Initial commit for bsdtar.kientzle2004-04-051-0/+292
OpenPOWER on IntegriCloud