auth-pam.c | 131 int pam_csock; member in struct:pam_ctxt 196 close(ctx->pam_csock); 197 ctx->pam_csock = -1; 369 if (ssh_msg_send(ctxt->pam_csock, 372 if (ssh_msg_recv(ctxt->pam_csock, &buffer) == -1) 381 if (ssh_msg_send(ctxt->pam_csock, 384 if (ssh_msg_recv(ctxt->pam_csock, &buffer) == -1) 393 if (ssh_msg_send(ctxt->pam_csock, 400 if (ssh_msg_send(ctxt->pam_csock, 510 ssh_msg_send(ctxt->pam_csock, sshpam_err, &buffer) [all...] |