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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
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,
  /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...]
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...]
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...]
  /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...]

Completed in 120 milliseconds