Age | Commit message (Expand) | Author |
2015-05-18 | Make TAPE=- mean stdout in tar | czarkoff |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | Define chdname once in a .c and make it extern in the .h | Philip Guenther |
2015-03-15 | Handle tar -o by setting the tar_nodir directly instead of faking up a | Philip Guenther |
2015-03-12 | If an archive isn't a recognized type, then check whether it looks | Philip Guenther |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-02-06 | Oops, pax -x and cpio -H need to set frmt | Philip Guenther |
2014-02-05 | make pax cope with a stripped down format list, e.g. when compiled | Alexander Hall |
2014-01-30 | abstraction for the sake of abstraction is distracting. | Marc Espie |
2014-01-11 | Add -DNOCPIO option for use by distrib/special | Theo de Raadt |
2014-01-08 | Zap leading whitespace | Theo de Raadt |
2014-01-08 | Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent | Philip Guenther |
2014-01-08 | Eliminate poisonous LONG_OFF_T conditional | Philip Guenther |
2013-03-27 | Enable support for write_opt=nodir for ustar archives which helps to fix | Vadim Zhukov |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek |
2006-04-09 | ftree_add arg #2 expects int not pointer. | Jared Yanovich |
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich |
2005-05-24 | variety of man page fixes | Jared Yanovich |
2004-04-16 | spacing | Theo de Raadt |
2003-11-30 | Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@ | Todd C. Miller |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt |
2003-06-13 | Add a -0 flag to make pax use a NUL instead of a newline as the | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-03 | typos; | Jason McIntyre |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller |
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller |
2002-10-16 | Fix comment typos; most from NetBSD and FreeBSD | Todd C. Miller |
2002-10-16 | kill register | Todd C. Miller |
2002-09-06 | do not return void | Theo de Raadt |
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-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller |
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller |
2001-02-09 | Revert broken fix, until a correct fix is written. | Marc Espie |
2001-02-07 | Fix -T option and add support for -C option in the file pointed to | Todd C. Miller |
2001-02-05 | improve usage | Theo de Raadt |
2000-11-09 | typo, inspired by deraadt@ | Niels Provos |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie |