Home
last modified time | relevance | path

Searched full:com_err (Results 1 – 25 of 260) sorted by relevance

1234567891011

/freebsd/crypto/krb5/src/util/et/
H A DMakefile.in15 STLIBOBJS=error_message.o et_name.o com_err.o
16 LIBBASE=com_err
27 LINTFILES= error_message.c et_name.c com_err.c
28 LIBOBJS=$(OUTPRE)com_err.$(OBJEXT) \
35 $(srcdir)/com_err.c
57 COM_ERR_HDR=$(BUILDTOP)$(S)include$(S)com_err.h
61 $(COM_ERR_HDR): com_err.h
62 $(CP) com_err.h "$@"
66 com_err.o : com_err.c
93 includes: com_err.h
[all …]
H A Dcom_err.34 .\" util/et/com_err.3
6 .TH COM_ERR 3 "22 Nov 1988" SIPB
8 com_err \- common error display routine
11 #include "com_err.h"
13 void com_err (whoami, code, format, ...);
30 .I Com_err
48 .I com_err
52 .I com_err,
59 .I com_err
75 .I com_err
[all …]
H A Ddeps6 $(top_srcdir)/include/k5-thread.h com_err.h error_message.c \
9 $(top_srcdir)/include/k5-thread.h com_err.h error_table.h \
11 com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
12 $(top_srcdir)/include/k5-thread.h com_err.c com_err.h \
15 $(COM_ERR_DEPS) com_err.h et1.h et2.h t_com_err.c
17 $(COM_ERR_DEPS) com_err.h test1.h test2.h test_et.c
/freebsd/crypto/krb5/src/appl/user_user/
H A Dserver.c30 #include "com_err.h"
62 com_err(argv[0], retval, "while initializing krb5"); in main()
74 com_err("uu-server", errno, "creating socket"); in main()
84 com_err("uu-server", 0, "can't find uu-sample/tcp service"); in main()
92 com_err("uu-server", errno, "binding socket"); in main()
96 com_err("uu-server", errno, "listening"); in main()
104 com_err("uu-server", errno, "accepting"); in main()
117 com_err ("uu-server", retval, "reading pname"); in main()
123 com_err ("uu-server", retval, "reading ticket data"); in main()
129 com_err("uu-server", retval, "getting credentials cache"); in main()
[all …]
H A Dclient.c28 #include "com_err.h"
61 com_err(argv[0], retval, "while initializing krb5"); in main()
92 com_err ("uu-client", errno, "creating socket"); in main()
100 com_err ("uu-client", errno, "binding socket"); in main()
121 com_err ("uu-client", errno, "connecting to \"%s\" (%s).", in main()
130 com_err("uu-client", retval, "getting credentials cache"); in main()
138 com_err("uu-client", retval, "getting principal name"); in main()
144 com_err("uu-client", retval, "printing principal name"); in main()
152 com_err("uu-client", retval, "getting realms for \"%s\"", hname); in main()
169 com_err("uu-client", retval, "setting up tgt server name"); in main()
[all …]
/freebsd/crypto/krb5/src/kprop/
H A Dkprop.c41 #include "com_err.h"
103 com_err(argv[0], retval, _("while initializing krb5")); in main()
157 com_err(progname, errno, _("while getting default realm")); in parse_args()
176 com_err(progname, errno, _("while setting client principal name")); in get_tickets()
185 com_err(progname, errno, _("while setting server principal name")); in get_tickets()
191 com_err(progname, retval, _("while unparsing server name")); in get_tickets()
198 com_err(progname, retval, _("while resolving keytab")); in get_tickets()
206 com_err(progname, retval, _("while getting initial credentials\n")); in get_tickets()
233 com_err(progname, 0, "%s: %s", host, gai_strerror(error)); in open_connection()
242 com_err(progname, errno, _("while creating socket")); in open_connection()
[all …]
H A Dkpropd.c55 #include "com_err.h"
261 com_err(progname, errno, _("while checking if stdin is a socket")); in main()
339 com_err(progname, errno, _("do_iprop failed.\n")); in main()
352 com_err(progname, retval, _("do_iprop failed.\n")); in main()
397 com_err(progname, errno, _("while obtaining socket")); in do_standalone()
403 com_err(progname, errno, _("while setting SO_REUSEADDR option")); in do_standalone()
411 com_err(progname, errno, _("while unsetting IPV6_V6ONLY option")); in do_standalone()
416 com_err(progname, errno, _("while binding listener socket")); in do_standalone()
420 com_err(progname, errno, "in listen call"); in do_standalone()
433 com_err(progname, e, _("while accepting connection")); in do_standalone()
[all …]
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dkdb5_util.c209 * Ensure that "progname" is set before calling com_err. in main()
216 com_err (progname, retval, _("while initializing Kerberos code")); in main()
222 com_err(progname, ENOMEM, _("while creating sub-command arguments")); in main()
239 com_err(progname, ENOMEM, in main()
245 com_err(progname, ENOMEM, in main()
252 com_err(progname, ENOMEM, in main()
263 com_err(progname, retval, in main()
269 com_err(progname, EINVAL, _(": %s is an invalid enctype"), in main()
277 com_err(progname, EINVAL, _(": %s is an invalid mkeyVNO"), in main()
310 com_err(progname, retval, _("while getting default realm")); in main()
[all …]
H A Dkdb5_mkey.c208 com_err(progname, EINVAL, _("%s is an invalid enctype"), in kdb5_add_mkey()
230 com_err(progname, retval, _("while getting master key principal %s"), in kdb5_add_mkey()
246 com_err(progname, ENOMEM, _("while creating new master key")); in kdb5_add_mkey()
254 com_err(progname, retval, in kdb5_add_mkey()
265 com_err(progname, retval, _("while calculating master key salt")); in kdb5_add_mkey()
273 com_err(progname, retval, in kdb5_add_mkey()
283 com_err(progname, retval, in kdb5_add_mkey()
290 com_err(progname, retval, _("while getting current time")); in kdb5_add_mkey()
297 com_err(progname, retval, _("while updating the master key principal " in kdb5_add_mkey()
304 com_err(progname, retval, _("while adding master key entry to the " in kdb5_add_mkey()
[all …]
/freebsd/crypto/krb5/src/clients/kpasswd/
H A Dkpasswd.c30 com_err(program_name, ret, _("when parsing name %s"), pw->pw_name); in get_name_from_passwd_file()
72 com_err(argv[0], ret, _("initializing kerberos library")); in main()
77 com_err(argv[0], ret, _("allocating krb5_get_init_creds_opt")); in main()
93 com_err(argv[0], ret, _("opening default ccache")); in main()
98 com_err(argv[0], ret, _("getting principal from ccache")); in main()
103 com_err(argv[0], ret, _("while setting FAST ccache")); in main()
109 com_err(argv[0], ret, _("closing ccache")); in main()
117 com_err(argv[0], ret, _("parsing client name")); in main()
134 com_err(argv[0], 0, in main()
137 com_err(argv[0], ret, _("getting initial ticket")); in main()
[all …]
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dkadmin.c311 com_err(whoami, retval, _("while initializing krb5 library")); in kadmin_startup()
380 com_err(whoami, retval, _("while parsing keysalts %s"), in kadmin_startup()
430 com_err(whoami, retval, in kadmin_startup()
437 com_err(whoami, retval, _("while opening credentials cache %s"), in kadmin_startup()
467 com_err(whoami, retval, in kadmin_startup()
477 com_err(whoami, retval, _("creating host service principal")); in kadmin_startup()
482 com_err(whoami, retval, in kadmin_startup()
540 com_err(whoami, retval, _("while setting up logging")); in kadmin_startup()
580 com_err(whoami, retval, _("while initializing %s interface"), whoami); in kadmin_startup()
595 com_err(whoami, retval, _("while closing ccache %s"), ccache_name); in kadmin_startup()
[all …]
H A Dkeytab.c76 com_err(whoami, ENOMEM, _("while creating keytab name")); in process_keytab()
81 com_err(whoami, code, _("while opening default keytab")); in process_keytab()
87 com_err(whoami, code, _("while getting keytab name")); in process_keytab()
97 com_err(whoami, ENOMEM, _("while creating keytab name")); in process_keytab()
103 com_err(whoami, code, _("while resolving keytab %s"), name); in process_keytab()
148 com_err("ktadd", retval, _("while parsing keysalts %s"), in kadmin_keytab_add()
181 com_err(whoami, code, _("while expanding expression \"%s\"."), in kadmin_keytab_add()
200 com_err(whoami, code, _("while closing keytab")); in kadmin_keytab_add()
240 com_err(whoami, code, _("while closing keytab")); in kadmin_keytab_remove()
314 com_err(whoami, code, _("while parsing -add principal name %s"), in add_principal()
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_kerb.c11 #include "com_err.h"
30 com_err("krb5_string_to_timestamp", retval, 0); in test_string_to_timestamp()
46 com_err("krb5_425_conv_principal", retval, 0); in test_425_conv_principal()
51 com_err("krb5_unparse_name", retval, 0); in test_425_conv_principal()
73 com_err("krb5_parse_name", retval, 0); in test_524_conv_principal()
78 com_err("krb5_524_conv_principal", retval, 0); in test_524_conv_principal()
97 com_err("krb5_parse_name", retval, 0); in test_parse_name()
102 com_err("krb5_copy_principal", retval, 0); in test_parse_name()
107 com_err("krb5_unparse_name", retval, 0); in test_parse_name()
132 com_err("krb5_parse_name", retval, 0); in test_name_type()
[all …]
/freebsd/contrib/com_err/
H A Dcom_err.340 .Nm com_err ,
57 .Fd #include <com_err.h>
62 .Fn com_err "const char *whoami" "long code" "const char *format" "..."
116 .It Fn com_err "whoami" "code" "format" "..."
133 .Fn com_err ,
150 .Fn com_err
155 .Fa com_err
189 .Fn com_err .
193 .Fn com_err
238 com_err(whoami, TEST_INVAL, "before hook");
[all …]
/freebsd/crypto/krb5/src/appl/simple/client/
H A Dsim_client.c33 #include "com_err.h"
94 com_err(argv[0], retval, "while initializing krb5"); in main()
167 com_err(progname, errno, "opening datagram socket"); in main()
189 com_err(progname, errno, "while binding datagram socket"); in main()
200 com_err(progname, retval, "while getting default ccache"); in main()
207 com_err(progname, retval, "while preparing AP_REQ"); in main()
216 com_err(progname, errno, "while connecting to server"); in main()
222 com_err(progname, errno, "while sending KRB_AP_REQ message"); in main()
232 com_err(progname, errno, "while getting socket name"); in main()
241 com_err(progname, retval, "while setting local port\n"); in main()
[all …]
/freebsd/crypto/krb5/src/clients/ksu/
H A Dmain.c133 com_err(argv[0], retval, _("while initializing krb5")); in main()
139 com_err(argv[0], retval, _("while initializing krb5")); in main()
148 com_err(prog_name, 0, in main()
175 com_err(prog_name, errno, _("while allocating memory")); in main()
188 com_err (prog_name, errno, _("while setting euid to source user")); in main()
211 com_err(prog_name, retval, _("when gathering parameters")); in main()
247 com_err(prog_name, retval, _("when parsing name %s"), optarg); in main()
278 com_err(prog_name, errno, in main()
292 com_err(prog_name, retval, _("when gathering parameters")); in main()
374 com_err(prog_name, retval, _("while getting source cache")); in main()
[all …]
H A Dkrb_auth_su.c51 com_err(prog_name, retval, _("while copying client principal")); in krb5_auth_check()
56 com_err(prog_name, retval, _("while copying client principal")); in krb5_auth_check()
63 com_err(prog_name, retval, _("while creating tgt for local realm")); in krb5_auth_check()
77 com_err(prog_name, retval, _("while retrieving creds from cache")); in krb5_auth_check()
88 com_err("ksu", errno, _("while switching to target uid")); in krb5_auth_check()
107 com_err("ksu", errno, _("while reclaiming root uid")); in krb5_auth_check()
126 com_err(prog_name, retval, _("while verifying ticket for server")); in krb5_auth_check()
157 com_err (prog_name, code, _("when unparsing name")); in ksu_get_tgt_via_passwd()
164 com_err(prog_name, code, _("while getting time of day")); in ksu_get_tgt_via_passwd()
181 com_err(prog_name, code, _("while reading password for '%s'\n"), in ksu_get_tgt_via_passwd()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_util.c256 * Ensure that "progname" is set before calling com_err. in main()
264 com_err(progname, retval, _("while initializing Kerberos code")); in main()
271 com_err(progname, ENOMEM, _("while creating sub-command arguments")); in main()
294 com_err(progname, retval, in main()
301 com_err(progname, EINVAL, in main()
310 com_err(progname, EINVAL, in main()
329 com_err(progname, ENOMEM, _("while reading ldap parameters")); in main()
337 com_err(progname, ENOMEM, _("while reading ldap parameters")); in main()
345 com_err(progname, ENOMEM, _("while reading ldap parameters")); in main()
395 com_err (progname, retval, _("while getting default realm")); in main()
[all …]
H A Dkdb5_ldap_services.c123 com_err(me, ENOMEM, in kdb5_ldap_stash_service_password()
130 com_err(me, ENOMEM, in kdb5_ldap_stash_service_password()
141 com_err(me, ENOMEM, _("while setting service object password")); in kdb5_ldap_stash_service_password()
148 com_err(me, ret, _("while getting service password filename")); in kdb5_ldap_stash_service_password()
169 com_err(me, ret, _("while setting service object password")); in kdb5_ldap_stash_service_password()
185 com_err(me, ret, _("Failed to convert the password to hexadecimal")); in kdb5_ldap_stash_service_password()
195 com_err(me, errno, _("Failed to open file %s: %s"), file_name, in kdb5_ldap_stash_service_password()
216 com_err(me, errno, in kdb5_ldap_stash_service_password()
222 com_err(me, errno, in kdb5_ldap_stash_service_password()
239 com_err(me, ENOMEM, _("while setting service object password")); in kdb5_ldap_stash_service_password()
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/
H A Dsecurid2.c107 com_err("krb5kdc", retval, in get_securid_key()
114 com_err("krb5kdc", retval, in get_securid_key()
242 com_err("krb5kdc", retval, "while encrypting nonce track data"); in get_securid_edata_2()
251 com_err("krb5kdc", retval, in get_securid_edata_2()
262 com_err("krb5kdc", retval, in get_securid_edata_2()
300 com_err("krb5kdc", retval, in verify_securid_data_2()
319 com_err("krb5kdc", retval, in verify_securid_data_2()
328 com_err("krb5kdc", retval, in verify_securid_data_2()
342 com_err("krb5kdc", retval, in verify_securid_data_2()
349 com_err("krb5kdc", retval, in verify_securid_data_2()
[all …]
/freebsd/crypto/heimdal/lib/com_err/
H A DChangeLog25 * com_err.3: Document the _r functions.
29 * com_err.h: Include <stdarg.h> for va_list to help AIX 5.2.
68 * com_err.h: de-__P
85 * com_err.c (error_message): do not call strerror with a negative error
93 * com_err.h (add_to_error_table): add prototype
94 * com_err.c (add_to_error_table): new function, from Derrick J
99 * com_err.h: add printf formats for gcc
107 * com_err.c (default_proc): add printf attributes
119 * com_err.c (_et_lit): explicitly initialize it to NULL to make
124 * com_err.h: remove __P definition (now in com_right.h). this
[all …]
/freebsd/crypto/krb5/src/clients/kvno/
H A Dkvno.c61 #include <com_err.h>
316 com_err(prog, ret, _("while parsing principal name %s"), name); in kvno()
324 com_err(prog, ret, _("while formatting parsed principal name for " in kvno()
337 com_err(prog, ret, in kvno()
354 com_err(prog, ret, _("while getting credentials for %s"), princ); in kvno()
361 com_err(prog, ret, _("while decoding ticket for %s"), princ); in kvno()
372 com_err(prog, ret, _("while decrypting ticket for %s"), princ); in kvno()
396 com_err(prog, ret, _("%s: constrained delegation failed"), in kvno()
479 com_err(prog, ret, _("while initializing krb5 library")); in do_v5_kvno()
486 com_err(prog, ret, _("while converting etype")); in do_v5_kvno()
[all …]
/freebsd/crypto/krb5/src/clients/kdestroy/
H A Dkdestroy.c29 #include <com_err.h>
71 com_err(progname, ret, _("while listing credential caches")); in print_remaining_cc_warning()
150 com_err(progname, ret, _("while initializing krb5")); in main()
157 com_err(progname, code, _("while setting default cache name")); in main()
165 com_err(progname, code, _("while listing credential caches")); in main()
172 com_err(progname, code, _("composing ccache name")); in main()
177 com_err(progname, code, _("while destroying cache %s"), in main()
190 com_err(progname, code, _("while parsing principal name %s"), in main()
196 com_err(progname, code, _("while finding cache for %s"), in main()
204 com_err(progname, code, _("while resolving ccache")); in main()
[all …]
/freebsd/lib/libcom_err/
H A DMakefile4 LIB= com_err
5 SRCS= com_err.c error.c
6 INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
7 MAN= com_err.3
8 COM_ERRDIR= ${SRCTOP}/contrib/com_err
/freebsd/krb5/util/et/
H A DMakefile14 LIB= com_err
21 SRCS= com_err.c \
27 INCS= com_err.h
29 MAN= com_err.3
31 # NOTES: com_err.h is copied to ../include

1234567891011