/openbmc/openbmc/poky/meta/recipes-core/base-passwd/ |
H A D | base-passwd_3.6.6.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" 15 file://0001-base-passwd-Add-the-sgx-group.patch \ 22 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/" 37 install -o root -g root -p -m 755 ${B}/update-passwd ${D}${sbindir}/ 39 install -p -m 644 ${S}/man/update-passwd.8 ${D}${mandir}/man8/ 40 install -p -m 644 ${S}/man/update-passwd.pl.8 \ 41 ${D}${mandir}/pl/man8/update-passwd.8 43 install -d -m 755 ${D}${datadir}/base-passwd 44 install -o root -g root -p -m 644 ${S}/passwd.master ${D}${datadir}/base-passwd/ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/ |
H A D | 0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch | 9 passwd.master | 2 +- 12 diff --git a/passwd.master b/passwd.master 14 --- a/passwd.master 15 +++ b/passwd.master
|
H A D | 0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch | 11 passwd.master | 2 +- 14 diff --git a/passwd.master b/passwd.master 16 --- a/passwd.master 17 +++ b/passwd.master
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0001-support-authentication-for-kickstart.patch | 75 +def load_to_str(location, user=None, passwd=None): 84 + return _load_url(location, user=user, passwd=passwd) 93 +def _get_auth(location, user=None, passwd=None): 98 + if user is None or passwd is None: 106 + auth = HTTPBasicAuth(user, passwd) 108 + auth=HTTPDigestAuth(user, passwd) 112 +def _load_url(location, user=None, passwd=None): 114 + auth = _get_auth(location, user=user, passwd=passwd) 140 + s = load_to_str(f, user=username, passwd=password)
|
H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 66 def _get_auth(location, user=None, passwd=None): 69 @@ -92,6 +119,10 @@ def _get_auth(location, user=None, passwd=None): 71 def _load_url(location, user=None, passwd=None): 77 auth = _get_auth(location, user=user, passwd=passwd)
|
/openbmc/qemu/qga/ |
H A D | commands-posix-ssh.c | 17 static struct passwd * 20 struct passwd *p; in test_get_passwd_entry() 28 p = g_new0(struct passwd, 1); in test_get_passwd_entry() 43 static struct passwd * 47 struct passwd *p; in get_passwd_entry() 60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user() 86 const struct passwd *p, Error **errp) in write_authkeys() 117 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_add_authorized_keys() 166 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_remove_authorized_keys() 214 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_get_authorized_keys()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | samba-4.3.9-remove-getpwent_r.patch | 35 struct passwd **pwd_array_p, 44 const struct passwd *p1, 46 struct passwd *pwd, pwd1, pwd2; 51 "failed to enumerate passwd"); 55 struct passwd *pwd, pwd1, pwd2, pwd3, pwd4; 60 "failed to enumerate passwd");
|
H A D | smb.conf | 91 passwd program = /usr/bin/passwd %u 92 …passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\…
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd_base.bbclass | 41 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 44 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 83 local other_users=`echo "$awk_check_users" | awk -f- $rootdir/etc/passwd` 104 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 107 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 143 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 158 bbnote "${PN}: Performing equivalent of passwd --expire with [$opts]" 159 # Directly set sp_lstchg to 0 without using the passwd command: Only root can do that 161 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" 166 bbfatal "${PN}: passwd --expire operation did not succeed."
|
H A D | useradd.bbclass | 9 # base-passwd-cross provides the default passwd and group files in the 12 DEPENDS:append:class-target = " base-files shadow-native shadow-sysroot shadow base-passwd" 129 # base-passwd's postinst may not have run yet in which case we'll get called later, just exit. 130 # Beware that in some cases we might see the fake pseudo passwd here, in which case we also must 132 if [ ! -f $D${sysconfdir}/passwd ] || 133 grep -q this-is-the-pseudo-passwd $D${sysconfdir}/passwd; then 153 bbwarn "missing type of passwd db action" 207 USERADDSETSCENEDEPS:class-target = "${MLPREFIX}base-passwd:do_populate_sysroot_setscene pseudo-nati… 272 rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-passwd'
|
H A D | extrausers.bbclass | 23 PACKAGE_INSTALL:append = " ${@['', 'base-passwd shadow'][bool(d.getVar('EXTRA_USERS_PARAMS'))]}" 55 passwd-expire)
|
/openbmc/linux/fs/smb/client/ |
H A D | smbencrypt.c | 65 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument 73 if (passwd) /* Password must be converted to NT unicode */ in E_md4hash() 74 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
H A D | preseed.cfg | 21 d-i passwd/root-login boolean false 22 d-i passwd/user-fullname string user 23 d-i passwd/username string user 24 d-i passwd/user-password password unsafe 25 d-i passwd/user-password-again password unsafe
|
/openbmc/openbmc/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 | \
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp12.cpp | 181 ipmi::SecureString passwd; in RAKP12() local 201 passwd = ipmi::ipmiUserGetPassword(userName); in RAKP12() 202 if (passwd.empty()) in RAKP12() 211 if (!ipmi::ipmiUserPamAuthenticate(userName, passwd)) in RAKP12() 287 std::copy_n(passwd.c_str(), passwd.size(), authAlgo->userKey.data()); in RAKP12()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
H A D | openldap_2.6.9.bb | 44 mdb ldap meta null passwd proxycache dnssrv \ 57 # UNIX crypt(3) passwd support: 65 # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt" 91 #--enable-passwd enable passwd backend no|yes|mod no 92 PACKAGECONFIG[passwd] = "--enable-passwd=mod,--enable-passwd=no," 210 INSANE_SKIP:${PN}-backend-passwd += "dev-so"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/ |
H A D | gutenprint_5.3.4.bb | 61 # Pull in base-passwd for the lp user 62 DEPENDS:append:class-target = " base-passwd" 63 PACKAGE_WRITE_DEPS += "base-passwd"
|
/openbmc/openbmc/poky/meta/recipes-extended/man-db/ |
H A D | man-db_2.13.0.bb | 16 DEPENDS = "libpipeline gdbm groff-native base-passwd" 17 RDEPENDS:${PN} += "base-passwd" 18 PACKAGE_WRITE_DEPS += "base-passwd"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0004-lxdm.c-add-function-to-change-password-with-pam.patch | 32 @@ -759,6 +763,69 @@ int lxdm_auth_user(int type,char *user, char *pass, struct passwd **ppw) 117 int lxdm_auth_user(int type,char *user,char *pass,struct passwd **ppw); 119 void lxdm_do_login(struct passwd *pw,char *session,char *lang,char *option);
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/ |
H A D | get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch | 16 struct passwd *pwp; 18 - struct passwd pw;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 31 -elif test "`getent passwd oprofile 2>/dev/null`" == "" || \ 33 +elif test "`getent passwd oprofile 2>/dev/null`" = "" || \
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | HPSpecific.pm | 1702 my $passwd = &getGlobal('BIN','passwd'); 1793 &B_Backtick("$passwd -s -a"))); 1797 &B_Backtick("$passwd -s -a"))); 1801 &B_Backtick("$passwd -s -a"))); 1912 my $passwd = &getGlobal('FILE',"passwd"); 1919 (&B_match_line($passwd, '^\s*\+'))) { 1922 } elsif ((&B_match_line($passwd, '^\s*\+'))) {
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/ |
H A D | sysvinit_3.13.bb | 26 DEPENDS:append = " update-rc.d-native base-passwd virtual/crypt" 27 do_package_setscene[depends] = "${MLPREFIX}base-passwd:do_populate_sysroot" 70 RDEPENDS:${PN} += "sysvinit-pidof initd-functions base-passwd"
|
/openbmc/qemu/ui/ |
H A D | spice-core.c | 895 char *passwd; in qemu_spice_set_ticket() local 898 passwd = auth_passwd; in qemu_spice_set_ticket() 904 passwd = NULL; in qemu_spice_set_ticket() 907 return spice_server_set_ticket(spice_server, passwd, lifetime, in qemu_spice_set_ticket() 911 static int qemu_spice_set_passwd(const char *passwd, in qemu_spice_set_passwd() argument 919 auth_passwd = g_strdup(passwd); in qemu_spice_set_passwd()
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-deploy-ssh-keys.bbclass | 48 uid=`cat ${IMAGE_ROOTFS}/etc/passwd | grep "${username}:" | awk -F ":" '{print $3}'` 49 guid=`cat ${IMAGE_ROOTFS}/etc/passwd | grep "${username}:" | awk -F ":" '{print $4}'`
|