Lines Matching refs:TRACE
63 TRACE(("enter pubkeyauth")) in svr_auth_pubkey()
130 TRACE(("leave pubkeyauth")) in svr_auth_pubkey()
139 TRACE(("enter send_msg_userauth_pk_ok")) in send_msg_userauth_pk_ok()
147 TRACE(("leave send_msg_userauth_pk_ok")) in send_msg_userauth_pk_ok()
163 TRACE(("enter checkpubkey")) in checkpubkey()
175 TRACE(("bad authorized_keys permissions, or file doesn't exist")) in checkpubkey()
193 TRACE(("checkpubkey: opened authorized_keys OK")) in checkpubkey()
202 TRACE(("checkpubkey: authorized_keys EOF reached")) in checkpubkey()
207 TRACE(("checkpubkey: line too short")) in checkpubkey()
220 TRACE(("checkpubkey: space character expected, isn't there")) in checkpubkey()
232 TRACE(("checkpubkey: line pos = %d len = %d", line->pos, line->len)) in checkpubkey()
251 TRACE(("leave checkpubkey: ret=%d", ret)) in checkpubkey()
267 TRACE(("enter checkpubkeyperms")) in checkpubkeyperms()
305 TRACE(("leave checkpubkeyperms")) in checkpubkeyperms()
316 TRACE(("enter checkfileperm(%s)", filename)) in checkfileperm()
319 TRACE(("leave checkfileperm: stat() != 0")) in checkfileperm()
326 TRACE(("wrong ownership")) in checkfileperm()
331 TRACE(("wrong perms")) in checkfileperm()
338 TRACE(("leave checkfileperm: failure perms/owner")) in checkfileperm()
342 TRACE(("leave checkfileperm: success")) in checkfileperm()