mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
simple mods to add msrpc pipe redirection. default behaviour: fall back
to using internal msrpc code in smbd.
This commit is contained in:
@@ -56,21 +56,6 @@ struct print_job_info
|
||||
time_t t;
|
||||
};
|
||||
|
||||
struct pwd_info
|
||||
{
|
||||
BOOL null_pwd;
|
||||
BOOL cleartext;
|
||||
BOOL crypted;
|
||||
|
||||
fstring password;
|
||||
|
||||
uchar smb_lm_pwd[16];
|
||||
uchar smb_nt_pwd[16];
|
||||
|
||||
uchar smb_lm_owf[24];
|
||||
uchar smb_nt_owf[24];
|
||||
};
|
||||
|
||||
struct cli_state {
|
||||
int port;
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user