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 /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libcrypto_compat.a(crypto-compat.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libcrypto_compat.a(crypto-compat.o) has no symbols warning: /Library/Developer/CommandLineTools/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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:560:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* status_string */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:560:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* status_string */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:501:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_token */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:637:18: note: 'gss_wrap_size_limit' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* max_input_size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:453:18: note: 'gss_acquire_cred' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* time_rec */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:488:22: note: 'gss_accept_sec_context' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* delegated_cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:804:19: note: 'gss_canonicalize_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:582:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name_type */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:574:12: note: 'gss_compare_name' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* name_equal */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi_krb5.h:166:44: note: expanded from macro 'gsskrb5_register_acceptor_identity' #define gsskrb5_register_acceptor_identity krb5_gss_register_acceptor_identity ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi_krb5.h:168: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"); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:501:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_token */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:474:18: note: 'gss_init_sec_context' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* time_rec */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:627:12: note: 'gss_inquire_context' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* open */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:582:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name_type */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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] 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 gss_release_buffer(&min_stat, &name_token); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ gssapi.c:2051:2: warning: 'gss_release_buffer' is deprecated: use GSS.framework [-Wdeprecated-declarations] gss_release_buffer(&min_stat, output_token); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:560:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* status_string */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:560:19: note: 'gss_display_status' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* status_string */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:501:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_token */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:637:18: note: 'gss_wrap_size_limit' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* max_input_size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:453:18: note: 'gss_acquire_cred' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* time_rec */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:488:22: note: 'gss_accept_sec_context' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* delegated_cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:804:19: note: 'gss_canonicalize_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:582:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name_type */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:574:12: note: 'gss_compare_name' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* name_equal */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:458:22: note: 'gss_release_cred' has been explicitly marked deprecated here gss_cred_id_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* cred_handle */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:595:19: note: 'gss_release_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* input_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi_krb5.h:166:44: note: expanded from macro 'gsskrb5_register_acceptor_identity' #define gsskrb5_register_acceptor_identity krb5_gss_register_acceptor_identity ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi_krb5.h:168: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"); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:590:19: note: 'gss_import_name' has been explicitly marked deprecated here gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:501:19: note: 'gss_delete_sec_context' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_token */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:474:18: note: 'gss_init_sec_context' has been explicitly marked deprecated here OM_uint32 *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* time_rec */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:627:12: note: 'gss_inquire_context' has been explicitly marked deprecated here int *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* open */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:582:16: note: 'gss_display_name' has been explicitly marked deprecated here gss_OID *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_name_type */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:550:18: note: 'gss_unwrap' has been explicitly marked deprecated here gss_qop_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* qop_state */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:539:19: note: 'gss_wrap' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* output_message_buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:600:19: note: 'gss_release_buffer' has been explicitly marked deprecated here gss_buffer_t) GSSKRB_APPLE_DEPRECATED("use GSS.framework"); /* buffer */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/gssapi/gssapi.h:56:51: note: expanded from macro 'GSSKRB_APPLE_DEPRECATED' #define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x))) ^ clang: error: unable to execute command: Terminated: 15 clang: error: clang frontend command failed due to signal (use -v to see invocation) Apple LLVM version 10.0.1 (clang-1001.0.46.3) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script. make[2]: *** [digestmd5.lo] Terminated: 15 Terminated: 15 Terminated: 15 make[2]: *** [gssapi.lo] Terminated: 15 make[2]: *** [otp.lo] Terminated: 15 make[2]: *** [scram.lo] Terminated: 15 Terminated: 15 Terminated: 15 /bin/sh: line 1: 67590 Terminated: 15 ( CDPATH="${ZSH_VERSION+.}:" && cd $subdir && /Library/Developer/CommandLineTools/usr/bin/make $local_target ) make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ERROR: Exiting with code: 5