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
2015-05-28
wrap all moduli-related code in #ifdef WITH_OPENSSL.
Damien Miller
2015-05-28
Increase the allowed length of the known host file name in the log
Darren Tucker
2015-05-28
Fix typo (keywork->keyword)
Darren Tucker
2015-05-28
add error message on ftruncate failure; bz#2176
Damien Miller
2015-05-28
make ssh-keygen default to ed25519 keys when compiled without
Damien Miller
2015-05-28
Remove intermediate copy of the moduli file. "make" will rebuild any
Darren Tucker
2015-05-28
Remove 1k bit groups. ok deraadt@, markus@
Darren Tucker
2015-05-27
Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over
Darren Tucker
2015-05-27
Add a stronger (4k bit) fallback group that sshd can use when the moduli
Darren Tucker
2015-05-27
support PKCS#11 devices with external PIN entry devices
Damien Miller
2015-05-26
Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them
Darren Tucker
2015-05-24
add missing 'c' option to getopt(), case statement was already
Damien Miller
2015-05-23
fix a memory leak in an error path
Jonathan Gray
2015-05-22
mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332
Damien Miller
2015-05-22
Reorder EscapeChar option parsing to avoid a single-byte out-
Damien Miller
2015-05-22
add knob to relax GSSAPI host credential check for multihomed hosts
Damien Miller
2015-05-22
Update DH groups
Darren Tucker
2015-05-21
Support "ssh-keygen -lF hostname" to find search known_hosts and
Damien Miller
2015-05-21
add AuthorizedPrincipalsCommand that allows getting authorized_principals
Damien Miller
2015-05-21
support arguments to AuthorizedKeysCommand
Damien Miller
2015-05-21
refactor: split base64 encoding of pubkey into its own
Damien Miller
2015-05-18
getentropy() and sendsyslog() have been around long enough.
Theo de Raadt
2015-05-15
Use a salted hash of the lock passphrase instead of plain text and do
Darren Tucker
2015-05-08
moar whitespace at eol
Damien Miller
2015-05-08
whitespace at EOL
Damien Miller
2015-05-08
whitespace at EOL
Damien Miller
2015-05-08
Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.
Darren Tucker
2015-05-08
don't choke on new-format private keys encrypted with an AEAD cipher;
Damien Miller
2015-05-06
Clarify pseudo-terminal request behaviour and use "pseudo-terminal"
Darren Tucker
2015-05-06
Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419
Darren Tucker
2015-05-05
WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that
Darren Tucker
2015-05-05
use the sizeof the struct not the sizeof a pointer to the struct
Jonathan Gray
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-05-01
mention that the user's shell from /etc/passwd is used for commands
Damien Miller
2015-05-01
refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better
Damien Miller
2015-05-01
a couple of parse targets were missing activep checks, causing them
Damien Miller
2015-05-01
make handling of AuthorizedPrincipalsFile=none more consistent
Damien Miller
2015-05-01
remove failed remote forwards established by muliplexing from the
Damien Miller
2015-05-01
reduce stderr spam when using ssh -S /path/mux -O forward -R 0:...
Damien Miller
2015-05-01
prevent authorized_keys options picked up on public key tests without
Damien Miller
2015-05-01
Don't make parsing of authorized_keys' environment= option conditional
Damien Miller
2015-04-29
Allow ListenAddress, Port and AddressFamily in any order. bz#68,
Darren Tucker
2015-04-28
enviroment -> environment: apologies to darren for not spotting that first
Jason McIntyre
2015-04-28
Fix typo in previous
Darren Tucker
2015-04-28
Document that the TERM environment variable is not subject to SendEnv
Darren Tucker
2015-04-27
Make sshd default to PermitRootLogin=no;
Damien Miller
2015-04-27
more OPENSSL=no fixes; ok dtucker@
Damien Miller
2015-04-27
fix compilation with OPENSSL=no; ok dtucker@
Damien Miller
2015-04-27
Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no.
Darren Tucker
2015-04-27
allow "sshd -f none" to skip reading the config file, much like
Damien Miller
[next]