summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1134: added a TODO regarding schannel credentialsAndrew Tridgell1-1/+2
2007-10-10r1131: remove an error msg for failing to open unexpected.tdbAndrew Tridgell1-1/+0
2007-10-10r1129: Remove unused function.Andrew Bartlett1-30/+0
2007-10-10r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison1-1/+1
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett1-10/+13
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-0/+33
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 Tridgell6-70/+131
2007-10-10r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell1-2/+2
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher7-27/+25
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher10-130/+130
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher6-8/+8
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 Metzmacher7-55/+55
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-1/+1
2007-10-10r898: - remove some unused macrosAndrew Tridgell1-0/+7
2007-10-10r893: a few more _t conversionsAndrew Tridgell1-1/+1
2007-10-10r891: fix compileGerald Carter1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher21-70/+70
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher23-66/+66
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher18-50/+50
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett6-199/+294
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell8-39/+35
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-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-22/+0
2007-10-10r718: removed some more unused code, and two source filesAndrew Tridgell2-73/+0
2007-10-10r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett1-4/+3
2007-10-10r702: fix krb5 linkingStefan Metzmacher1-1/+6
2007-10-10r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher1-1/+2
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher2-35/+55
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett1-6/+6
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett9-51/+101
2007-10-10r451: More NTLMSSP work.Andrew Bartlett3-90/+167
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett7-156/+753
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell4-8/+38
2007-10-10r324: - don't reseed on every password generateAndrew Tridgell1-1/+5
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2-15/+36
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-2/+6
2007-10-10r265: fixed a bug in the string to sid conversion codeAndrew Tridgell1-6/+7
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2-5/+50
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-1/+27
2007-10-10r152: a quick airport commit ....Andrew Tridgell9-39/+159
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell4-3/+227
2007-10-10r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2-0/+11