summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-101-10/+10
* r1024: Use samr_Password for the machine password here - this ensures we canAndrew Bartlett2007-10-101-8/+8
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-101-6/+6
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-103-27/+23
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-105-41/+91
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-105-67/+67
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-0/+3
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-103-19/+19
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-109-26/+26
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-107-19/+19
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-105-192/+280
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-101-16/+45
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-102-3/+52
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+3
* r611: Fix breakage from my last commit:Andrew Bartlett2007-10-101-6/+6
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-104-22/+65
* r451: More NTLMSSP work.Andrew Bartlett2007-10-102-38/+157
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-105-96/+689
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-101-0/+133
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-102-0/+344
* make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell2003-12-151-1/+2
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-021-3/+9