HomeSort by: relevance | last modified time | path
    Searched defs:kerror (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/login/
k5login.c 93 k5_log(krb5_context context, krb5_error_code kerror, const char *fmt, ...)
95 const char *msg = krb5_get_error_message(context, kerror);
129 krb5_error_code kerror; local in function:k5_verify_creds
134 kerror = krb5_sname_to_principal(c, 0, 0, KRB5_NT_SRV_HST, &princ);
135 if (kerror) {
136 krb5_warn(kcontext, kerror, "constructing local service name");
143 kerror = krb5_kt_read_service_key(c, NULL, princ, 0, 0, &kb);
147 have_keys = kerror ? 0 : 1;
155 kerror = krb5_mk_req(c, &auth_context, 0, "host", phost,
162 if (kerror == KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN)
236 krb5_error_code kerror; local in function:k5_read_creds
293 krb5_error_code kerror; local in function:k5_write_creds
333 krb5_error_code kerror; local in function:k5login
446 krb5_error_code kerror; local in function:k5destroy
    [all...]
login.c 158 krb5_error_code kerror; local in function:main
299 kerror = krb5_init_context(&kcontext);
300 if (kerror) {
309 if (kerror != ENXIO) { /* XXX NetBSD-local Heimdal hack */
312 error_message(kerror));
  /src/libexec/ftpd/
ftpd.c 289 krb5_error_code kerror; local in function:main
743 kerror = krb5_init_context(&kcontext);
744 if (kerror) {
746 error_message(kerror));

Completed in 16 milliseconds