summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/util.c
Commit message (Expand)AuthorAgeFilesLines
* Test --strip-components and fix it to actually work. Jaakko did akientzle2008-11-101-16/+38
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-5/+55
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-021-50/+0
* Ignore trailing '/' when comparing pathnames, so thatkientzle2007-04-181-3/+26
* bsdtar 2.0.23:kientzle2007-03-111-4/+30
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-1/+0
* A very minor tweak to the handling of leading '/' characters.kientzle2005-04-171-1/+6
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-0/+53
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-0/+58
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-2/+4
* Augment the -T handling:kientzle2004-06-271-0/+86
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>kientzle2004-06-031-1/+1
* 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-171-16/+8
* Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,kientzle2004-05-041-0/+1
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-031-0/+51
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-151-15/+21
* Eliminate a lot of malloc/free calls by usingkientzle2004-04-131-4/+11
* Initial commit for bsdtar.kientzle2004-04-051-0/+160
OpenPOWER on IntegriCloud