Searched refs:mechlist (Results 1 – 3 of 3) sorted by relevance
401 char **values, *mechlist; in ldap_gssapi_get_rootdse_infos() local431 mechlist = ldap_charray2str( values, " " ); in ldap_gssapi_get_rootdse_infos()432 if ( mechlist == NULL ) { in ldap_gssapi_get_rootdse_infos()448 LDAP_FREE( mechlist ); in ldap_gssapi_get_rootdse_infos()465 LDAP_FREE( mechlist ); in ldap_gssapi_get_rootdse_infos()477 *pmechlist = mechlist; in ldap_gssapi_get_rootdse_infos()657 char *mechlist = NULL; in ldap_int_gss_spnego_bind_s() local677 rc = ldap_gssapi_get_rootdse_infos ( ld, &mechlist, in ldap_int_gss_spnego_bind_s()684 rc = check_for_gss_spnego_support( ld, mechlist ); in ldap_int_gss_spnego_bind_s()793 LDAP_FREE( mechlist ); in ldap_int_gss_spnego_bind_s()
380 char **values, *mechlist; in ldap_pvt_sasl_getmechs() local408 mechlist = ldap_charray2str( values, " " ); in ldap_pvt_sasl_getmechs()409 if ( mechlist == NULL ) { in ldap_pvt_sasl_getmechs()419 *pmechlist = mechlist; in ldap_pvt_sasl_getmechs()
672 * spnego: check that the generated acceptor mechlist is acceptable too