Home
last modified time | relevance | path

Searched refs:kcm_log (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/heimdal/kcm/
H A Drenew.c54 kcm_log(0, "Refresh credentials requested but no client principal"); in kcm_ccache_refresh()
69 kcm_log(0, "Failed to copy service principal: %s", in kcm_ccache_refresh()
78 kcm_log(0, "Failed to make TGS principal for realm %s: %s", in kcm_ccache_refresh()
101 kcm_log(0, "Failed to renew credentials for cache %s: %s", in kcm_ccache_refresh()
111 kcm_log(0, "Failed to store credentials for cache %s: %s", in kcm_ccache_refresh()
H A Dacquire.c66 kcm_log(0, "Cannot acquire initial credentials for cache %s without key", in kcm_ccache_acquire()
80 kcm_log(0, "Failed to unparse service principal name for cache %s: %s", in kcm_ccache_acquire()
117 kcm_log(0, "Failed to acquire credentials for cache %s: %s", in kcm_ccache_acquire()
132 kcm_log(0, "Failed to store credentials for cache %s: %s", in kcm_ccache_acquire()
H A Dclient.c49 kcm_log(1, "Failed to resolve cache %s: %s", in kcm_ccache_resolve_client()
73 kcm_log(1, "Failed to resolve cache %s: %s", in kcm_ccache_destroy_client()
130 kcm_log(1, "Failed to initialize cache %s: %s", in kcm_ccache_new_client()
142 kcm_log(1, "Failed to empty cache %s: %s", in kcm_ccache_new_client()
H A Devents.c80 kcm_log(7, "%s event %08x: fire_time %s fire_count %d expire_time %s " in log_event()
216 kcm_log(0, "Cannot acquire credentials without a key"); in kcm_ccache_make_default_event()
373 kcm_log(0, "%s credentials in cache %s for principal %s", in kcm_fire_event()
418 kcm_log(1, "Could not fire event for cache %s: %s", in kcm_run_events()
424 kcm_log(1, "Could not expire event for cache %s: %s", in kcm_run_events()
H A Dconnect.c58 kcm_log(1, "malformed request from process %d (too short)", in kcm_service()
69 kcm_log(1, "incorrect protocol version %d.%d from process %d", in kcm_service()
H A Dkcm_locl.h47 kcm_log(1, "%s request by process %d/uid %d", \
52 kcm_log(1, "%s request for cache %s by process %d/uid %d", \
H A Dsessions.c45 kcm_log(1, "monitor session: %d\n", session_id); in kcm_session_add()
H A Dlog.c77 kcm_log(int level, const char *fmt, ...) in kcm_log() function
H A Dacl.c139 kcm_log(2, "Process %d is not permitted to call %s on cache %s", in kcm_access()
H A Dkcm-protos.h235 kcm_log (
H A Dprotocol.c1759 kcm_log(0, "Client had invalid process number"); in kcm_dispatch()
1766 kcm_log(0, "Process %d: failed to initialize storage from data", in kcm_dispatch()
1774 kcm_log(0, "Process %d: didn't send a message", client->pid); in kcm_dispatch()
1779 kcm_log(0, "Process %d: invalid operation code %d", in kcm_dispatch()
1786 kcm_log(0, "Process %d: operation code %s not implemented", in kcm_dispatch()
H A Dcache.c158 kcm_log(7, "cache %08x: empty slot"); in kcm_debug_ccache()
172 kcm_log(7, "cache %08x: name %s refcnt %d flags %04x mode %04o " in kcm_debug_ccache()
/freebsd/crypto/heimdal/
H A DChangeLog.2005795 * kcm/connect.c: fix arguments to kcm_log() when reporting