r2654: fixed some more server memory leaks. We are now down to a single leak
[sfrench/samba-autobuild/.git] / source4 / libcli / auth /
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2587: fixed a couple of authentication memory leaks...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Bartlettr2534: Change NTLMSSP parsing to avoid a seperate str_c...
2007-10-10 Andrew Tridgellr2432: more string function updates.
2007-10-10 Andrew Tridgellr2385: the gensec:krb5 test is not needed here any...
2007-10-10 Andrew Tridgellr2377: added a more generic way of disabling gensec...
2007-10-10 Andrew Tridgellr2376: added a way to disable krb5 on the command line...
2007-10-10 Stefan Metzmacherr2315: change format
2007-10-10 Stefan Metzmacherr2314: fix compiler warning
2007-10-10 Andrew Bartlettr2307: Fix the use of 'raw' NTLMSSP to hosts that suppo...
2007-10-10 Andrew Tridgellr2303: allow setting of many ntlmssp options from smb...
2007-10-10 Andrew Tridgellr2294: this fixes the NTLM2 sign+seal combination....
2007-10-10 Andrew Bartlettr2290: Fix 'lsakey' for the server-side, it is static for
2007-10-10 Andrew Bartlettr2286: Fixes towards krb5 logins into Samba's CIFS...
2007-10-10 Andrew Bartlettr2285: Remove more static data, fix spelling in a comment.
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 Bartlettr2099: Get rid of another private ARCFOUR implementatio...
2007-10-10 Andrew Bartlettr2096: Enable use of NTLM2 for connections that do...
2007-10-10 Günther Deschnerr2058: Merge heimdal krb5_locate_kdc-fix over from...
2007-10-10 Andrew Bartlettr2054: Fix compile warnings/build failures on non-gcc.
2007-10-10 Andrew Bartlettr2053: All RPC sessions 'want' a session key. Of cours...
2007-10-10 Andrew Tridgellr2042: missed a couple of places that should be talloc_...
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Andrew Tridgellr2036: switched the spnego code to use talloc
2007-10-10 Stefan Metzmacherr2020: fix compiler warnings
2007-10-10 Volker Lendecker1886: Fix the build
2007-10-10 Stefan Metzmacherr1794: fix the build MIT krb5
2007-10-10 Stefan Metzmacherr1790: a few updates on krb5 PAC...
2007-10-10 Stefan Metzmacherr1784: a few minor changes and debug the decoded PAC_DATA
2007-10-10 Stefan Metzmacherr1770: here's the krb5 server code,
2007-10-10 Andrew Bartlettr1752: Fix compile bugs on C (rather than C++) tolerant...
2007-10-10 Stefan Metzmacherr1748: don't segfault if there's no ticket
2007-10-10 Stefan Metzmacherr1737: don't segfault when a mech don't have a session_...
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Andrew Bartlettr1724: Add a new function to return the list of availab...
2007-10-10 Andrew Bartlettr1685: Add the ability to lookup RPC auth types for...
2007-10-10 Andrew Tridgellr1630: - fixed the replacement timegm() function to...
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 Bartlettr1498: (merge from 3.0)
2007-10-10 Stefan Metzmacherr1497: add forward declaration for struct auth_session_info
2007-10-10 Andrew Bartlettr1476: Don't print messages about the CCACHE not being...
2007-10-10 Andrew Bartlettr1475: More kerberos work
2007-10-10 Stefan Metzmacherr1467: disable gensec_krb5 by default till abartlet
2007-10-10 Andrew Tridgellr1466: the name "oid" is taken by some silly system...
2007-10-10 Stefan Metzmacherr1463: fix the krb5 build
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Andrew Bartlettr1461: ntlm_check.c is a server-side peice of code...
2007-10-10 Andrew Bartlettr1457: Add the GSSAPI layer to our gensec_krb5 code.
2007-10-10 Jelmer Vernooijr1451: More missing files...
2007-10-10 Jelmer Vernooijr1450: Oops.. Missing files :-)
2007-10-10 Jelmer Vernooijr1449: Use the config system somewhat better in libcli...
2007-10-10 Andrew Bartlettr1448: Indent this so proto doesn't pick it up.
2007-10-10 Andrew Bartlettr1447: Fix compile.
2007-10-10 Andrew Bartlettr1446: Another funciton to avoid in proto.h
2007-10-10 Andrew Bartlettr1445: Ensure get_auth_data_from_tkt doesn't get into...
2007-10-10 Andrew Bartlettr1443: More changes towards Kerberos in Samba4's GENSEC.
2007-10-10 Andrew Bartlettr1441: Indentation and comment fixes.
2007-10-10 Andrew Bartlettr1440: GENSEC improvements:
2007-10-10 Andrew Bartlettr1439: Once we are authenticated, always return NT_STAT...
2007-10-10 Andrew Bartlettr1438: Record the principal name we are sent in the...
2007-10-10 Andrew Bartlettr1437: Intermediate commit of krb5 for GENSEC.
2007-10-10 Andrew Bartlettr1426: Fix some of my silly compile errors...
2007-10-10 Andrew Bartlettr1423: Make sure to destory the mem_ctx.
2007-10-10 Stefan Metzmacherr1421: fix a uninitialized var (thanks valgrind:-)
2007-10-10 Stefan Metzmacherr1420: be more strict reject if the context has the...
2007-10-10 Andrew Bartlettr1418: Merge Samba 3.0's recent kerberos changes into...
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 Metzmacherr1363: add SPNEGO_NONE_RESULT as spnego_negResult value
2007-10-10 Stefan Metzmacherr1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS
2007-10-10 Stefan Metzmacherr1359: fix uninit var - found by valgrind
2007-10-10 Andrew Bartlettr1358: Re-indent the SPENGO implementation, and work...
2007-10-10 Andrew Bartlettr1357: Work on GENSEC:
2007-10-10 Andrew Bartlettr1353: Fix compile with new ASN1 peek code.
2007-10-10 Andrew Bartlettr1352: Add a 'peek' function to our ASN1 code, so we...
2007-10-10 Stefan Metzmacherr1350: - init nt_status- found by valgrind
2007-10-10 Stefan Metzmacherr1349: don't segfault with empty data_blob
2007-10-10 Stefan Metzmacherr1348: get gensec backend by OID instead of name
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 Metzmacherr1274: revert -r 1239 as discussed with abartlet
2007-10-10 Stefan Metzmacherr1239: move the old msrpc_<gen|parse>() functions to...
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...
2007-10-10 Andrew Bartlettr1187: * Remove testing hack (actually check signatures...
2007-10-10 Andrew Bartlettr1170: Remove bogus part of previous commit - session...
next