- added rudimentary CAP_UNICODE support because i thought it was part of
authorLuke Leighton <lkcl@samba.org>
Thu, 7 Oct 1999 22:10:29 +0000 (22:10 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 7 Oct 1999 22:10:29 +0000 (22:10 +0000)
commitcba7662da1fd9ed8bd9f9969417adf1fe5f0d33b
treeeae7890b1c9c03c86e86dd86a2966fc5a585b99a
parenteb9268550f2330d4a9a3381f560bd7d70743e19a
- added rudimentary CAP_UNICODE support because i thought it was part of
a problem i was having.

- added rudimentary CAP_STATUS32 support for same reason.

- added hard-coded, copy-the-same-data-from-over-the-wire version of
CAP_EXTENDED_SECURITY, which is a security-blob to encapsulate
GSSAPI which encodes
SPNEGO which is used to negotiate
Kerberos or NTLMSSP.  i have implemented
NTLMSSP which negotiates
NTLMv1 or NTLMv2 and 40-bit or 128-bit etc.  i have implemented
NTLMv1 / 40-bit.

*whew*.
(This used to be commit e5b80bd2f76fda70e41e4a9007eb035dab92ed8e)
source3/include/proto.h
source3/include/smb.h
source3/lib/util_str.c
source3/lib/util_unistr.c
source3/libsmb/clientgen.c
source3/libsmb/pwd_cache.c
source3/rpc_client/cli_pipe.c
source3/rpc_parse/parse_rpc.c