summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell3-63/+102
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2-0/+77
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell1-0/+29
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-0/+4
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-1/+90
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-10/+21
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell2-11/+11
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell2-6/+25
2003-11-13fixed rpcecho EchoData debug codeAndrew Tridgell1-2/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell4-7/+131
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell1-0/+2
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell1-9/+14
2003-11-11start using automatic union printingAndrew Tridgell1-5/+1
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-64/+18
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-0/+35
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell1-3/+29
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell1-1/+32
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell1-5/+41
2003-11-09Add make rule for smbiconvJelmer Vernooij1-1/+0
2003-11-09Add iconv test utilityJelmer Vernooij1-0/+241
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell1-11/+45
2003-11-09added lsa_EnumTrustDomAndrew Tridgell1-0/+40
2003-11-09added lsa_EnumPrivs idl and test codeAndrew Tridgell1-1/+77
2003-11-09added a test for lsa_Close()Andrew Tridgell1-0/+26
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-9/+9
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell1-23/+29
2003-11-09use a more consistent style for the client stubsAndrew Tridgell1-17/+33