Home
last modified time | relevance | path

Searched refs:passwd (Results 201 – 225 of 613) sorted by relevance

12345678910>>...25

/freebsd/lib/libc/net/
H A Dnsswitch.conf9 passwd: compat
/freebsd/usr.sbin/periodic/etc/security/
H A D400.passwdless43 n=$(awk -F: 'NF > 1 && $1 !~ /^[#+-]/ && $2=="" {print $0}' /etc/master.passwd |
H A D300.chkuid044 n=$(awk -F: '/^#/ {next} $3==0 {print $1,$3}' /etc/master.passwd |
/freebsd/crypto/heimdal/lib/roken/
H A Dverify.c48 struct passwd *pw; in unix_verify_user()
H A Dget_default_username.c64 struct passwd *pwd; in get_default_username()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h45 extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
/freebsd/contrib/kyua/utils/
H A Dpasswd.hpp41 namespace passwd { namespace
/freebsd/usr.sbin/nscd/
H A Dnscd.conf5 enable-cache passwd yes
/freebsd/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl13 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = @a;
/freebsd/contrib/sendmail/include/sm/
H A Dmbdb.h40 extern void sm_mbdb_frompw __P((SM_MBDB_T *, struct passwd *));
/freebsd/release/packages/
H A Druntime.ucl4 pwd_mkdb -i -p -d ${PKG_ROOTDIR}/etc ${PKG_ROOTDIR}/etc/master.passwd
/freebsd/usr.bin/getent/
H A Dgetent.c66 static int passwd(int, char *[]);
89 { "passwd", passwd, },
378 passwd(int argc, char *argv[]) in passwd() function
380 struct passwd *pw; in passwd()
/freebsd/usr.bin/fstat/
H A Dfstat.c104 struct passwd *passwd; in do_fstat() local
145 if (!(passwd = getpwnam(optarg))) in do_fstat()
148 arg = passwd->pw_uid; in do_fstat()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib46 origsum=$(getsum /etc/passwd)
117 log_must cp /etc/passwd $fname
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h50 struct passwd;
57 const struct passwd *_pwd)
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c196 struct passwd pwent, *result; in lookup_uid()
219 struct passwd *result; in lookup_uid()
/freebsd/contrib/kyua/engine/
H A Dconfig.hpp46 class user_node : public utils::config::typed_leaf_node< utils::passwd::user > {
/freebsd/usr.sbin/ppp/
H A Dserver.h36 char passwd[50]; member
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c293 escrypt_kdf_nosse(escrypt_local_t *local, const uint8_t *passwd, in escrypt_kdf_nosse() argument
363 PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, 1, B, B_size); in escrypt_kdf_nosse()
372 PBKDF2_SHA256(passwd, passwdlen, B, B_size, 1, buf, buflen); in escrypt_kdf_nosse()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c309 escrypt_kdf_sse(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen, in escrypt_kdf_sse() argument
386 PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, 1, B, B_size); in escrypt_kdf_sse()
395 PBKDF2_SHA256(passwd, passwdlen, B, B_size, 1, buf, buflen); in escrypt_kdf_sse()
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c91 struct passwd *pwd; in pam_sm_authenticate()
165 struct passwd *pwd; in pam_sm_acct_mgmt()
288 struct passwd *pwd, *old_pwd; in pam_sm_chauthtok()
/freebsd/usr.sbin/pw/tests/
H A DMakefile28 ${PACKAGE}FILES+= master.passwd
/freebsd/usr.sbin/pw/
H A Dpw_group.c42 static struct passwd *lookup_pwent(const char *user);
133 static struct passwd *
136 struct passwd *pwd; in lookup_pwent()
442 struct passwd *pwd; in grp_add_members()
/freebsd/usr.bin/wall/
H A Dwall.c94 struct passwd *pw; in main()
180 struct passwd *pw; in makemsg()
/freebsd/libexec/nuageinit/
H A Dnuage.lua110 if pwd.passwd then
111 precmd = "echo "..pwd.passwd .. "| "

12345678910>>...25