HomeSort by relevance Sort by last modified time
    Searched refs:pw_name (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/content/browser/android/
devtools_auth.cc 13 if (!creds || !creds->pw_name) {
18 (strcmp("root", creds->pw_name) == 0 || // For rooted devices
19 strcmp("shell", creds->pw_name) == 0)) { // For non-rooted devices
22 LOG(WARNING) << "DevTools: connection attempt from " << creds->pw_name;
  /libcore/luni/src/main/java/libcore/io/
StructPasswd.java 25 public String pw_name; field in class:StructPasswd
31 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) {
32 this.pw_name = pw_name;
  /external/openssh/
platform.c 160 if (set_id(pw->pw_name) != 0) {
179 if (setpcred(pw->pw_name, creds) == -1)
184 ssh_selinux_setup_exec_context(pw->pw_name);
189 platform_krb5_get_principal_name(const char *pw_name)
192 return aix_krb5_get_principal_name(pw_name);
auth-rhosts.c 235 client_user, pw->pw_name)) {
241 client_user, pw->pw_name)) {
253 "no home directory %.200s", pw->pw_name, pw->pw_dir);
255 "no home directory %.200s", pw->pw_name, pw->pw_dir);
262 "bad ownership or modes for home directory.", pw->pw_name);
264 "bad ownership or modes for home directory.", pw->pw_name);
289 pw->pw_name, buf);
300 if (check_rhosts_file(buf, hostname, ipaddr, client_user, pw->pw_name)) {
306 hostname, ipaddr, client_user, pw->pw_name);
auth-sia.c 90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name,
102 pw->pw_name, host);
106 pw->pw_name, host);
auth.c 105 if (!pw || !pw->pw_name)
110 spw = getspnam(pw->pw_name);
150 pw->pw_name);
166 "does not exist", pw->pw_name, shell);
173 "is not executable", pw->pw_name, shell);
189 if (match_user(pw->pw_name, hostname, ipaddr,
193 pw->pw_name, hostname);
200 if (match_user(pw->pw_name, hostname, ipaddr,
206 "not listed in AllowUsers", pw->pw_name, hostname);
212 if (ga_init(pw->pw_name, pw->pw_gid) == 0)
    [all...]
auth-skey.c 81 skey_haskey(authctxt->pw->pw_name) == 0 &&
82 skey_passcheck(authctxt->pw->pw_name, responses[0]) != -1)
auth-rh-rsa.c 100 pw->pw_name, cuser, chost);
  /external/openssh/openbsd-compat/
port-irix.c 59 jid = jlimit_startjob(pw->pw_name, pw->pw_uid, "interactive");
72 if ((projid = getdfltprojuser(pw->pw_name)) == -1) {
78 (int)projid, pw->pw_name, strerror(errno));
port-uw.c 74 if (!nischeck(pw->pw_name)) {
112 if (strcmp (ent->pw_name, namep) == 0) {
137 if (!ia_openinfo(pw->pw_name,&uinfo)) {
xcrypt.c 95 struct spwd *spw = getspnam(pw->pw_name);
107 if (issecure() && (spw = getpwanam(pw->pw_name)) != NULL)
110 struct pr_passwd *spw = getprpwnam(pw->pw_name);
port-aix.c 80 len = sizeof("LOGNAME= NAME= ") + (2 * strlen(pw->pw_name));
83 i = snprintf(cp, len, "LOGNAME=%s%cNAME=%s%c", pw->pw_name, '\0',
84 pw->pw_name, '\0');
176 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name;
253 result = loginrestrictions(pw->pw_name, S_RLOGIN, NULL, &msg);
271 logit("Login restricted for %s: %.100s", pw->pw_name, msg);
383 aix_krb5_get_principal_name(char *pw_name)
388 if (getuserattr(pw_name, S_AUTHDOMAIN, &authdomain, SEC_CHAR) != 0)
390 if (getuserattr(pw_name, S_AUTHNAME, &authname, SEC_CHAR) != 0)
394 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
yppasswd.h 18 char *pw_name; member in struct:passwd
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
yppasswd.h 18 char *pw_name; member in struct:passwd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
yppasswd.h 18 char *pw_name; member in struct:passwd
  /external/e2fsprogs/include/nonunix/
pwd.h 12 char *pw_name; member in struct:passwd
  /external/chromium_org/remoting/host/
username.cc 29 return passwd_result ? passwd_result->pw_name : std::string();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pwd.py 16 self.assertEqual(e[0], e.pw_name)
17 self.assertIsInstance(e.pw_name, basestring)
36 entriesbyname.setdefault(e.pw_name, []).append(e)
47 self.assertIn(pwd.getpwnam(e.pw_name), entriesbyname[e.pw_name])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pwd.py 16 self.assertEqual(e[0], e.pw_name)
17 self.assertIsInstance(e.pw_name, basestring)
36 entriesbyname.setdefault(e.pw_name, []).append(e)
47 self.assertIn(pwd.getpwnam(e.pw_name), entriesbyname[e.pw_name])
  /bionic/libc/include/
pwd.h 103 char* pw_name; member in struct:passwd
  /development/ndk/platforms/android-3/include/
pwd.h 103 char* pw_name; member in struct:passwd
  /external/chromium/chrome/browser/policy/
policy_path_parser_posix.cc 28 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);

Completed in 4158 milliseconds

1 2 3 4 5 6