summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/spnego.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell1-1/+1
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett1-23/+16
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-26/+23
2007-10-10r4326: fix memory leakStefan Metzmacher1-1/+1
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher1-5/+4
2007-10-10r4044: only send supportedMech when we also send other dataStefan Metzmacher1-5/+8
2007-10-10r3786: send a mechListMIC to make the current samba3 client happyStefan Metzmacher1-1/+9
2007-10-10r3770: - fix endless recursion loop in spnego fallback codeStefan Metzmacher1-7/+11
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-1/+1
2007-10-10r3289: Mr. L. and Mr. B.!Stefan Metzmacher1-2/+1
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett1-11/+10
2007-10-10r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher1-2/+0
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell1-17/+6
2007-10-10r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell1-0/+2
2007-10-10r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett1-2/+3
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-16/+46
2007-10-10r2119: Noticed by jra:Andrew Bartlett1-6/+0
2007-10-10r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett1-1/+1
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-103/+207
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett1-12/+20
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett1-20/+23
2007-10-10r1475: More kerberos workAndrew Bartlett1-1/+2
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett1-60/+62
2007-10-10r1449: Use the config system somewhat better in libcli/authJelmer Vernooij1-1/+1
2007-10-10r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher1-5/+15
2007-10-10r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett1-6/+6
2007-10-10r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher1-1/+2
2007-10-10r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher1-1/+88
2007-10-10r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher1-9/+0
2007-10-10r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher1-4/+72
2007-10-10r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher1-5/+0
2007-10-10r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett1-146/+201
2007-10-10r1350: - init nt_status- found by valgrindStefan Metzmacher1-1/+2
2007-10-10r1347: - remove typedefStefan Metzmacher1-4/+13
2007-10-10r1346: revert my last spnego changesStefan Metzmacher1-124/+114
2007-10-10r1344: add gensec_start_mech_by_name()Stefan Metzmacher1-114/+124
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-60/+115
2007-10-10r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher1-7/+7
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-272/+250
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett1-0/+343