Searched refs:smb_passwd_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c61 smb_passwd_t *(*pwop_getpwnam)(const char *, smb_passwd_t *);
62 smb_passwd_t *(*pwop_getpwuid)(uid_t, smb_passwd_t *);
79 smb_passwd_t *pw_pwd;
90 static int smb_pwd_chgpwent(smb_passwd_t *, const char *, int);
92 static smb_passwd_t *smb_pwd_getpwnam_core(const char *, smb_passwd_t *,
182 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam");
185 (smb_passwd_t *(*)())dlsy
[all...]
H A Dlibsmb.h648 } smb_passwd_t; typedef in typeref:struct:smb_passwd
686 extern smb_passwd_t *smb_pwd_getpwnam(const char *, smb_passwd_t *);
687 extern smb_passwd_t *smb_pwd_getpwuid(uid_t, smb_passwd_t *);
729 extern boolean_t smb_auth_validate_lm(unsigned char *, uint32_t, smb_passwd_t *,
731 extern boolean_t smb_auth_validate_nt(unsigned char *, uint32_t, smb_passwd_t *,
H A Dsmb_sam.c209 smb_passwd_t smbpw;
437 smb_passwd_t smbpw;
H A Dsmb_auth.c796 smb_passwd_t *smbpw,
835 smb_passwd_t *smbpw,

Completed in 32 milliseconds