freebsd-src/usr.bin/tar
Tim Kientzle 020287607f A security issue: An archive containing a symlink to another
directory, then a file with that symlink as a prefix can drop a file
outside of the current directory, which can be a security hole.

Plug this hole by refusing to extract files if a prefix of the
pathname is a symlink.  The -P option disables this check.
2004-05-02 00:43:02 +00:00
..
bsdtar.1 -U is now implemented. (It's been recognized by bsdtar for a while; 2004-04-29 05:22:13 +00:00
bsdtar.c --help is only supported if you have getopt_long(). 2004-04-16 03:50:04 +00:00
bsdtar.h A security issue: An archive containing a symlink to another 2004-05-02 00:43:02 +00:00
bsdtar_platform.h
Makefile Allow brave souls to install bsdtar as the 2004-04-19 22:09:04 +00:00
matching.c Add DPADD to Makefile (thanks to Andrey for pointing this out). 2004-04-12 00:13:23 +00:00
read.c A security issue: An archive containing a symlink to another 2004-05-02 00:43:02 +00:00
util.c As suggested by Julian Elischer, use a self-sizing hash 2004-04-15 22:37:54 +00:00
write.c Update write.c to follow recent API changes to libarchive. 2004-04-26 23:39:17 +00:00