summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-071-6/+12
* Style & Portability: Use archive_entry methods to examinekientzle2010-02-071-32/+19
* Fill in some missing error handling, be a little more careful aboutkientzle2010-02-061-1/+1
* Refactor the siginfo/sigusr1 handling. The read/write reportingkientzle2010-02-061-14/+39
* Diff reduction compared to portable bsdtar 2.8: Move thekientzle2010-02-061-10/+11
* Set options before opening the archive.kientzle2009-04-171-7/+10
* Merge r492 from libarchive.googlecode.com: First cut at exposing thekientzle2009-03-081-0/+6
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:kientzle2009-03-081-0/+8
* Always display the unedited pathname in -t output.kientzle2008-08-211-11/+10
* Use %H:%M for strftime() time formatting instead of the non-portable %R.kientzle2008-07-051-1/+1
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-0/+7
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-181-0/+26
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-151-0/+11
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-021-2/+3
* Don't exit immediately on libarchive warnings, justkientzle2007-07-201-3/+3
* bsdtar 2.2.3:kientzle2007-05-291-6/+9
* Set the program return value non-zero if we enounterkientzle2007-05-081-0/+1
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-9/+8
* Portability.kientzle2007-04-131-0/+2
* Simplify the logic for handling header readkientzle2007-04-071-7/+5
* bsdtar 2.0.23:kientzle2007-03-111-138/+23
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-1/+4
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-2/+0
* Fix a format mismatch (%d integer format, platform-dependentkientzle2006-03-071-1/+1
* 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