summaryrefslogtreecommitdiff
path: root/bin/pax/options.c
AgeCommit message (Expand)Author
2009-11-13stop the options string leak if it is not attached into the optionsTheo de Raadt
2009-11-12Do realloc() the paranoid way, at the very least to once again educateTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-11Add tar -j option that calls bzip2 for compress/decompress. RequiresPeter Valchev
2008-05-28write cpio_usage() in a way consistent with pax_usage() and tar_usage();Igor Sobrado
2008-05-17documentation tweaks.Igor Sobrado
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2006-11-17Fix extracting and setting permissions for tar archives whenOtto Moerbeek
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
2005-06-02add -O to getopt (ok otto) and sync usageJared Yanovich
2005-05-24variety of man page fixesJared Yanovich
2004-04-16spacingTheo de Raadt
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-03typos;Jason McIntyre
2002-10-18Pull in some changes from NetBSDTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16Fix comment typos; most from NetBSD and FreeBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-09-06do not return voidTheo de Raadt
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-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
2001-02-10Replace -T flag with more standard -I flag and make it work as a standardTodd C. Miller
2001-02-09Revert broken fix, until a correct fix is written.Marc Espie
2001-02-07Fix -T option and add support for -C option in the file pointed toTodd C. Miller
2001-02-05improve usageTheo de Raadt
2000-11-09typo, inspired by deraadt@Niels Provos
2000-06-09Some minor cleanup, ok'd millert@Marc Espie
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-07-28Add -T support, ala GNU-tar.Marc Espie
1999-07-27fgetln does not allocate memory, pax tree functions don't allocateMarc Espie
1999-07-04New: tar -q option (for quick)Marc Espie
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-04-29always check return value of strdup()Aaron Campbell
1998-12-07doc -z pax option; dTheo de Raadt
1998-09-20When invoked as tar, print verbose output to stdout, not stderr. If in list ...Todd C. Miller
1998-03-31only preserve uid/gid if -p. This is unlike traditional tar but more like gtarTodd C. Miller
1998-03-03Correct -x and -p flags to be more like traditional tar and makeTodd C. Miller
1998-01-22Preserve uid/gid if invoked as tar and extracting as root.Todd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-06-18(foo *)NULL -> NULLkstailey
1997-05-29Fix -o option and add -O.Todd C. Miller
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller