Home
last modified time | relevance | path

Searched refs:authlist (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dsshconnect2.c335 char *authlist; member
456 authctxt.authlist = NULL; in ssh_userauth2()
549 if (authlist == NULL) { in userauth()
550 authlist = authctxt->authlist; in userauth()
553 authctxt->authlist = authlist; in userauth()
613 free(authctxt->authlist); in input_userauth_success()
643 char *authlist = NULL; in input_userauth_failure() local
662 userauth(ssh, authlist); in input_userauth_failure()
663 authlist = NULL; in input_userauth_failure()
665 free(authlist); in input_userauth_failure()
[all …]
/freebsd-13.1/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1742 struct authlist { struct
1752 struct authlist AuthList[] = { argument
1767 struct authlist *c; in auth_help()
1783 struct authlist *c; in auth_cmd()
1791 c = (struct authlist *) in auth_cmd()
1792 genget(argv[1], (char **) AuthList, sizeof(struct authlist)); in auth_cmd()
/freebsd-13.1/contrib/telnet/telnet/
H A Dcommands.c1842 struct authlist { struct
1856 struct authlist AuthList[] = { argument
1871 struct authlist *c; in auth_help()
1887 struct authlist *c; in auth_cmd()
1895 c = (struct authlist *) in auth_cmd()
1896 genget(argv[1], (char **) AuthList, sizeof(struct authlist)); in auth_cmd()