Searched refs:userconf (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/pw/ |
H A D | pw.h | 69 struct userconf *get_userconfig(const char *cfg); 70 struct userconf *read_userconfig(char const * file); 71 int write_userconfig(struct userconf *cnf, char const * file); 88 int pw_groupnext(struct userconf *cnf, bool quiet); 97 int groupadd(struct userconf *, char *name, gid_t id, char *members, int fd, 107 void pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) __printflike(4, 5);
|
H A D | pw_group.c | 45 static gid_t gr_gidpolicy(struct userconf * cnf, intmax_t id); 101 pw_groupnext(struct userconf *cnf, bool quiet) in pw_groupnext() 173 gr_gidpolicy(struct userconf * cnf, intmax_t id) in gr_gidpolicy() 262 struct userconf *cnf; in pw_group_next() 368 struct userconf *cnf = NULL; in pw_group_del() 457 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, in groupadd() 504 struct userconf *cnf = NULL; in pw_group_add() 592 struct userconf *cnf; in pw_group_mod()
|
H A D | pw_user.c | 74 static uid_t pw_uidpolicy(struct userconf *cnf, intmax_t id); 75 static uid_t pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, 77 static char *pw_homepolicy(struct userconf * cnf, char *homedir, 79 static char *pw_shellpolicy(struct userconf * cnf); 80 static char *pw_password(struct userconf * cnf, char const * user); 133 create_and_populate_homedir(struct userconf *cnf, struct passwd *pwd, in create_and_populate_homedir() 307 pw_uidpolicy(struct userconf * cnf, intmax_t id) in pw_uidpolicy() 361 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) in pw_gidpolicy() 407 pw_homepolicy(struct userconf * cnf, char *homedir, const char *user) in pw_homepolicy() 457 pw_shellpolicy(struct userconf * cnf) in pw_shellpolicy() [all …]
|
H A D | pw_conf.c | 82 static struct userconf config = 240 struct userconf * 405 write_userconfig(struct userconf *cnf, const char *file) in write_userconfig()
|
H A D | pw_utils.c | 65 struct userconf *
|
H A D | pw_log.c | 40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
|
H A D | pwupd.h | 54 struct userconf { struct
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 1181 /* Define to 1 if you have the <userconf.h> header file. */
|
/freebsd/crypto/heimdal/ |
H A D | configure | 15980 userconf.h \
|