summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),Andrew Tridgell1-3/+83
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2-16/+106
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell2-14/+248
2007-10-10r268: added IDL and test code for samr_QueryDomainInfo2(),Andrew Tridgell1-0/+152
2007-10-10r267: added IDL and test code for samr_ChangePasswordUser(),Andrew Tridgell1-28/+209
2007-10-10r266: modified autoidl to deal with policy handles (this helped me work outAndrew Tridgell1-19/+47
2007-10-10r259: added samr_DeleteGroupMember() IDL and test codeAndrew Tridgell1-1/+24
2007-10-10r258: added samr_AddGroupMember() IDL and test codeAndrew Tridgell1-24/+69
2007-10-10r257: added samr_SetGroupInfo() IDL and test codeAndrew Tridgell1-0/+25
2007-10-10r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...Andrew Tridgell1-1/+120
2007-10-10r255: added samr_SetDomainInfo IDL and test codeAndrew Tridgell1-0/+25
2007-10-10r232: Test whether querydispinfo and enumdomgroups return the same set ofVolker Lendecke1-0/+133
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison1-0/+14
2007-10-10r203: Added size and alloc size tests to UNIX info level.Jeremy Allison1-0/+2
2007-10-10r199: More registry rpc updatesJelmer Vernooij1-2/+2
2007-10-10r190: More RPC updatesJelmer Vernooij1-26/+28
2007-10-10r184: Fix UNIX Search info level. This still needs to be added to the rawJeremy Allison1-2/+4
2007-10-10r168: - Cleanups in rpc backendJelmer Vernooij1-6/+10
2007-10-10r165: Add support for viewing registry values in gregeditJelmer Vernooij1-1/+5
2007-10-10r152: a quick airport commit ....Andrew Tridgell6-21/+14
2007-10-10r133: don't try to do a database deltas with a -1 seq numAndrew Tridgell1-0/+4
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-20/+77
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-70/+80
2007-10-10r62: Fix the buildJelmer Vernooij1-3/+6
2007-10-10r61: - Implement first call in the winreg rpc serverJelmer Vernooij1-1/+22
2007-10-10r46: Add CreateKey function (still working on it)Jelmer Vernooij1-6/+49
2007-10-10r42: importing .cvsignore filesGerald Carter1-1/+0
2007-10-10r33: Fix torture test after IDL changes.Jelmer Vernooij1-11/+2
2004-04-03added IDL and test for lsa_OpenSecret()Andrew Tridgell1-1/+23
2004-04-03added IDL and test suite for lsa_CreateSecret()Andrew Tridgell1-0/+33
2004-04-03added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell1-1/+45
2004-04-02Added one more test for "dirname\."Jeremy Allison1-0/+5
2004-03-31added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell1-21/+114
2004-03-26- moved some of the base tests into torture/basic/Andrew Tridgell10-5/+280
2004-03-26- use a linked list for the ftable in the nbench load generator. ThisAndrew Tridgell1-35/+71
2004-03-26use client1, client2 not client0, client1 to better match netbenchAndrew Tridgell1-1/+1
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2-2/+2
2004-03-10nicer way of handling \clientsAndrew Tridgell2-3/+14
2004-03-10as a special case don't check the status of the create of \clients -Andrew Tridgell1-1/+3
2004-03-10make the warmup and execute phases clearerAndrew Tridgell1-4/+13
2004-03-10added a 5% warmup time to NBENCH to make the results more consistentAndrew Tridgell2-10/+33
2004-03-09added the -C option to smbtortureAndrew Tridgell1-16/+79
2004-03-09don't check return fields (like search count) on an expected failureAndrew Tridgell1-4/+4
2004-03-09handle incomplete load filesAndrew Tridgell2-6/+7
2004-03-09greatly improved NBENCH netbench simulatorAndrew Tridgell5-448/+805
2004-02-21added the simple HOLDCON torture test. This is used to establishAndrew Tridgell1-0/+56
2004-02-10fixed a couple of uninitialised returns spotted by valgrindAndrew Tridgell1-2/+2
2004-02-10don't force debug in the RPC-MGMT testAndrew Tridgell1-2/+0
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter20-246/+242
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter29-1133/+1135