r4326: fix memory leak
[samba.git] / source / libcli / auth / spnego.c
2007-10-10 Stefan Metzmacherr4326: fix memory leak
2007-10-10 Stefan Metzmacherr4070: move some defines from asn_1.h to the places...
2007-10-10 Stefan Metzmacherr4044: only send supportedMech when we also send other...
2007-10-10 Stefan Metzmacherr3786: send a mechListMIC to make the current samba3...
2007-10-10 Stefan Metzmacherr3770: - fix endless recursion loop in spnego fallback...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3322: fixed a bunch of warnings in the build, includin...
2007-10-10 Stefan Metzmacherr3289: Mr. L. and Mr. B.!
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Stefan Metzmacherr2850: - check for GENSEC_WANT_SEAL in gensec_unseal_pa...
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2587: fixed a couple of authentication memory leaks...
2007-10-10 Andrew Bartlettr2307: Fix the use of 'raw' NTLMSSP to hosts that suppo...
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Bartlettr2119: Noticed by jra:
2007-10-10 Andrew Bartlettr1752: Fix compile bugs on C (rather than C++) tolerant...
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Andrew Bartlettr1605: GENSEC krb5 updates - fix a valgrind found unini...
2007-10-10 Andrew Bartlettr1521: Updates to our SMB signing code.
2007-10-10 Andrew Bartlettr1475: More kerberos work
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Jelmer Vernooijr1449: Use the config system somewhat better in libcli...
2007-10-10 Stefan Metzmacherr1421: fix a uninitialized var (thanks valgrind:-)
2007-10-10 Andrew Bartlettr1372: Remove the 'default' case from the SPENGO state...
2007-10-10 Stefan Metzmacherr1367: SPNEGO know uses gensec_subcontext_start() in...
2007-10-10 Stefan Metzmacherr1366: handle the case where the client need to send...
2007-10-10 Stefan Metzmacherr1365: in SPNEGO_SERVER_TARG we should not check the...
2007-10-10 Stefan Metzmacherr1364: the SPNEGO_SERVER_TARG state is different from...
2007-10-10 Stefan Metzmacherr1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS
2007-10-10 Andrew Bartlettr1358: Re-indent the SPENGO implementation, and work...
2007-10-10 Stefan Metzmacherr1350: - init nt_status- found by valgrind
2007-10-10 Stefan Metzmacherr1347: - remove typedef
2007-10-10 Stefan Metzmacherr1346: revert my last spnego changes
2007-10-10 Stefan Metzmacherr1344: add gensec_start_mech_by_name()
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Stefan Metzmacherr1229: the name of the protocol should be in first...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Andrew Bartlettr1198: Merge the Samba 3.0 ntlm_auth, including the...