| patch |
summary |
view |
raw |
| gssapi.patch |
ChangeLog.gssapi | 103 ++++++++++++++++
Makefile.in | 4
auth-krb5.c | 17 ++
auth.h | 1
auth2-gss.c | 50 +++++++-
auth2.c | 6
clientloop.c | 13 ++
configure.ac | 24 +++
gss-genr.c | 276 ++++++++++++++++++++++++++++++++++++++++++++-
gss-serv-krb5.c | 84 ++++++++++++-
gss-serv.c | 220 +++++++++++++++++++++++++++++++-----
kex.c | 18 ++
kex.h | 14 ++
kexgssc.c | 334 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
kexgsss.c | 288 +++++++++++++++++++++++++++++++++++++++++++++++
key.c | 2
key.h | 1
monitor.c | 108 +++++++++++++++++
monitor.h | 2
monitor_wrap.c | 47 +++++++
monitor_wrap.h | 4
readconf.c | 35 +++++
readconf.h | 4
servconf.c | 31 ++++-
servconf.h | 3
ssh-gss.h | 39 +++++-
ssh_config | 2
ssh_config.5 | 29 ++++
sshconnect2.c | 118 ++++++++++++++++++-
sshd.c | 110 ++++++++++++++++++
sshd_config | 2
sshd_config.5 | 28 ++++
32 files changed, 1958 insertions(+), 59 deletions(-)
|
view
|
download
|
| gssapi-autoconf.patch |
config.h.in | 6 ++++++
1 file changed, 6 insertions(+)
|
view
|
download
|
| gssapi-compat.patch |
servconf.c | 4 ++++
1 file changed, 4 insertions(+)
|
view
|
download
|
| gssapi-dump.patch |
servconf.c | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| selinux-role.patch |
auth.h | 1 +
auth1.c | 8 +++++++-
auth2.c | 10 ++++++++--
monitor.c | 30 ++++++++++++++++++++++++++++--
monitor.h | 2 +-
monitor_wrap.c | 22 ++++++++++++++++++++--
monitor_wrap.h | 3 ++-
openbsd-compat/port-linux.c | 25 +++++++++++++++++++++----
8 files changed, 88 insertions(+), 13 deletions(-)
|
view
|
download
|
| ssh-vulnkey.patch |
Makefile.in | 17 +-
auth-rh-rsa.c | 2
auth-rsa.c | 2
auth.c | 27 +++
auth.h | 2
auth2-hostbased.c | 2
auth2-pubkey.c | 5
authfile.c | 138 +++++++++++++++++++
authfile.h | 2
pathnames.h | 7
readconf.c | 9 +
readconf.h | 1
servconf.c | 11 +
servconf.h | 1
ssh-add.1 | 5
ssh-add.c | 10 +
ssh-keygen.1 | 1
ssh-vulnkey.1 | 242 +++++++++++++++++++++++++++++++++
ssh-vulnkey.c | 388 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
ssh.1 | 1
ssh.c | 18 ++
ssh_config.5 | 17 ++
sshconnect2.c | 4
sshd.8 | 1
sshd.c | 5
sshd_config.5 | 14 +
26 files changed, 917 insertions(+), 15 deletions(-)
|
view
|
download
|
| ssh1-keepalive.patch |
clientloop.c | 27 ++++++++++++++++-----------
ssh_config.5 | 5 ++++-
2 files changed, 20 insertions(+), 12 deletions(-)
|
view
|
download
|
| keepalive-extensions.patch |
readconf.c | 14 ++++++++++++--
ssh_config.5 | 21 +++++++++++++++++++--
sshd_config.5 | 3 +++
3 files changed, 34 insertions(+), 4 deletions(-)
|
view
|
download
|
| syslog-level-silent.patch |
log.c | 1 +
ssh.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| quieter-signals.patch |
clientloop.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
|
view
|
download
|
| helpful-wait-terminate.patch |
serverloop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| user-group-modes.patch |
auth-rhosts.c | 6 ++----
auth.c | 9 +++------
misc.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
misc.h | 2 ++
readconf.c | 5 +++--
ssh.1 | 2 ++
ssh_config.5 | 2 ++
7 files changed, 65 insertions(+), 13 deletions(-)
|
view
|
download
|
| scp-quoting.patch |
scp.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
|
view
|
download
|
| shell-path.patch |
sshconnect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| ssh-copy-id-trailing-colons.patch |
contrib/ssh-copy-id | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| dnssec-sshfp.patch |
dns.c | 14 +++++++++++++-
openbsd-compat/getrrsetbyname.c | 10 +++++-----
openbsd-compat/getrrsetbyname.h | 3 +++
3 files changed, 21 insertions(+), 6 deletions(-)
|
view
|
download
|
| auth-log-verbosity.patch |
auth-options.c | 33 +++++++++++++++++++++++++--------
auth-options.h | 1 +
auth-rsa.c | 2 ++
auth2-pubkey.c | 3 +++
4 files changed, 31 insertions(+), 8 deletions(-)
|
view
|
download
|
| package-versioning.patch |
sshconnect.c | 2 +-
sshd.c | 2 +-
version.h | 7 ++++++-
3 files changed, 8 insertions(+), 3 deletions(-)
|
view
|
download
|
| debian-banner.patch |
servconf.c | 9 +++++++++
servconf.h | 2 ++
sshd.c | 3 ++-
sshd_config.5 | 5 +++++
4 files changed, 18 insertions(+), 1 deletion(-)
|
view
|
download
|
| authorized-keys-man-symlink.patch |
Makefile.in | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| lintian-symlink-pickiness.patch |
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| openbsd-docs.patch |
moduli.5 | 4 ++--
ssh-keygen.1 | 8 ++------
ssh.1 | 4 ++++
sshd.8 | 5 ++---
sshd_config.5 | 3 +--
5 files changed, 11 insertions(+), 13 deletions(-)
|
view
|
download
|
| ssh-argv0.patch |
ssh.1 | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| doc-hash-tab-completion.patch |
ssh_config.5 | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| gnome-ssh-askpass2-icon.patch |
contrib/gnome-ssh-askpass2.c | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| debian-config.patch |
readconf.c | 2 +-
ssh_config | 7 ++++++-
ssh_config.5 | 19 ++++++++++++++++++-
sshd_config | 1 +
sshd_config.5 | 27 +++++++++++++++++++++++++++
5 files changed, 53 insertions(+), 3 deletions(-)
|
view
|
download
|