Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4890: Try to cope with mechanism mismatch in the client speaks first version | Andrew Bartlett | 1 | -7/+98 |
2007-10-10 | r4692: Make the client SPNEGO code bail out in a couple more cases. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 1 | -30/+31 |
2007-10-10 | r4504: Setting | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4460: Add a new GENSEC module: gensec_gssapi | Andrew Bartlett | 1 | -6/+22 |
2007-10-10 | r4459: GENSEC refinements: | Andrew Bartlett | 1 | -2/+51 |
2007-10-10 | r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -23/+16 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 1 | -26/+23 |
2007-10-10 | r4326: fix memory leak | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r4044: only send supportedMech when we also send other data | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r3786: send a mechListMIC to make the current samba3 client happy | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r3770: - fix endless recursion loop in spnego fallback code | Stefan Metzmacher | 1 | -7/+11 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3322: fixed a bunch of warnings in the build, including one case where it wa... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3289: Mr. L. and Mr. B.! | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r3110: Fix the krb5 client and server, so that it doesn't segfault. There | Andrew Bartlett | 1 | -11/+10 |
2007-10-10 | r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet() | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r2645: converted the NTLMSSP code to the new style of talloc | Andrew Tridgell | 1 | -17/+6 |
2007-10-10 | r2587: fixed a couple of authentication memory leaks. There are more to be | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security, | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -16/+46 |
2007-10-10 | r2119: Noticed by jra: | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r1752: Fix compile bugs on C (rather than C++) tolerant compilers. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signing | Andrew Bartlett | 1 | -103/+207 |
2007-10-10 | r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and | Andrew Bartlett | 1 | -12/+20 |
2007-10-10 | r1521: Updates to our SMB signing code. | Andrew Bartlett | 1 | -20/+23 |
2007-10-10 | r1475: More kerberos work | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r1462: GENSEC Kerberos and SPENGO work: | Andrew Bartlett | 1 | -60/+62 |
2007-10-10 | r1449: Use the config system somewhat better in libcli/auth | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r1421: fix a uninitialized var (thanks valgrind:-) | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r1372: Remove the 'default' case from the SPENGO state machine, and fix up | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r1367: SPNEGO know uses gensec_subcontext_start() in all places | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1366: handle the case where the client need to send the negTokenInit before | Stefan Metzmacher | 1 | -1/+88 |
2007-10-10 | r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResult | Stefan Metzmacher | 1 | -9/+0 |
2007-10-10 | r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARG | Stefan Metzmacher | 1 | -4/+72 |
2007-10-10 | r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r1358: Re-indent the SPENGO implementation, and work on the basis of a | Andrew Bartlett | 1 | -146/+201 |
2007-10-10 | r1350: - init nt_status- found by valgrind | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1347: - remove typedef | Stefan Metzmacher | 1 | -4/+13 |
2007-10-10 | r1346: revert my last spnego changes | Stefan Metzmacher | 1 | -124/+114 |
2007-10-10 | r1344: add gensec_start_mech_by_name() | Stefan Metzmacher | 1 | -114/+124 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -60/+115 |
2007-10-10 | r1229: the name of the protocol should be in first place of a function name | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 1 | -272/+250 |
2007-10-10 | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 1 | -0/+343 |