summaryrefslogtreecommitdiff
path: root/bin/pax/pat_rep.c
AgeCommit message (Expand)Author
2023-06-26fix grammar of the comment describing pat_chk(); ok millert@Omar Polo
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2017-09-16Carefully add casts to silence clang sign-compare warnings. ok millert@Otto Moerbeek
2017-09-10Backslash escapes the next character in filename patterns.Philip Guenther
2016-08-26pat_rep.h is only used by pat_rep.c; merge it into the .c filePhilip Guenther
2015-11-17int -> size_t for a len fieldmmcc
2015-03-17Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type testsPhilip Guenther
2015-03-09Unrevert post-unlock:Philip Guenther
2015-02-21Recent changes haven't been completely stable, so revert for the 5.7 releasePhilip Guenther
2015-02-12Prevent an archive from esacaping the current directory by itself:Philip Guenther
2015-02-12For tar without -P, if a path in the archive has any ".." components thenPhilip Guenther
2014-05-24Delete pointless casts: free() return value to (void), free()'sPhilip Guenther
2014-01-08Rename arguments to avoid shadowing global variablesPhilip Guenther
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2005-08-05strip multiple leading slashes from absolute paths; ok beck@Damien Miller
2005-04-21fix strlcpy abuse in pax - this commit turns potential overflows intoBob Beck
2004-06-11Correct the code that identifies bogus regexps; Jared YanovichTodd C. Miller
2004-06-11Fix backref substitution in -s mode. Problem found and fix verifiedTodd C. Miller
2004-04-16spacingTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-03typos;Jason McIntyre
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-07-17Pass the size of the name buffer to rep_name() for use with strlcpy().Christian Weisgerber
2002-06-09revert one of wrong strlcpy() changeJun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-04Eat backslashes in regex's so things like:Todd C. Miller
2001-07-04Fix -s option, which never worked. We need to pass in the input stringTodd C. Miller
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
2001-05-16use proper str*cpy functions instead of home grown one, spaces; millert@ okMichael Shalayeff
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-04Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()Todd C. Miller
1997-04-05Strip leading '/' of pathnames (only in tar mode). -S option turnsTodd C. Miller
1997-03-30Adjust the input string by the right amount if the pattern wasn't at theTodd C. Miller
1997-02-27fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).michaels
1996-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
1996-08-27Fix uses of strncpyThorsten Lockert
1996-06-23update rcsidTheo de Raadt
1996-06-11Correct compile warningsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt