Age | Commit message (Expand) | Author |
2015-09-11 | delete bogus escaping from ellipsis to forestall cargo cult effects | Ingo Schwarze |
2015-09-11 | fix unchecked mallocs - coverity 130454 and 130455 | Bob Beck |
2015-09-11 | "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown | Lawrence Teo |
2015-09-11 | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | Nicholas Marriott |
2015-09-11 | Remove engine command and parameters from openssl(1). | Brent Cook |
2015-09-11 | remove stupid casts | Theo de Raadt |
2015-09-11 | Use explicit_bzero() when zeroing before free() | Philip Guenther |
2015-09-11 | sync -Q in usage() to SYNOPSIS; since it's drastically shorter, | Jason McIntyre |
2015-09-11 | tweak previous; | Jason McIntyre |
2015-09-11 | shutdown (n.) -> shut down (v.); | Jason McIntyre |
2015-09-11 | Update usage to match man page. | Darren Tucker |
2015-09-11 | expand %i in ControlPath to UID; bz#2449 | Damien Miller |
2015-09-11 | mention -Q key-plain and -Q key-cert; | Damien Miller |
2015-09-11 | more clarity on what AuthorizedKeysFile=none does; | Damien Miller |
2015-09-11 | Change the default behavior of the s_time command so that it will | Lawrence Teo |
2015-09-11 | *** empty log message *** | Lawrence Teo |
2015-09-10 | Nuke references to DTLS1_BAD_VER and unbreak the tree. | Joel Sing |
2015-09-10 | Remove call to CRYPTO_malloc_init(), which does nothing. | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Unbreak ftp(1) after tls_read()/tls_write() change. | Joel Sing |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-09-10 | Fix shadowed verify_error in s_server by removing the unused global. | Brent Cook |
2015-09-10 | Remove SOCKET_PROTOCOL, a redundant define that was only used once. | Lawrence Teo |
2015-09-10 | Remove unused defines. No binary change. | Lawrence Teo |
2015-09-09 | The .Nd macro is intended to provide "a one line description", so avoid | Ingo Schwarze |
2015-09-09 | Make sure we check TLS_WRITE_AGAIN when calling tls_read() and if | Joel Sing |
2015-09-09 | mg doesn't support 'dired-do-delete'. Change description to the | Mark Lumsden |
2015-09-09 | fix a mistake in the predefined string passed to -width (it is | Igor Sobrado |
2015-09-09 | Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc | Theo de Raadt |
2015-09-09 | No need to keep global options around for client which doesn't use them. | Nicholas Marriott |
2015-09-09 | openssh_RSA_verify return type is int, so don't make it size_t within | Damien Miller |
2015-09-08 | Netcat could hang during write(2) although poll(2) reports that the | Alexander Bluhm |
2015-09-07 | put back an El macro, wrongly zapped in previous; | Jason McIntyre |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-09-07 | add missing file system path (.Pa) macros. | Igor Sobrado |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |
2015-09-05 | In the last commit, the man-page change was committed by mistake, | Alexandre Ratchov |
2015-09-05 | typos in comments: xfree -> free | Alexandre Ratchov |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2015-09-05 | Add brackets to clarify assignments that are the result of a test operator. | Jonathan Gray |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-09-04 | Change wait-for to work when the signal comes before the wait, also use | Nicholas Marriott |
2015-09-04 | Plug minor memory leaks when options are used more than once. bz#2182, | Darren Tucker |
2015-09-04 | Fix mbuf memory accounting after recent *8 pool size change. | Martin Pieuchot |
2015-09-04 | full stop belongs outside the brackets, not inside; | Jason McIntyre |
2015-09-04 | add a debug2() right before DNS resolution; it's a place where | Damien Miller |
2015-09-04 | correct function name in error messages | Damien Miller |