Home | History | Annotate | Download | only in dropbear

Lines Matching full:trace

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