summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-02-20 08:09:06 +0000
committerAndrew Tridgell <tridge@samba.org>2001-02-20 08:09:06 +0000
commite1a04e621f1c28d8e6e543d43741ca0272e2237f (patch)
tree52544325036636ba0a95e78416d04cd9210a586a /source/include/client.h
parent519010345f1ac11e593597d538c08f95d92afe6b (diff)
downloadsamba-e1a04e621f1c28d8e6e543d43741ca0272e2237f.tar.gz
samba-e1a04e621f1c28d8e6e543d43741ca0272e2237f.tar.xz
samba-e1a04e621f1c28d8e6e543d43741ca0272e2237f.zip
initial client side unicode support (needed for netapp filer)
I've currently got this code disabled by default as it is incomplete. You enable it by setting a USE_UNICODE environment variable. Once the support is complete this check will be removed and the CAP_UNICODE capability bit will be the sole determination of whether the client library code uses unicode right now I have converted session_setup and tconx. I will do more fns over the next few days. see clistr.c for the new client side string interface. Luckily it tends to make the code smaller and neater while adding unicode support.
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index ae7229b516c..1f4cd55a83f 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -29,6 +29,12 @@
will be a multiple of the page size on almost any system */
#define CLI_BUFFER_SIZE (0xFFFF)
+
+/* clistr flags - see clistr.c */
+#define CLISTR_TERMINATE 1
+#define CLISTR_CONVERT 2
+#define CLISTR_UPPER 4
+
/*
* These definitions depend on smb.h
*/