| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h | Andrew Bartlett | 2007-10-10 | 2 | -2/+4 |
* | r1443: More changes towards Kerberos in Samba4's GENSEC. | Andrew Bartlett | 2007-10-10 | 2 | -132/+24 |
* | r1442: I was going to rename kerberos.c -> kerberos_kinit.c, but didn't. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r1441: Indentation and comment fixes. | Andrew Bartlett | 2007-10-10 | 1 | -3/+3 |
* | r1440: GENSEC improvements: | Andrew Bartlett | 2007-10-10 | 2 | -1/+66 |
* | r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGO | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r1438: Record the principal name we are sent in the SPENGO mechListMIC in a | Andrew Bartlett | 2007-10-10 | 2 | -3/+3 |
* | r1437: Intermediate commit of krb5 for GENSEC. | Andrew Bartlett | 2007-10-10 | 2 | -40/+360 |
* | r1436: Move GENSEC across to config.mk | Andrew Bartlett | 2007-10-10 | 2 | -17/+25 |
* | r1429: enable spnego in smbclient too. | Stefan Metzmacher | 2007-10-10 | 1 | -6/+11 |
* | r1426: Fix some of my silly compile errors... | Andrew Bartlett | 2007-10-10 | 2 | -2/+2 |
* | r1423: Make sure to destory the mem_ctx. | Andrew Bartlett | 2007-10-10 | 1 | -2/+4 |
* | r1421: fix a uninitialized var (thanks valgrind:-) | Stefan Metzmacher | 2007-10-10 | 1 | -5/+15 |
* | r1420: be more strict reject if the context has the wrong type | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of this | Andrew Bartlett | 2007-10-10 | 3 | -107/+233 |
* | r1409: if we have no user name don't use extended security | Stefan Metzmacher | 2007-10-10 | 2 | -1/+2 |
* | r1406: I got spnego in the smb client working | Stefan Metzmacher | 2007-10-10 | 1 | -0/+3 |
* | r1372: Remove the 'default' case from the SPENGO state machine, and fix up | Andrew Bartlett | 2007-10-10 | 1 | -6/+6 |
* | r1367: SPNEGO know uses gensec_subcontext_start() in all places | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r1366: handle the case where the client need to send the negTokenInit before | Stefan Metzmacher | 2007-10-10 | 1 | -1/+88 |
* | r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResult | Stefan Metzmacher | 2007-10-10 | 1 | -9/+0 |
* | r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARG | Stefan Metzmacher | 2007-10-10 | 1 | -4/+72 |
* | r1363: add SPNEGO_NONE_RESULT as spnego_negResult value | Stefan Metzmacher | 2007-10-10 | 2 | -4/+7 |
* | r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS | Stefan Metzmacher | 2007-10-10 | 1 | -5/+0 |
* | r1359: fix uninit var - found by valgrind | Stefan Metzmacher | 2007-10-10 | 1 | -3/+1 |
* | r1358: Re-indent the SPENGO implementation, and work on the basis of a | Andrew Bartlett | 2007-10-10 | 1 | -146/+201 |
* | r1357: Work on GENSEC: | Andrew Bartlett | 2007-10-10 | 2 | -5/+51 |
* | r1353: Fix compile with new ASN1 peek code. | Andrew Bartlett | 2007-10-10 | 1 | -2/+2 |
* | r1352: Add a 'peek' function to our ASN1 code, so we can safely perform the | Andrew Bartlett | 2007-10-10 | 2 | -18/+63 |
* | r1350: - init nt_status- found by valgrind | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r1349: don't segfault with empty data_blob | Stefan Metzmacher | 2007-10-10 | 1 | -0/+5 |
* | r1348: get gensec backend by OID instead of name | Stefan Metzmacher | 2007-10-10 | 2 | -12/+1 |
* | r1347: - remove typedef | Stefan Metzmacher | 2007-10-10 | 2 | -6/+15 |
* | r1346: revert my last spnego changes | Stefan Metzmacher | 2007-10-10 | 2 | -126/+116 |
* | r1345: add extended security spnego support to the smb client | Stefan Metzmacher | 2007-10-10 | 5 | -19/+194 |
* | r1344: add gensec_start_mech_by_name() | Stefan Metzmacher | 2007-10-10 | 3 | -116/+137 |
* | r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ... | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r1294: A nice, large, commit... | Andrew Bartlett | 2007-10-10 | 7 | -169/+813 |
* | r1274: revert -r 1239 as discussed with abartlet | Stefan Metzmacher | 2007-10-10 | 5 | -159/+433 |
* | r1268: varient -> variant | Tim Potter | 2007-10-10 | 2 | -2/+2 |
* | r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b... | Stefan Metzmacher | 2007-10-10 | 5 | -433/+159 |
* | r1229: the name of the protocol should be in first place of a function name | Stefan Metzmacher | 2007-10-10 | 2 | -10/+10 |
* | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 2007-10-10 | 9 | -277/+935 |
* | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 2007-10-10 | 9 | -569/+1021 |
* | r1187: * Remove testing hack (actually check signatures on NTLM2). | Andrew Bartlett | 2007-10-10 | 1 | -5/+2 |
* | r1170: Remove bogus part of previous commit - session keys, even in NTLMSSP | Andrew Bartlett | 2007-10-10 | 1 | -2/+4 |
* | r1169: Some more updates to the NTLMSSP NTLM2 code: | Andrew Bartlett | 2007-10-10 | 2 | -46/+48 |
* | r1134: added a TODO regarding schannel credentials | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
* | r1131: remove an error msg for failing to open unexpected.tdb | Andrew Tridgell | 2007-10-10 | 1 | -1/+0 |
* | r1129: Remove unused function. | Andrew Bartlett | 2007-10-10 | 1 | -30/+0 |