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