Age | Commit message (Expand) | Author |
2015-07-19 | when using -D, do not use the mode set for the target file as the directory mode | Jasper Lievisse Adriaanse |
2015-07-19 | figure out the linewidth at initialization, rather than late | Theo de Raadt |
2015-07-19 | whitespace; | Jason McIntyre |
2015-07-19 | spell out complete path to config file, okay tedu@ | Marc Espie |
2015-07-19 | Print strerror, not just the filename, if opening the inplace file fails. | Stuart Henderson |
2015-07-19 | SIGCHLD handler was established before forking into two processes. | Theo de Raadt |
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze |
2015-07-19 | Free memory when finished. | Doug Hogan |
2015-07-19 | Make KTR_SYSRET records variables variables sized, leaving out the | Philip Guenther |
2015-07-19 | Only close descriptor if not already closed. | Doug Hogan |
2015-07-19 | Free variable before potentially reusing. | Doug Hogan |
2015-07-19 | Free passin on error. | Doug Hogan |
2015-07-19 | Fix coverity 105339, by correctly checking return from strtoll | Bob Beck |
2015-07-19 | Figure out the tty width using TIOCGWINSZ early on. Will make tame(2) | Theo de Raadt |
2015-07-19 | sudo emulation: if execvpe fails with ENOENT, print "command not found" | Ted Unangst |
2015-07-19 | Remove effectively unused variable. | Doug Hogan |
2015-07-19 | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
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 |