smb_passwd_t
smb_passwd_t smbpw;
smb_passwd_t *);
static uint32_t smb_token_setup_local(smb_passwd_t *, smb_token_t *);
smb_passwd_t smbpw;
smb_passwd_t *smbpw)
smb_token_setup_local(smb_passwd_t *smbpw, smb_token_t *token)
extern smb_passwd_t *smb_pwd_getpwnam(const char *, smb_passwd_t *);
extern smb_passwd_t *smb_pwd_getpwuid(uid_t, smb_passwd_t *);
boolean_t smb_auth_validate(smb_passwd_t *, char *, char *,
smb_passwd_t *smbpw,
smb_passwd_t smbpw;
static int smb_pwd_chgpwent(smb_passwd_t *, const char *, int);
(smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam");
(smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid");
smb_passwd_t *
smb_pwd_getpwnam(const char *name, smb_passwd_t *smbpw)
bzero(smbpw, sizeof (smb_passwd_t));
smb_passwd_t *
smb_pwd_getpwuid(uid_t uid, smb_passwd_t *smbpw)
bzero(smbpw, sizeof (smb_passwd_t));
smb_passwd_t smbpw;
bzero(&smbpw, sizeof (smb_passwd_t));
smb_passwd_t *pw;
bzero(pw, sizeof (smb_passwd_t));
smb_pwd_chgpwent(smb_passwd_t *smbpw, const char *password, int control)
smb_passwd_t *(*pwop_getpwnam)(const char *, smb_passwd_t *);
smb_passwd_t *(*pwop_getpwuid)(uid_t, smb_passwd_t *);
smb_passwd_t *pw = pwbuf->pw_pwd;
smb_passwd_t *pw_pwd;
smb_passwd_t smbpw;
smb_passwd_t smbpw;