summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-07-15fix NULL-deref when SSH1 reenabledDamien Miller
2015-07-15Make 'openssl pkeyutl -verify' return exit code 0 on success.Brent Cook
2015-07-14Bump example pubkey filenames for 5.8Florian Obser
2015-07-14Don't dereference a freed pointer when updating the value of p.Todd C. Miller
2015-07-14Convert the last remaining realloc() in find to reallocarray().Todd C. Miller
2015-07-14In brace_subst() if we realloc() the store, update p so that itTodd C. Miller
2015-07-13Reset G0/G1 state when resetting everything else with send-keys -R.Nicholas Marriott
2015-07-13Ignore environment variables that are too long to send to the server.Nicholas Marriott
2015-07-13Fix line endings.Nicholas Marriott
2015-07-13Initialize cwd fd to -1 so that we don't close fd 0 if the client isNicholas Marriott
2015-07-13Add a format to show if client is a control client. From Bruno Sutic.Nicholas Marriott
2015-07-13Add a -s flag to show-environment to output Bourne shell commands a laNicholas Marriott
2015-07-13Revert to marking lines as wrapped on newlines, fixes problems withNicholas Marriott
2015-07-13Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX.Darren Tucker
2015-07-12Convert openssl(1) dh to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsa to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) ec to the new option handling.Doug Hogan
2015-07-12Convert gendh.c to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsaparam to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) crl2pkcs7 to the new option handling.Doug Hogan
2015-07-12Keep one byte for terminating '\0'.Tobias Stoeckmann
2015-07-11Convert openssl(1) dhparam to new option handling.Joel Sing
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-07-09re-enable ed25519-certs if compiled w/o openssl; ok djmMarkus Friedl
2015-07-08no need to include the old buffer/key APIMarkus Friedl