summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1886: Fix the buildVolker Lendecke1-3/+3
2007-10-10r1794: fix the build MIT krb5Stefan Metzmacher2-5/+6
2007-10-10r1790: a few updates on krb5 PAC...Stefan Metzmacher1-10/+30
2007-10-10r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher1-8/+10
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher3-28/+318
2007-10-10r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett1-1/+1
2007-10-10r1748: don't segfault if there's no ticketStefan Metzmacher1-2/+2
2007-10-10r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher1-0/+3
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-103/+207
2007-10-10r1724: Add a new function to return the list of available OIDs.Andrew Bartlett1-9/+39
2007-10-10r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett1-0/+11
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2-3/+3
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2-14/+26
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett2-21/+26
2007-10-10r1498: (merge from 3.0)Andrew Bartlett2-4/+4
2007-10-10r1497: add forward declaration for struct auth_session_infoStefan Metzmacher1-0/+2
2007-10-10r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett1-2/+6
2007-10-10r1475: More kerberos workAndrew Bartlett6-52/+321
2007-10-10r1467: disable gensec_krb5 by default till abartletStefan Metzmacher1-1/+2
2007-10-10r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell1-2/+2
2007-10-10r1463: fix the krb5 buildStefan Metzmacher2-1/+5
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett4-70/+73
2007-10-10r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett1-447/+0
2007-10-10r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett2-33/+142
2007-10-10r1451: More missing files...Jelmer Vernooij2-0/+12
2007-10-10r1450: Oops.. Missing files :-)Jelmer Vernooij2-0/+47
2007-10-10r1449: Use the config system somewhat better in libcli/authJelmer Vernooij2-8/+3
2007-10-10r1448: Indent this so proto doesn't pick it up.Andrew Bartlett1-1/+1
2007-10-10r1447: Fix compile.Andrew Bartlett1-1/+1
2007-10-10r1446: Another funciton to avoid in proto.hAndrew Bartlett1-0/+6
2007-10-10r1445: Ensure get_auth_data_from_tkt doesn't get into proto.hAndrew Bartlett2-2/+4
2007-10-10r1443: More changes towards Kerberos in Samba4's GENSEC.Andrew Bartlett2-132/+24
2007-10-10r1441: Indentation and comment fixes.Andrew Bartlett1-3/+3
2007-10-10r1440: GENSEC improvements:Andrew Bartlett2-1/+66
2007-10-10r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGOAndrew Bartlett1-1/+1
2007-10-10r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett2-3/+3
2007-10-10r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett2-40/+360
2007-10-10r1426: Fix some of my silly compile errors...Andrew Bartlett2-2/+2
2007-10-10r1423: Make sure to destory the mem_ctx.Andrew Bartlett1-2/+4
2007-10-10r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher1-5/+15
2007-10-10r1420: be more strict reject if the context has the wrong typeStefan Metzmacher1-0/+1
2007-10-10r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of thisAndrew Bartlett3-107/+233
2007-10-10r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett1-6/+6
2007-10-10r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher1-1/+2
2007-10-10r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher1-1/+88
2007-10-10r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher1-9/+0
2007-10-10r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher1-4/+72
2007-10-10r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher2-4/+7
2007-10-10r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher1-5/+0
2007-10-10r1359: fix uninit var - found by valgrindStefan Metzmacher1-3/+1