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-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
2015-04-24
combine -Dd onto one line and update usage();
Jason McIntyre
2015-04-24
add ssh-agent -D to leave ssh-agent in foreground without enabling
Damien Miller
2015-04-24
2*len -> use xreallocarray()
Theo de Raadt
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-04-23
Two small fixes for sshd -T: ListenAddress'es are added to a list head so
Darren Tucker
2015-04-23
Check for and reject missing arguments for VersionAddendum and ForceCommand.
Darren Tucker
2015-04-22
unknown certificate extensions are non-fatal, so don't fatal
Damien Miller
2015-04-21
Add back a backslash removed in rev 1.42 so KEX_SERVER_ENCRYPT will
Jonathan Gray
2015-04-17
s/recommended/required/ that private keys be og-r
Damien Miller
2015-04-17
don't try to cleanup NULL KEX proposals in kex_prop_free();
Damien Miller
2015-04-17
use error/logit/fatal instead of fprintf(stderr, ...) and exit(0),
Damien Miller
2015-04-17
debug log missing DISPLAY environment when X11 forwarding
Damien Miller
2015-04-17
don't call record_login() in monitor when UseLogin is enabled;
Damien Miller
2015-04-17
Add some missing options to sshd -T and fix the output of VersionAddendum
Darren Tucker
2015-04-16
Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys.
Darren Tucker
[next]