summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/spnego.c
Commit message (Expand)AuthorAgeFilesLines
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-101-1/+1
* r3289: Mr. L. and Mr. B.!Stefan Metzmacher2007-10-101-2/+1
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-101-11/+10
* r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2007-10-101-2/+0
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-101-17/+6
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-101-0/+2
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-101-2/+3
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-16/+46
* r2119: Noticed by jra:Andrew Bartlett2007-10-101-6/+0
* r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett2007-10-101-1/+1
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-103/+207
* r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2007-10-101-12/+20
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-20/+23
* r1475: More kerberos workAndrew Bartlett2007-10-101-1/+2
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-60/+62
* r1449: Use the config system somewhat better in libcli/authJelmer Vernooij2007-10-101-1/+1
* r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher2007-10-101-5/+15
* r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett2007-10-101-6/+6
* r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher2007-10-101-1/+2
* r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher2007-10-101-1/+88
* r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher2007-10-101-9/+0
* r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher2007-10-101-4/+72
* r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher2007-10-101-5/+0
* r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett2007-10-101-146/+201
* r1350: - init nt_status- found by valgrindStefan Metzmacher2007-10-101-1/+2
* r1347: - remove typedefStefan Metzmacher2007-10-101-4/+13
* r1346: revert my last spnego changesStefan Metzmacher2007-10-101-124/+114
* r1344: add gensec_start_mech_by_name()Stefan Metzmacher2007-10-101-114/+124
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-60/+115
* r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2007-10-101-7/+7
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-272/+250
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-101-0/+343