/osnet-11/usr/src/lib/libsasl/lib/ |
H A D | canonusr.c | 68 const sasl_canonuser_plug_t *plug; member in struct:canonuser_plug_list 155 if((ptr->plug->name && !strcmp(plugin_name, ptr->plug->name)) 179 result = ptr->plug->canon_user_server(ptr->plug->glob_context, 187 result = ptr->plug->canon_user_client(ptr->plug->glob_context, 244 if(ptr->plug->canon_user_free) 245 ptr->plug->canon_user_free(ptr->plug 288 sasl_canonuser_plug_t *plug; local 491 internal_canonuser_init(const sasl_utils_t *utils __attribute__((unused)), int max_version, int *out_version, sasl_canonuser_plug_t **plug, const char *plugname __attribute__((unused))) argument [all...] |
H A D | client.c | 152 if (cprevm->plug->mech_free) { 154 cprevm->plug->mech_free(cprevm->glob_context, cmechlist->utils); 156 cprevm->plug->mech_free(cprevm->plug->glob_context, 302 mech->plug=pluglist++; 344 if (m->plug->idle 346 && m->plug->idle(m->glob_context, 348 && m->plug->idle(m->plug->glob_context, 521 if (c_conn->mech && c_conn->mech->plug [all...] |
H A D | server.c | 198 if (!m->plug->setpass) { 203 tmpresult = m->plug->setpass(m->glob_context, 205 tmpresult = m->plug->setpass(m->plug->glob_context, 215 "%s: set secret for %s", m->plug->mech_name, user); 223 "%s: secret not changed for %s", m->plug->mech_name, user); 228 m->plug->mech_name, user, tmpresult, 252 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils); 270 && s_conn->mech->plug->mech_dispose) { 271 s_conn->mech->plug 1423 const sasl_server_plug_t *plug; local [all...] |
H A D | auxprop.c | 84 const sasl_auxprop_plug_t *plug; member in struct:auxprop_plug_list 822 * properties not recognized by active plug-ins will be left empty/NULL 855 sasl_auxprop_plug_t *plug; local 874 &out_version, &plug, plugname); 887 if(!plug->auxprop_lookup) return SASL_BADPROT; 891 if (plug->name == NULL) { 908 new_item->plug = plug; 935 if(ptr->plug->auxprop_free) 936 ptr->plug [all...] |
H A D | saslint.h | 250 sasl_server_plug_t *plug; member in struct:mechanism 259 const sasl_server_plug_t *plug; member in struct:mechanism 314 sasl_client_plug_t *plug; member in struct:cmechanism 316 const sasl_client_plug_t *plug; member in struct:cmechanism 730 sasl_auxprop_plug_t **plug, 757 sasl_canonuser_plug_t **plug,
|
H A D | dlopen.c | 575 result = add_plugin(gctx, p->name, (void *)p->plug); 577 result = add_plugin(p->name, p->plug);
|
H A D | common.c | 837 ((sasl_client_conn_t *)conn)->mech->plug->mech_name; 844 ((sasl_server_conn_t *)conn)->mech->plug->mech_name; 1186 case SASL_BADVERS: s = gettext("version mismatch with plug-in"); 1257 case SASL_BADVERS: return "version mismatch with plug-in";
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 99 sasl_auxprop_plug_t **plug, \ 102 plug, plugname); \ 109 sasl_canonuser_plug_t **plug, \ 112 plug, plugname); \
|
H A D | saslplug.h | 5 /* saslplug.h -- API for SASL plug-ins */ 61 /* utility function set for plug-ins */ 108 * within a SASL plug-in. This MUST NOT be used in the PLAIN mechanism 340 /* client plug-in features */ 421 * plug-in entry point: 423 * max_version -- highest client plug version supported 425 * out_version -- client plug version of result 426 * pluglist -- list of mechanism plug-ins 427 * plugcount -- number of mechanism plug-ins 441 /* add a client plug [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Digest.pm | 95 digest for a different message it is wise to make it easy to plug in
|
H A D | Memoize.pm | 965 See Memoize::Expire, which is a plug-in module that adds expiration 967 that Memoize::Expire implements, it is easy to write your own plug-in
|
H A D | perl5db.pl | 1382 We chug through all these variables and plug the values saved in them
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
H A D | Expire.pm | 139 Memoize::Expire is a plug-in module for Memoize. It allows the cached
|