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-08-30
restrict monitor auth calls to be allowed only when their
Damien Miller
2016-08-28
fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
Damien Miller
2016-08-27
Pull in <sys/time.h> for struct timeval
Philip Guenther
2016-08-27
Pull in <stdlib.h> for NULL
Philip Guenther
2016-08-25
add a sIgnore opcode that silently ignores options and use it to
Damien Miller
2016-08-25
remove superfluous NOTREACHED comment
Damien Miller
2016-08-23
fix previous, a condition was modified incorrectly; ok markus@ deraadt@
Otto Moerbeek
2016-08-23
downgrade an error() to a debug2() to match similar cases
Damien Miller
2016-08-23
fix negated address matching where the address list consists of a
Damien Miller
2016-08-23
fix matching for pattern lists that contain a single negated match,
Damien Miller
2016-08-19
remove UseLogin option and support for having /bin/login manage
Damien Miller
2016-08-15
Catch up with the SSH1 code removal and delete all mention of
Christian Weisgerber
2016-08-15
Remove more SSH1 server code:
Christian Weisgerber
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-08-12
Use 2001:db8::/32, the official IPv6 subnet for configuration examples.
Jeremie Courreges-Anglas
2016-08-11
Update moduli file.
Darren Tucker
2016-08-08
Improve error message for overlong ControlPath. ok markus@ djm@
Darren Tucker
2016-08-03
small refactor of cipher.c: make ciphercontext opaque to callers
Damien Miller
2016-08-03
Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret:
Darren Tucker
2016-07-27
better bounds check on iovcnt (we only ever use fixed, positive values)
Damien Miller
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
[next]