index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2017-07-19
fix support for unknown key types; ok djm@
Markus Friedl
2017-07-19
switch from select() to poll() for the ssh-agent mainloop; ok markus
Damien Miller
2017-07-14
Make ""Killed by signal 1" LogLevel verbose so it's not shown at the default
Darren Tucker
2017-07-13
man pages with pseudo synopses which list filenames end up creating
Jason McIntyre
2017-07-10
zap redundant Makefile variables.
Marc Espie
2017-07-08
slightly rework previous, to avoid an article issue;
Jason McIntyre
2017-07-07
When generating all hostkeys (ssh-keygen -A), clobber existing keys
Damien Miller
2017-07-01
actually remove these files
Damien Miller
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-06-30
Only call close once in confree(). ssh_packet_close will close the FD
Darren Tucker
2017-06-28
Allow ssh-keygen to use a key held in ssh-agent as a CA when signing
Damien Miller
2017-06-24
correct env var name
Damien Miller
2017-06-24
spelling;
Jason McIntyre
2017-06-24
don't pass pointer to struct sshcipher between privsep processes,
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-06-24
word fix;
Jason McIntyre
2017-06-24
switch sshconnect.c from (slightly abused) select() to poll();
Damien Miller
2017-06-24
use HostKeyAlias if specified instead of hostname for matching host
Damien Miller
2017-06-24
no need to call log_init to reinitialise logged PID in child sessions,
Damien Miller
2017-06-23
When using the escape sequence &~ the code path is client_loop() ->
Ricardo Mestre
2017-06-23
Import regenerated moduli.
Darren Tucker
2017-06-23
Run the screen twice so we end up with more candidate groups. ok djm@
Darren Tucker
2017-06-14
Add user@host prefix to client's "Permisison denied" messages, useful in
Darren Tucker
2017-06-13
Do not require that unknown EXT_INFO extension values not contain
Damien Miller
2017-06-13
missing prototype.
Damien Miller
2017-06-10
print '?' instead of incorrect link count (that the protocol doesn't
Damien Miller
2017-06-10
implement sorting for globbed ls; bz#2649 ok dtucker@
Damien Miller
2017-06-09
return failure rather than fatal() for more cases during mux
Damien Miller
2017-06-09
in description of public key authentication, mention that the server
Damien Miller
2017-06-09
better translate libcrypto errors by looking deeper in the accursed
Damien Miller
2017-06-09
Add comments referring to the relevant RFC sections for rekeying
Darren Tucker
2017-06-06
Fix compression output stats broken in rev 1.201. Patch originally by
Darren Tucker
2017-06-02
rationalise the long list of manual CDIAGFLAGS that we add; most of
Damien Miller
2017-06-01
no need to bzero allocated space now that we use use recallocarray;
Damien Miller
2017-06-01
unconditionally zero init size of buffer; ok markus@ deraadt@
Damien Miller
2017-06-01
some warnings spotted by clang; ok markus@
Damien Miller
2017-06-01
fix casts re constness
Damien Miller
2017-05-31
make sure we don't pass a NULL string to vfprintf (triggered by the
Markus Friedl
2017-05-31
use SO_ZEROIZE for privsep communication (if available)
Markus Friedl
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2017-05-31
These shutdown() SHUT_RDWR are not needed before close()
Theo de Raadt
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
Markus Friedl
2017-05-31
use the ssh_dispatch_run_fatal variant
Markus Friedl
2017-05-31
another ctx => ssh conversion (in GSSAPI code)
Damien Miller
2017-05-31
spell out that custom options/extensions should follow the usual SSH
Damien Miller
2017-05-31
one more void *ctx => struct ssh *ssh conversion
Damien Miller
2017-05-31
one more void *ctx => struct ssh *ssh conversion
Damien Miller
2017-05-31
fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@
Damien Miller
2017-05-30
tweak previous;
Jason McIntyre
[next]