Home
last modified time | relevance | path

Searched refs:k5_setmsg (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dexpand_path.c61 k5_setmsg(context, EINVAL, "Failed to get temporary path (GLE=%d)", in expand_temp_folder()
169 k5_setmsg(context, rv, "Can't open thread token (GLE=%d)", le); in expand_userid()
176 k5_setmsg(context, rv, in expand_userid()
183 k5_setmsg(context, rv, in expand_userid()
194 k5_setmsg(context, rv, in expand_userid()
200 k5_setmsg(context, rv, in expand_userid()
206 k5_setmsg(context, rv, in expand_userid()
244 k5_setmsg(context, EINVAL, "Unable to determine folder path"); in expand_csidl()
316 k5_setmsg(context, ENOENT, _("Can't find username for uid %lu"), in expand_username()
405 k5_setmsg(context, EINVAL, _("Invalid token")); in expand_token()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c48 k5_setmsg(context, EINVAL, _("Not a hexadecimal password")); in dec_password()
55 k5_setmsg(context, ret, _("Password corrupt")); in dec_password()
78 k5_setmsg(context, ret, _("Cannot open LDAP password file '%s': %s"), in krb5_ldap_readpassword()
107 k5_setmsg(context, KRB5_KDB_SERVER_INTERNAL_ERR, in krb5_ldap_readpassword()
H A Dldap_krbcontainer.c56 k5_setmsg(context, st, _("Error reading kerberos container " in krb5_ldap_read_krbcontainer_dn()
67 k5_setmsg(context, st, _("Error reading kerberos container " in krb5_ldap_read_krbcontainer_dn()
75 k5_setmsg(context, st, _("Kerberos container location not specified")); in krb5_ldap_read_krbcontainer_dn()
H A Dkdb_ldap_conn.c64 k5_setmsg(context, EINVAL, _("LDAP bind dn value missing")); in validate_context()
69 k5_setmsg(context, EINVAL, _("LDAP bind password value missing")); in validate_context()
85 k5_setmsg(context, EINVAL, _("Service password length is zero")); in validate_context()
144 k5_setmsg(ctx->kcontext, KRB5_KDB_ACCESS_ERROR, in authenticate()
157 k5_setmsg(ctx->kcontext, KRB5_KDB_ACCESS_ERROR, in authenticate()
182 k5_setmsg(ldap_context->kcontext, KRB5_KDB_ACCESS_ERROR, in initialize_server()
H A Dldap_principal2.c124 k5_setmsg(context, st, in search_at()
238 k5_setmsg(context, st, _("Principal does not belong to realm")); in krb5_ldap_get_principal()
331 k5_setmsg(context, st, _("%s option not supported"), in process_db_args()
340 k5_setmsg(context, st, _("%s option not supported"), in process_db_args()
348 k5_setmsg(context, st, _("%s option not supported"), in process_db_args()
355 k5_setmsg(context, st, _("unknown option: %s"), arg); in process_db_args()
362 k5_setmsg(context, st, _("%s option value missing"), arg); in process_db_args()
369 k5_setmsg(context, st, _("%s option value missing"), arg); in process_db_args()
701 k5_setmsg(context, EINVAL, _("DN is out of the realm subtree")); in check_dn_in_container()
733 k5_setmsg(context, st, _("ldap object is already kerberized")); in check_dn_exists()
[all …]
H A Dldap_realm.c223 k5_setmsg(context, st, _("Realm information not available")); in krb5_ldap_delete_realm()
308 k5_setmsg(context, st, _("Realm Delete FAILED: %s"), in krb5_ldap_delete_realm()
489 k5_setmsg(context, st, _("Kerberos Container information is missing")); in krb5_ldap_create_krbcontainer()
501 k5_setmsg(context, st, _("Invalid Kerberos container DN")); in krb5_ldap_create_krbcontainer()
517 k5_setmsg(context, st, _("Kerberos Container create FAILED: %s"), in krb5_ldap_create_krbcontainer()
552 k5_setmsg(context, st, _("Kerberos Container information is missing")); in krb5_ldap_delete_krbcontainer()
560 k5_setmsg(context, st, _("Kerberos Container delete FAILED: %s"), in krb5_ldap_delete_krbcontainer()
928 k5_setmsg(kcontext, status, "LDAP %s", error_message(status)); in krb5_ldap_delete_realm_1()
H A Dldap_tkt_policy.c66 k5_setmsg(context, st, _("Ticket Policy Name missing")); in krb5_ldap_create_policy()
142 k5_setmsg(context, st, _("Ticket Policy Name missing")); in krb5_ldap_modify_policy()
219 k5_setmsg(context, st, _("Ticket Policy Object information missing")); in krb5_ldap_read_policy()
H A Dldap_principal.c229 k5_setmsg(context, st, _("Default realm not set")); in krb5_ldap_iterate()
311 k5_setmsg(context, st, _("DN information missing")); in krb5_ldap_delete_principal()
496 k5_setmsg(context, st, _("dn information missing")); in krb5_ldap_rename_principal()
H A Dldap_misc.c56 k5_setmsg(ctx, code, _("Error reading '%s' attribute: %s"), name, in attr_read_error()
219 k5_setmsg(context, ret, _("KDB module requires -update argument")); in krb5_ldap_parse_db_params()
225 k5_setmsg(context, ret, _("'%s' value missing"), opt); in krb5_ldap_parse_db_params()
283 k5_setmsg(context, ret, _("unknown option '%s'"), opt); in krb5_ldap_parse_db_params()
342 k5_setmsg(context, EINVAL, in krb5_ldap_read_server_params()
1132 k5_setmsg(kcontext, status, "LDAP %s", error_message(status)); in krb5_ldap_lock()
1141 k5_setmsg(kcontext, status, "LDAP %s", error_message(status)); in krb5_ldap_unlock()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Drd_req_dec.c146 k5_setmsg(context, ret, _("Cannot find key for %s kvno %d in keytab"), in keytab_fetch_error()
150 k5_setmsg(context, ret, in keytab_fetch_error()
175 k5_setmsg(context, ret, in integrity_error()
197 k5_setmsg(context, KRB5KRB_AP_ERR_NOT_US, in nomatch_error()
227 k5_setmsg(context, ret, _("No keys in keytab")); in iteration_error()
229 k5_setmsg(context, ret, in iteration_error()
236 k5_setmsg(context, ret, in iteration_error()
241 k5_setmsg(context, ret, in iteration_error()
247 k5_setmsg(context, ret, in iteration_error()
252 k5_setmsg(context, ret, in iteration_error()
[all …]
H A Dparse.c201 k5_setmsg(context, ret, in krb5_parse_name_flags()
214 k5_setmsg(context, ret, _("Principal %s has realm present"), name); in krb5_parse_name_flags()
H A Dfast.c400 k5_setmsg(context, retval, _("nonce modified in FAST response: " in decrypt_fast_reply()
465 k5_setmsg(context, KRB5KDC_ERR_PREAUTH_FAILED, in krb5int_fast_process_error()
536 k5_setmsg(context, retval, in krb5int_fast_process_response()
550 k5_setmsg(context, retval, _("Ticket modified in KDC reply")); in krb5int_fast_process_response()
/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Drc_dfl.c73 k5_setmsg(context, ret, "%s (filename: %s)", in open_file()
106 k5_setmsg(context, ret, "%s (filename: %s)", in open_file()
113 k5_setmsg(context, ret, "Replay cache file %s is not owned by uid %lu", in open_file()
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb_default.c136 k5_setmsg(context, retval, in krb5_def_store_mkey_list()
149 k5_setmsg(context, retval, in krb5_def_store_mkey_list()
174 k5_setmsg(context, retval, in krb5_def_store_mkey_list()
202 k5_setmsg(context, retval, in krb5_def_store_mkey_list()
387 k5_setmsg(context, KRB5_KDB_CANTREAD_STORED, in krb5_db_def_fetch_mkey()
455 k5_setmsg(context, KRB5_KDB_BADMASTERKEY, in krb5_def_fetch_mkey_list()
/freebsd/crypto/krb5/src/kdc/
H A Dfast_util.c57 k5_setmsg(context, retval, _("%s while handling ap-request armor"), in armor_ap_request()
64 k5_setmsg(context, KRB5KDC_ERR_SERVER_NOMATCH, in armor_ap_request()
73 k5_setmsg(context, KRB5KDC_ERR_POLICY, in armor_ap_request()
161 k5_setmsg(context, retval, in kdc_find_fast()
168 k5_setmsg(context, KRB5KDC_ERR_PREAUTH_FAILED, in kdc_find_fast()
182 k5_setmsg(context, retval, in kdc_find_fast()
215 k5_setmsg(context, retval, in kdc_find_fast()
221 k5_setmsg(context, retval, in kdc_find_fast()
H A Dkdc_preauth_ec.c73 k5_setmsg(context, ret, in ec_verify()
116 k5_setmsg(context, ret, in ec_verify()
/freebsd/crypto/krb5/src/plugins/preauth/test/
H A Dcltest.c142 k5_setmsg(context, KRB5_PREAUTH_FAILED, "induced optimistic fail"); in test_process()
152 k5_setmsg(context, KRB5_PREAUTH_FAILED, "induced 2rt fail"); in test_process()
195 k5_setmsg(context, KRB5_PREAUTH_FAILED, "induced tryagain fail"); in test_tryagain()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_dir.c121 k5_setmsg(context, ret, in split_path()
127 k5_setmsg(context, ret, in split_path()
169 k5_setmsg(context, KRB5_CC_FORMAT, _("%s contains invalid filename"), in read_primary_file()
228 k5_setmsg(context, KRB5_FCC_NOFILE, in verify_dir()
234 k5_setmsg(context, KRB5_CC_FORMAT, in verify_dir()
399 k5_setmsg(context, KRB5_DCC_CANNOT_CREATE, in dcc_gen_new()
H A Dcccursor.c206 k5_setmsg(context, ret, in krb5_cc_cache_match()
276 k5_setmsg(context, KRB5_CC_NOTFOUND, in krb5_cccol_have_content()
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dpwqual_empty.c41 k5_setmsg(context, KADM5_PASS_Q_TOOSHORT, in empty_check()
H A Dpwqual_princ.c53 k5_setmsg(context, KADM5_PASS_Q_DICT, in princ_check()
H A Dpwqual_hesiod.c113 k5_setmsg(context, KADM5_PASS_Q_DICT, in hesiod_check()
/freebsd/crypto/krb5/src/clients/kvno/
H A Dkvno.c240 k5_setmsg(context, ret, _("No begin line not found")); in read_pem_file()
252 k5_setmsg(context, ret, _("No end line found")); in read_pem_file()
263 k5_setmsg(context, ret, _("Unexpected header line")); in read_pem_file()
278 k5_setmsg(context, ret, _("Invalid base64")); in read_pem_file()
/freebsd/crypto/krb5/src/plugins/kdb/lmdb/
H A Dkdb_lmdb.c132 k5_setmsg(context, ret, _("%s (path: %s): %s"), msg, dbc->path, in klerr()
165 k5_setmsg(context, ret, _("Unsupported argument \"%s\" for LMDB"), in configure_context()
522 k5_setmsg(context, ret, _("LMDB file %s does not exist"), dbc->path); in klmdb_open()
594 k5_setmsg(context, ret, _("LMDB file %s already exists"), in klmdb_create()
761 k5_setmsg(context, EINVAL, _("Unsupported argument \"%s\" for lmdb"), in klmdb_put_principal()
/freebsd/crypto/krb5/src/lib/krb5/keytab/
H A Dkt_file.c388 k5_setmsg(context, kerror, in krb5_ktfile_get_entry()
465 k5_setmsg(context, KRB5_KT_IOERR, "Too many keytab iterators active"); in krb5_ktfile_start_seq_get()
537 k5_setmsg(context, KRB5_KT_IOERR, in krb5_ktfile_add()
570 k5_setmsg(context, KRB5_KT_IOERR, in krb5_ktfile_remove()
757 k5_setmsg(context, ENOENT, in krb5_ktfileint_open()

123