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
2017-04-28
sort;
Jason McIntyre
2017-04-28
include key fingerprint in "Offering public key" debug message
Damien Miller
2017-04-28
Avoid relying on implementation-specific behavior when detecting
Todd C. Miller
2017-04-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2017-04-27
remove a static array unused since rev 1.306 spotted by clang
Jonathan Gray
2017-04-27
Avoid potential signed int overflow when parsing the file size.
Todd C. Miller
2017-04-17
Recognize nl_langinfo(CODESET) return values "646" and "" as aliases
Ingo Schwarze
2017-04-17
Change COMPILER_VERSION tests which limited additional warnings to gcc4
Jonathan Gray
2017-04-04
disallow creation (of empty files) in read-only mode; reported by
Damien Miller
2017-03-26
incorrect renditions of this quote bother me
Theo de Raadt
2017-03-20
openssh-7.5
Damien Miller
2017-03-15
disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.com
Markus Friedl
2017-03-15
accidents happen to the best of us; ok djm
Theo de Raadt
2017-03-15
fix regression in 7.4: deletion of PKCS#11-hosted keys would fail
Damien Miller
2017-03-15
Fix segfault when sshd attempts to load RSA1 keys (can only happen
Damien Miller
2017-03-14
Mark the sshd_config UsePrivilegeSeparation option as deprecated,
Damien Miller
2017-03-14
Fix convtime() overflow test on boundary condition, spotted by & ok djm.
Darren Tucker
2017-03-14
Check for integer overflow when parsing times in convtime(). Reported by
Darren Tucker
2017-03-11
allow ssh to use certificates accompanied by a private key file but no
Damien Miller
2017-03-11
Don't count the initial block twice when computing how many bytes
Markus Friedl
2017-03-10
krl.c
Darren Tucker
2017-03-10
When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains
Damien Miller
2017-03-10
better match sshd config parser behaviour: fatal() if line is overlong,
Damien Miller
2017-03-10
ensure hostname is lower-case before hashing it; bz#2591 reported by
Damien Miller
2017-03-10
make hostname matching really insensitive to case; bz#2685,
Damien Miller
2017-03-10
Remove old null check from config dumper. Patch from jjelen at redhat.com
Darren Tucker
2017-03-10
fix regression in 7.4 server-sig-algs, where we were accidentally
Damien Miller
2017-03-10
Check for NULL return value from key_new. Patch from jjelen at redhat.com
Darren Tucker
2017-03-10
reword a comment to make it fit 80 columns
Damien Miller
2017-03-10
Check for NULL argument to sshkey_read. Patch from jjelen at redhat.com
Darren Tucker
2017-03-10
Plug some mem leaks mostly on error paths. From jjelen at redhat.com
Darren Tucker
2017-03-10
Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via
Darren Tucker
2017-03-10
Plug descriptor leaks of auth_sock. From jjelen at redhat.com via
Darren Tucker
2017-03-10
correctly hash hosts with a port number. Reported by Josh Powers in
Damien Miller
2017-03-10
don't truncate off \r\n from long stderr lines; bz#2688, reported by
Damien Miller
2017-03-10
Validate digest arg in ssh_digest_final; from jjelen at redhat.com via
Darren Tucker
2017-03-08
quote [host]:port in generated ProxyJump commandline; the [ / ]
Damien Miller
2017-03-06
Check l->hosts before dereferencing; fixes potential null pointer deref.
Darren Tucker
2017-03-06
linenum is unsigned long so use %lu in log formats. ok deraadt@
Darren Tucker
2017-03-03
fix ssh-keygen -H accidentally corrupting known_hosts that contained
Damien Miller
2017-02-28
small memleak: free fd_set on connection timeout (though we are heading to
Damien Miller
2017-02-27
errant dot; from klemens nanni
Jason McIntyre
2017-02-24
might as well set the listener socket CLOEXEC
Damien Miller
2017-02-19
Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"
Damien Miller
2017-02-17
Do not show rsa1 key type in usage when compiled without SSH1 support.
Darren Tucker
2017-02-17
ifdef out "rsa1" from the list of supported keytypes when compiled without
Darren Tucker
2017-02-17
For ProxyJump/-J, surround host name with brackets to allow
Damien Miller
2017-02-15
Fix memory leaks in match_filter_list() error paths.
Jonathan Gray
2017-02-15
fix division by zero crash in "df" output when server returns zero
Damien Miller
2017-02-10
bring back r1.34 that was backed out for problems loading public keys:
Damien Miller
[next]