index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
pax
/
pat_rep.c
Age
Commit message (
Expand
)
Author
2017-09-16
Carefully add casts to silence clang sign-compare warnings. ok millert@
Otto Moerbeek
2017-09-10
Backslash escapes the next character in filename patterns.
Philip Guenther
2016-08-26
pat_rep.h is only used by pat_rep.c; merge it into the .c file
Philip Guenther
2015-11-17
int -> size_t for a len field
mmcc
2015-03-17
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
Philip Guenther
2015-03-09
Unrevert post-unlock:
Philip Guenther
2015-02-21
Recent changes haven't been completely stable, so revert for the 5.7 release
Philip Guenther
2015-02-12
Prevent an archive from esacaping the current directory by itself:
Philip Guenther
2015-02-12
For tar without -P, if a path in the archive has any ".." components then
Philip Guenther
2014-05-24
Delete pointless casts: free() return value to (void), free()'s
Philip Guenther
2014-01-08
Rename arguments to avoid shadowing global variables
Philip Guenther
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-08-05
strip multiple leading slashes from absolute paths; ok beck@
Damien Miller
2005-04-21
fix strlcpy abuse in pax - this commit turns potential overflows into
Bob Beck
2004-06-11
Correct the code that identifies bogus regexps; Jared Yanovich
Todd C. Miller
2004-06-11
Fix backref substitution in -s mode. Problem found and fix verified
Todd C. Miller
2004-04-16
spacing
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-11-29
inconsistant spelling; torh@bogus.net
Theo de Raadt
2002-10-16
sprinkle const; mostly from NetBSD
Todd C. Miller
2002-10-16
kill register
Todd C. Miller
2002-07-17
Pass the size of the name buffer to rep_name() for use with strlcpy().
Christian Weisgerber
2002-06-09
revert one of wrong strlcpy() change
Jun-ichiro itojun Hagino
2002-06-09
strlcpy fix, PR 2727
Jun-ichiro itojun Hagino
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-04
Eat backslashes in regex's so things like:
Todd C. Miller
2001-07-04
Fix -s option, which never worked. We need to pass in the input string
Todd C. Miller
2001-05-26
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
Todd C. Miller
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-06-04
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
Todd C. Miller
1997-04-05
Strip leading '/' of pathnames (only in tar mode). -S option turns
Todd C. Miller
1997-03-30
Adjust the input string by the right amount if the pattern wasn't at the
Todd C. Miller
1997-02-27
fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).
michaels
1996-10-27
Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.
Jason Downs
1996-08-27
Fix uses of strncpy
Thorsten Lockert
1996-06-23
update rcsid
Theo de Raadt
1996-06-11
Correct compile warnings
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt