summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H.kientzle2004-06-112-3/+3
* Set program exit value to 1 if there are any of various errors whenkientzle2004-06-071-0/+4
* Fix the symlink-detection code. Don't squawk if we're just replacingkientzle2004-06-071-6/+22
* The --include='pattern' option is the natural counterpart tokientzle2004-06-072-0/+25
* Ooops! Previous commit added an over-zealous error check.kientzle2004-06-071-0/+2
* If -b is specified, then force full padding for the last block.kientzle2004-06-074-6/+30
* Per style(9), don't use double spaces in expressions.kientzle2004-06-072-3/+3
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>kientzle2004-06-032-2/+2
* Improve help handling:kientzle2004-06-021-0/+13
* Both "foo/" and "foo" should match "foo/bar", so stripkientzle2004-06-021-0/+3
* Correction: -h should be a synonym for -L, not -H.kientzle2004-05-312-3/+3
* Permit (but ignore) -Z with -x or -t, now that libarchivekientzle2004-05-301-2/+9
* Minor corrections to error handling and user notifications:kientzle2004-05-271-23/+26
* Provide framework for exiting with non-zero value on non-critical errors.kientzle2004-05-272-1/+3
* Add --no-same-owner as a synonym for -o.kientzle2004-05-221-0/+1
* Add --dereference as a synonym for -Hkientzle2004-05-211-0/+1
* Default is to restore timestamps, even when operating as root. <sigh>kientzle2004-05-191-1/+1
* Fix a segfault when looking up a non-existent group.kientzle2004-05-181-1/+1
* Accept (but ignore) GNU tar's -B option. bsdtar neverkientzle2004-05-181-2/+8
* Set errno to 0 before calling getpwuid/getgrgid, so that errorkientzle2004-05-171-0/+2
* Speed up safe_fprintf by copying to a temp buffer, then writingkientzle2004-05-171-13/+32
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-176-138/+137
* Refactor name caching to use a common piece of code for uname_cache andkientzle2004-05-172-88/+113
* Make symlink protection a bit more useful:kientzle2004-05-173-4/+17
* Update manpage to track new security features.kientzle2004-05-171-28/+125
* Add --unlink and --unlink-first synonyms for -Ukientzle2004-05-051-30/+32
* Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,kientzle2004-05-041-0/+1
* Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSDkientzle2004-05-042-0/+1342
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-033-1/+53
* Correct copy/paste error in Linux nodump support.kientzle2004-05-031-3/+4
* Style: Use single tab after #definekientzle2004-05-023-16/+16
* More of Juergen Lock's patches for Linux.kientzle2004-05-022-8/+63
* A security issue: An archive containing a symlink to anotherkientzle2004-05-022-13/+71
* -U is now implemented. (It's been recognized by bsdtar for a while;kientzle2004-04-291-1/+4
* Refuse to extract entries with '..' in pathname.kientzle2004-04-281-7/+40
* Remove information about specific formats; replace with akientzle2004-04-281-64/+4
* Update write.c to follow recent API changes to libarchive.kientzle2004-04-261-8/+11
* Fix username/groupname cache so it returns a name thatkientzle2004-04-231-0/+2
* Eliminate a redundant call to archive_entry_set_pathname()kientzle2004-04-211-8/+6
* Allow brave souls to install bsdtar as thekientzle2004-04-191-0/+5
* --help is only supported if you have getopt_long().kientzle2004-04-161-0/+2
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-154-129/+279
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-143-12/+60
* When all the links to a file have been dumped, don't forgetkientzle2004-04-131-1/+3
* Eliminate a lot of malloc/free calls by usingkientzle2004-04-131-4/+11
* Manpage changes suggested by Irina Liakh.kientzle2004-04-132-21/+50
* Style fixeskientzle2004-04-121-3/+2
* Add DPADD to Makefile (thanks to Andrey for pointing this out).kientzle2004-04-125-24/+2
* Allow arguments to appear in any order.kientzle2004-04-082-66/+113
* Document the newly-implemented -T option.kientzle2004-04-081-2/+10
OpenPOWER on IntegriCloud