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

/macosx-10.10/OpenSSH-189/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.10/curl-83.1.2/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) {
774 sshc->authlist);
787 (strstr(sshc->authlist, "publickey") != NULL)) {
879 (strstr(sshc->authlist, "password") != NULL)) {
908 (strstr(sshc->authlist, "hostbased") != NULL)) {
923 && (strstr(sshc->authlist, "publickey") != NULL)) {
1012 && (strstr(sshc->authlist, "keyboard-interactive") != NULL)) {
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbItem.h201 bool SecDbItemInsertOrReplace(SecDbItemRef item, SecDbConnectionRef dbconn, CFMutableArrayRef authlist, CFErrorRef *error, void(^duplicate)(SecDbItemRef item, SecDbItemRef *replace));
203 bool SecDbItemInsert(SecDbItemRef item, SecDbConnectionRef dbconn, CFMutableArrayRef authlist, CFErrorRef *error);
H A DSecDbItem.c1259 bool SecDbItemInsertOrReplace(SecDbItemRef item, SecDbConnectionRef dbconn, CFMutableArrayRef authlist, CFErrorRef *error, void(^duplicate)(SecDbItemRef item, SecDbItemRef *replace)) { argument
1265 CFRetainAssign(query->q_required_access_controls, authlist);
1307 bool SecDbItemInsert(SecDbItemRef item, SecDbConnectionRef dbconn, CFMutableArrayRef authlist, CFErrorRef *error) { argument
1308 return SecDbItemInsertOrReplace(item, dbconn, authlist, error, ^(SecDbItemRef old_item, SecDbItemRef *replace) {
/macosx-10.10/Heimdal-398.1.2/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.10/remote_cmds-47/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 227 milliseconds