Codebase list cyrus-sasl2 / 010addb
Refresh 0041_fix_keytab_option_for_MIT_kerberos.patch so that it applies cleanly Roberto C. Sanchez 10 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
2424
2525 --- cyrus-sasl2.git.orig/configure
2626 +++ cyrus-sasl2.git/configure
27 @@ -13333,7 +13333,7 @@
27 @@ -13367,7 +13367,7 @@
2828 cmu_save_LIBS="$LIBS"
2929 LIBS="$LIBS $GSSAPIBASE_LIBS"
3030
4545
4646 #ifdef WIN32
4747 # include <winsock2.h>
48 @@ -1271,7 +1274,7 @@
48 @@ -1365,7 +1368,7 @@
4949 };
5050
5151 int gssapiv2_server_plug_init(
5454 const sasl_utils_t *utils __attribute__((unused)),
5555 #else
5656 const sasl_utils_t *utils,
57 @@ -1281,7 +1284,7 @@
57 @@ -1375,7 +1378,7 @@
5858 sasl_server_plug_t **pluglist,
5959 int *plugcount)
6060 {
6363 const char *keytab = NULL;
6464 char keytab_path[1024];
6565 unsigned int rl;
66 @@ -1291,7 +1294,7 @@
66 @@ -1385,7 +1388,7 @@
6767 return SASL_BADVERS;
6868 }
6969
7272 /* unfortunately, we don't check for readability of keytab if it's
7373 the standard one, since we don't know where it is */
7474
75 @@ -1314,7 +1317,12 @@
75 @@ -1408,7 +1411,12 @@
7676
7777 strncpy(keytab_path, keytab, 1024);
7878
9898 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9999 --- cyrus-sasl2.git.orig/saslauthd/saslauthd.h.in
100100 +++ cyrus-sasl2.git/saslauthd/saslauthd.h.in
101 @@ -59,6 +59,10 @@
101 @@ -62,6 +62,10 @@
102102 */
103103 #undef HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY
104104