HomeSort by relevance Sort by last modified time
    Searched refs:bsd_context (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/common/
kcmd.c 87 krb5_context bsd_context, krb5_auth_context *authconp,
158 status = krb5_sname_to_principal(bsd_context, host_save, service,
171 krb5_princ_realm(bsd_context, get_cred->server)->data);
172 krb5_princ_set_realm_length(bsd_context, get_cred->server,
174 krb5_princ_set_realm_data(bsd_context, get_cred->server,
274 if (status = krb5_cc_default(bsd_context, &cc))
277 status = krb5_cc_get_principal(bsd_context, cc, &get_cred->client);
279 (void) krb5_cc_close(bsd_context, cc);
284 status = krb5_get_credentials(bsd_context, 0, cc, get_cred, &ret_cred);
285 (void) krb5_cc_close(bsd_context, cc)
    [all...]
kcmd.h 100 krb5_context bsd_context, krb5_auth_context *authconp,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
krb5defs.h 46 extern krb5_context bsd_context;
main.c 58 krb5_context bsd_context = NULL; variable
294 status = krb5_init_context(&bsd_context);
302 (void) profile_get_options_boolean(bsd_context->profile,
309 if (!bsd_context) {
310 status = krb5_init_context(&bsd_context);
327 status = krb5_get_default_realm(bsd_context, &realmdef[1]);
336 profile_get_options_boolean(bsd_context->profile, realmdef,
341 profile_get_options_boolean(bsd_context->profile, appdef,
343 profile_get_options_string(bsd_context->profile, appdef,
docmd.c 346 bsd_context,
399 status = krb5_auth_con_getlocalsubkey(bsd_context,
417 init_encrypt(encrypt_flag, bsd_context, kcmd_proto, &desinbuf,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rshd.c 135 static krb5_context bsd_context; variable
233 krb5_set_default_realm(bsd_context, optarg);
238 if ((status = krb5_kt_resolve(bsd_context, optarg,
287 status = krb5_init_context(&bsd_context);
674 if (client && krb5_kuserok(bsd_context, client, locuser)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rsh.c 59 static krb5_context bsd_context = NULL; variable
432 status = krb5_init_context(&bsd_context);
440 (void) profile_get_options_boolean(bsd_context->profile,
447 if (!bsd_context) {
448 status = krb5_init_context(&bsd_context);
460 status = krb5_get_default_realm(bsd_context, &realmdef[1]);
470 profile_get_options_boolean(bsd_context->profile, realmdef,
475 profile_get_options_boolean(bsd_context->profile, appdef,
477 profile_get_options_string(bsd_context->profile, appdef,
570 bsd_context, &auth_context, &cred
    [all...]
rcp.c 141 static krb5_context bsd_context = NULL; variable
309 status = krb5_init_context(&bsd_context);
317 (void) profile_get_options_boolean(bsd_context->profile,
324 if (!bsd_context) {
325 status = krb5_init_context(&bsd_context);
374 status = krb5_get_default_realm(bsd_context, &realmdef[1]);
383 profile_get_options_boolean(bsd_context->profile, realmdef,
388 profile_get_options_boolean(bsd_context->profile, appdef,
390 profile_get_options_string(bsd_context->profile, appdef,
616 bsd_context,
    [all...]
rlogin.c 97 static krb5_context bsd_context = NULL; variable
486 status = krb5_init_context(&bsd_context);
494 profile_get_options_boolean(bsd_context->profile,
501 if (!bsd_context) {
502 status = krb5_init_context(&bsd_context);
520 status = krb5_get_default_realm(bsd_context, &realmdef[1]);
530 profile_get_options_boolean(bsd_context->profile, realmdef,
535 profile_get_options_boolean(bsd_context->profile, appdef,
537 profile_get_options_string(bsd_context->profile, appdef,
653 "host", krb_realm, bsd_context, &auth_context
    [all...]

Completed in 240 milliseconds