summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r1420: be more strict reject if the context has the wrong typeStefan Metzmacher2007-10-101-0/+1
* r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of thisAndrew Bartlett2007-10-103-107/+233
* r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett2007-10-101-6/+6
* r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher2007-10-101-1/+2
* r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher2007-10-101-1/+88
* r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher2007-10-101-9/+0
* r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher2007-10-101-4/+72
* r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher2007-10-102-4/+7
* r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher2007-10-101-5/+0
* r1359: fix uninit var - found by valgrindStefan Metzmacher2007-10-101-3/+1
* r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett2007-10-101-146/+201
* r1357: Work on GENSEC:Andrew Bartlett2007-10-102-5/+51
* r1353: Fix compile with new ASN1 peek code.Andrew Bartlett2007-10-101-2/+2
* r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett2007-10-101-18/+41
* r1350: - init nt_status- found by valgrindStefan Metzmacher2007-10-101-1/+2
* r1349: don't segfault with empty data_blobStefan Metzmacher2007-10-101-0/+5
* r1348: get gensec backend by OID instead of nameStefan Metzmacher2007-10-101-11/+0
* r1347: - remove typedefStefan Metzmacher2007-10-102-6/+15
* r1346: revert my last spnego changesStefan Metzmacher2007-10-102-126/+116
* r1344: add gensec_start_mech_by_name()Stefan Metzmacher2007-10-103-116/+137
* r1294: A nice, large, commit...Andrew Bartlett2007-10-106-168/+811
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-103-145/+421
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-103-421/+145
* r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2007-10-102-10/+10
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-107-275/+930
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-106-0/+1397
* r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett2007-10-101-5/+2
* r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett2007-10-101-2/+4
* r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett2007-10-102-46/+48
* r1134: added a TODO regarding schannel credentialsAndrew Tridgell2007-10-101-1/+2
* r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2007-10-101-10/+13
* r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...Andrew Tridgell2007-10-101-2/+2
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-101-1/+1