configure: WARNING: Disabling SASL authentication database support configure: WARNING: No sphinx-build, won't be able to regenerate docs configure: WARNING: No Pod::POM::View::Restructured, won't be able to regenerate docs libtool: warning: '-version-info/-version-number' is ignored for convenience libraries /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcrypto_compat.a(crypto-compat.o) has no symbols /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcrypto_compat.a(crypto-compat.o) has no symbols warning: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: .libs/libcrypto_compat.a the table of contents is empty (no object file members in the library define global symbols) libtool: warning: '-version-info/-version-number' is ignored for convenience libraries digestmd5.c:2408:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((username == NULL)) { ~~~~~~~~~^~~~~~~ digestmd5.c:2408:19: note: remove extraneous parentheses around the comparison to silence this warning if ((username == NULL)) { ~ ^ ~ digestmd5.c:2408:19: note: use '=' to turn this equality comparison into an assignment if ((username == NULL)) { ^~ = digestmd5.c:2413:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((nonce == NULL)) { ~~~~~~^~~~~~~ digestmd5.c:2413:16: note: remove extraneous parentheses around the comparison to silence this warning if ((nonce == NULL)) { ~ ^ ~ digestmd5.c:2413:16: note: use '=' to turn this equality comparison into an assignment if ((nonce == NULL)) { ^~ = digestmd5.c:2418:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((noncecount == 0)) { ~~~~~~~~~~~^~~~ digestmd5.c:2418:21: note: remove extraneous parentheses around the comparison to silence this warning if ((noncecount == 0)) { ~ ^ ~ digestmd5.c:2418:21: note: use '=' to turn this equality comparison into an assignment if ((noncecount == 0)) { ^~ = digestmd5.c:2423:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cnonce == NULL)) { ~~~~~~~^~~~~~~ digestmd5.c:2423:17: note: remove extraneous parentheses around the comparison to silence this warning if ((cnonce == NULL)) { ~ ^ ~ digestmd5.c:2423:17: note: use '=' to turn this equality comparison into an assignment if ((cnonce == NULL)) { ^~ = digestmd5.c:2428:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((digesturi == NULL)) { ~~~~~~~~~~^~~~~~~ digestmd5.c:2428:20: note: remove extraneous parentheses around the comparison to silence this warning if ((digesturi == NULL)) { ~ ^ ~ digestmd5.c:2428:20: note: use '=' to turn this equality comparison into an assignment if ((digesturi == NULL)) { ^~ = digestmd5.c:2433:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((response == NULL)) { ~~~~~~~~~^~~~~~~ digestmd5.c:2433:19: note: remove extraneous parentheses around the comparison to silence this warning if ((response == NULL)) { ~ ^ ~ digestmd5.c:2433:19: note: use '=' to turn this equality comparison into an assignment if ((response == NULL)) { ^~ = ../source_subfolder/lib/dlopen.c:177:30: warning: unused parameter 'library' [-Wunused-parameter] int _sasl_locate_entry(void *library, const char *entryname, ^ ../source_subfolder/lib/dlopen.c:177:51: warning: unused parameter 'entryname' [-Wunused-parameter] int _sasl_locate_entry(void *library, const char *entryname, ^ ../source_subfolder/lib/dlopen.c:178:17: warning: unused parameter 'entry_point' [-Wunused-parameter] void **entry_point) ^ ../source_subfolder/lib/dlopen.c:359:34: warning: unused parameter 'file' [-Wunused-parameter] int _sasl_get_plugin(const char *file, ^ ../source_subfolder/lib/dlopen.c:360:31: warning: unused parameter 'verifyfile_cb' [-Wunused-parameter] const sasl_callback_t *verifyfile_cb, ^ ../source_subfolder/lib/dlopen.c:361:15: warning: unused parameter 'libraryptr' [-Wunused-parameter] void **libraryptr) ^ 6 warnings generated. gssapi.c:242:13: warning: 'gss_display_status' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_status(&min_stat, maj, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:561:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* status_string */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:271:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &msg); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:292:13: warning: 'gss_display_status' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_status(&min_stat, min, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:561:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* status_string */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:321:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &msg); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:382:16: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:395:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:411:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:429:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:477:16: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:489:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:506:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:514:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:570:16: warning: 'gss_delete_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_delete_sec_context(&min_stat,&text->gss_ctx, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:502:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_token */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:576:9: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_name(&min_stat,&text->client_name); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:581:9: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_name(&min_stat,&text->server_name); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:586:9: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:591:9: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_cred(&min_stat, &text->client_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:663:16: warning: 'gss_wrap_size_limit' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap_size_limit(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:638:18: note: 'gss_wrap_size_limit' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* max_input_size */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:691:38: warning: unused parameter 'text' [-Wunused-parameter] static int gssapi_get_ssf(context_t *text, sasl_ssf_t *mech_ssf) ^ gssapi.c:856:13: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:873:17: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:881:17: warning: 'gss_acquire_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_acquire_cred(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:454:18: note: 'gss_acquire_cred' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* time_rec */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:908:2: warning: 'gss_accept_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_accept_sec_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:489:22: note: 'gss_accept_sec_context' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* delegated_cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:926:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:942:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:951:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:996:16: warning: 'gss_canonicalize_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_canonicalize_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:805:19: note: 'gss_canonicalize_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1012:16: warning: 'gss_display_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:583:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name_type */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1047:13: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1067:13: warning: 'gss_compare_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_compare_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:575:12: note: 'gss_compare_name' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* name_equal */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1110:20: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1117:13: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1123:2: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_name(&min_stat, &client_name_MN); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1128:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1136:2: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_name(&min_stat, &without); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1235:16: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1248:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1264:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1273:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1305:16: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1323:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1350:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1363:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1393:5: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1590:2: warning: 'krb5_gss_register_acceptor_identity' is deprecated: use GSS.framework [-Wdeprecated-declarations] gsskrb5_register_acceptor_identity(keytab_path); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi_krb5.h:167:44: note: expanded from macro 'gsskrb5_register_acceptor_identity' #define gsskrb5_register_acceptor_identity krb5_gss_register_acceptor_identity ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi_krb5.h:169:75: note: 'krb5_gss_register_acceptor_identity' has been explicitly marked deprecated here OM_uint32 KRB5_CALLCONV krb5_gss_register_acceptor_identity(const char *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1728:17: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1757:17: warning: 'gss_delete_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_delete_sec_context (&min_stat,&text->gss_ctx,GSS_C_NO_BUFFER); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:502:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_token */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1781:13: warning: 'gss_init_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_init_sec_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:475:18: note: 'gss_init_sec_context' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* time_rec */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1800:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1834:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1843:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1849:17: warning: 'gss_inquire_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_inquire_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:628:12: note: 'gss_inquire_context' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* open */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1869:17: warning: 'gss_display_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:583:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name_type */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1878:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1901:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1934:13: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1946:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1957:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:1966:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ otp.c:1390:6: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (r != SASL_OK) { ^~~~~~~~~~~~ otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ otp.c:1390:2: note: remove the 'if' if its condition is always false if (r != SASL_OK) { ^~~~~~~~~~~~~~~~~~~ otp.c:1377:6: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!algs->name) { ^~~~~~~~~~~ otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ otp.c:1377:2: note: remove the 'if' if its condition is always false if (!algs->name) { ^~~~~~~~~~~~~~~~~~ otp.c:1350:9: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (r) { ^ otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ otp.c:1350:5: note: remove the 'if' if its condition is always false if (r) { ^~~~~~~~ otp.c:1326:23: note: initialize the variable 'sec' to silence this warning sasl_secret_t *sec; ^ = NULL gssapi.c:2051:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:2108:13: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:2124:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:2142:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:2151:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ 64 warnings generated. 3 warnings generated. 6 warnings generated. ../source_subfolder/plugins/digestmd5.c:2408:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((username == NULL)) { ~~~~~~~~~^~~~~~~ ../source_subfolder/plugins/digestmd5.c:2408:19: note: remove extraneous parentheses around the comparison to silence this warning if ((username == NULL)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2408:19: note: use '=' to turn this equality comparison into an assignment if ((username == NULL)) { ^~ = ../source_subfolder/plugins/digestmd5.c:2413:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((nonce == NULL)) { ~~~~~~^~~~~~~ ../source_subfolder/plugins/digestmd5.c:2413:16: note: remove extraneous parentheses around the comparison to silence this warning if ((nonce == NULL)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2413:16: note: use '=' to turn this equality comparison into an assignment if ((nonce == NULL)) { ^~ = ../source_subfolder/plugins/digestmd5.c:2418:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((noncecount == 0)) { ~~~~~~~~~~~^~~~ ../source_subfolder/plugins/digestmd5.c:2418:21: note: remove extraneous parentheses around the comparison to silence this warning if ((noncecount == 0)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2418:21: note: use '=' to turn this equality comparison into an assignment if ((noncecount == 0)) { ^~ = ../source_subfolder/plugins/digestmd5.c:2423:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cnonce == NULL)) { ~~~~~~~^~~~~~~ ../source_subfolder/plugins/digestmd5.c:2423:17: note: remove extraneous parentheses around the comparison to silence this warning if ((cnonce == NULL)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2423:17: note: use '=' to turn this equality comparison into an assignment if ((cnonce == NULL)) { ^~ = ../source_subfolder/plugins/digestmd5.c:2428:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((digesturi == NULL)) { ~~~~~~~~~~^~~~~~~ ../source_subfolder/plugins/digestmd5.c:2428:20: note: remove extraneous parentheses around the comparison to silence this warning if ((digesturi == NULL)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2428:20: note: use '=' to turn this equality comparison into an assignment if ((digesturi == NULL)) { ^~ = ../source_subfolder/plugins/digestmd5.c:2433:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((response == NULL)) { ~~~~~~~~~^~~~~~~ ../source_subfolder/plugins/digestmd5.c:2433:19: note: remove extraneous parentheses around the comparison to silence this warning if ((response == NULL)) { ~ ^ ~ ../source_subfolder/plugins/digestmd5.c:2433:19: note: use '=' to turn this equality comparison into an assignment if ((response == NULL)) { ^~ = ../source_subfolder/plugins/otp.c:1390:6: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (r != SASL_OK) { ^~~~~~~~~~~~ ../source_subfolder/plugins/otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ ../source_subfolder/plugins/otp.c:1390:2: note: remove the 'if' if its condition is always false if (r != SASL_OK) { ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/plugins/otp.c:1377:6: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!algs->name) { ^~~~~~~~~~~ ../source_subfolder/plugins/otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ ../source_subfolder/plugins/otp.c:1377:2: note: remove the 'if' if its condition is always false if (!algs->name) { ^~~~~~~~~~~~~~~~~~ ../source_subfolder/plugins/otp.c:1350:9: warning: variable 'sec' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (r) { ^ ../source_subfolder/plugins/otp.c:1430:9: note: uninitialized use occurs here if (sec) _plug_free_secret(sparams->utils, &sec); ^~~ ../source_subfolder/plugins/otp.c:1350:5: note: remove the 'if' if its condition is always false if (r) { ^~~~~~~~ ../source_subfolder/plugins/otp.c:1326:23: note: initialize the variable 'sec' to silence this warning sasl_secret_t *sec; ^ = NULL ../source_subfolder/plugins/gssapi.c:242:13: warning: 'gss_display_status' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_status(&min_stat, maj, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:561:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* status_string */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:271:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &msg); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:292:13: warning: 'gss_display_status' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_status(&min_stat, min, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:561:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* status_string */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:321:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &msg); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:382:16: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:395:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:411:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:429:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:477:16: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:489:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:506:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:514:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:570:16: warning: 'gss_delete_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_delete_sec_context(&min_stat,&text->gss_ctx, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:502:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_token */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:576:9: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_name(&min_stat,&text->client_name); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:581:9: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_name(&min_stat,&text->server_name); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:586:9: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:591:9: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] (void) gss_release_cred(&min_stat, &text->client_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:663:16: warning: 'gss_wrap_size_limit' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap_size_limit(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:638:18: note: 'gss_wrap_size_limit' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* max_input_size */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:691:38: warning: unused parameter 'text' [-Wunused-parameter] static int gssapi_get_ssf(context_t *text, sasl_ssf_t *mech_ssf) ^ ../source_subfolder/plugins/gssapi.c:856:13: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:873:17: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:881:17: warning: 'gss_acquire_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_acquire_cred(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:454:18: note: 'gss_acquire_cred' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* time_rec */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:908:2: warning: 'gss_accept_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_accept_sec_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:489:22: note: 'gss_accept_sec_context' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* delegated_cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:926:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:942:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:951:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:996:16: warning: 'gss_canonicalize_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_canonicalize_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:805:19: note: 'gss_canonicalize_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1012:16: warning: 'gss_display_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:583:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name_type */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1047:13: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1067:13: warning: 'gss_compare_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_compare_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:575:12: note: 'gss_compare_name' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* name_equal */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1110:20: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1117:13: warning: 'gss_release_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_release_cred(&min_stat, &text->server_creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:459:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* cred_handle */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1123:2: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_name(&min_stat, &client_name_MN); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1128:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1136:2: warning: 'gss_release_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_name(&min_stat, &without); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:596:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* input_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1235:16: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1248:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1264:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1273:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1305:16: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1323:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1350:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1363:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1393:5: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1590:2: warning: 'krb5_gss_register_acceptor_identity' is deprecated: use GSS.framework [-Wdeprecated-declarations] gsskrb5_register_acceptor_identity(keytab_path); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi_krb5.h:167:44: note: expanded from macro 'gsskrb5_register_acceptor_identity' #define gsskrb5_register_acceptor_identity krb5_gss_register_acceptor_identity ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi_krb5.h:169:75: note: 'krb5_gss_register_acceptor_identity' has been explicitly marked deprecated here OM_uint32 KRB5_CALLCONV krb5_gss_register_acceptor_identity(const char *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1728:17: warning: 'gss_import_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_import_name (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1757:17: warning: 'gss_delete_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_delete_sec_context (&min_stat,&text->gss_ctx,GSS_C_NO_BUFFER); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:502:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_token */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1781:13: warning: 'gss_init_sec_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_init_sec_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:475:18: note: 'gss_init_sec_context' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* time_rec */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1800:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1834:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1843:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1849:17: warning: 'gss_inquire_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_inquire_context(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:628:12: note: 'gss_inquire_context' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* open */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1869:17: warning: 'gss_display_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_display_name(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:583:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_name_type */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1878:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1901:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, &name_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1934:13: warning: 'gss_unwrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_unwrap(&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:551:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* qop_state */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1946:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1957:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:1966:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:2051:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:2108:13: warning: 'gss_wrap' is deprecated: use GSS.framework [-Wdeprecated-declarations] maj_stat = gss_wrap (&min_stat, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:540:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* output_message_buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:2124:3: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:2142:7: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/plugins/gssapi.c:2151:6: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:601:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); /* buffer */ ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ 64 warnings generated. 3 warnings generated. 6 warnings generated. ../source_subfolder/saslauthd/auth_krb5.c:265:26: warning: 'krb5_get_error_message' is deprecated: use GSS.framework [-Wdeprecated-declarations] const char *k5_msg = krb5_get_error_message(context, code); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2424:56: note: 'krb5_get_error_message' has been explicitly marked deprecated here krb5_get_error_message (krb5_context, krb5_error_code) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:268:5: warning: 'krb5_free_error_message' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_error_message(context, k5_msg); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2426:54: note: 'krb5_free_error_message' has been explicitly marked deprecated here krb5_free_error_message (krb5_context, const char *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:286:23: warning: 'krb5_sname_to_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((k5_retcode = krb5_sname_to_principal(context, NULL, verify_principal, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1802:24: note: 'krb5_sname_to_principal' has been explicitly marked deprecated here krb5_principal *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:293:20: warning: 'krb5_kt_resolve' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((k5_retcode = krb5_kt_resolve(context, keytabname, &kt))) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1682:19: note: 'krb5_kt_resolve' has been explicitly marked deprecated here krb5_keytab * ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:299:23: warning: 'krb5_kt_read_service_key' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((k5_retcode = krb5_kt_read_service_key(context, kt, server, 0, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1892:21: note: 'krb5_kt_read_service_key' has been explicitly marked deprecated here krb5_keyblock **) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:306:2: warning: 'krb5_free_keyblock' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_keyblock(context, keyblock); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1762:34: note: 'krb5_free_keyblock' has been explicitly marked deprecated here (krb5_context, krb5_keyblock *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:317:23: warning: 'krb5_mk_req' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((k5_retcode = krb5_mk_req(context, &auth_context, 0, verify_principal, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1493:17: note: 'krb5_mk_req' has been explicitly marked deprecated here krb5_data * ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:323:2: warning: 'krb5_auth_con_free' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_auth_con_free(context, auth_context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1977:22: note: 'krb5_auth_con_free' has been explicitly marked deprecated here krb5_auth_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:331:23: warning: 'krb5_rd_req' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((k5_retcode = krb5_rd_req(context, &auth_context, &packet, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1884:19: note: 'krb5_rd_req' has been explicitly marked deprecated here krb5_ticket **) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:338:7: warning: 'krb5_auth_con_free' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_auth_con_free(context, auth_context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1977:22: note: 'krb5_auth_con_free' has been explicitly marked deprecated here krb5_auth_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:346:9: warning: 'krb5_free_data_contents' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_data_contents(context, &packet); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1770:30: note: 'krb5_free_data_contents' has been explicitly marked deprecated here (krb5_context, krb5_data *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:348:5: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, server); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:386:9: warning: 'krb5_init_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] if (krb5_init_context(&context)) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1434:19: note: 'krb5_init_context' has been explicitly marked deprecated here (krb5_context *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:396:17: warning: 'krb5_parse_name' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((code = krb5_parse_name (context, principalbuf, &auth_user))) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1533:22: note: 'krb5_parse_name' has been explicitly marked deprecated here krb5_principal * ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:398:2: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:407:17: warning: 'krb5_cc_resolve' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((code = krb5_cc_resolve(context, tfname, &ccache))) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1712:19: note: 'krb5_cc_resolve' has been explicitly marked deprecated here krb5_ccache * ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:409:2: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, auth_user); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:410:2: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:414:17: warning: 'krb5_cc_initialize' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((code = krb5_cc_initialize (context, ccache, auth_user))) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1277:32: note: 'krb5_cc_initialize' has been explicitly marked deprecated here krb5_principal principal) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:416:2: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, auth_user); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:417:2: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:421:5: warning: 'krb5_get_init_creds_opt_init' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_get_init_creds_opt_init(&opts); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2216:32: note: 'krb5_get_init_creds_opt_init' has been explicitly marked deprecated here (krb5_get_init_creds_opt *opt) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:423:5: warning: 'krb5_get_init_creds_opt_set_tkt_life' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_get_init_creds_opt_set_tkt_life(&opts, 900); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2221:25: note: 'krb5_get_init_creds_opt_set_tkt_life' has been explicitly marked deprecated here krb5_deltat tkt_life) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:424:17: warning: 'krb5_get_init_creds_password' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((code = krb5_get_init_creds_password(context, &creds, ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2311:44: note: 'krb5_get_init_creds_password' has been explicitly marked deprecated here krb5_get_init_creds_opt *k5_gic_options) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:425:57: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] auth_user, password, NULL, NULL, ^~~~~~~~ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:2306:9: note: passing argument to parameter 'password' here char *password, ^ ../source_subfolder/saslauthd/auth_krb5.c:428:2: warning: 'krb5_cc_destroy' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_cc_destroy(context, ccache); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1280:59: note: 'krb5_cc_destroy' has been explicitly marked deprecated here krb5_cc_destroy (krb5_context context, krb5_ccache cache) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:429:2: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, auth_user); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:430:2: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:435:17: warning: 'krb5_cc_store_cred' is deprecated: use GSS.framework [-Wdeprecated-declarations] if ((code = krb5_cc_store_cred(context, ccache, &creds))) { ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1287:26: note: 'krb5_cc_store_cred' has been explicitly marked deprecated here krb5_creds *creds) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:437:2: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, auth_user); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:438:2: warning: 'krb5_cc_destroy' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_cc_destroy(context, ccache); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1280:59: note: 'krb5_cc_destroy' has been explicitly marked deprecated here krb5_cc_destroy (krb5_context context, krb5_ccache cache) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:439:2: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:456:5: warning: 'krb5_free_cred_contents' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_cred_contents(context, &creds); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1756:31: note: 'krb5_free_cred_contents' has been explicitly marked deprecated here (krb5_context, krb5_creds *) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:457:5: warning: 'krb5_free_principal' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_principal(context, auth_user); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1742:34: note: 'krb5_free_principal' has been explicitly marked deprecated here (krb5_context, krb5_principal ) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:458:5: warning: 'krb5_cc_destroy' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_cc_destroy(context, ccache); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1280:59: note: 'krb5_cc_destroy' has been explicitly marked deprecated here krb5_cc_destroy (krb5_context context, krb5_ccache cache) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ ../source_subfolder/saslauthd/auth_krb5.c:459:5: warning: 'krb5_free_context' is deprecated: use GSS.framework [-Wdeprecated-declarations] krb5_free_context(context); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:1438:17: note: 'krb5_free_context' has been explicitly marked deprecated here (krb5_context) KERBEROS_APPLE_DEPRECATED("use GSS.framework") __API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) __API_UNAVAILABLE(macCatalyst); ^ /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/krb5/krb5.h:73:53: note: expanded from macro 'KERBEROS_APPLE_DEPRECATED' #define KERBEROS_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ 36 warnings generated. ../source_subfolder/saslauthd/md5.c:363:33: warning: passing 'const unsigned char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _saslauthd_MD5Update(&tctx, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:384:23: warning: passing 'const unsigned char *' to parameter of type 'POINTER' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] MD5_memcpy( k_ipad, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:385:23: warning: passing 'const unsigned char *' to parameter of type 'POINTER' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] MD5_memcpy( k_opad, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:400:14: warning: incompatible pointer types passing 'unsigned char (*)[65]' to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types] MD5_memset(&k_ipad, 0, sizeof(k_ipad)); ^~~~~~~ ../source_subfolder/saslauthd/md5.c:401:14: warning: incompatible pointer types passing 'unsigned char (*)[65]' to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types] MD5_memset(&k_opad, 0, sizeof(k_opad)); ^~~~~~~ ../source_subfolder/saslauthd/md5.c:402:14: warning: incompatible pointer types passing 'unsigned char (*)[16]' to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types] MD5_memset(&tk, 0, sizeof(tk)); ^~~ ../source_subfolder/saslauthd/md5.c:427:14: warning: incompatible pointer types passing 'HMAC_MD5_CTX *' (aka 'struct HMAC_MD5_CTX_s *') to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types] MD5_memset(&hmac, 0, sizeof(hmac)); ^~~~~ ../source_subfolder/saslauthd/md5.c:435:14: warning: incompatible pointer types passing 'HMAC_MD5_CTX *' (aka 'struct HMAC_MD5_CTX_s *') to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types] MD5_memset(hmac, 0, sizeof(HMAC_MD5_CTX)); ^~~~ ../source_subfolder/saslauthd/md5.c:478:33: warning: passing 'const unsigned char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _saslauthd_MD5Update(&tctx, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:499:23: warning: passing 'const unsigned char *' to parameter of type 'POINTER' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] MD5_memcpy( k_ipad, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:500:23: warning: passing 'const unsigned char *' to parameter of type 'POINTER' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] MD5_memcpy( k_opad, key, key_len); ^~~ ../source_subfolder/saslauthd/md5.c:514:34: warning: passing 'const unsigned char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _saslauthd_MD5Update(&context, text, text_len); /* then text of datagram */ ^~~~ 12 warnings generated. warning: missing documentation dependencies. man pages will be empty ln: ./db_none.c: File exists ln: ./cram.c: File exists ln: ./digestmd5.c: File exists ln: ./scram.c: File exists ln: ./otp.c: File exists ln: ./gssapi.c: File exists ln: ./plain.c: File exists ln: ./anonymous.c: File exists make[1]: [linksrcs] Error 1 (ignored) CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Undefined symbols for architecture x86_64: "_GSS_C_NT_HOSTBASED_SERVICE", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_GSS_C_NT_USER_NAME", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) "_gss_accept_sec_context", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) "_gss_acquire_cred", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) "_gss_canonicalize_name", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) "_gss_compare_name", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) "_gss_delete_sec_context", referenced from: _sasl_gss_free_context_contents in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_display_name", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_display_status", referenced from: _sasl_gss_seterror_ in libsasl2.a(gssapi.o) "_gss_import_name", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_init_sec_context", referenced from: _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_inquire_context", referenced from: _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_release_buffer", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _sasl_gss_seterror_ in libsasl2.a(gssapi.o) _sasl_gss_encode in libsasl2.a(gssapi.o) _gssapi_decode_packet in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_release_cred", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _sasl_gss_free_context_contents in libsasl2.a(gssapi.o) "_gss_release_name", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _sasl_gss_free_context_contents in libsasl2.a(gssapi.o) "_gss_unwrap", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _gssapi_decode_packet in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_wrap", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _sasl_gss_encode in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_gss_wrap_size_limit", referenced from: _gssapi_server_mech_step in libsasl2.a(gssapi.o) _gssapi_client_mech_step in libsasl2.a(gssapi.o) "_krb5_gss_register_acceptor_identity", referenced from: _gssapiv2_server_plug_init in libsasl2.a(gssapi.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/PackageTest] Error 1 make[1]: *** [CMakeFiles/PackageTest.dir/all] Error 2 make: *** [all] Error 2 ERROR: cyrus-sasl/2.1.27 (test package): Error in build() method, line 13 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jenkins/w/cci_PR-3466/3/493979b6-1ca1-444e-addb-9d559bcca937/recipes/cyrus-sasl/all/test_package/build/76253db09051a609b95a2262e22acc409699bef3' '--' '-j8'