HomeSort by relevance Sort by last modified time
    Searched refs:username (Results 26 - 50 of 636) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
proxy-tlsuser.d 3 Help: TLS username for HTTPS proxy
socks5-basic.d 2 Help: Enable username/password auth for SOCKS5 proxies
5 Tells curl to use username/password authentication when connecting to a SOCKS5
6 proxy. The username/password authentication is enabled by default. Use
tlsuser.d 6 Set username for use with the TLS authentication method specified with
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.h 17 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len);
18 int mschapv2_derive_response(const u8 *username, size_t username_len,
  /system/tpm/attestation/server/
mock_key_store.h 35 bool(const std::string& username,
39 bool(const std::string& username,
43 bool(const std::string& username, const std::string& name));
45 bool(const std::string& username,
48 bool(const std::string& username,
56 bool(const std::string& username,
pkcs11_key_store.h 51 bool Read(const std::string& username,
54 bool Write(const std::string& username,
57 bool Delete(const std::string& username,
59 bool DeleteByPrefix(const std::string& username,
61 bool Register(const std::string& username,
68 bool RegisterCertificate(const std::string& username,
81 // Gets a slot for the given |username| if |is_user_specific| or the system
83 bool GetUserSlot(const std::string& username, CK_SLOT_ID_PTR slot);
  /external/ltp/testcases/commands/sssd/
sssd03 33 sss_usermod -s $line_shell $username
34 getent passwd $username@LOCAL | grep "$line_shell" >/dev/null 2>&1
58 sss_usermod -s $LTPTMP/noshell $username
59 getent passwd $username@LOCAL | grep "$LTPTMP/noshell" >/dev/null 2>&1
82 sss_usermod -s $LTPTMP/noshell $username
89 getent passwd $username@LOCAL | grep "/bin/sh" >/dev/null 2>&1
113 sss_usermod -s $LTPTMP/noshell $username
120 getent passwd $username@LOCAL | grep "$line_shell" >/dev/null 2>&1
143 sss_usermod -s $line_shell $username
150 getent passwd $username@LOCAL | grep "/bin/sh" >/dev/null 2>&
    [all...]
  /external/toybox/toys/other/
login.c 18 usage: login [-p] [-h host] [-f USERNAME] [USERNAME]
20 Log in as a user, prompting for username and password if necessary.
24 -f login as USERNAME without authentication
32 char *username;
51 char uu[33], *username, *pass = 0, *ss; local
62 if (TT.username) username = TT.username;
63 else username = *toys.optargs
    [all...]
  /external/syslinux/gpxe/src/hci/tui/
login_ui.c 51 char username[64]; local
60 fetch_string_setting ( NULL, &username_setting, username,
61 sizeof ( username ) );
71 init_editbox ( &username_box, username, sizeof ( username ), NULL,
80 mvprintw ( USERNAME_LABEL_ROW, LABEL_COL, "Username:" );
129 if ( ( rc = store_setting ( NULL, &username_setting, username,
130 strlen ( username ) ) ) != 0 )
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AuthenticationTest.java 91 final View username = mActivity.getUsername(); local
92 callback.assertUiShownEvent(username);
98 callback.assertUiHiddenEvent(username);
105 callback.assertUiShownEvent(username);
112 callback.assertUiHiddenEvent(username);
113 callback.assertUiShownEvent(username);
118 callback.assertUiHiddenEvent(username);
125 callback.assertUiShownEvent(username);
131 callback.assertUiHiddenEvent(username);
178 final View username = mActivity.getUsername() local
232 final View username = mActivity.getUsername(); local
285 final View username = mActivity.getUsername(); local
350 final View username = mActivity.getUsername(); local
398 final View username = mActivity.getUsername(); local
468 final View username = mActivity.getUsername(); local
545 final View username = mActivity.getUsername(); local
631 final View username = mActivity.getUsername(); local
784 final View username = mActivity.getUsername(); local
874 final View username = mActivity.getUsername(); local
933 final View username = mActivity.getUsername(); local
995 final View username = mActivity.getUsername(); local
1170 final View username = mActivity.getUsername(); local
    [all...]
LoginActivity.java 41 * <li>Username EditText (id: username, no input-type)
42 * <li>Password EditText (id: "username", input-type textPassword)
75 * Gets the expected welcome message for a given username.
77 static String getWelcomeMessage(String username) {
78 return String.format(WELCOME_TEMPLATE, username);
91 mUsernameEditText = findViewById(R.id.username);
151 final String username = mUsernameEditText.getText().toString(); local
153 final boolean valid = username.equals(password)
154 || (TextUtils.isEmpty(username) && TextUtils.isEmpty(password)
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeSyncStress/
platform_CryptohomeSyncStress.py 16 def run_once(self, username=None, password=None):
18 with chrome.Chrome(username=username, password=password):
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
UserAccount.java 25 * Represents a single user account on the server, including the username, password, home
29 * The <code>username</code> and <code>homeDirectory</code> property must be non-null
63 private String username; field in class:UserAccount
83 * @param username - the user name
87 public UserAccount(String username, String password, String homeDirectory) {
88 setUsername(username);
94 return username;
97 public void setUsername(String username) {
98 this.username = username;
    [all...]
ServerConfiguration.java 34 * @param username - the user name
37 public UserAccount getUserAccount(String username);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
PassCommandHandler.java 41 String username = (String) getRequiredSessionAttribute(session, SessionKeys.USERNAME); local
43 if (validateUserAccount(username, session)) {
44 UserAccount userAccount = getServerConfiguration().getUserAccount(username);
AcctCommandHandler.java 38 String username = (String) getRequiredSessionAttribute(session, SessionKeys.USERNAME); local
41 sendReply(session, ReplyCodes.ACCT_OK, "acct", list(username));
  /external/curl/lib/
curl_ntlm_wb.c 119 const char *username; local
133 username = userp;
135 empty username. It won't make inferences for itself, and expects
138 afterthought for it). So try hard to provide a suitable username
142 if(!username || !username[0]) {
143 username = getenv("NTLMUSER");
144 if(!username || !username[0])
145 username = getenv("LOGNAME")
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
passwords.c 26 char authenticate_user(const char *username, const char *pwd)
34 if (strcmp(username, userdb[i]->username) == 0) {
44 // Does user USERNAME have permission PERM
45 char isallowed(const char *username, const char *perm)
54 if (strcmp(username, GUEST_USER) == 0)
63 if (strcmp(userdb[i]->username, username) == 0) // Found the user
115 user = p; // This is where username starts
134 strcpy(userdb[numusers]->username, user)
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngine.java 66 * @param username Windows user name
75 String username,
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
platform_CryptohomeSyncStressServer.py 14 def run_once(self, host, power_addr, outlet, username, password):
20 if username == None:
33 username=username, password=password)
  /external/libbrillo/brillo/
cryptohome.h 27 // Returns the path at which the user home for |username| will be mounted.
29 BRILLO_EXPORT base::FilePath GetUserPath(const std::string& username);
32 // mounted. Useful when you already have the username hashed.
37 // Returns the path at which the root home for |username| will be mounted.
39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
42 BRILLO_EXPORT base::FilePath GetDaemonPath(const std::string& username,
45 // Checks whether |sanitized| has the format of a sanitized username.
48 // Returns a sanitized form of |username|. For x != y, SanitizeUserName(x) !=
50 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
StubServerConfiguration.groovy 37 UserAccount getUserAccount(String username) {
38 (UserAccount) userAccounts[username]
  /external/python/cpython3/Doc/includes/
email-headers.py 23 print('Recipient username: {}'.format(headers['to'].addresses[0].username))
  /external/webrtc/webrtc/base/
proxyinfo.h 34 std::string username; member in struct:rtc::ProxyInfo
  /external/webrtc/webrtc/libjingle/xmpp/
saslcookiemechanism.h 25 const std::string & username,
29 username_(username),
34 const std::string & username,
37 username_(username),

Completed in 1208 milliseconds

12 3 4 5 6 7 8 91011>>