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
2016-07-24
openssh-7.3
Damien Miller
2016-07-23
fix pledge violation with ssh -f; reported by Valentin Kozamernik
Damien Miller
2016-07-22
improve wording; suggested by jmc@
Damien Miller
2016-07-22
Lower loglevel for "Authenticated with partial success" message similar to
Darren Tucker
2016-07-22
constify a few functions' arguments; patch from Jakub Jelen bz#2581
Damien Miller
2016-07-22
move debug("%p", key) to before key is free'd; probable undefined
Damien Miller
2016-07-22
reverse the order in which -J/JumpHost proxies are visited to be
Damien Miller
2016-07-21
Skip passwords longer than 1k in length so clients can't easily DoS sshd
Darren Tucker
2016-07-20
Do not clobber the global jump_host variables when parsing an inactive
Christian Weisgerber
2016-07-19
tweak previous;
Jason McIntyre
2016-07-19
Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from
Darren Tucker
2016-07-18
Reduce timing attack against obsolete CBC modes by always computing
Markus Friedl
2016-07-18
Add some unsigned overflow checks for extra_pad. None of these
Damien Miller
2016-07-17
support UTF-8 characters in ssh(1) banners using schwarze@'s
Damien Miller
2016-07-16
- add proxyjump to the options list
Jason McIntyre
2016-07-15
Reduce the syslog level of some relatively common protocol events
Darren Tucker
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-07-11
Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps
Theo Buehler
2016-07-11
obsolete note about fascistloggin is obsolete. ok djm dtucker
Ted Unangst
2016-07-08
Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms.
Damien Miller
2016-07-04
DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
Philip Guenther
2016-06-30
Explicitly check for 100% completion to avoid potential floating point
Darren Tucker
2016-06-29
sort the -o list;
Jason McIntyre
2016-06-23
fix AuthenticationMethods during configuration re-parse;
Damien Miller
2016-06-19
revert 1.34; causes problems loading public keys
Damien Miller
2016-06-17
grammar fix;
Jason McIntyre
2016-06-17
translate OpenSSL error codes to something more meaninful;
Damien Miller
2016-06-17
ban AuthenticationMethods="" and accept AuthenticationMethods=any
Damien Miller
2016-06-16
Include stdarg.h for va_copy as per man page.
Darren Tucker
2016-06-16
keys stored in openssh format can have comments too;
Jason McIntyre
2016-06-15
Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward and
Darren Tucker
2016-06-08
Back out rev 1.28 "Check min and max sizes sent by the client" change.
Darren Tucker
2016-06-03
tweak previous;
Jason McIntyre
2016-06-03
Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when
Darren Tucker
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
2016-06-01
Check min and max sizes sent by the client against what we support before
Darren Tucker
2016-05-31
Ensure that the client's proposed DH-GEX max value is at least as big
Darren Tucker
2016-05-30
Backout rev. 1.43 for now.
Ingo Schwarze
2016-05-30
Even when only writing an unescaped character, the dst buffer may need to
Ingo Schwarze
2016-05-30
Fix two rare edge cases:
Ingo Schwarze
2016-05-25
To prevent screwing up terminal settings when printing to the
Ingo Schwarze
2016-05-24
KNF compression proposal and simplify the client side a little. ok djm@
Darren Tucker
2016-05-24
Back out 'plug memleak'.
Darren Tucker
2016-05-23
prefer agent-hosted keys to keys from PKCS#11; ok markus
Damien Miller
2016-05-23
Plug mem leak in filter_proposal. ok djm@
Darren Tucker
2016-05-19
fix type of ed25519 values
Damien Miller
2016-05-07
systrace is dead. long live systrace.
Theo de Raadt
2016-05-04
add IdentityAgent; noticed & ok jmc@
Markus Friedl
2016-05-04
allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
Markus Friedl
2016-05-04
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
Markus Friedl
[next]