Searched refs:authlist (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshconnect2.c321 char *authlist; member in struct:Authctxt
378 static Authmethod *authmethod_get(char *authlist);
470 authctxt.authlist = NULL;
493 userauth(Authctxt *authctxt, char *authlist) argument
502 if (authlist == NULL) {
503 authlist = authctxt->authlist;
505 if (authctxt->authlist)
506 xfree(authctxt->authlist);
507 authctxt->authlist
598 char *authlist = NULL; local
2010 authmethod_get(char *authlist) argument
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dssh.h108 const char *authlist; /* List of auth. methods, managed by libssh2 */ member in struct:ssh_conn
H A Dssh.c751 sshc->authlist = libssh2_userauth_list(sshc->ssh_session,
755 if(!sshc->authlist) {
768 sshc->authlist);
781 (strstr(sshc->authlist, "publickey") != NULL)) {
873 (strstr(sshc->authlist, "password") != NULL)) {
902 (strstr(sshc->authlist, "hostbased") != NULL)) {
917 && (strstr(sshc->authlist, "publickey") != NULL)) {
1005 && (strstr(sshc->authlist, "keyboard-interactive") != NULL)) {
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1750 struct authlist {
1760 struct authlist AuthList[] = {
1775 struct authlist *c;
1791 struct authlist *c;
1799 c = (struct authlist *)
1800 genget(argv[1], (char **) AuthList, sizeof(struct authlist));
1742 struct authlist { struct
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1863 struct authlist {
1877 struct authlist AuthList[] = {
1892 struct authlist *c;
1908 struct authlist *c;
1916 c = (struct authlist *)
1917 genget(argv[1], (char **) AuthList, sizeof(struct authlist));
1855 struct authlist { struct

Completed in 164 milliseconds