diff options
author | Luke Leighton <lkcl@samba.org> | 2000-01-03 19:19:48 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 2000-01-03 19:19:48 +0000 |
commit | 8976e26d46cb991710bc77463f7f928ac00dd4d8 (patch) | |
tree | a20a59a0ee49c54ee2761cc5c016ccdeb15b866b /source/include/client.h | |
parent | 32f66f4ea63038cb4b3785bdf1762abdde076f5d (diff) | |
download | samba-8976e26d46cb991710bc77463f7f928ac00dd4d8.tar.gz |
simple mods to add msrpc pipe redirection. default behaviour: fall back
to using internal msrpc code in smbd.
Diffstat (limited to 'source/include/client.h')
-rw-r--r-- | source/include/client.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/include/client.h b/source/include/client.h index 15ba66e3e12..2a780ece26a 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -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; |