HomeSort by relevance Sort by last modified time
    Searched full:auth1 (Results 1 - 8 of 8) sorted by null

  /external/openssh/openbsd-compat/
port-aix.c 114 * Test specifically for the case where SYSTEM == NONE and AUTH1 contains
116 * configured the account for purely AUTH1-type authentication.
118 * Since authenticate() doesn't check AUTH1, and sshd can't sanely support
119 * AUTH1 itself, in such a case authenticate() will allow access without
122 * (The native tools, eg login, will process the AUTH1 list in addition to
123 * the SYSTEM list by using ckuserID(), however ckuserID() and AUTH1 methods
132 char *auth1, *sys, *p; local
145 if (getuserattr((char *)user, S_AUTH1, &auth1, SEC_LIST) != 0) {
146 logit("Can't retrieve attribute auth1 for %s: %.100s",
151 p = auth1;
    [all...]
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 79 .WillOnce(Return("auth1"));
87 EXPECT_STREQ("auth1", state.auth_token().c_str());
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 338 final String authority1 = "auth1";
359 + "<authority id=\"0\" user=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" >"
402 + "<authority id=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
425 + "<authority id=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\">\n"
459 final String authority1 = "auth1";
476 + "<authority id=\"0\" user=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
509 + "<authority id=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
532 + "<authority id=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\">\n"
569 + "<authority id=\"0\" user=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
570 + "<authority id=\"1\" user=\"1\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n
    [all...]
  /external/openssh/
Android.mk 112 auth.c auth1.c auth2.c auth-options.c session.c \
auth1.c 1 /* $OpenBSD: auth1.c,v 1.75 2010/08/31 09:58:37 djm Exp $ */
Makefile.in 83 auth.o auth1.o auth2.o auth-options.o session.o \
ChangeLog     [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 2095 net::AuthCredentials auth1; local
    [all...]

Completed in 308 milliseconds