summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett1-146/+201
2007-10-10r1357: Work on GENSEC:Andrew Bartlett2-5/+51
2007-10-10r1353: Fix compile with new ASN1 peek code.Andrew Bartlett1-2/+2
2007-10-10r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett1-18/+41
2007-10-10r1350: - init nt_status- found by valgrindStefan Metzmacher1-1/+2
2007-10-10r1349: don't segfault with empty data_blobStefan Metzmacher1-0/+5
2007-10-10r1348: get gensec backend by OID instead of nameStefan Metzmacher1-11/+0
2007-10-10r1347: - remove typedefStefan Metzmacher2-6/+15
2007-10-10r1346: revert my last spnego changesStefan Metzmacher2-126/+116
2007-10-10r1344: add gensec_start_mech_by_name()Stefan Metzmacher3-116/+137
2007-10-10r1294: A nice, large, commit...Andrew Bartlett6-168/+811
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher3-145/+421
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher3-421/+145
2007-10-10r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2-10/+10
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett7-275/+930
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett6-0/+1397
2007-10-10r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett1-5/+2
2007-10-10r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett1-2/+4
2007-10-10r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett2-46/+48
2007-10-10r1134: added a TODO regarding schannel credentialsAndrew Tridgell1-1/+2
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett1-10/+13
2007-10-10r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...Andrew Tridgell1-2/+2
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-1/+1
2007-10-10r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett1-10/+10
2007-10-10r1024: Use samr_Password for the machine password here - this ensures we canAndrew Bartlett1-8/+8
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-6/+6
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher3-27/+23
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell5-41/+91
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher5-67/+67
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-0/+3
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher3-19/+19
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher9-26/+26
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher7-19/+19
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett5-192/+280
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-16/+45
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2-3/+52
2007-10-10r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett1-4/+3
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett1-6/+6