1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/libcli/auth
Jeremy Allison 2d46e07c47 Fix what looks like a cut-and-paste error in our read_negTokenInit() function.
We should never be calling asn1_push_XXX functions inside an asn1
reading function. Change asn1_push_tag() -> asn1_start_tag() and
asn1_pop_tag() -> asn1_end_tag(). This allows us to connect to a
NetApp filer at the Microsoft plugfest.

Andrew PLEASE CHECK !

Jeremy.
2010-05-20 14:50:16 -07:00
..
config.mk s4:schannel merge code with s3 2010-02-23 12:46:50 -05:00
credentials.c libcli/auth: initialize creds in netlogon_creds_client_init_session_key() 2009-10-24 11:59:15 +02:00
credentials.h libcli/auth: move netlogon_creds_CredentialState out of libcli. 2009-08-27 15:55:18 +02:00
libcli_auth.h libcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags. 2009-08-28 10:09:19 +02:00
msrpc_parse.c Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the correct way. 2010-05-19 10:36:39 -07:00
msrpc_parse.h Add previously generated header files now needed in merged build. 2009-04-20 08:48:07 -07:00
ntlm_check.c Fix typo in comments. 2010-03-03 16:03:13 +01:00
ntlm_check.h Move ntlm_check.h into the common libcli/auth 2009-04-14 16:23:41 +10:00
ntlmssp_ndr.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
ntlmssp_ndr.h Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
proto.h libcli/auth: add a const to des_crypt112_16() 2010-03-05 14:06:18 +01:00
schannel_proto.h libcli/auth: rewrite schannel sign/seal code to be more generic 2009-09-16 12:29:06 +02:00
schannel_sign.c libcli/auth: rewrite schannel sign/seal code to be more generic 2009-09-16 12:29:06 +02:00
schannel_state_tdb.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
schannel_state.h Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
schannel.h schannel: move schannel_sign to main directory. 2009-09-16 01:54:59 +02:00
session.c Move libcli/auth to the top level 2009-04-14 14:19:39 +10:00
smbdes.c libcli/auth: add a const to des_crypt112_16() 2010-03-05 14:06:18 +01:00
smbencrypt.c Simplify E_md5hash a bit 2010-01-07 11:07:55 +01:00
spnego_parse.c Fix what looks like a cut-and-paste error in our read_negTokenInit() function. 2010-05-20 14:50:16 -07:00
spnego_proto.h spnego: add spnego_proto.h. 2009-09-17 01:39:12 +02:00
spnego.h spnego: Support ASN.1 BIT STRING and use it in SPNEGO. 2009-09-17 20:10:54 +02:00
wscript_build s4-waf: more dependencies on talloc 2010-04-06 20:27:13 +10:00