Home
last modified time | relevance | path

Searched refs:krb5_warnx (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/crypto/heimdal/kadmin/
H A Dadd_enctype.c54 krb5_warnx (context, "only random key is supported now"); in add_enctype()
63 krb5_warnx (context, "out of memory"); in add_enctype()
70 krb5_warnx (context, "bad enctype \"%s\"", argv[i]); in add_enctype()
85 krb5_warnx (context, "no such principal: %s", princ_name); in add_enctype()
92 krb5_warnx (context, "out of memory"); in add_enctype()
101 krb5_warnx(context, "enctype %d already exists", in add_enctype()
120 krb5_warnx(context, "genernate enctype %d failed", (int)etypes[i]); in add_enctype()
H A Ddel_enctype.c58 krb5_warnx (context, "out of memory"); in del_enctype()
65 krb5_warnx (context, "bad enctype \"%s\"", argv[i]); in del_enctype()
80 krb5_warnx (context, "no such principal: %s", princ_name); in del_enctype()
86 krb5_warnx (context, "out of memory"); in del_enctype()
H A Dserver.c84 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
108 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
139 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
171 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
199 krb5_warnx(contextp->context, "%s: %s %s -> %s", in kadmind_dispatch()
232 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
324 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
360 krb5_warnx(contextp->context, "%s: %s %s", client, op, name); in kadmind_dispatch()
417 krb5_warnx(contextp->context, "%s: %s %s", client, op, in kadmind_dispatch()
441 krb5_warnx(contextp->context, "%s: UNKNOWN OP %d", client, cmd); in kadmind_dispatch()
H A Dstash.c50 krb5_warnx(context, "stash is only available in local (-l) mode"); in stash()
89 krb5_warnx(context, "end of file reading passphrase"); in stash()
126 krb5_warnx(context, "writing key to \"%s\"", opt->key_file_string); in stash()
H A Dkadm_conn.c51 krb5_warnx(contextp, "failed to allocate %lu bytes\n", in add_kadm_port()
151 krb5_warnx(contextp, "connection from %s", buf); in spawn_child()
206 krb5_warnx(contextp, "select returned 0"); in wait_for_connection()
262 krb5_warnx(contextp, "failed to reallocate %lu bytes", in start_server()
H A Dcheck.c90 krb5_warnx(context, in do_check_entry()
120 krb5_warnx(context, "malloc"); in check()
223 krb5_warnx(context, "afs@REALM and afs/cellname@REALM both exists"); in check()
H A Dinit.c129 krb5_warnx(context, "init is only available in local (-l) mode"); in init()
135 krb5_warnx (context, "unable to parse \"%s\"", in init()
142 krb5_warnx (context, "unable to parse \"%s\"", in init()
H A Dutil.c445 krb5_warnx (contextp, "unable to parse `%s'", max_ticket_life); in set_entry()
452 krb5_warnx (contextp, "unable to parse `%s'", max_renewable_life); in set_entry()
460 krb5_warnx (contextp, "unable to parse `%s'", expiration); in set_entry()
467 krb5_warnx (contextp, "unable to parse `%s'", pw_expiration); in set_entry()
474 krb5_warnx (contextp, "unable to parse `%s'", attributes); in set_entry()
H A Dpw_quality.c55 krb5_warnx(context, "kadm5_check_password_quality: %s", s); in password_quality()
H A Ddump.c48 krb5_warnx(context, "dump is only available in local (-l) mode"); in dump()
/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c71 krb5_warnx(context, "%s: failed to parse \"%s\" as size", path, data); in check_bytes()
81 krb5_warnx(context, "%s: failed to parse \"%s\" as time", path, data); in check_time()
95 krb5_warnx(context, "%s: over/under flow for \"%s\"", in check_numeric()
100 krb5_warnx(context, "%s: failed to parse \"%s\" as a number", in check_numeric()
119 krb5_warnx(context, "%s: failed to parse \"%s\" as a boolean", in check_boolean()
124 krb5_warnx(context, "%s: numeric value \"%s\" is treated as \"true\"", in check_boolean()
138 krb5_warnx(context, "%s: didn't contain a valid option `%s'", in check_524()
199 krb5_warnx(context, "%s: failed to parse port number in %s", in check_host()
212 krb5_warnx(context, "%s: %s (%s)", path, gai_strerror(ret), hostname); in check_host()
222 krb5_warnx(context, "%s is only used by MIT Kerberos", path); in mit_entry()
[all …]
H A Daes-test.c234 krb5_warnx(context, "%d: pbkdf2", i); in string_to_key_test()
262 krb5_warnx(context, "%d: key wrong length (%lu/%lu)", in string_to_key_test()
270 krb5_warnx(context, "%d: key wrong", i); in string_to_key_test()
311 krb5_warnx(context, "clear text not same"); in krb_enc()
543 krb5_warnx(context, "clear text not same"); in krb_enc_mit()
554 krb5_warnx(context, "c_encrypt_length wrong %lu != %lu", in krb_enc_mit()
H A Dget_port.c46 krb5_warnx(context, "%s/%s unknown service, using default port %d", in krb5_getportbyname()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c245 krb5_warnx(context, "slave %s dead", s->name); in slave_dead()
288 krb5_warnx (context, "add_slave: no memory"); in add_slave()
326 krb5_warnx (context, "%s not in acl", s->name); in add_slave()
342 krb5_warnx (context, "second connection from %s", s->name); in add_slave()
348 krb5_warnx (context, "connection from %s", s->name); in add_slave()
473 krb5_warnx(context, "slave %s missing, sending AYT", s->name); in send_are_you_there()
482 krb5_warnx (context, "are_you_there: krb5_data_alloc"); in send_are_you_there()
514 krb5_warnx(context, "slave %s in sync already at version %ld", in send_diffs()
524 krb5_warnx(context, "sending complete log to fresh slave %s", in send_diffs()
543 krb5_warnx(context, in send_diffs()
[all …]
H A Dpassword_quality.c289 krb5_warnx(context, "failed to open `%s'", check_library); in kadm5_setup_passwd_quality_check()
294 krb5_warnx(context, in kadm5_setup_passwd_quality_check()
300 krb5_warnx(context, in kadm5_setup_passwd_quality_check()
308 krb5_warnx(context, in kadm5_setup_passwd_quality_check()
329 krb5_warnx(context, "failed to open `%s'", check_library); in add_verifier()
334 krb5_warnx(context, in add_verifier()
341 krb5_warnx(context, in add_verifier()
352 krb5_warnx(context, "password verifier library `%s' is already loaded", in add_verifier()
360 krb5_warnx(context, "out of memory"); in add_verifier()
H A Dipropd_slave.c66 krb5_warnx(context, "Failed to get address of to %s: %s", in connect_to_master()
87 krb5_warnx(context, "connection successful " in connect_to_master()
254 krb5_warnx (context, "replaying entry %d", (int)vers); in receive_loop()
260 krb5_warnx (context, in receive_loop()
356 krb5_warnx(context, "receive complete database"); in receive_everything()
449 krb5_warnx(context, "receive complete database, version %ld", (long)vno); in receive_everything()
617 krb5_warnx(context, "sleeping %d seconds before " in main()
644 krb5_warnx(context, "ipropd-slave started at version: %ld", in main()
715 krb5_warnx (context, "Ignoring command %d", tmp); in main()
724 krb5_warnx (context, "disconnected for server"); in main()
[all …]
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c136 krb5_warnx (context, "Out of memory generating error reply"); in make_result()
302 krb5_warnx (context, in change()
324 krb5_warnx (context, "kadm5_init_with_password_ctx: unknown proto"); in change()
372 krb5_warnx (context, in change()
379 krb5_warnx (context, "Changing password for %s", client); in change()
391 krb5_warnx (context, "%s is changing password for %s", admin, client); in change()
409 krb5_warnx(context, "kadm5_s_chpass_principal_cond: %s", str); in change()
466 krb5_warnx (context, "Strange len: %ld != %ld", in verify()
471 krb5_warnx (context, "Request is error packet (ap_req_len == 0)"); in verify()
476 krb5_warnx (context, "Bad version (%d)", pkt_ver); in verify()
[all …]
/freebsd/crypto/heimdal/appl/kf/
H A Dkfd.c214 krb5_warnx(context, "getpwnam: %s failed",(char *)(remotename.data)); in proto()
222 krb5_warnx(context, "krb5_kuserok: permission denied"); in proto()
259 krb5_warnx(context, "%s forwarded ticket to %s,%s", in proto()
265 krb5_warnx(context, "failed"); in proto()
/freebsd/crypto/heimdal/admin/
H A Dget.c107 krb5_warnx(context, "malloc failed"); in kt_get()
116 krb5_warnx(context, "unrecognized enctype: %s", in kt_get()
189 krb5_warnx(context, "%s: disallow-all-tix flag set - clearing", argv[a]); in kt_get()
H A Dpurge.c115 krb5_warnx(context, "unparasable time `%s'", opt->age_string); in kt_purge()
146 krb5_warnx (context, "ignoring extra entry"); in kt_purge()
H A Dremove.c69 krb5_warnx(context, in kt_remove()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c138 krb5_warnx(context, "hdb-sqlite: prepare busy"); in hdb_sqlite_prepare_stmt()
176 krb5_warnx(context, "hdb-sqlite: exec busy: %d", (int)getpid()); in hdb_sqlite_exec_stmt()
234 krb5_warnx(context, "hdb-sqlite: step busy: %d", (int)getpid()); in hdb_sqlite_step()
605 krb5_warnx(context, "hdb-sqlite: COMMIT problem: %d: %s", in hdb_sqlite_store()
612 krb5_warnx(context, "hdb-sqlite: store rollback problem: %d: %s", in hdb_sqlite_store()
770 krb5_warnx(context, "hdb_sqlite_rename"); in hdb_sqlite_rename()
H A Dhdb.c313 krb5_warnx(context, "error trying to load dynamic module %s: %s\n", in find_dynamic_method()
325 krb5_warnx(context, "error finding symbol %s in %s: %s\n", in find_dynamic_method()
337 krb5_warnx(context, in find_dynamic_method()
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c528 krb5_warnx(context, "Not interactive, failed to get initial ticket"); in get_new_tickets()
587 krb5_warnx(context, N_("NOTICE: ticket lifetime is %s", ""), life); in get_new_tickets()
595 krb5_warnx(context, in get_new_tickets()
904 krb5_warnx(context, N_("permission denied: %s", ""), argv[1]); in main()
906 krb5_warnx(context, N_("command not found: %s", ""), argv[1]); in main()
H A Dkcc.c153 krb5_warnx(kcc_context, "unrecognized command: %s", argv[0]); in main()

123