Searched refs:userauth (Results 1 – 4 of 4) sorted by relevance
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | Makefile | 14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl 19 $(CC) -I.. userauth.c -o userauth 24 /bin/rm -f userauth proxy relay
|
| /freebsd/crypto/openssh/ |
| H A D | sshconnect2.c | 344 int (*userauth)(struct ssh *ssh); member 374 void userauth(struct ssh *, char *); 524 userauth(struct ssh *ssh, char *authlist) in userauth() function 551 if (method->userauth(ssh) != 0) { in userauth() 643 userauth(ssh, authlist); in input_userauth_failure() 749 userauth(ssh, NULL); in input_userauth_pk_ok() 908 userauth(ssh, NULL); in input_gssapi_response() 921 userauth(ssh, NULL); in input_gssapi_response() 954 userauth(ssh, NULL); in input_gssapi_token()
|
| H A D | auth.h | 115 int (*userauth)(struct ssh *, const char *); member
|
| H A D | auth2.c | 197 if (strcmp(service, "ssh-userauth") == 0) { in input_service_request() 284 debug("userauth-request for user %s service %s method %s", user, service, method); in input_userauth_request() 346 authenticated = m->userauth(ssh, method); in input_userauth_request() 432 /* turn off userauth */ in userauth_finish()
|