summaryrefslogtreecommitdiff
path: root/usr.bin/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* bsdtar 2.2.3:Tim Kientzle2007-05-291-6/+9
* Set the program return value non-zero if we enounterTim Kientzle2007-05-081-0/+1
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichColin Percival2007-04-161-9/+8
* Portability.Tim Kientzle2007-04-131-0/+2
* Simplify the logic for handling header readTim Kientzle2007-04-071-7/+5
* bsdtar 2.0.23:Tim Kientzle2007-03-111-138/+23
* Correct the copyright messages: Make this a standard vanillaTim Kientzle2007-01-091-3/+2
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.Tim Kientzle2006-07-301-1/+4
* Extended attribute support on write for Linux; FreeBSD hooks areTim Kientzle2006-03-211-2/+0
* Fix a format mismatch (%d integer format, platform-dependentTim Kientzle2006-03-071-1/+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