summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-11fix regression: ttyname() failure not handled rightTheo de Raadt
2015-10-11now that tsort has a clean structure, do more specific pledge() calls.Marc Espie
2015-10-11Drop tags containing a blank character:Ingo Schwarze
2015-10-11-version options on commands like this make no sense; the version numberTheo de Raadt
2015-10-11Finally use __progname, err(3) and warn(3).Ingo Schwarze
2015-10-11with the RPATH enforcement, csplit(1) don't work anymore on stdin...Sebastien Marie
2015-10-11reorg code to have an array with all the files used apparent.Marc Espie
2015-10-11handle comma separated list of arguments, i.e. pkg-config --exists gcr-3,gcr-...Jasper Lievisse Adriaanse
2015-10-11fix a regression spotted by chris@. the -f and -I arguments fetch processTheo de Raadt
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptPhilip Guenther
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-10-10another pledge argument reorder for sake of re-auditTheo de Raadt
2015-10-10Fix YP user and group support in getent(1).Doug Hogan
2015-10-10pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-10env(1) is obviously a program falling into pledge "stdio exec". ItTheo de Raadt
2015-10-10pledge "stdio inet rpath" seems to be enough for a YP environment.Theo de Raadt
2015-10-10pledge "stdio rpath wpath cpath proc exec"; this spawns cpp.Theo de Raadt
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",Theo de Raadt
2015-10-10Add pledge support in awk and make awk -safe actually safe.Doug Hogan
2015-10-10Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)Theo de Raadt
2015-10-10since kdump may getprotobynumber() late, do not drop "rpath". We couldTheo de Raadt
2015-10-10pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-10pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed outTheo de Raadt
2015-10-10pledge "stdio rpath wpath cpath proc exec". there is some potentialTheo de Raadt
2015-10-10pledge "stdio rpath"Theo de Raadt
2015-10-10pledge "stdio getpw rpath wpath cpath fattr". doug pointed out getpw*Theo de Raadt
2015-10-10encrypt(1) also needs to pledge "wpath" for getpass().Doug Hogan
2015-10-10pledge "stdio rpath tty". rpath for the configuration reading done byTheo de Raadt
2015-10-10pledge "stdio proc exec" works.Theo de Raadt
2015-10-10plege "stdio rpath tty". "tty" is for the curses code lurking in theTheo de Raadt
2015-10-10pledge "stdio rpath proc exec". proc & exec because obviously itTheo de Raadt
2015-10-10basic pledge "stdio rpath"Theo de Raadt
2015-10-10pledge "stdio rpath" seems to work; ok dougTheo de Raadt
2015-10-10pledge "stdio proc exec". relies on two recent kernel fixes.Theo de Raadt
2015-10-10must also pledge "getpw", because it will use getpw* and getgr* functions.Theo de Raadt
2015-10-10pledge "stdio rpath route" seems to be working. route is needed forTheo de Raadt
2015-10-10pledge "stdio rpath wpath cpath". as a curses program, I expected thisTheo de Raadt
2015-10-10pkill has to get all the getopt, getpwuid, libkvm stuff out of the wayTheo de Raadt
2015-10-10fairly obvious pledges.Theo de Raadt
2015-10-10fairly simple pledge to "stdio rpath wpath cpath"Theo de Raadt
2015-10-10Decide whether to use_pager as early as possible,Ingo Schwarze
2015-10-10Make functions that accept multiple iterations via C-u N, honour 0.Mark Lumsden
2015-10-10Call onlywind() properly.Mark Lumsden
2015-10-10Some of these large so easy to contain, with "stdio rpath".Theo de Raadt
2015-10-10simple program using "stdio rpath"Theo de Raadt
2015-10-10Add pledge support to cmp(1).Doug Hogan
2015-10-10pledge to only use "stdio rpath"; ok dougTheo de Raadt
2015-10-10Add pledge support to getent(1).Doug Hogan
2015-10-09Remove telnet warnings. Civilization has reached a point where they are noTim van der Molen