1
0
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:
Luke Leighton
-
parent 32f66f4ea6
commit 8976e26d46
24 changed files with 3545 additions and 1242 deletions

View File

@@ -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;