summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-13Ignore the setuid/setgid/sticky bits when copying the permissions of an inputTim van der Molen
2015-10-13Replace our /^\.\././ expression with /.//. The term is simpler and hasTobias Stoeckmann
2015-10-13-C and -c allow at most one input file. Ensure this is the case when theTim van der Molen
2015-10-13apply PubkeyAcceptedKeyTypes filtering earlier, so all skippedDamien Miller
2015-10-13Reduce the amount of code by moving the three copies of the ohashIngo Schwarze
2015-10-13pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-13ctype functions isxdigit() expect an unsigned char value; add missing castsPhilip Guenther
2015-10-13To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT insteadPhilip Guenther
2015-10-13Obvious pledge "stdio" for yes.Doug Hogan
2015-10-13free the correct IV length, don't assume it's always the cipherDamien Miller
2015-10-12plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1):Ingo Schwarze
2015-10-12pledge(2) for makewhatis(8):Ingo Schwarze
2015-10-12Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze
2015-10-12Garbage collect an unused variable, no functional change;Ingo Schwarze
2015-10-12Check the right pointer against NULL;Ingo Schwarze
2015-10-12these callers of ttyname() no longer need to pledge "tty"Theo de Raadt
2015-10-12ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longerChristian Weisgerber
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-10-12ftp(1) was static for years, as a recovery seatbelt. These daysTheo de Raadt
2015-10-12Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze
2015-10-12Pledge "stdio wpath tty"; "awesome" deraadt@Tim van der Molen
2015-10-12in fuser mode with -k or -s mode, kill(2) might be called andTheo de Raadt
2015-10-12These no longer need to be static. The ramdisk's no longer reach-aroundTheo de Raadt
2015-10-12Correctly mark-up some recent additions. ok jmc@Mark Lumsden
2015-10-12Gahamas -> Bahamas;Jason McIntyre
2015-10-12same thing as biff, pledge "stdio rpath fattr tty"Theo de Raadt
2015-10-12biff pledges to only do "stdio rpath fattr tty". (very small program..Theo de Raadt
2015-10-12Clear dform and dsec when exiting a first-level directory in treescan().Ingo Schwarze
2015-10-12Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:Ingo Schwarze
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze
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