summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed wkssvc idl and test code for TransportEnumAndrew Tridgell2003-11-194-87/+25
| | | | (This used to be commit 42639a8f66e8d4241b24935772552f235f863096)
* updated copyright yearAndrew Tridgell2003-11-191-1/+1
| | | | (This used to be commit 4dcc06d04c67c6e063c5b2a88f693423c77f342d)
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-192-30/+123
| | | | | | | | alignment correctly for unions that have non-uint16 discriminants added recursive structure alignment. This gets quite hairy, but I think I've got it mostly right. (This used to be commit c0d96f87ea633b1372a383f705aaf4ed3099b4a7)
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-1918-963/+373
| | | | | | | | | 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)
* Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2003-11-192-2/+2
| | | | | | | | entriesreturned does not appear as a top-level IDL item. It appears in the structure that is returned. I have traces of TransportEnum that Ethereal properly dissects ... (This used to be commit e3f046037844e3017653f56d6c262951db1f1d4f)
* Some simple tweaks to the IDL to make it more correct ...Richard Sharpe2003-11-191-7/+11
| | | | | | | | | | I am also concerned about the difference between NetShareEnum and NetShareEnumAll. I would be interested to see a trace of NetShareEnumAll. I also think we should stick to the names used in MSDN where possible, as that makes it easier for people who are familiar with MSDN to help us get this right. (This used to be commit 580939e62e80a06b9a8ad974f6798c49dab4f78c)
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-195-28/+440
| | | | | cases. We fail one of the alignment tests. (This used to be commit 5bb21e57b844e98cc8f1dc264bc45097c08329e3)
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-198-3/+8720
| | | | (This used to be commit 54d3cb22dc0ddc46eb114aa104e0660b3a437cb2)
* after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell2003-11-195-26/+116
| | | | | versions of midl, as used to build LSA. Work around it here. (This used to be commit b3bd2bf10badd60d7c4952c6e1687568b413ee47)
* slightly more accurate structure alignment code - I need to do properAndrew Tridgell2003-11-192-3/+2
| | | | | recursive alignment soon (This used to be commit d3838c3668d5acb4aee86e3dd5b8d7d23bc842ff)
* removed an unused structureAndrew Tridgell2003-11-193-14/+0
| | | | (This used to be commit 005614ef787d85499a3d970bce08549de0c2caab)
* change to AuditEventsInfo struct from lukehAndrew Tridgell2003-11-193-33/+16
| | | | (This used to be commit 670c0cbe034e1e2ac5aed751b6c4fbd925fe3221)
* fixed country code field in samr_UserInfo5Andrew Tridgell2003-11-193-4/+8
| | | | (This used to be commit d194247b1bac03fbe3fd8226b897fa6886c6ca4c)
* possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell2003-11-193-27/+57
| | | | (This used to be commit a1230f1b4b0b06d08bfe7c8a7e4863357db1ca5a)
* init samr and lsa names so the debug display looks rightAndrew Tridgell2003-11-192-4/+23
| | | | (This used to be commit 343728fad47f46e404be15d44c5b66f870302d9d)
* separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2003-11-192-2/+4
| | | | | interop with the opengroup dcerpc code (This used to be commit 8d9061dcd097ed7eee8d9ec531db65b1df8ac8e6)
* added a thanks to Todd Sabin (with his permission)Andrew Tridgell2003-11-181-0/+5
| | | | (This used to be commit 9d5d6b2f9339dcd069524f6a9260c3581da2a92a)
* added another wkssvc info levelAndrew Tridgell2003-11-184-1/+197
| | | | (This used to be commit fb0aa83a2b27699bf47e1ade413b7f4738b5fa79)
* added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-186-116/+70
| | | | | | 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)
* get rid of the old rpcclient code - it needs to be rewritten to use the new ↵Andrew Tridgell2003-11-1812-7598/+0
| | | | | | rpc infrastructure (This used to be commit c9163d5e05d94e54719f27ac8cfefc9a1e755f2d)
* cope with no printers returned from EnumPrintersAndrew Tridgell2003-11-181-0/+5
| | | | (This used to be commit 8c49669dbec96df365d1866df24a17c1ff2c6cd0)
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-1810-602/+834
| | | | (This used to be commit 04e9269c1e37c9c2984ee2886fa6c0eda5c19669)
* Working on EnumPrinterData. There appears to be an alignment problemTim Potter2003-11-182-5/+49
| | | | | after reading a non-empty DATA_BLOB in the reply. (This used to be commit 3165bf532f6b5a074f20f38a9af56325eedbb1c2)
* added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell2003-11-184-1/+87
| | | | (This used to be commit 5bbeaaa3d13c838d014e7689b0fcf7374c8c7f57)
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-1819-308/+348
| | | | | in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
* remove some old junk from the MakefileAndrew Tridgell2003-11-181-116/+0
| | | | (This used to be commit 8d9d620e10833e5b1803b1e810a4c4a48094dc16)
* auto-generate the pipe UUID version and nameAndrew Tridgell2003-11-182-11/+34
| | | | (This used to be commit cdba426e62a5b30263b75f53f97b191da224a55f)
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-185-35/+2436
| | | | | | | | | 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)
* support the 'default' case in IDL unionsAndrew Tridgell2003-11-182-16/+62
| | | | (This used to be commit 7f3f274cdc0f22324049952f2b744902a6fdf652)
* ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell2003-11-181-0/+1
| | | | | experiment with pidl in that dir without mucking up cvs (This used to be commit 1b691927ac48f044216171bbd4cf3fd4fc25086e)
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-1822-992/+3035
| | | | | * add a couple more info levels to wkssvc (This used to be commit c69161bdb13745f271b0cfa9a9af349f7a95edc6)
* auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2003-11-182-18/+22
| | | | | the dcerpc pipe. This saves lots of code in each test suite. (This used to be commit db74a03d15d96d7f8bd751b8f857cc5b2be7d4c2)
* remove an unused variableAndrew Tridgell2003-11-171-1/+0
| | | | (This used to be commit 1a885e4abe47d3442cba1dd6d2286ae276dd8ecc)
* added wkssvc.idl and test codeAndrew Tridgell2003-11-178-3/+312
| | | | | | | 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)
* * add another WERR err codeAndrew Tridgell2003-11-1716-45/+4658
| | | | | | * use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
* auto-generate functions for printing top-level functionAndrew Tridgell2003-11-172-7/+48
| | | | | | parameters. You can choose to print just the [in] parameters, just the [out] parameters or both (This used to be commit 6afc3a465e3fc568636ff52975a6d339f8bc3179)
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-179-293/+33
| | | | (This used to be commit a5140985d8f57695b4165c72af217092da6fae5f)
* started documenting the extension to IDL that pidl implementsAndrew Tridgell2003-11-173-9/+79
| | | | (This used to be commit 22b5418a53149b42e71fd887866f75cdd53b81af)
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-1717-543/+439
| | | | | | | using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
* * support inline arraysAndrew Tridgell2003-11-174-22/+27
| | | | | | | | * add enough to allow security descriptors to be IDL described * added "noprint" property to allow fancy printing for specific functions (This used to be commit 08df20c8bed57bbb9a9a907c807ad850382fd4e8)
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-177-140/+233
| | | | | GetPrinter with all info levels on each printer (This used to be commit 136b3cfc0460315e924c3d9c8328c1850fc21fba)
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-178-18/+89
| | | | | for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f)
* * more info levels for EnumPrinterAndrew Tridgell2003-11-177-44/+426
| | | | | * use WERROR return type in spoolss EnumPrinter (This used to be commit 8301a6b6ad45f76a42d0fcab6347c187eee615a9)
* handle non-NTSTATUS return typesAndrew Tridgell2003-11-171-1/+1
| | | | (This used to be commit 5832a1447c1d757a89d1f09324144132f9427cb1)
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-1713-96/+526
| | | | | | this also handles the return of several printers (an array of relative subcontexts) (This used to be commit 060421c7dc9aa611fe4160843a4f76498ab16bf4)
* better [relative] handling, allowing for nested relative structuresAndrew Tridgell2003-11-173-3/+25
| | | | | and arrays of relative structures (This used to be commit eb887f883a3ef2a90edec5bb495e140656c2f70d)
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-169-94/+533
| | | | | fully (This used to be commit 69c6017c945bdd7d1945f22fcad49112ba6a2d2d)
* * the beginnings of non-constant fixed arraysAndrew Tridgell2003-11-164-10/+38
| | | | | * added relative pointers support (This used to be commit 4a34a4f29cf8ab79582ce7b503da907df7b4d209)
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-1615-239/+552
| | | | | | 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)
* added support for "relstr", structure and union properties and publicAndrew Tridgell2003-11-164-10/+54
| | | | | functions (This used to be commit fb2f8c6bffdaacdddbb7fb82439af70e17ce9a4b)