aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* If the compressed data is larger than the uncompressed,Tim Kientzle2010-06-141-1/+6
* Merge a bunch of refactoring from Joerg Sonnenberger toTim Kientzle2010-02-071-6/+12
* Style & Portability: Use archive_entry methods to examineTim Kientzle2010-02-071-32/+19
* Fill in some missing error handling, be a little more careful aboutTim Kientzle2010-02-061-1/+1
* Refactor the siginfo/sigusr1 handling. The read/write reportingTim Kientzle2010-02-061-14/+39
* Diff reduction compared to portable bsdtar 2.8: Move theTim Kientzle2010-02-061-10/+11
* Set options before opening the archive.Tim Kientzle2009-04-171-7/+10
* Merge r492 from libarchive.googlecode.com: First cut at exposing theTim Kientzle2009-03-081-0/+6
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:Tim Kientzle2009-03-081-0/+8
* Always display the unedited pathname in -t output.Tim Kientzle2008-08-211-11/+10
* Use %H:%M for strftime() time formatting instead of the non-portable %R.Tim Kientzle2008-07-051-1/+1
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-261-0/+7
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)Colin Percival2008-05-181-0/+26
* --chroot implementation thanks to Joerg Sonnenberger.Tim Kientzle2008-03-151-0/+11
* Use archive_entry_strmode() instead of a local bsdtar_strmode().Tim Kientzle2008-01-021-2/+3
* Don't exit immediately on libarchive warnings, justTim Kientzle2007-07-201-3/+3
* 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