summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* r2119: Noticed by jra:Andrew Bartlett2007-10-101-6/+0
* r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2007-10-102-96/+47
* r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett2007-10-101-0/+16
* r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner2007-10-101-1/+11
* r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett2007-10-101-1/+2
* r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett2007-10-101-0/+3
* r2042: missed a couple of places that should be talloc_free()Andrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-105-17/+88
* r2036: switched the spnego code to use tallocAndrew Tridgell2007-10-101-5/+5
* r2020: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
* r1794: fix the build MIT krb5Stefan Metzmacher2007-10-102-5/+6
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-101-10/+30
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-103-28/+318
* r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett2007-10-101-1/+1
* r1748: don't segfault if there's no ticketStefan Metzmacher2007-10-101-2/+2
* r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher2007-10-101-0/+3
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-103/+207
* r1724: Add a new function to return the list of available OIDs.Andrew Bartlett2007-10-101-9/+39
* r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett2007-10-101-0/+11
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-102-3/+3
* r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2007-10-102-14/+26
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-102-21/+26
* r1498: (merge from 3.0)Andrew Bartlett2007-10-102-4/+4
* r1497: add forward declaration for struct auth_session_infoStefan Metzmacher2007-10-101-0/+2
* r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett2007-10-101-2/+6
* r1475: More kerberos workAndrew Bartlett2007-10-106-52/+321
* r1467: disable gensec_krb5 by default till abartletStefan Metzmacher2007-10-101-1/+2
* r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell2007-10-101-2/+2
* r1463: fix the krb5 buildStefan Metzmacher2007-10-102-1/+5
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-104-70/+73
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2007-10-101-447/+0
* r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett2007-10-102-33/+142
* r1451: More missing files...Jelmer Vernooij2007-10-102-0/+12
* r1450: Oops.. Missing files :-)Jelmer Vernooij2007-10-102-0/+47
* r1449: Use the config system somewhat better in libcli/authJelmer Vernooij2007-10-102-8/+3
* r1448: Indent this so proto doesn't pick it up.Andrew Bartlett2007-10-101-1/+1
* r1447: Fix compile.Andrew Bartlett2007-10-101-1/+1
* r1446: Another funciton to avoid in proto.hAndrew Bartlett2007-10-101-0/+6
* r1445: Ensure get_auth_data_from_tkt doesn't get into proto.hAndrew Bartlett2007-10-102-2/+4
* r1443: More changes towards Kerberos in Samba4's GENSEC.Andrew Bartlett2007-10-102-132/+24
* r1441: Indentation and comment fixes.Andrew Bartlett2007-10-101-3/+3
* r1440: GENSEC improvements:Andrew Bartlett2007-10-102-1/+66
* r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGOAndrew Bartlett2007-10-101-1/+1
* r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett2007-10-102-3/+3
* r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett2007-10-102-40/+360
* r1426: Fix some of my silly compile errors...Andrew Bartlett2007-10-102-2/+2
* r1423: Make sure to destory the mem_ctx.Andrew Bartlett2007-10-101-2/+4
* r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher2007-10-101-5/+15