summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
...
* r1453: Change the RAP client to use the ndr routines for moving bytes around.Volker Lendecke2007-10-101-295/+100
* r1403: commit volkers initial RAP torture testStefan Metzmacher2007-10-104-1/+651
* r1402: we should prompt for a password if it's not given by -UStefan Metzmacher2007-10-101-1/+0
* r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...Volker Lendecke2007-10-101-0/+54
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-1/+4
* r1228: use int64_t instead of long longStefan Metzmacher2007-10-102-5/+5
* r1227: use uint64_t instead of unsigned long longStefan Metzmacher2007-10-101-2/+2
* r1197: Fix my build breakage, variables at the top of a block only...Andrew Bartlett2007-10-101-2/+2
* r1189: Now that we use a common 'base' return structure for the SamLogonAndrew Bartlett2007-10-101-37/+25
* r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we mayAndrew Bartlett2007-10-101-0/+8
* r1173: A quick little test to show that we cannot bind twice to a single endp...Andrew Bartlett2007-10-103-1/+89
* r1161: Include a few more self-check NTLMSSP examples.Andrew Bartlett2007-10-101-0/+28
* r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell2007-10-101-11/+70
* r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell2007-10-101-22/+22
* r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell2007-10-101-5/+14
* r1137: - added torture test for netr_LogonGetDomainInfo() callAndrew Tridgell2007-10-101-0/+59
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-106-22/+23
* r1113: Test for wildcards in chkpath.Jeremy Allison2007-10-101-0/+5
* r1098: Extended raw chkpath to catch regressions.Jeremy Allison2007-10-101-0/+40
* r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2007-10-101-0/+13
* r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison2007-10-102-2/+79
* r1062: fix typo, found by valgrindStefan Metzmacher2007-10-101-1/+1
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-26/+30
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-6/+6
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-101-6/+17
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-106-179/+426
* r1039: Remove description of unexisting option.Jelmer Vernooij2007-10-101-1/+0
* r1026: Spelling.Tim Potter2007-10-101-1/+1
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-102-48/+48
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-102-6/+6
* r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher2007-10-101-1/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-102-13/+17
* r976: - added -W for workgroup to locktestAndrew Tridgell2007-10-101-7/+16
* r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests alsoVolker Lendecke2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-1010-60/+60
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-102-13/+13
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-5/+5
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-10/+93
* r946: Updated attribute only oplock tester to cover more cases.Jeremy Allison2007-10-101-5/+37
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-104-8/+8
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-102-0/+32
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-101-0/+38
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-102-12/+13
* r902: added torture tests for sending rubbish in the domain name field of Get...Andrew Tridgell2007-10-101-2/+29
* r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett2007-10-103-3/+60
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-107-23/+23
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-1015-73/+73
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-1021-131/+131
* r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher2007-10-103-3/+15
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-103-4/+7