Bugzilla – Attachment 1411 Details for
Bug 1416
Enable GSSAPI by default on Mac OS X
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enables GSSAPI by default.
DVG-4853931_enable_GSSAPI.patch (text/plain), 1.62 KB, created by
Disco Vince Giffin
on 2007-12-21 15:37:00 AEDT
(
hide
)
Description:
Enables GSSAPI by default.
Filename:
MIME Type:
Creator:
Disco Vince Giffin
Created:
2007-12-21 15:37:00 AEDT
Size:
1.62 KB
patch
obsolete
>diff -uNr ../openssh-4.7p1.orig/readconf.c ./readconf.c >--- ../openssh-4.7p1.orig/readconf.c 2007-09-06 18:26:28.000000000 -0700 >+++ ./readconf.c 2007-09-07 01:05:33.000000000 -0700 >@@ -1113,10 +1113,19 @@ > options->pubkey_authentication = 1; > if (options->challenge_response_authentication == -1) > options->challenge_response_authentication = 1; >+#ifdef __APPLE_GSSAPI_ENABLE__ >+ if (options->gss_authentication == -1) >+ options->gss_authentication = 1; >+ if (options->gss_keyex == -1) >+ options->gss_keyex = 1; >+#else > if (options->gss_authentication == -1) > options->gss_authentication = 0; > if (options->gss_keyex == -1) > options->gss_keyex = 0; >+#endif >+ if (options->gss_keyex == -1) >+ options->gss_keyex = 0; > if (options->gss_deleg_creds == -1) > options->gss_deleg_creds = 0; > if (options->gss_trust_dns == -1) >diff -uNr ../openssh-4.7p1.orig/servconf.c ./servconf.c >--- ../openssh-4.7p1.orig/servconf.c 2007-09-06 18:34:21.000000000 -0700 >+++ ./servconf.c 2007-09-07 01:06:26.000000000 -0700 >@@ -204,10 +204,19 @@ > options->kerberos_ticket_cleanup = 1; > if (options->kerberos_get_afs_token == -1) > options->kerberos_get_afs_token = 0; >+#ifdef __APPLE_GSSAPI_ENABLE__ >+ if (options->gss_authentication == -1) >+ options->gss_authentication = 1; >+ if (options->gss_keyex == -1) >+ options->gss_keyex = 1; >+#else > if (options->gss_authentication == -1) > options->gss_authentication = 0; > if (options->gss_keyex == -1) > options->gss_keyex = 0; >+#endif >+ if (options->gss_keyex == -1) >+ options->gss_keyex = 0; > if (options->gss_cleanup_creds == -1) > options->gss_cleanup_creds = 1; > if (options->gss_strict_acceptor == -1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1416
: 1411 |
1412