summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-09Fix line number bug when calling onlywind().Mark Lumsden
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-08add some tame calls. we may need a bunch of permissions to create filesTed Unangst
2015-10-08tame "stdio rpath wpath cpath proc exec". make is a shell, and appearsTheo de Raadt
2015-10-07use tame "stdio rpath tty", for ttyname(). from Rob Pierce, who chose toTheo de Raadt
2015-10-07from previous commit: "ioctl" is used for grab ttyname(0)Sebastien Marie
2015-10-07enable tame(2) in who(1).Sebastien Marie
2015-10-07include PubkeyAcceptedKeyTypes in ssh -G config dumpDamien Miller
2015-10-07UsePrivilegeSeparation defaults to sandbox now.Igor Sobrado
2015-10-07tame "stdio rpath wpath cpath" to support use of freopen() with "w"Theo de Raadt
2015-10-07tame "stdio inet rpath wpath cpath" supports all the functions of tftp.Theo de Raadt
2015-10-07tame "stdio rpath". no uid/user resolution happening here.Theo de Raadt
2015-10-07tame "stdio wpath cpath", since tee creates & writes to a list of filesTheo de Raadt
2015-10-07Oops, not quite ready for tame() here. People need time to updateTheo de Raadt
2015-10-07*** empty log message ***Theo de Raadt
2015-10-07tame "stdio rpath", for the open with O_RDONLY.Theo de Raadt
2015-10-07tame "stdio rpath", satisfies the fopen casesTheo de Raadt
2015-10-07tame "stdio rpath", which covers readlink() and realpath()Theo de Raadt
2015-10-07tame "stdio"; username information does not use getpwTheo de Raadt
2015-10-07tame "stdio rpath getpw". getpw is for user_from_uid(), which is a libcTheo de Raadt
2015-10-07Couple of memory leaks in error paths, from Frederik Vanderstraeten.Nicholas Marriott
2015-10-07tame "stdio rpath". could go crazy and handle the non-filename case,Theo de Raadt
2015-10-07tame "stdio rpath" initially. if no files, go to tame "stdio".Theo de Raadt
2015-10-07tame "stdio rpath getpw" before getpwuid and opening, then tame "stdio"Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath tmppath tty". "tty" is the important partTheo de Raadt
2015-10-07tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT),Theo de Raadt
2015-10-07tame "stdio". It would take some doing for this to contain a bug, butTheo de Raadt
2015-10-07tame "stdio". I doubt there is a bug in the environment parsing code.Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath" handles all the cases of opening filesTheo de Raadt
2015-10-07patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec"Theo de Raadt
2015-10-07tame "stdio rpath"Theo de Raadt
2015-10-07tame "stdio rpath"Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", dependingTheo de Raadt
2015-10-07tame "stdio inet rpath cpath wpath proc" seems to be sufficient forTheo de Raadt
2015-10-07move from tame "ioctl" to tame "tty", which provides a better fit forTheo de Raadt
2015-10-07tame "stdio getpw rpath wpath tty". "tty" allows this to useTheo de Raadt
2015-10-07We continue our tour through obscure BSD <word escapes me>. This stdio-basedTheo de Raadt
2015-10-07tame "stdio rpath" at the start, then potentially some files are opened.Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath" to cover all the file opening cases.Theo de Raadt
2015-10-07tame "stdio rpath" for when paths are specified; otherwise tame "stdio"Theo de Raadt
2015-10-07don't try to change tun device flags if they are already whatDamien Miller
2015-10-06obvious tame "stdio". For those not keeping score, this is anotherTheo de Raadt
2015-10-06tame "stdio rpath" if we have new files to open, otherwise tame "stdio".Theo de Raadt
2015-10-06obvious tame "stdio"Theo de Raadt
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-10-06Move from tame "cmsg" to tame "sendfd" or "recvfd", depending on whichTheo de Raadt
2015-10-06Remove the -C option that converts an S/Key database to the new format. It hasTim van der Molen
2015-10-06Update path in comment; OK millert@Tim van der Molen
2015-10-06only modifies data, stdin to stdout, so tame "stdout"Theo de Raadt
2015-10-06use tame "stdio rpath wpath cpath fattr". There is some timezoneTheo de Raadt