summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-12 22:17:51 +0000
committerHerb Lewis <herb@samba.org>1998-11-12 22:17:51 +0000
commit3c45a3503ea57d17e98eb3e57514161a5c82e45e (patch)
treec764199450ff041d6f16fc973217bce4ed06a97c /source/include/client.h
parent6fbf01471d8dc76f8909d851c531fec3d79521d3 (diff)
downloadsamba-3c45a3503ea57d17e98eb3e57514161a5c82e45e.tar.gz
samba-3c45a3503ea57d17e98eb3e57514161a5c82e45e.tar.xz
samba-3c45a3503ea57d17e98eb3e57514161a5c82e45e.zip
.cvsignore: Removed old entries.
client/client.c: include/client.h: Added some debug messages that the old client used to generate. These are needed to make scripts such as 'findsmb' work - there may be other changes to keep backwards output compatibility. Do we need a -old-client-compat argument ? libsmb/clientgen.c: Fixed crash bug where malloc'ed data wasn't being cleared - corrupted malloc chains. web/swat.c: John's changes to get rid of "ghost" table entries.
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 0d5d2ea8fb0..0f28fa0d089 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -87,6 +87,15 @@ struct cli_state {
fstring user_name;
fstring domain;
+ /*
+ * The following strings are the
+ * ones returned by the server if
+ * the protocol > NT1.
+ */
+ fstring server_type;
+ fstring server_os;
+ fstring server_domain;
+
fstring share;
fstring dev;
struct nmb_name called;