Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1770: here's the krb5 server code, | Stefan Metzmacher | 3 | -28/+318 |
2007-10-10 | r1752: Fix compile bugs on C (rather than C++) tolerant compilers. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1748: don't segfault if there's no ticket | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1737: don't segfault when a mech don't have a session_info hook | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signing | Andrew Bartlett | 1 | -103/+207 |
2007-10-10 | r1724: Add a new function to return the list of available OIDs. | Andrew Bartlett | 1 | -9/+39 |
2007-10-10 | r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test. | Andrew Bartlett | 1 | -0/+11 |
2007-10-10 | r1630: - fixed the replacement timegm() function to work correctly for DST ch... | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and | Andrew Bartlett | 2 | -14/+26 |
2007-10-10 | r1521: Updates to our SMB signing code. | Andrew Bartlett | 2 | -21/+26 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 2 | -4/+4 |
2007-10-10 | r1497: add forward declaration for struct auth_session_info | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r1476: Don't print messages about the CCACHE not being found - this is normal. | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r1475: More kerberos work | Andrew Bartlett | 6 | -52/+321 |
2007-10-10 | r1467: disable gensec_krb5 by default till abartlet | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1466: the name "oid" is taken by some silly system headers - avoid it in our... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1463: fix the krb5 build | Stefan Metzmacher | 2 | -1/+5 |
2007-10-10 | r1462: GENSEC Kerberos and SPENGO work: | Andrew Bartlett | 4 | -70/+73 |
2007-10-10 | r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH. | Andrew Bartlett | 1 | -447/+0 |
2007-10-10 | r1457: Add the GSSAPI layer to our gensec_krb5 code. | Andrew Bartlett | 2 | -33/+142 |
2007-10-10 | r1451: More missing files... | Jelmer Vernooij | 2 | -0/+12 |
2007-10-10 | r1450: Oops.. Missing files :-) | Jelmer Vernooij | 2 | -0/+47 |
2007-10-10 | r1449: Use the config system somewhat better in libcli/auth | Jelmer Vernooij | 2 | -8/+3 |
2007-10-10 | r1448: Indent this so proto doesn't pick it up. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1447: Fix compile. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1446: Another funciton to avoid in proto.h | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h | Andrew Bartlett | 2 | -2/+4 |
2007-10-10 | r1443: More changes towards Kerberos in Samba4's GENSEC. | Andrew Bartlett | 2 | -132/+24 |
2007-10-10 | r1441: Indentation and comment fixes. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r1440: GENSEC improvements: | Andrew Bartlett | 2 | -1/+66 |
2007-10-10 | r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGO | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1438: Record the principal name we are sent in the SPENGO mechListMIC in a | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r1437: Intermediate commit of krb5 for GENSEC. | Andrew Bartlett | 2 | -40/+360 |
2007-10-10 | r1426: Fix some of my silly compile errors... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r1423: Make sure to destory the mem_ctx. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r1421: fix a uninitialized var (thanks valgrind:-) | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r1420: be more strict reject if the context has the wrong type | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of this | Andrew Bartlett | 3 | -107/+233 |
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 | r1363: add SPNEGO_NONE_RESULT as spnego_negResult value | Stefan Metzmacher | 2 | -4/+7 |
2007-10-10 | r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r1359: fix uninit var - found by valgrind | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r1358: Re-indent the SPENGO implementation, and work on the basis of a | Andrew Bartlett | 1 | -146/+201 |
2007-10-10 | r1357: Work on GENSEC: | Andrew Bartlett | 2 | -5/+51 |
2007-10-10 | r1353: Fix compile with new ASN1 peek code. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1352: Add a 'peek' function to our ASN1 code, so we can safely perform the | Andrew Bartlett | 1 | -18/+41 |