Age | Commit message (Expand) | Author |
2023-11-26 | mark functions as static when they're unused elsewhere, makes the | Marc Espie |
2023-11-09 | Tighten pledge in List and Append mode: | Klemens Nanni |
2023-10-15 | Pledge once with or without "proc exec", not twice | Klemens Nanni |
2023-07-05 | It isn't portable to use stderr (or std{in,out}) in file-scope | Philip Guenther |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-03-11 | switch pax to using pledge tape instead of ioctl. | Theo Buehler |
2017-01-23 | Slow down the churn and continue using old pledge name "ioctl" instead | Theo de Raadt |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-06-23 | allow creation of devices or fifo without -p (as it is already allowed with -p) | Sebastien Marie |
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-10-12 | preservation modes can adjust setugid bits, so no pledge is possible. | Theo de Raadt |
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-12 | Prevent an archive from esacaping the current directory by itself: | Philip Guenther |
2014-11-23 | Don't leak the fds for "." and the tty to the compression process | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-01-09 | Update pax -v format to match "ls -l": display the year for dates | Philip Guenther |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-04-19 | add newline to signal error messages; Thomas Pfaff | Theo de Raadt |
2011-05-26 | fix one signal race bug, and mark the others that remain much more | Theo de Raadt |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2009-10-28 | Err out if either sigaction fails and not just when both do. | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher |
2004-04-16 | spacing | Theo de Raadt |
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
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 |
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-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-11-05 | mark a zone of signal races | Theo de Raadt |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |
1998-07-27 | pull in string.h for memset() proto | Todd C. Miller |
1998-06-03 | zero sigset_t before use | Theo de Raadt |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-24 | Stash fd of cwd instead of using getcwd() to stash path. | Todd C. Miller |
1997-07-23 | tabify | kstailey |