Age | Commit message (Expand) | Author |
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst |
2015-12-24 | More adress -> address | mmcc |
2015-12-16 | Replace "tame" by "pledge" in a comment. | tb |
2015-12-06 | pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2) | Theo de Raadt |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-11-17 | int -> size_t for a len field | mmcc |
2015-10-14 | Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressors | Theo de Raadt |
2015-10-12 | reenable pledge(2) on pax, but only if pmode isn't in use or if action | Sebastien Marie |
2015-10-12 | Revert the pledge() call on pax/ar_io.c for now. | Sebastien Marie |
2015-10-12 | preservation modes can adjust setugid bits, so no pledge is possible. | Theo de Raadt |
2015-09-13 | Describe tar's -p option correctly | Philip Guenther |
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-22 | rev 1.44 accidentally changed ar_close() to give cpio the same output as pax. | Philip Guenther |
2015-03-19 | Use struct timespec internally. This gives nanosecond precision to pax -rw | Philip Guenther |
2015-03-17 | Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests | Philip Guenther |
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-15 | Using O_TRUNC with O_CREAT|O_EXCL is just confusing: fail if it exists, | Philip Guenther |
2015-03-15 | pax -o only accepts 'write_opt=nodir' and not bare 'nodir' | Philip Guenther |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-12 | If an archive isn't a recognized type, then check whether it looks | Philip Guenther |
2015-03-09 | Fix comment grammar | 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-15 | Fix two bugs. The first affected tar files with the same | Todd C. Miller |
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 |
2015-02-12 | Put the dev+ino table for cpio hardlink matching behind #ifndef NOCPIO | Philip Guenther |
2015-02-11 | Take II, this time without an incorrect mode test. | Philip Guenther |
2015-02-05 | backout previous for now; issues seen with "tar: Directory vanished before | Stuart Henderson |
2015-02-05 | For directories whose times or mode will be fixed up in the clean-up pass, | Philip Guenther |
2015-01-29 | Correct buffer overflow in handling of pax extension headers, caught | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-12-13 | Sort members by size to reduce structure padding | Philip Guenther |
2014-11-23 | Don't pull in <tzfile.h> just for a number that's hardcoded in the C standard | Philip Guenther |
2014-11-23 | Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h> | Philip Guenther |
2014-11-23 | Don't leak the fds for "." and the tty to the compression process | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-14 | Constipate st_hash() | Philip Guenther |
2014-07-14 | Oops: resurrect cached file that wasn't ripe for deletion | Philip Guenther |
2014-07-14 | Delete pointless 'return;' at end of function | Philip Guenther |
2014-07-11 | clarify a comment about readlink. from Doug Hogan | Ted Unangst |
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |