| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | pwd.h | 49 struct passwd struct 84 extern struct passwd *getpwent (void); 94 extern struct passwd *fgetpwent (FILE *__stream) __nonnull ((1)); 102 extern int putpwent (const struct passwd *__restrict __p, 110 extern struct passwd *getpwuid (__uid_t __uid); 116 extern struct passwd *getpwnam (const char *__name) __nonnull ((1)); 139 extern int getpwent_r (struct passwd *__restrict __resultbuf, 141 struct passwd **__restrict __result) 146 struct passwd *__restrict __resultbuf, 148 struct passwd **__restrict __result) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | pwd.h | 49 struct passwd struct 84 extern struct passwd *getpwent (void); 94 extern struct passwd *fgetpwent (FILE *__stream) __nonnull ((1)); 102 extern int putpwent (const struct passwd *__restrict __p, 110 extern struct passwd *getpwuid (__uid_t __uid); 116 extern struct passwd *getpwnam (const char *__name) __nonnull ((1)); 139 extern int getpwent_r (struct passwd *__restrict __resultbuf, 141 struct passwd **__restrict __result) 146 struct passwd *__restrict __resultbuf, 148 struct passwd **__restrict __result) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/ |
| H A D | base-passwd_3.5.29.bb | 2 … = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd … 3 HOMEPAGE = "https://launchpad.net/base-passwd" 8 RECIPE_NO_UPDATE_REASON = "Version 3.5.38 requires cdebconf for update-passwd utility" 25 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/" 31 install -o root -g root -p -m 755 ${B}/update-passwd ${D}${sbindir}/ 33 install -p -m 644 ${S}/man/update-passwd.8 ${D}${mandir}/man8/ 34 install -p -m 644 ${S}/man/update-passwd.pl.8 \ 35 ${D}${mandir}/pl/man8/update-passwd.8 37 install -d -m 755 ${D}${datadir}/base-passwd 38 install -o root -g root -p -m 644 ${S}/passwd.master ${D}${datadir}/base-passwd/ [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | mkusers | 287 local passwd="${1}" 289 mkpasswd -m "${PASSWD_METHOD}" "${passwd}" 299 local passwd="${5}" 330 case "${passwd}" in 335 _passwd='!'"$( encode_password "${passwd#!=}" )" 338 _passwd="$( encode_password "${passwd#=}" )" 341 _passwd="${passwd}" 370 local username uid group gid passwd home shell groups comment 394 read username uid group gid passwd home shell groups comment <<<"${line}" 401 read username uid group gid passwd home shell groups comment <<<"${line}" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/base-passwd/ |
| H A D | disable-docs.patch | 7 Index: base-passwd-3.5.28/Makefile.in 9 --- base-passwd-3.5.28.orig/Makefile.in 10 +++ base-passwd-3.5.28/Makefile.in 14 all: update-passwd 20 $(INSTALL) update-passwd $(DESTDIR)$(sbindir)/ 23 update-passwd.o: version.h
|
| H A D | noshadow.patch | 7 --- base-passwd/passwd.master~nobash 8 +++ base-passwd/passwd.master
|
| H A D | nobash.patch | 8 --- base-passwd/passwd.master~nobash 9 +++ base-passwd/passwd.master
|
| H A D | disable-shell.patch | 10 Upstream-Status: Backport [https://launchpad.net/ubuntu/+source/base-passwd/3.5.30] 13 passwd.master | 32 ++++++++++++++++---------------- 16 diff --git a/passwd.master b/passwd.master 18 --- a/passwd.master 19 +++ b/passwd.master
|
| H A D | input.patch | 11 Index: base-passwd-3.5.26/group.master 13 --- base-passwd-3.5.26.orig/group.master 14 +++ base-passwd-3.5.26/group.master
|
| H A D | add_shutdown.patch | 9 Index: base-passwd-3.5.26/group.master 11 --- base-passwd-3.5.26.orig/group.master 12 +++ base-passwd-3.5.26/group.master
|
| /OK3568_Linux_fs/buildroot/package/refpolicy/2.20210908/ |
| H A D | 0001-policy-modules-services-samba.te-make-crack-optional.patch | 43 - class passwd passwd; 50 - allow smbd_t self:passwd passwd; 67 + class passwd passwd; 74 + allow smbd_t self:passwd passwd;
|
| /OK3568_Linux_fs/buildroot/package/unscd/ |
| H A D | nscd.conf | 8 enable-cache passwd yes 9 positive-time-to-live passwd 600 10 negative-time-to-live passwd 20 11 suggested-size passwd 1001 12 check-files passwd yes
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0001-support-authentication-for-kickstart.patch | 77 +def load_to_str(location, user=None, passwd=None): 86 + return _load_url(location, user=user, passwd=passwd) 96 +def _get_auth(location, user=None, passwd=None): 101 + if user is None or passwd is None: 109 + auth = HTTPBasicAuth(user, passwd) 111 + auth=HTTPDigestAuth(user, passwd) 115 +def _load_url(location, user=None, passwd=None): 117 + auth = _get_auth(location, user=user, passwd=passwd) 142 + s = load_to_str(f, user=username, passwd=password)
|
| H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 67 def _get_auth(location, user=None, passwd=None): 70 @@ -93,6 +120,10 @@ def _get_auth(location, user=None, passwd=None): 72 def _load_url(location, user=None, passwd=None): 78 auth = _get_auth(location, user=user, passwd=passwd)
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smbencrypt.c | 144 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt() argument 153 memcpy(p14, passwd, 14); in SMBencrypt() 169 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument 177 if (passwd) /* Password must be converted to NT unicode */ in E_md4hash() 178 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash() 192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() argument 201 rc = E_md4hash(passwd, p16, codepage); in SMBNTencrypt()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_dropbear.py | 7 passwd = "testpwd" variable in TestDropbear 16 """.format(passwd) 25 self.emulator.login(self.passwd) 29 cmd = "sshpass -p {} ssh -y localhost /bin/true".format(self.passwd)
|
| H A D | test_openssh.py | 7 passwd = "testpwd" variable in TestOpensshBase 16 passwd, 25 self.emulator.login(self.passwd) 30 cmd = "sshpass -p {} ssh -oStrictHostKeyChecking=no localhost /bin/true".format(self.passwd)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | samba-4.3.9-remove-getpwent_r.patch | 34 struct passwd **pwd_array_p, 43 const struct passwd *p1, 45 struct passwd *pwd, pwd1, pwd2; 50 "failed to enumerate passwd"); 54 struct passwd *pwd, pwd1, pwd2, pwd3, pwd4; 59 "failed to enumerate passwd");
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | useradd_base.bbclass | 35 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 38 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 77 local other_users=`echo "$awk_check_users" | awk -f- $rootdir/etc/passwd` 98 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 101 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 137 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 152 bbnote "${PN}: Performing equivalent of passwd --expire with [$opts]" 153 # Directly set sp_lstchg to 0 without using the passwd command: Only root can do that 155 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 160 bbfatal "${PN}: passwd --expire operation did not succeed."
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/ |
| H A D | netkit-rsh-0.17-rexec-ipv6.patch | 18 passwd = getpass("Password: "); 21 - if ( (sock = rexec(&host, port_exec, user_name, passwd, command, 23 + if ( (sock = rexec_af(&host, port_exec, user_name, passwd, command,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/man-pages/ |
| H A D | man-pages_5.13.bb | 33 ALTERNATIVE:${PN} = "passwd.5 getspnam.3 crypt.3" 34 ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-22576.patch | 62 Curl_safefree(conn->passwd); 73 - strcmp(needle->passwd, check->passwd)) { 74 + strcmp(needle->passwd, check->passwd) || 100 char *passwd; /* password string, allocated */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/var/db/ |
| H A D | Makefile | 21 DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \ 33 $(VAR_DB)/passwd.db: /etc/passwd
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/var/db/ |
| H A D | Makefile | 21 DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \ 33 $(VAR_DB)/passwd.db: /etc/passwd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 18 if [ -e /etc/passwd ]; then 19 target=$VAR_DB/passwd.db 25 printf "=%s ", $$3; print }' /etc/passwd | \
|