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
2014-12-12
revert chunk I didn't mean to commit yet; via jmc@
Damien Miller
2014-12-11
explicitly include sys/param.h in files that use the howmany() macro;
Damien Miller
2014-12-11
mention AuthorizedKeysCommandUser must be set for
Damien Miller
2014-12-11
show in debug output which hostkeys are being tried when attempting
Damien Miller
2014-12-11
Make manual reflect reality:
Damien Miller
2014-12-10
better error value for invalid signature length
Damien Miller
2014-12-04
key_in_file() wrapper is no longer used
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-12-04
convert KRL code to new buffer API
Damien Miller
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-11-24
Fix crashes in the handling of the sshd config file found with the afl
Jonathan Gray
2014-11-22
restore word zapped in previous, and remove some useless "No" macros;
Jason McIntyre
2014-11-22
/dev/random has created the same effect as /dev/arandom (and /dev/urandom)
Theo de Raadt
2014-11-21
fix NULL pointer dereference crash on invalid timestamp
Damien Miller
2014-11-18
Sync AES code to the one shipped in OpenSSL/LibreSSL.
Mike Belopuhov
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-18
fix NULL pointer dereference crash in key loading
Damien Miller
2014-11-17
fix KRL generation when multiple CAs are in use
Damien Miller
2014-11-15
Reduce instances of `` '' in manuals.
Anthony J. Bentley
2014-11-10
mux-related manual tweaks
Damien Miller
2014-10-24
Remove unnecessary include: netinet/in_systm.h is not needed by these
Lawrence Teo
2014-10-20
whitespace
Damien Miller
2014-10-14
plug a memory leak; from Maxime Villard.
Daniel Dickman
2014-10-13
whitespace
Damien Miller
2014-10-09
tweak previous;
Jason McIntyre
2014-10-08
Tweak config reparsing with host canonicalisation
Damien Miller
2014-10-08
another -Wpointer-sign from clang
Damien Miller
2014-10-08
fix a few -Wpointer-sign warnings from clang
Damien Miller
2014-10-08
parse cert sections using nested buffers to reduce copies; ok markus
Damien Miller
2014-10-06
correct options in usage(); from mancha1 AT zoho.com
Damien Miller
2014-09-09
mention permissions on tun(4) devices in PermitTunnel documentation;
Damien Miller
2014-09-03
tighten permissions on pty when the "tty" group does not exist;
Damien Miller
2014-08-30
typo.
Igor Sobrado
2014-08-30
improve capitalization for the Ed25519 public-key signature system.
Igor Sobrado
2014-08-21
Free resources on error in mkstemp and fdopen
doug
2014-08-20
djm how did you make a typo like that...
Theo de Raadt
2014-08-19
When dumping the server configuration (sshd -T), print correct KEX,
Damien Miller
2014-08-19
~-expand lcd paths
Damien Miller
2014-07-28
some systems no longer need /dev/log;
Ingo Schwarze
2014-07-25
Clear buffer used for handling messages. This prevents keys being
Darren Tucker
2014-07-24
Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@
Todd C. Miller
2014-07-22
Convert from <sys/endian.h> to the shiney new <endian.h>
Philip Guenther
2014-07-22
Prevent spam from key_load_private_pem during hostbased auth. ok djm@
Darren Tucker
2014-07-18
restore umask around listener socket creation (dropped in streamlocal patch
Damien Miller
2014-07-17
reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
Damien Miller
2014-07-17
silence "incorrect passphrase" error spam; reported and ok dtucker@
Damien Miller
2014-07-17
ifdef SYS_sendsyslog so this will compile without patching on -stable
Damien Miller
2014-07-17
preserve errno across syscall
Damien Miller
2014-07-16
add the streamlocal* options to ssh's -o list; millert says they're
Jason McIntyre
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
[next]