smb_passwd 380 src/vfs/smbfs/helpers/include/smb.h unsigned char *smb_passwd; /* Null if no password */ smb_passwd 399 src/vfs/smbfs/helpers/include/smb.h unsigned char *smb_passwd; /* Null if no password */ smb_passwd 764 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*getsmbpwnam) (char *); smb_passwd 765 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*getsmbpwuid) (uid_t); smb_passwd 766 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*getsmbpwrid) (uint32); smb_passwd 767 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*getsmbpwent) (void *); smb_passwd 772 src/vfs/smbfs/helpers/include/smb.h BOOL (*add_smbpwd_entry) (struct smb_passwd *); smb_passwd 773 src/vfs/smbfs/helpers/include/smb.h BOOL (*mod_smbpwd_entry) (struct smb_passwd *, BOOL); smb_passwd 804 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*smb_password_chal) (char *username, char lm_pass[24], char nt_pass[24], smb_passwd 806 src/vfs/smbfs/helpers/include/smb.h struct smb_passwd *(*smb_password_check) (char *username, char lm_hash[16], char nt_hash[16]);