summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell1-10/+34
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-13/+91
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-2/+83
2003-11-20fixed a commentAndrew Tridgell1-1/+1
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell1-5/+8
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe1-1/+1
2003-11-20Added ATSVC pipe.Tim Potter2-0/+166
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+16
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-2/+44
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell1-1/+1
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-5/+5
2003-11-20some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell2-0/+18
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell1-8/+4
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell3-44/+38
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-2/+33
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2-0/+297
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell2-4/+23
2003-11-18added another wkssvc info levelAndrew Tridgell1-1/+1
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-2/+42
2003-11-18cope with no printers returned from EnumPrintersAndrew Tridgell1-0/+5
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2-6/+12
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-0/+45
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-0/+38
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell7-10/+31
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell1-2/+42
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell6-66/+20
2003-11-17remove an unused variableAndrew Tridgell1-1/+0
2003-11-17added wkssvc.idl and test codeAndrew Tridgell2-0/+70
2003-11-17 * add another WERR err codeAndrew Tridgell4-44/+28
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2-17/+8
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-75/+161
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+36
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-4/+8
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-15/+19
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-27/+37
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-14/+17
2003-11-16Added tests for EnumPrinters and ClosePrinter.Tim Potter1-6/+72
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-0/+3
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell1-5/+46
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-1/+69
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-3/+72
2003-11-15don't encode my own servers name in the test :)Andrew Tridgell1-1/+1
2003-11-15added UserInfo level 21Andrew Tridgell1-1/+1
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell1-1/+2
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell1-10/+16
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell1-2/+92
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell1-0/+59
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-9/+16
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell1-4/+63
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-1/+42