summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-07-20Warn when rename() fails in openssl(1) apps.Doug Hogan
2015-07-20sf points out sudo doesn't allow SHELL in childrenTed Unangst
2015-07-20check that badlisted env has = after the nameTed Unangst
2015-07-20rescope and rename some variables to reduce pressure on the alphabetTed Unangst
2015-07-20introduce a minimal badset ($ENV) for environment stripping so thatTed Unangst
2015-07-20mention that the default of UseDNS=no implies that hostnames cannotDamien Miller
2015-07-19wrap long lines and kill some whitespaceSebastian Benoit
2015-07-19In the config file allow line continuations with backslashes.Sebastian Benoit
2015-07-19when using -D, do not use the mode set for the target file as the directory modeJasper Lievisse Adriaanse
2015-07-19figure out the linewidth at initialization, rather than lateTheo de Raadt
2015-07-19whitespace;Jason McIntyre
2015-07-19spell out complete path to config file, okay tedu@Marc Espie
2015-07-19Print strerror, not just the filename, if opening the inplace file fails.Stuart Henderson
2015-07-19SIGCHLD handler was established before forking into two processes.Theo de Raadt
2015-07-19Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze
2015-07-19Free memory when finished.Doug Hogan
2015-07-19Make KTR_SYSRET records variables variables sized, leaving out thePhilip Guenther
2015-07-19Only close descriptor if not already closed.Doug Hogan
2015-07-19Free variable before potentially reusing.Doug Hogan
2015-07-19Free passin on error.Doug Hogan
2015-07-19Fix coverity 105339, by correctly checking return from strtollBob Beck
2015-07-19Figure out the tty width using TIOCGWINSZ early on. Will make tame(2)Theo de Raadt
2015-07-19sudo emulation: if execvpe fails with ENOENT, print "command not found"Ted Unangst
2015-07-19Remove effectively unused variable.Doug Hogan
2015-07-19If we aren't on a tty, clear the pager flag up front.Ingo Schwarze
2015-07-18Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write().Alexander Bluhm
2015-07-18rearrange variable decls a littleTed Unangst
2015-07-18kill trailing whitespaceJasper Lievisse Adriaanse
2015-07-18add -D to create the full destination path before installing the source into itJasper Lievisse Adriaanse
2015-07-18various fixes; ok jasperJason McIntyre
2015-07-18don't ignore PKCS#11 hosted keys that return empty CKA_ID;Damien Miller
2015-07-18skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427Damien Miller
2015-07-18only query each keyboard-interactive device once per authenticationDamien Miller
2015-07-18Add RCS ID.Brian Callahan
2015-07-18identity isn't optional.Anthony J. Bentley
2015-07-18Add doas -s as a shorthand for doas $SHELL. ok teduNicholas Marriott
2015-07-18Insist that manual page file name extensions must begin with a digit,Ingo Schwarze
2015-07-18clean up the temporary file when the process dies from a signalIngo Schwarze
2015-07-18Add more error checking and use named constants when useful.Doug Hogan
2015-07-17Initial, still somewhat experimental implementation to leverageIngo Schwarze
2015-07-17add missing prototypeJasper Lievisse Adriaanse
2015-07-177 space indents??Theo de Raadt
2015-07-17add some missing content and markup and optimize some indentationIngo Schwarze
2015-07-17add -i flag to sed to do in-place editing; mostly based on freebsdJasper Lievisse Adriaanse
2015-07-17tweak wordingTed Unangst
2015-07-17fix leak, found by coverity, ID 78877Bob Beck
2015-07-17improve wording, from Thanos TsouanasTed Unangst
2015-07-17Remove SSLv3 support from openssl(1) s_time.Doug Hogan
2015-07-17Remove SSLv3 support from openssl(1) s_server.Doug Hogan
2015-07-17Remove SSLv3 support from openssl(1) s_client.Doug Hogan