Searched refs:userauth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.h92 int (*userauth)(Authctxt *authctxt); member in struct:Authmethod
H A Dsshconnect2.c334 int (*userauth)(Authctxt *authctxt); member in struct:Authmethod
371 void userauth(Authctxt *, char *);
441 packet_put_cstring("ssh-userauth");
475 fatal("ssh_userauth2: internal error: cannot send userauth none request");
477 /* initial userauth request */
493 userauth(Authctxt *authctxt, char *authlist) function
520 if (method->userauth(authctxt) != 0) {
612 userauth(authctxt, authlist);
683 userauth(authctxt, NULL);
831 userauth(authctx
[all...]
H A Dauth2.c195 if (strcmp(service, "ssh-userauth") == 0) {
231 debug("userauth-request for user %s service %s method %s", user, service, method);
289 authenticated = m->userauth(authctxt);
356 /* turn off userauth */

Completed in 177 milliseconds