summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell1-1/+1
(This used to be commit 4b901bd717a48daae24d8f7738169ac3cc5ba7fa)
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-5/+5
(This used to be commit af07ca7fbcb4118f2415218d0c48798119b7c6b2)
2003-11-20some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell2-0/+18
when they are given (This used to be commit 6e2d3aa433cc77f2ac9f2a7c807bc2668a8b7a9a)
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell1-8/+4
(This used to be commit 42639a8f66e8d4241b24935772552f235f863096)
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell3-44/+38
alignment correctly for unions that have non-uint16 discriminants fixed the union handling in srvsvc.idl. (metze, please take a look at the changes, your IDL did match what was one the wire in most cases, but isn't the way IDL is usually coded) (This used to be commit 7b5d0287298e8505e0ec7b22d75d9f9a8a610031)
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-2/+33
cases. We fail one of the alignment tests. (This used to be commit 5bb21e57b844e98cc8f1dc264bc45097c08329e3)
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2-0/+297
(This used to be commit 54d3cb22dc0ddc46eb114aa104e0660b3a437cb2)
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell2-4/+23
(This used to be commit 343728fad47f46e404be15d44c5b66f870302d9d)
2003-11-18added another wkssvc info levelAndrew Tridgell1-1/+1
(This used to be commit fb0aa83a2b27699bf47e1ade413b7f4738b5fa79)
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-2/+42
test user called "samrtorturetest" and then deletes it. The next step is to do all possible user operations on that temporary user. (This used to be commit 41fc922954bd8ec461a79a22cc903e63902c7401)
2003-11-18cope with no printers returned from EnumPrintersAndrew Tridgell1-0/+5
(This used to be commit 8c49669dbec96df365d1866df24a17c1ff2c6cd0)
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2-6/+12
(This used to be commit 04e9269c1e37c9c2984ee2886fa6c0eda5c19669)
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-0/+45
after reading a non-empty DATA_BLOB in the reply. (This used to be commit 3165bf532f6b5a074f20f38a9af56325eedbb1c2)
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-0/+38
(This used to be commit 5bbeaaa3d13c838d014e7689b0fcf7374c8c7f57)
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell7-10/+31
in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell1-2/+42
on function names in ethereal) implement TransportEnum - quite a cute call, you can ask for the workstations list of network transports, including its ethernet address. (This used to be commit 62d7e9819c95c906d1094f711bc60cf58def30f6)
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell6-66/+20
* add a couple more info levels to wkssvc (This used to be commit c69161bdb13745f271b0cfa9a9af349f7a95edc6)
2003-11-17remove an unused variableAndrew Tridgell1-1/+0
(This used to be commit 1a885e4abe47d3442cba1dd6d2286ae276dd8ecc)
2003-11-17added wkssvc.idl and test codeAndrew Tridgell2-0/+70
I think this is our first complete pipe for Samba4 (albeit a simple one). Of course, there may be lots more info levels that Samba3 didn't do. Time to explore :) (This used to be commit 3305226140793f39af827b63c270486c1966718e)
2003-11-17 * add another WERR err codeAndrew Tridgell4-44/+28
* use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2-17/+8
(This used to be commit a5140985d8f57695b4165c72af217092da6fae5f)
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-75/+161
GetPrinter with all info levels on each printer (This used to be commit 136b3cfc0460315e924c3d9c8328c1850fc21fba)
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+36
for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f)
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-4/+8
* use WERROR return type in spoolss EnumPrinter (This used to be commit 8301a6b6ad45f76a42d0fcab6347c187eee615a9)
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-15/+19
this also handles the return of several printers (an array of relative subcontexts) (This used to be commit 060421c7dc9aa611fe4160843a4f76498ab16bf4)
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-27/+37
fully (This used to be commit 69c6017c945bdd7d1945f22fcad49112ba6a2d2d)
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-14/+17
number of "magic" add-ons to IDL to make it less painful, hopefully this will make IDL generation useful for horrible systems like spoolss (This used to be commit e18dba7d5a957ef82e8f91733a0bf95d579dcd7a)
2003-11-16Added tests for EnumPrinters and ClosePrinter.Tim Potter1-6/+72
(This used to be commit 9f3b84c7d7a7e6316b2cc051b01efcfb679534ad)
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-0/+3
reference (tim, my apoligies if this conflicts with an uncomitted fix from you) (This used to be commit fa0872e66359603a52813af13b45fdaeca98f5d0)
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell1-5/+46
(This used to be commit 8b4e5c65e0e18657befbd5eba2d195c2751dcf7f)
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-1/+69
(This used to be commit 2ed8cfdf6662f74808df67e3e9d03cf03f765569)
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-3/+72
(This used to be commit ffe4fcaab0fe4f6e0f64fb2d57c77442aa2e1f6f)
2003-11-15don't encode my own servers name in the test :)Andrew Tridgell1-1/+1
(This used to be commit bcc87ab8c0a5a51c4af13a7985f31e16c168957c)
2003-11-15added UserInfo level 21Andrew Tridgell1-1/+1
(This used to be commit b90eff794f083029c568d3ec4ec2a7d2f7741139)
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell1-1/+2
(This used to be commit 5bbe63a7bbd4623dbbab7f74c00c7998d469571c)
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell1-10/+16
(This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell1-2/+92
(This used to be commit e7edeec60e274c1460f7c8cc0fb4121b37e1bcd7)
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell1-0/+59
(This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-9/+16
(This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell1-4/+63
(This used to be commit 2d9c055c1be7187ae890e46edba74bf4fedbc9db)
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-1/+42
(This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell3-63/+102
samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2-0/+77
works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell1-0/+29
also adding printing of security descriptors (This used to be commit 1f93cbc1d597b973ab1a5005ede093c1bcefff87)
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-0/+4
in OpenPolicy and OpenPolicy2, so we don't in fact need the [struct_len] attribute. This makes our IDL much closer to the MS IDL. (This used to be commit f0a8f063a680b5d0a68c5ac7cccf9c9a13adfb81)
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-1/+90
(This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-10/+21
properly, I'm still investigating that. * changed dcerpc fault status code to NT_STATUS_NETWORK_WRITE_FAULT, which I think is a better mapping (This used to be commit 9ad28f6ddbb777de7cac11e71c392b508c81b741)
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell2-11/+11
* added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell2-6/+25
(This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
2003-11-13fixed rpcecho EchoData debug codeAndrew Tridgell1-2/+2
(This used to be commit 01cdcba5cdf742599f1ec1ad23c723523cd1e839)