Age | Commit message (Expand) | Author |
2015-10-13 | Ignore the setuid/setgid/sticky bits when copying the permissions of an input | Tim van der Molen |
2015-10-13 | Replace our /^\.\././ expression with /.//. The term is simpler and has | Tobias Stoeckmann |
2015-10-13 | -C and -c allow at most one input file. Ensure this is the case when the | Tim van der Molen |
2015-10-13 | apply PubkeyAcceptedKeyTypes filtering earlier, so all skipped | Damien Miller |
2015-10-13 | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze |
2015-10-13 | pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-13 | ctype functions isxdigit() expect an unsigned char value; add missing casts | Philip Guenther |
2015-10-13 | To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT instead | Philip Guenther |
2015-10-13 | Obvious pledge "stdio" for yes. | Doug Hogan |
2015-10-13 | free the correct IV length, don't assume it's always the cipher | Damien Miller |
2015-10-12 | plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1): | Ingo Schwarze |
2015-10-12 | pledge(2) for makewhatis(8): | Ingo Schwarze |
2015-10-12 | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze |
2015-10-12 | Garbage collect an unused variable, no functional change; | Ingo Schwarze |
2015-10-12 | Check the right pointer against NULL; | Ingo Schwarze |
2015-10-12 | these callers of ttyname() no longer need to pledge "tty" | Theo de Raadt |
2015-10-12 | ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longer | Christian Weisgerber |
2015-10-12 | Maintain a list of files marked for deletion while refreshing a dired | Mark Lumsden |
2015-10-12 | ftp(1) was static for years, as a recovery seatbelt. These days | Theo de Raadt |
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze |
2015-10-12 | Pledge "stdio wpath tty"; "awesome" deraadt@ | Tim van der Molen |
2015-10-12 | in fuser mode with -k or -s mode, kill(2) might be called and | Theo de Raadt |
2015-10-12 | These no longer need to be static. The ramdisk's no longer reach-around | Theo de Raadt |
2015-10-12 | Correctly mark-up some recent additions. ok jmc@ | Mark Lumsden |
2015-10-12 | Gahamas -> Bahamas; | Jason McIntyre |
2015-10-12 | same thing as biff, pledge "stdio rpath fattr tty" | Theo de Raadt |
2015-10-12 | biff pledges to only do "stdio rpath fattr tty". (very small program.. | Theo de Raadt |
2015-10-12 | Clear dform and dsec when exiting a first-level directory in treescan(). | Ingo Schwarze |
2015-10-12 | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-11 | fix regression: ttyname() failure not handled right | Theo de Raadt |
2015-10-11 | now that tsort has a clean structure, do more specific pledge() calls. | Marc Espie |
2015-10-11 | Drop tags containing a blank character: | Ingo Schwarze |
2015-10-11 | -version options on commands like this make no sense; the version number | Theo de Raadt |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-10-11 | with the RPATH enforcement, csplit(1) don't work anymore on stdin... | Sebastien Marie |
2015-10-11 | reorg code to have an array with all the files used apparent. | Marc Espie |
2015-10-11 | handle comma separated list of arguments, i.e. pkg-config --exists gcr-3,gcr-... | Jasper Lievisse Adriaanse |
2015-10-11 | fix a regression spotted by chris@. the -f and -I arguments fetch process | Theo de Raadt |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-10-10 | Initial support for pledges in openssl(1) commands. | Doug Hogan |
2015-10-10 | another pledge argument reorder for sake of re-audit | Theo de Raadt |
2015-10-10 | Fix YP user and group support in getent(1). | Doug Hogan |
2015-10-10 | pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-10 | env(1) is obviously a program falling into pledge "stdio exec". It | Theo de Raadt |
2015-10-10 | pledge "stdio inet rpath" seems to be enough for a YP environment. | Theo de Raadt |
2015-10-10 | pledge "stdio rpath wpath cpath proc exec"; this spawns cpp. | Theo de Raadt |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | Theo de Raadt |
2015-10-10 | Add pledge support in awk and make awk -safe actually safe. | Doug Hogan |