summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r1131: remove an error msg for failing to open unexpected.tdbAndrew Tridgell2007-10-101-1/+0
* r1129: Remove unused function.Andrew Bartlett2007-10-101-30/+0
* r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2007-10-101-1/+1
* r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2007-10-101-10/+13
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-0/+33
* 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-106-70/+131
* r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell2007-10-101-2/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-107-27/+25
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-1010-130/+130
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-106-8/+8
* 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-107-55/+55
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-101-1/+1
* r898: - remove some unused macrosAndrew Tridgell2007-10-101-0/+7
* r893: a few more _t conversionsAndrew Tridgell2007-10-101-1/+1
* r891: fix compileGerald Carter2007-10-101-2/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-1021-70/+70
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-1023-66/+66
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-1018-50/+50
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-106-199/+294
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-108-39/+35
* 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
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-101-22/+0
* r718: removed some more unused code, and two source filesAndrew Tridgell2007-10-102-73/+0
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+3
* r702: fix krb5 linkingStefan Metzmacher2007-10-101-1/+6
* r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher2007-10-101-1/+2
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-102-35/+55
* 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-109-51/+101
* r451: More NTLMSSP work.Andrew Bartlett2007-10-103-90/+167
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-107-156/+753
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-104-8/+38
* r324: - don't reseed on every password generateAndrew Tridgell2007-10-101-1/+5
* r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2007-10-102-15/+36
* r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell2007-10-101-2/+6
* r265: fixed a bug in the string to sid conversion codeAndrew Tridgell2007-10-101-6/+7
* r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2007-10-102-5/+50
* r189: Added UNIX search into tests - added client library parse code.Jeremy Allison2007-10-101-1/+27
* r152: a quick airport commit ....Andrew Tridgell2007-10-109-39/+159