Lines Matching refs:debug
101 debug(DBG_AUTH, "open /mnt/factotum/rpc: %r\n"); in dorsa()
105 debug(DBG_AUTH, "auth_allocrpc: %r\n"); in dorsa()
110 debug(DBG_AUTH, "auth_rpc start failed: %r\n"); in dorsa()
117 debug(DBG_AUTH, "trying factotum rsa keys\n"); in dorsa()
119 debug(DBG_AUTH, "try %s\n", (char*)rpc->arg); in dorsa()
132 debug(DBG_AUTH, "\tmptoa failed: %r\n"); in dorsa()
136 debug(DBG_AUTH, "\tauth_rpc write failed: %r\n"); in dorsa()
142 debug(DBG_AUTH, "\tauth_rpc read failed: %r\n"); in dorsa()
147 debug(DBG_AUTH, "\tdecr %s failed\n", rpc->arg); in dorsa()
150 debug(DBG_AUTH, "\tdecrypted %B\n", decr); in dorsa()
153 debug(DBG_AUTH, "\tunpad %B failed\n", decr); in dorsa()
157 debug(DBG_AUTH, "\tunpadded %B\n", unpad); in dorsa()
178 debug(DBG_AUTH, "agent allocated\n"); in startagent()
182 debug(DBG_AUTH, "agent failed to allocate\n"); in startagent()
205 debug(DBG_AUTH, "agent data\n"); in handleagentmsg()
206 debug(DBG_AUTH, "\t%.*H\n", (int)(m->ep - m->rp), m->rp); in handleagentmsg()
275 debug(DBG_AUTH, "unknown msg type\n"); in handlefullmsg()
277 debug(DBG_AUTH, "agent sending failure\n"); in handlefullmsg()
287 debug(DBG_AUTH, "agent request identities\n"); in handlefullmsg()
305 debug(DBG_AUTH, "\t%B %B %s\n", k[i].ek, k[i].mod, k[i].comment); in handlefullmsg()
326 debug(DBG_AUTH, "agent challenge %B %B %B %ud (%p %p)\n", in handlefullmsg()
342 debug(DBG_AUTH, "digest %.16H\n", digest); in handlefullmsg()
384 debug(DBG_AUTH, "agent open %d\n", remote); in handleagentopen()
396 debug(DBG_AUTH, "\tremote %d is local %d\n", remote, i); in handleagentopen()
415 debug(DBG_AUTH, "agent close %d\n", local); in handleagentieof()
417 debug(DBG_AUTH, "\tlocal %d is remote %d\n", local, achan[local].chan); in handleagentieof()
440 debug(DBG_AUTH, "agent close %d\n", local); in handleagentoclose()
442 debug(DBG_AUTH, "\tlocal %d is remote %d\n", local, achan[local].chan); in handleagentoclose()