summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-07-17Remove support for SSLv3 from openssl(1) ciphers.Doug Hogan
2015-07-17Do not call window_unzoom from window_destroy because it will try to addNicholas Marriott
2015-07-17Use an offsets in the array of pollfd structures instead of pointers. NoAlexandre Ratchov
2015-07-17rename nfds to max_nfds, no object changeAlexandre Ratchov
2015-07-17Move non-debug varibles outside #ifdef DEBUG blockAlexandre Ratchov
2015-07-17Simplify debug info: log poll descriptors on a single line, recordAlexandre Ratchov
2015-07-17Stop using interval timers (not inherited by fork(2), obsolete inAlexandre Ratchov
2015-07-17Remove workaround for TLS padding bug from SSLeay days.Doug Hogan
2015-07-17Initialize client fd to -1 as well, from Bobby Powers.Nicholas Marriott
2015-07-17direct-streamlocal@openssh.com Unix domain foward messages do notDamien Miller
2015-07-17describe magic for setting up Unix domain socket fowards viaDamien Miller
2015-07-17fix incorrect test for SSH1 keys when compiled without SSH1 supportDamien Miller
2015-07-16Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok teduNicholas Marriott
2015-07-16Prototype yy* functions, and use verrx in yyerror(). ok teduNicholas Marriott
2015-07-16Allow (almost) any non-space character to be a part of "word" in doas.conf.Vadim Zhukov
2015-07-16Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.yNicholas Marriott
2015-07-16wrap long linesTheo de Raadt
2015-07-16doas grows up. no insults.Ted Unangst
2015-07-16Typo: exeucte -> executeNicholas Marriott
2015-07-16combine fprintfs and use a constant format string. hint from reykTed Unangst
2015-07-16enable doasTed Unangst
2015-07-16import doas. still subject to changes, large and small.Ted Unangst
2015-07-16fix coverity leak - ID 78921Bob Beck
2015-07-16kill leak, found by coverity, ID 105348Bob Beck
2015-07-15Describe the behavior when no user is specified. OK jca@ deraadt@Todd C. Miller
2015-07-15Add OPTION_ARG_LONG for handling of options with a long type.Joel Sing