summaryrefslogtreecommitdiff
path: root/debian/patches/gssapi-dump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/gssapi-dump.patch')
-rw-r--r--debian/patches/gssapi-dump.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/gssapi-dump.patch b/debian/patches/gssapi-dump.patch
new file mode 100644
index 000000000..7292ac08d
--- /dev/null
+++ b/debian/patches/gssapi-dump.patch
@@ -0,0 +1,20 @@
1Description: GSSAPI configuration dump fixes
2 Add GSSAPIKeyExchange and GSSAPIStrictAcceptorCheck to sshd -T
3 configuration dump.
4Author: Colin Watson <cjwatson@debian.org>
5Last-Updated: 2010-02-27
6
7Index: b/servconf.c
8===================================================================
9--- a/servconf.c
10+++ b/servconf.c
11@@ -1624,7 +1624,9 @@
12 #endif
13 #ifdef GSSAPI
14 dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);
15+ dump_cfg_fmtint(sGssKeyEx, o->gss_keyex);
16 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
17+ dump_cfg_fmtint(sGssStrictAcceptor, o->gss_strict_acceptor);
18 #endif
19 #ifdef JPAKE
20 dump_cfg_fmtint(sZeroKnowledgePasswordAuthentication,