Searched refs:pwu_repository_t (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A Dpasswdutil.h89 } pwu_repository_t; typedef in typeref:struct:__anon2800
91 #define PWU_DEFAULT_REP (pwu_repository_t *)NULL
118 int (*checkhistory)(char *, char *, pwu_repository_t *);
119 int (*getattr)(char *, attrlist *, pwu_repository_t *);
120 int (*getpwnam)(char *, attrlist *, pwu_repository_t *, void **);
121 int (*update)(attrlist *, pwu_repository_t *, void *);
122 int (*putpwnam)(char *, char *, pwu_repository_t *, void *);
123 int (*user_to_authenticate)(char *, pwu_repository_t *, char **, int *);
150 int get_ns(pwu_repository_t *, int);
151 struct passwd *getpwnam_from(const char *, pwu_repository_t *, in
[all...]
H A D__user_to_authenticate.c32 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user,
H A D__check_history.c51 __check_history(char *user, char *passwd, pwu_repository_t *rep)
H A D__get_authtoken_attr.c41 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item)
H A Dnis_attr.c45 int nis_getattr(char *name, attrlist *item, pwu_repository_t *rep);
46 int nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
48 int nis_update(attrlist *items, pwu_repository_t *rep, void *buf);
49 int nis_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf);
50 int nis_user_to_authenticate(char *user, pwu_repository_t *rep,
126 nis_user_to_authenticate(char *user, pwu_repository_t *rep,
195 nis_getattr(char *name, attrlist *items, pwu_repository_t *rep)
289 nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
395 nis_update(attrlist *items, pwu_repository_t *rep, void *buf)
471 nis_putpwnam(char *name, char *oldpw, pwu_repository_t *re
[all...]
H A Dnss_attr.c41 int nss_getattr(char *name, attrlist *item, pwu_repository_t *rep);
42 int nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
86 nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf)
219 nss_getattr(char *name, attrlist *items, pwu_repository_t *rep)
H A D__set_authtoken_attr.c38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep,
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,
210 files_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf)
324 files_user_to_authenticate(char *user, pwu_repository_t *rep,
398 files_checkhistory(char *user, char *passwd, pwu_repository_t *rep)
465 files_getattr(char *name, attrlist *items, pwu_repository_t *re
[all...]
H A Dldap_attr.c72 int ldap_getattr(char *name, attrlist *item, pwu_repository_t *rep);
73 int ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
75 int ldap_update(attrlist *items, pwu_repository_t *rep, void *buf);
76 int ldap_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf);
77 int ldap_user_to_authenticate(char *name, pwu_repository_t *rep,
191 ldap_user_to_authenticate(char *user, pwu_repository_t *rep,
287 ldap_getattr(char *name, attrlist *items, pwu_repository_t *rep)
404 ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
546 ldap_update(attrlist *items, pwu_repository_t *rep, void *buf)
1208 ldap_putpwnam(char *name, char *oldpw, pwu_repository_t *re
[all...]
H A Dswitch_utils.c121 get_ns(pwu_repository_t *rep, int accesstype)
614 getpwnam_from(const char *name, pwu_repository_t *rep, int reptype)
645 getpwuid_from(uid_t uid, pwu_repository_t *rep, int reptype)
691 getspnam_from(const char *name, pwu_repository_t *rep, int reptype)
/osnet-11/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c82 pwu_repository_t files_rep;
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c288 pwu_repository_t *pwu_rep = PWU_DEFAULT_REP;
289 pwu_repository_t *auth_rep = NULL;
/osnet-11/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c231 pwu_repository_t *pwu_rep = NULL;
/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c99 pwu_repository_t *pwu_rep;
/osnet-11/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c88 pwu_repository_t *pwu_rep = NULL;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c150 pwu_repository_t *pwu_rep;
714 pwu_repository_t *pwu_rep = PWU_DEFAULT_REP;
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c202 pwu_repository_t *pwu_rep;
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c403 pwu_repository_t *pwu_rep;

Completed in 60 milliseconds