- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
authorAndrew Tridgell <tridge@samba.org>
Fri, 6 Jun 2003 05:15:28 +0000 (05:15 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 6 Jun 2003 05:15:28 +0000 (05:15 +0000)
commit6b943b5b2188314739f4f36541f1ef469ba9a3b3
treefe082c50c46ee1c4469674ffaf2e16e08c784c0a
parentd155f6ea54e2e5933666db5d566c155333e9e028
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
  (to match win2003 behaviour)

- added the STR_TERMINATE_ASCII flag from samba4 so we can get the
  string termination right for the case where it is supposed to be
  non-terminated for UCS2 and terminated when ASCII
(This used to be commit 791a4cc7cf84eca77116bca00aeb5f95560f6705)
source3/include/smb.h
source3/lib/charcnv.c
source3/smbd/trans2.c