| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some internal comments about the --no-same-permissions option. | kientzle | 2004-06-15 | 1 | -1/+6 |
* | As near as I can tell, --no-same-permissions is a no-op in | kientzle | 2004-06-15 | 1 | -0/+7 |
* | Oops. bsdtar's old -X option didn't take an argument; the new | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Add gtar-compatible -X/--exclude-from | kientzle | 2004-06-15 | 3 | -0/+43 |
* | Fix build. | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Rename -X to --one-file-system, as GNU tar uses -X for | kientzle | 2004-06-15 | 1 | -5/+9 |
* | Clean up usage message(s): | kientzle | 2004-06-15 | 1 | -9/+29 |
* | Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H. | kientzle | 2004-06-11 | 2 | -3/+3 |
* | Set program exit value to 1 if there are any of various errors when | kientzle | 2004-06-07 | 1 | -0/+4 |
* | Fix the symlink-detection code. Don't squawk if we're just replacing | kientzle | 2004-06-07 | 1 | -6/+22 |
* | The --include='pattern' option is the natural counterpart to | kientzle | 2004-06-07 | 2 | -0/+25 |
* | Ooops! Previous commit added an over-zealous error check. | kientzle | 2004-06-07 | 1 | -0/+2 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 4 | -6/+30 |
* | Per style(9), don't use double spaces in expressions. | kientzle | 2004-06-07 | 2 | -3/+3 |
* | Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh> | kientzle | 2004-06-03 | 2 | -2/+2 |
* | Improve help handling: | kientzle | 2004-06-02 | 1 | -0/+13 |
* | Both "foo/" and "foo" should match "foo/bar", so strip | kientzle | 2004-06-02 | 1 | -0/+3 |
* | Correction: -h should be a synonym for -L, not -H. | kientzle | 2004-05-31 | 2 | -3/+3 |
* | Permit (but ignore) -Z with -x or -t, now that libarchive | kientzle | 2004-05-30 | 1 | -2/+9 |
* | Minor corrections to error handling and user notifications: | kientzle | 2004-05-27 | 1 | -23/+26 |
* | Provide framework for exiting with non-zero value on non-critical errors. | kientzle | 2004-05-27 | 2 | -1/+3 |
* | Add --no-same-owner as a synonym for -o. | kientzle | 2004-05-22 | 1 | -0/+1 |
* | Add --dereference as a synonym for -H | kientzle | 2004-05-21 | 1 | -0/+1 |
* | Default is to restore timestamps, even when operating as root. <sigh> | kientzle | 2004-05-19 | 1 | -1/+1 |
* | Fix a segfault when looking up a non-existent group. | kientzle | 2004-05-18 | 1 | -1/+1 |
* | Accept (but ignore) GNU tar's -B option. bsdtar never | kientzle | 2004-05-18 | 1 | -2/+8 |
* | Set errno to 0 before calling getpwuid/getgrgid, so that error | kientzle | 2004-05-17 | 1 | -0/+2 |
* | Speed up safe_fprintf by copying to a temp buffer, then writing | kientzle | 2004-05-17 | 1 | -13/+32 |
* | Propagate struct bsdtar down into a lot more places. | kientzle | 2004-05-17 | 6 | -138/+137 |
* | Refactor name caching to use a common piece of code for uname_cache and | kientzle | 2004-05-17 | 2 | -88/+113 |
* | Make symlink protection a bit more useful: | kientzle | 2004-05-17 | 3 | -4/+17 |
* | Update manpage to track new security features. | kientzle | 2004-05-17 | 1 | -28/+125 |
* | Add --unlink and --unlink-first synonyms for -U | kientzle | 2004-05-05 | 1 | -30/+32 |
* | Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, | kientzle | 2004-05-04 | 1 | -0/+1 |
* | Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD | kientzle | 2004-05-04 | 2 | -0/+1342 |
* | For portability, don't rely on libc's strmode(3). <sigh> | kientzle | 2004-05-03 | 3 | -1/+53 |
* | Correct copy/paste error in Linux nodump support. | kientzle | 2004-05-03 | 1 | -3/+4 |
* | Style: Use single tab after #define | kientzle | 2004-05-02 | 3 | -16/+16 |
* | More of Juergen Lock's patches for Linux. | kientzle | 2004-05-02 | 2 | -8/+63 |
* | A security issue: An archive containing a symlink to another | kientzle | 2004-05-02 | 2 | -13/+71 |
* | -U is now implemented. (It's been recognized by bsdtar for a while; | kientzle | 2004-04-29 | 1 | -1/+4 |
* | Refuse to extract entries with '..' in pathname. | kientzle | 2004-04-28 | 1 | -7/+40 |
* | Remove information about specific formats; replace with a | kientzle | 2004-04-28 | 1 | -64/+4 |
* | Update write.c to follow recent API changes to libarchive. | kientzle | 2004-04-26 | 1 | -8/+11 |
* | Fix username/groupname cache so it returns a name that | kientzle | 2004-04-23 | 1 | -0/+2 |
* | Eliminate a redundant call to archive_entry_set_pathname() | kientzle | 2004-04-21 | 1 | -8/+6 |
* | Allow brave souls to install bsdtar as the | kientzle | 2004-04-19 | 1 | -0/+5 |
* | --help is only supported if you have getopt_long(). | kientzle | 2004-04-16 | 1 | -0/+2 |
* | As suggested by Julian Elischer, use a self-sizing hash | kientzle | 2004-04-15 | 4 | -129/+279 |
* | A simple cache of uid->uname lookups and gid->gname lookups eliminates | kientzle | 2004-04-14 | 3 | -12/+60 |