Home
last modified time | relevance | path

Searched refs:sudo_mkpwent (Results 1 – 6 of 6) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/exptilde/
H A Dcheck_exptilde.c65 pw = sudo_mkpwent("root", 0, 0, "/", "/bin/sh"); in main()
70 pw = sudo_mkpwent("millert", 8036, 20, "/home/millert", "/bin/tcsh"); in main()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/fuzz/
H A Dfuzz_sudoers.c232 pw = sudo_mkpwent("root", 0, 0, "/", "/bin/sh"); in LLVMFuzzerTestOneInput()
243 pw = sudo_mkpwent("operator", 2, 5, "/operator", "/sbin/nologin"); in LLVMFuzzerTestOneInput()
252 pw = sudo_mkpwent("millert", 8036, 20, "/home/millert", "/bin/tcsh"); in LLVMFuzzerTestOneInput()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dpwutil.c329 sudo_mkpwent(const char *user, uid_t uid, gid_t gid, const char *home, in sudo_mkpwent() function
337 debug_decl(sudo_mkpwent, SUDOERS_DEBUG_NSS); in sudo_mkpwent()
441 debug_return_ptr(sudo_mkpwent(user, uid, gid, NULL, NULL)); in sudo_fakepwnam()
H A Dsudoers.h353 struct passwd *sudo_mkpwent(const char *user, uid_t uid, gid_t gid, const char *home, const char *s…
H A Dsudoers.c881 sudo_user.pw = sudo_mkpwent(user_name, user_uid, user_gid, NULL, NULL); in init_vars()
/dports/security/sudo/sudo-1.9.8p2/
H A DChangeLog30215 Replace sudo_fakepwnamid() with sudo_mkpwent() and don't return an