Mercurial > dropbear
comparison auth.h @ 57:3b2a5a1c4347 authpam
svr-authpam code merged and works. needs tidying a log
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 08 Aug 2004 16:57:37 +0000 |
parents | 4b53a43f0082 |
children | aad4b3f58556 |
comparison
equal
deleted
inserted
replaced
56:6f091656c100 | 57:3b2a5a1c4347 |
---|---|
34 void recv_msg_userauth_request(); | 34 void recv_msg_userauth_request(); |
35 void send_msg_userauth_failure(int partial, int incrfail); | 35 void send_msg_userauth_failure(int partial, int incrfail); |
36 void send_msg_userauth_success(); | 36 void send_msg_userauth_success(); |
37 void svr_auth_password(); | 37 void svr_auth_password(); |
38 void svr_auth_pubkey(); | 38 void svr_auth_pubkey(); |
39 void svr_auth_pam(); | |
39 | 40 |
40 /* Client functions */ | 41 /* Client functions */ |
41 void recv_msg_userauth_failure(); | 42 void recv_msg_userauth_failure(); |
42 void recv_msg_userauth_success(); | 43 void recv_msg_userauth_success(); |
43 void recv_msg_userauth_pk_ok(); | 44 void recv_msg_userauth_pk_ok(); |