summaryrefslogtreecommitdiff
path: root/bin/pax/extern.h
AgeCommit message (Expand)Author
2024-04-17Provide a pax format specific option handlerJeremie Courreges-Anglas
2024-04-16Correctly detect 'pax' format archives in append modeJeremie Courreges-Anglas
2023-12-09Add basic write support for 'pax' format archivesJeremie Courreges-Anglas
2023-11-26mark functions as static when they're unused elsewhere, makes theMarc Espie
2020-03-23in case we can't create intermediate directories because of permissions,Marc Espie
2018-09-13Use the new libc uid_from_user() and gid_from_group() instead ofTodd C. Miller
2017-09-12there is no offical way to get the max value of time_t, but this one worksOtto Moerbeek
2016-08-25Replace name_{uid,gid}() with the libc routines user_from_uid() andPhilip Guenther
2016-08-23Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio)Philip Guenther
2016-08-14Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inPhilip Guenther
2016-01-01don't declar main. from Michal MazurekTed Unangst
2015-03-19Use struct timespec internally. This gives nanosecond precision to pax -rwPhilip Guenther
2015-03-15Define chdname once in a .c and make it extern in the .hPhilip Guenther
2015-03-15Handle tar -o by setting the tar_nodir directly instead of faking up aPhilip 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-15Fix two bugs. The first affected tar files with the sameTodd C. Miller
2015-02-12Prevent an archive from esacaping the current directory by itself:Philip Guenther
2015-02-12Put the dev+ino table for cpio hardlink matching behind #ifndef NOCPIOPhilip Guenther
2015-02-11Take II, this time without an incorrect mode test.Philip Guenther
2015-02-05backout previous for now; issues seen with "tar: Directory vanished beforeStuart Henderson
2015-02-05For directories whose times or mode will be fixed up in the clean-up pass,Philip Guenther
2014-07-14Constipate st_hash()Philip Guenther
2014-05-23Make the signal handler safe: block signals when updating data-structuresPhilip Guenther
2014-01-19Forget to remove the prototype for set_lids() after removing the definitionPhilip Guenther
2014-01-09Update pax -v format to match "ls -l": display the year for datesPhilip Guenther
2014-01-08Delete a bogus extern declaration and move around a couple othersPhilip Guenther
2014-01-08Mark some functions as printf-like and fix a bogus format stringPhilip Guenther
2013-07-03cpio and ustar formats store times in octal fields that are 11 charactersPhilip Guenther
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2010-12-02a -N option for tar that uses numeric only IDs, useful for cross systemTed Unangst
2008-05-06when pax is running in -u mode, and no files are beeing updated becauseHenning Brauer
2006-11-17Fix extracting and setting permissions for tar archives whenOtto Moerbeek
2005-04-28Use a special crafted string copy function to copy data from ustarOtto Moerbeek
2005-04-25Use the various f* functions to set owner, mode and times, insteadOtto Moerbeek
2004-11-29Build the table of created directories in-memory, instead of usingOtto Moerbeek
2004-03-30Add support for expanding GNU long links from NetBSD. I've had thisTodd 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
2002-10-18Pull in some changes from NetBSDTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-17Add a safe_print() function that uses vis(3) if output is a tty.Todd 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
2001-02-07Honor TMPDIR environment variable and document the fact.Todd C. Miller
2000-06-09Some minor cleanup, ok'd millert@Marc Espie
1998-09-20When invoked as tar, print verbose output to stdout, not stderr. If in list ...Todd C. Miller