summaryrefslogtreecommitdiff
path: root/source/include/client.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-03 19:19:48 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-03 19:19:48 +0000
commit8976e26d46cb991710bc77463f7f928ac00dd4d8 (patch)
treea20a59a0ee49c54ee2761cc5c016ccdeb15b866b /source/include/client.h
parent32f66f4ea63038cb4b3785bdf1762abdde076f5d (diff)
downloadsamba-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.h15
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;