Age | Commit message (Expand) | Author |
2015-07-18 | rearrange variable decls a little | Ted Unangst |
2015-07-18 | kill trailing whitespace | Jasper Lievisse Adriaanse |
2015-07-18 | add -D to create the full destination path before installing the source into it | Jasper Lievisse Adriaanse |
2015-07-18 | various fixes; ok jasper | Jason McIntyre |
2015-07-18 | don't ignore PKCS#11 hosted keys that return empty CKA_ID; | Damien Miller |
2015-07-18 | skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427 | Damien Miller |
2015-07-18 | only query each keyboard-interactive device once per authentication | Damien Miller |
2015-07-18 | Add RCS ID. | Brian Callahan |
2015-07-18 | identity isn't optional. | Anthony J. Bentley |
2015-07-18 | Add doas -s as a shorthand for doas $SHELL. ok tedu | Nicholas Marriott |
2015-07-18 | Insist that manual page file name extensions must begin with a digit, | Ingo Schwarze |
2015-07-18 | clean up the temporary file when the process dies from a signal | Ingo Schwarze |
2015-07-18 | Add more error checking and use named constants when useful. | Doug Hogan |
2015-07-17 | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze |
2015-07-17 | add missing prototype | Jasper Lievisse Adriaanse |
2015-07-17 | 7 space indents?? | Theo de Raadt |
2015-07-17 | add some missing content and markup and optimize some indentation | Ingo Schwarze |
2015-07-17 | add -i flag to sed to do in-place editing; mostly based on freebsd | Jasper Lievisse Adriaanse |
2015-07-17 | tweak wording | Ted Unangst |
2015-07-17 | fix leak, found by coverity, ID 78877 | Bob Beck |
2015-07-17 | improve wording, from Thanos Tsouanas | Ted Unangst |
2015-07-17 | Remove SSLv3 support from openssl(1) s_time. | Doug Hogan |
2015-07-17 | Remove SSLv3 support from openssl(1) s_server. | Doug Hogan |
2015-07-17 | Remove SSLv3 support from openssl(1) s_client. | Doug Hogan |
2015-07-17 | Remove support for SSLv3 from openssl(1) ciphers. | Doug Hogan |
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 |