Searched refs:username (Results 126 - 150 of 351) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
H A Dcas.py63 username = environ.get('REMOTE_USER','')
64 if username:
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp-utils.h39 const char *ca_fname, const char *username,
54 const char *username, const char *password,
/external/wpa_supplicant_8/src/utils/
H A Dhttp-utils.h39 const char *ca_fname, const char *username,
54 const char *username, const char *password,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp-utils.h39 const char *ca_fname, const char *username,
54 const char *username, const char *password,
/external/openssh/
H A Dlogintest.c77 li->username, li->hostname, li->exit,
91 char username[32]; local
101 strlcpy(username, pw->pw_name, sizeof(username));
108 li1 = login_alloc_entry((int)getpid(), username, NULL, ttyname(0));
H A Dloginrec.c304 * If we don't have a 'real' lastlog, we need the username to
313 if (strlcpy(li->username, pw->pw_name, sizeof(li->username)) >=
314 sizeof(li->username)) {
315 error("%s: username too long (%lu > max %lu)", __func__,
317 (unsigned long)sizeof(li->username) - 1);
338 logininfo *login_alloc_entry(pid_t pid, const char *username, argument
344 login_init_entry(newli, pid, username, hostname, line);
366 login_init_entry(struct logininfo *li, pid_t pid, const char *username, argument
379 if (username) {
1658 record_failed_login(const char *username, const char *hostname, const char *ttyn) argument
[all...]
/external/toybox/toys/posix/
H A Did.c84 void do_id(char *username) argument
94 // check if a username is given
95 if (username) {
96 pw = xgetpwnam(username);
130 ngroups = username ? getgrouplist(username, gid, groups, &i)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpUrl.java44 /** Encoded username. */
45 private final String username; field in class:HttpUrl
69 private HttpUrl(String scheme, String username, String password, String host, int port, argument
72 this.username = username;
99 public String username() { method in class:HttpUrl
100 return username;
104 return decode(username, 0, username.length());
265 String username field in class:HttpUrl.Builder
704 private String username(String input, int pos, int limit) { method in class:HttpUrl.Builder
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_aka.c53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username
90 eap_aka_check_identity_reauth(struct eap_sm *sm, struct eap_aka_data *data, const char *username) argument
717 char *username; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_aka.c53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username
90 eap_aka_check_identity_reauth(struct eap_sm *sm, struct eap_aka_data *data, const char *username) argument
717 char *username; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_aka.c53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username
90 eap_aka_check_identity_reauth(struct eap_sm *sm, struct eap_aka_data *data, const char *username) argument
717 char *username; local
[all...]
/external/toybox/toys/pending/
H A Dcrond.c54 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/
H A Ddesktop.cgi33 # 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
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}) {
591 } elsif (!$request{username}) {
[all...]
/external/nist-sip/java/javax/sip/header/
H A DAuthorizationHeader.java43 void setUsername(String username) throws ParseException; argument
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php34 Select a username and password. Leave password empty to get automatically
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DLoginAuthenticator.java45 public UserIdentity login(String username, Object password, ServletRequest request) argument
47 UserIdentity user = _loginService.login(username,password);
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DRunFakeFtpServer.groovy46 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DReinCommandHandlerTest.groovy66 userAccount = new UserAccount(username: 'user')
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DRunFakeFtpServer.groovy44 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DReinCommandHandlerTest.groovy66 userAccount = new UserAccount(username: 'user')
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DRunFakeFtpServer.groovy44 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DReinCommandHandlerTest.groovy66 userAccount = new UserAccount(username: 'user')
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DRunFakeFtpServer.groovy45 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DReinCommandHandlerTest.groovy67 userAccount = new UserAccount(username: 'user')
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DRunFakeFtpServer.groovy44 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)

Completed in 629 milliseconds

1234567891011>>