Age | Commit message (Expand) | Author |
2016-08-26 | Need <time.h> for time() and others. Pulled in by coincidence previously | Philip Guenther |
2016-08-26 | -E NONE has *never* worked; it was always -E none. It's a dubious option | Philip Guenther |
2016-08-26 | options.h is only used by options.c; merge it into the .c file | Philip Guenther |
2016-08-26 | reduce and sort #includes | Philip Guenther |
2016-08-26 | tables.h is only used by tables.c; merge it into the .c file | Philip Guenther |
2016-08-26 | <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes | Philip Guenther |
2016-08-26 | sel_subs.h is only used by sel_subs.c; merge it into the .c file | Philip Guenther |
2016-08-26 | pat_rep.h is only used by pat_rep.c; merge it into the .c file | Philip Guenther |
2016-08-26 | ftree.h is only used by ftree.c; merge it into the .c file | Philip Guenther |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-26 | cache.h is only used by cache.c; merge it into the .c file | Philip Guenther |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2016-08-24 | Make list-like output go to stderr when appending to an archive on stdout. | Philip Guenther |
2016-08-24 | Treat cpio's -t option as a modifier to -i, so they're ordering independent | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-23 | Only try to set the times on a directory once, at the end, to avoid | Philip Guenther |
2016-08-16 | Add HISTORY. | Ingo Schwarze |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-08-14 | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in | Philip Guenther |
2016-06-23 | allow creation of devices or fifo without -p (as it is already allowed with -p) | Sebastien Marie |
2016-06-03 | new style overlords say to use continue in empty loops. | Ted Unangst |
2016-04-19 | Switch from fgetln() to getline() to simplify error handling. | Philip Guenther |
2016-02-16 | Ignore trailing slashes and skip over duplicate slashes in chk_path() to | Philip Guenther |
2016-02-15 | To archive a 101 character absolute path in ustar format we must | Philip Guenther |
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 |