comparison auth.h @ 122:cb7ef2f63bf0 private-rez

propagate of f51a272341ee12268fe7028bc2f2bad66c603069 and ab35ee4292ea910d4871c3609d6100fe34300720 from branch 'matt.dbclient.rez' to 'matt.dbclient.work'
author Matt Johnston <matt@ucc.asn.au>
date Tue, 14 Sep 2004 13:09:29 +0000
parents 3b2a5a1c4347
children aad4b3f58556
comparison
equal deleted inserted replaced
120:18b261b1dea2 122:cb7ef2f63bf0
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();