Blame SOURCES/openssh-6.8p1-sshdT-output.patch

f5835d
diff -up openssh/servconf.c.sshdt openssh/servconf.c
f5835d
--- openssh/servconf.c.sshdt	2015-06-24 11:42:29.041078704 +0200
f5835d
+++ openssh/servconf.c	2015-06-24 11:44:39.734745802 +0200
f5835d
@@ -2317,7 +2317,7 @@ dump_config(ServerOptions *o)
f5835d
 	dump_cfg_string(sXAuthLocation, o->xauth_location);
f5835d
 	dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT);
f5835d
 	dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC);
f5835d
-	dump_cfg_string(sBanner, o->banner);
f5835d
+	dump_cfg_string(sBanner, o->banner != NULL ? o->banner : "none");
f5835d
 	dump_cfg_string(sForceCommand, o->adm_forced_command);
f5835d
 	dump_cfg_string(sChrootDirectory, o->chroot_directory);
f5835d
 	dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);
f5835d
diff -up openssh/ssh.1.sshdt openssh/ssh.1
f5835d
--- openssh/ssh.1.sshdt	2015-06-24 11:42:19.565102807 +0200
f5835d
+++ openssh/ssh.1	2015-06-24 11:42:29.042078701 +0200
f5835d
@@ -441,7 +441,11 @@ For full details of the options listed b
f5835d
 .It GatewayPorts
f5835d
 .It GlobalKnownHostsFile
f5835d
 .It GSSAPIAuthentication
f5835d
+.It GSSAPIKeyExchange
f5835d
+.It GSSAPIClientIdentity
f5835d
 .It GSSAPIDelegateCredentials
f5835d
+.It GSSAPIRenewalForcesRekey
f5835d
+.It GSSAPITrustDNS
f5835d
 .It HashKnownHosts
f5835d
 .It Host
f5835d
 .It HostbasedAuthentication