Age | Commit message (Expand) | Author |
2015-07-17 | Do not call window_unzoom from window_destroy because it will try to add | Nicholas Marriott |
2015-07-17 | Use an offsets in the array of pollfd structures instead of pointers. No | Alexandre Ratchov |
2015-07-17 | rename nfds to max_nfds, no object change | Alexandre Ratchov |
2015-07-17 | Move non-debug varibles outside #ifdef DEBUG block | Alexandre Ratchov |
2015-07-17 | Simplify debug info: log poll descriptors on a single line, record | Alexandre Ratchov |
2015-07-17 | Stop using interval timers (not inherited by fork(2), obsolete in | Alexandre Ratchov |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2015-07-17 | Initialize client fd to -1 as well, from Bobby Powers. | Nicholas Marriott |
2015-07-17 | direct-streamlocal@openssh.com Unix domain foward messages do not | Damien Miller |
2015-07-17 | describe magic for setting up Unix domain socket fowards via | Damien Miller |
2015-07-17 | fix incorrect test for SSH1 keys when compiled without SSH1 support | Damien Miller |
2015-07-16 | Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok tedu | Nicholas Marriott |
2015-07-16 | Prototype yy* functions, and use verrx in yyerror(). ok tedu | Nicholas Marriott |
2015-07-16 | Allow (almost) any non-space character to be a part of "word" in doas.conf. | Vadim Zhukov |
2015-07-16 | Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.y | Nicholas Marriott |
2015-07-16 | wrap long lines | Theo de Raadt |
2015-07-16 | doas grows up. no insults. | Ted Unangst |
2015-07-16 | Typo: exeucte -> execute | Nicholas Marriott |
2015-07-16 | combine fprintfs and use a constant format string. hint from reyk | Ted Unangst |
2015-07-16 | enable doas | Ted Unangst |
2015-07-16 | import doas. still subject to changes, large and small. | Ted Unangst |
2015-07-16 | fix coverity leak - ID 78921 | Bob Beck |
2015-07-16 | kill leak, found by coverity, ID 105348 | Bob Beck |
2015-07-15 | Describe the behavior when no user is specified. OK jca@ deraadt@ | Todd C. Miller |
2015-07-15 | Add OPTION_ARG_LONG for handling of options with a long type. | Joel Sing |
2015-07-15 | fix NULL-deref when SSH1 reenabled | Damien Miller |
2015-07-15 | Make 'openssl pkeyutl -verify' return exit code 0 on success. | Brent Cook |
2015-07-14 | Bump example pubkey filenames for 5.8 | Florian Obser |
2015-07-14 | Don't dereference a freed pointer when updating the value of p. | Todd C. Miller |
2015-07-14 | Convert the last remaining realloc() in find to reallocarray(). | Todd C. Miller |
2015-07-14 | In brace_subst() if we realloc() the store, update p so that it | Todd C. Miller |
2015-07-13 | Reset G0/G1 state when resetting everything else with send-keys -R. | Nicholas Marriott |
2015-07-13 | Ignore environment variables that are too long to send to the server. | Nicholas Marriott |
2015-07-13 | Fix line endings. | Nicholas Marriott |
2015-07-13 | Initialize cwd fd to -1 so that we don't close fd 0 if the client is | Nicholas Marriott |
2015-07-13 | Add a format to show if client is a control client. From Bruno Sutic. | Nicholas Marriott |
2015-07-13 | Add a -s flag to show-environment to output Bourne shell commands a la | Nicholas Marriott |
2015-07-13 | Revert to marking lines as wrapped on newlines, fixes problems with | Nicholas Marriott |
2015-07-13 | Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX. | Darren Tucker |
2015-07-12 | Convert openssl(1) dh to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) dsa to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) ec to the new option handling. | Doug Hogan |
2015-07-12 | Convert gendh.c to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) dsaparam to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) crl2pkcs7 to the new option handling. | Doug Hogan |
2015-07-12 | Keep one byte for terminating '\0'. | Tobias Stoeckmann |
2015-07-11 | Convert openssl(1) dhparam to new option handling. | Joel Sing |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-07-09 | re-enable ed25519-certs if compiled w/o openssl; ok djm | Markus Friedl |
2015-07-08 | no need to include the old buffer/key API | Markus Friedl |