initial client side unicode support (needed for netapp filer)
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Feb 2001 08:09:06 +0000 (08:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Feb 2001 08:09:06 +0000 (08:09 +0000)
commit6492d6b2f6a2743f5e794447911cbbba7e031d5d
treea9a9f4b60af0cf57bc947b3967265248a80e2490
parentd62754e9487d62bf11bc0a4970a1bca2dd5d6727
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.
(This used to be commit e1a04e621f1c28d8e6e543d43741ca0272e2237f)
source3/Makefile.in
source3/include/client.h
source3/include/proto.h
source3/lib/util_unistr.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clistr.c [new file with mode: 0644]