/external/toybox/toys/pending/ |
crond.c | 54 char *username, *mailto; member in struct:_cronfile 228 if (TT.flagd) loginfo(LOG_LEVEL5, "user:%s entry:%s", cfile->username, line); 307 if (l->username != l->mailto) free(l->mailto); 308 free(l->username); 389 cfile->username = xstrdup(entry->d_name); 398 free(cfile->username); 408 if (!cfile->mailto) cfile->mailto = cfile->username; 428 struct passwd *pwd = getpwnam(cfile->username); 430 if (!pwd) loginfo(LOG_LEVEL9, "can't get uid for %s", cfile->username); 459 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username); [all...] |
/external/libvncserver/x11vnc/misc/ |
desktop.cgi | 33 # Then they login with their unix username and password to get their 165 # setting below. The user provides 'username@host:port' instead of just 166 # 'username' when she logs in. This script doesn't start VNC servers 277 # This is to enable port redirection mode: username@host:port. If 278 # username is valid, there will be a port redirection to internal machine 393 <tr><td>Username:</td><td> 394 <input type="text" name="username" maxlength="40" value="_USERNAME_"> 535 $login_str =~ s/_USERNAME_/$request{username}/g; 587 # If no username or password, show login form: 589 if (!$request{username} && !$request{password}) [all...] |
/external/nist-sip/java/javax/sip/header/ |
AuthorizationHeader.java | 43 void setUsername(String username) throws ParseException;
|
/external/wpa_supplicant_8/hs20/server/www/ |
signup.php | 34 Select a username and password. Leave password empty to get automatically 36 Username: <input type="text" name="user"><br>
|
/packages/apps/Browser/src/com/android/browser/ |
HttpAuthenticationDialog.java | 91 String username = getUsername(); local 97 if (username != null) { 98 mUsernameView.setText(username); 157 void onOk(String host, String realm, String username, String password);
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
LoginAuthenticator.java | 45 public UserIdentity login(String username, Object password, ServletRequest request) 47 UserIdentity user = _loginService.login(username,password);
|
BasicAuthenticator.java | 87 String username = credentials.substring(0,i); local 90 UserIdentity user = login (username, password, request);
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
RunFakeFtpServer.groovy | 46 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
ReinCommandHandlerTest.groovy | 66 userAccount = new UserAccount(username: 'user')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/external/jetty/src/java/org/eclipse/jetty/security/ |
MappedLoginService.java | 154 * @param userName User name 158 protected synchronized UserIdentity putUser(String userName, Object info) 167 Principal userPrincipal = new KnownUser(userName,credential); 175 _users.put(userName,identity); 181 * @param userName The user to add 186 public synchronized UserIdentity putUser(String userName, Credential credential, String[] roles) 188 Principal userPrincipal = new KnownUser(userName,credential); 199 _users.put(userName,identity); 204 public void removeUser(String username) 206 _users.remove(username); [all...] |
JDBCLoginService.java | 123 _userName = properties.getProperty("username"); 210 public UserIdentity login(String username, Object credentials) 220 return super.login(username,credentials); 231 protected UserIdentity loadUser(String username) 242 stat.setObject(1, username); 259 return putUser(username, Credential.getCredential(credentials),roles.toArray(new String[roles.size()]));
|
/frameworks/base/core/java/com/android/internal/net/ |
VpnProfile.java | 53 public String username = ""; // 3 field in class:VpnProfile 78 username = in.readString(); 99 out.writeString(username); 133 profile.username = values[3]; 146 profile.saveLogin = !profile.username.isEmpty() || !profile.password.isEmpty(); 158 builder.append('\0').append(saveLogin ? username : "");
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 112 cray_login_failure(char *username, int errcode) 114 struct udb *ueptr; /* UDB pointer for username */ 124 if ((ueptr = getudbnam(username)) == UDB_NULL) 130 fsent.uname = username; 154 cray_access_denied(char *username) 156 struct udb *ueptr; /* UDB pointer for username */ 161 if ((ueptr = getudbnam(username)) == UDB_NULL) 168 cray_login_failure(username, errcode); 183 cray_setup (uid_t uid, char *username, const char *command) 233 if ((up = getudbnam(username)) == UDB_NULL [all...] |
/external/wpa_supplicant_8/src/crypto/ |
ms_funcs.c | 76 * @username: 0-to-256-char UserName (IN) 77 * @username_len: Length of username 82 const u8 *username, size_t username_len, u8 *challenge) 92 addr[2] = username; 161 * @username: 0-to-256-char UserName (IN) 162 * @username_len: Length of username 169 const u8 *username, size_t username_len, 176 if (challenge_hash(peer_challenge, auth_challenge, username, [all...] |
/external/ppp/pppd/plugins/ |
winbind.c | 241 unsigned int run_ntlm_auth(const char *username, 325 if (username) { 326 char *b64_username = base64_encode(username); 327 fprintf(pipe_in, "Username:: %s\n", b64_username); 339 fprintf(pipe_in, "Full-Username:: %s\n", b64_full_username); 520 char *username; local 528 /* remove domain from "domain\username" */ 529 if ((username = strrchr(user, '\\')) != NULL) 530 ++username; 532 username = user [all...] |
/packages/apps/Settings/tests/src/com/android/settings/vpn2/ |
VpnProfileParser.java | 47 boolean username; 82 if (tagName.equalsIgnoreCase("username")) { 83 username = true; 153 if (username) { 154 profile.username = strValue; 155 username = false;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_mschapv2.c | 290 const u8 *username, *user; local 343 username = sm->identity; 346 if (username[i] == '\\') { 348 username += i + 1; 368 username, username_len, challenge) == 0) { 370 username, username_len, 377 os_memcmp(username, user, username_len) != 0) { 380 "name", username, username_len); 388 username, username_len); 393 username, username_len [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
AbstractFakeCommandHandler.java | 355 * Validate the UserAccount for the specified username. If valid, return true. If the UserAccount does
360 * @param username - the username
364 protected boolean validateUserAccount(String username, Session session) {
365 UserAccount userAccount = serverConfiguration.getUserAccount(username);
367 LOG.error("UserAccount missing or not valid for username [" + username + "]: " + userAccount);
368 sendReply(session, ReplyCodes.USER_ACCOUNT_NOT_VALID, "login.userAccountNotValid", list(username));
374 LOG.error("Home directory configured for username [" + username + "] is not valid: " + home); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
WebPlatformUrlTestData.java | 39 String username = ""; field in class:WebPlatformUrlTestData 57 username = value;
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
WebView.java | 82 public void savePassword(String host, String username, String password) { 86 String username, String password) {
|
/frameworks/data-binding/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/ |
BintrayPlugin.groovy | 41 it.username = user
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 17 username:%s 42 def _store_pypirc(self, username, password): 47 f.write(DEFAULT_PYPIRC % (username, password)) 76 current['username'] = config.get(server, 'username') 97 return {'username': config.get(server, 'username'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 17 username:%s 42 def _store_pypirc(self, username, password): 47 f.write(DEFAULT_PYPIRC % (username, password)) 76 current['username'] = config.get(server, 'username') 97 return {'username': config.get(server, 'username'),
|