Home
last modified time | relevance | path

Searched refs:pwu_repository_t (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h96 } pwu_repository_t; typedef
98 #define PWU_DEFAULT_REP (pwu_repository_t *)NULL
125 int (*checkhistory)(char *, char *, pwu_repository_t *);
126 int (*getattr)(char *, attrlist *, pwu_repository_t *);
127 int (*getpwnam)(char *, attrlist *, pwu_repository_t *, void **);
128 int (*update)(attrlist *, pwu_repository_t *, void *);
129 int (*putpwnam)(char *, char *, pwu_repository_t *, void *);
157 int get_ns(pwu_repository_t *, int);
159 struct passwd *getpwuid_from(uid_t, pwu_repository_t *, int);
170 int __get_authtoken_attr(char *, pwu_repository_t *, attrlist *);
[all …]
H A Dnis_attr.c44 int nis_getattr(char *name, attrlist *item, pwu_repository_t *rep);
45 int nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
47 int nis_update(attrlist *items, pwu_repository_t *rep, void *buf);
48 int nis_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf);
49 int nis_user_to_authenticate(char *user, pwu_repository_t *rep,
125 nis_user_to_authenticate(char *user, pwu_repository_t *rep, in nis_user_to_authenticate()
191 nis_getattr(char *name, attrlist *items, pwu_repository_t *rep) in nis_getattr()
284 nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, in nis_getpwnam()
380 nis_update(attrlist *items, pwu_repository_t *rep, void *buf) in nis_update()
456 nis_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, in nis_putpwnam()
H A Dfiles_attr.c48 int files_checkhistory(char *user, char *passwd, pwu_repository_t *rep);
49 int files_getattr(char *name, attrlist *item, pwu_repository_t *rep);
50 int files_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
52 int files_update(attrlist *items, pwu_repository_t *rep, void *buf);
53 int files_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf);
54 int files_user_to_authenticate(char *name, pwu_repository_t *rep,
332 files_user_to_authenticate(char *user, pwu_repository_t *rep, in files_user_to_authenticate()
406 files_checkhistory(char *user, char *passwd, pwu_repository_t *rep) in files_checkhistory()
473 files_getattr(char *name, attrlist *items, pwu_repository_t *rep) in files_getattr()
642 files_update(attrlist *items, pwu_repository_t *rep, void *buf) in files_update()
[all …]
H A Dnss_attr.c42 int nss_getattr(char *name, attrlist *item, pwu_repository_t *rep);
43 int nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
87 nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf) in nss_getpwnam()
219 nss_getattr(char *name, attrlist *items, pwu_repository_t *rep) in nss_getattr()
H A Dldap_attr.c74 int ldap_getattr(char *name, attrlist *item, pwu_repository_t *rep);
75 int ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
77 int ldap_update(attrlist *items, pwu_repository_t *rep, void *buf);
78 int ldap_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf);
79 int ldap_user_to_authenticate(char *name, pwu_repository_t *rep,
193 ldap_user_to_authenticate(char *user, pwu_repository_t *rep, in ldap_user_to_authenticate()
289 ldap_getattr(char *name, attrlist *items, pwu_repository_t *rep) in ldap_getattr()
406 ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, in ldap_getpwnam()
548 ldap_update(attrlist *items, pwu_repository_t *rep, void *buf) in ldap_update()
1139 ldap_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf) in ldap_putpwnam()
H A Dswitch_utils.c121 get_ns(pwu_repository_t *rep, int accesstype) in get_ns()
614 getpwnam_from(const char *name, pwu_repository_t *rep, int reptype) in getpwnam_from()
645 getpwuid_from(uid_t uid, pwu_repository_t *rep, int reptype) in getpwuid_from()
691 getspnam_from(const char *name, pwu_repository_t *rep, int reptype) in getspnam_from()
H A D__get_authtoken_attr.c38 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item) in __get_authtoken_attr()
H A D__user_to_authenticate.c30 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user, in __user_to_authenticate()
H A D__check_history.c49 __check_history(char *user, char *passwd, pwu_repository_t *rep) in __check_history()
H A D__set_authtoken_attr.c38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep, in __set_authtoken_attr()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c188 static pwu_repository_t repository;
189 static pwu_repository_t __REPFILES = { "files", NULL, 0 };
204 static int get_namelist(pwu_repository_t, char ***, int *);
207 static int get_attr(char *, pwu_repository_t *, attrlist **);
212 static char *userinput(char *, pwu_repository_t *, attrtype);
536 userinput(char *name, pwu_repository_t *rep, attrtype type) in userinput()
1209 get_attr(char *username, pwu_repository_t *repository, attrlist **attributes) in get_attr()
1482 get_namelist(pwu_repository_t repository, char ***namelist, int *num_user) in get_namelist()
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c80 pwu_repository_t files_rep; in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c290 pwu_repository_t *pwu_rep = PWU_DEFAULT_REP; in pam_sm_acct_mgmt()
291 pwu_repository_t *auth_rep = NULL; in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c88 pwu_repository_t *pwu_rep = NULL; in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c97 pwu_repository_t *pwu_rep;
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c151 pwu_repository_t *pwu_rep; in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c232 pwu_repository_t *pwu_rep = NULL; in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c152 pwu_repository_t *pwu_rep; in get_passwd_defaults()
712 pwu_repository_t *pwu_rep = PWU_DEFAULT_REP; in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c405 pwu_repository_t *pwu_rep; in remove_key()