summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-201-0/+2
| | | | (This used to be commit af07ca7fbcb4118f2415218d0c48798119b7c6b2)
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-191-0/+21
| | | | | 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-191-0/+858
| | | | (This used to be commit 54d3cb22dc0ddc46eb114aa104e0660b3a437cb2)
* 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 samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-181-1/+0
| | | | | | 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)
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-182-204/+204
| | | | (This used to be commit 04e9269c1e37c9c2984ee2886fa6c0eda5c19669)
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-183-40/+23
| | | | | in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-181-1/+600
| | | | | | | | | 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)
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-188-899/+2521
| | | | | * add a couple more info levels to wkssvc (This used to be commit c69161bdb13745f271b0cfa9a9af349f7a95edc6)
* added wkssvc.idl and test codeAndrew Tridgell2003-11-171-0/+18
| | | | | | | 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)
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-0/+4
| | | | | | | using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-171-30/+12
| | | | | 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-172-11/+12
| | | | | for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f)
* * more info levels for EnumPrinterAndrew Tridgell2003-11-171-10/+4
| | | | | * use WERROR return type in spoolss EnumPrinter (This used to be commit 8301a6b6ad45f76a42d0fcab6347c187eee615a9)
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-24/+24
| | | | | | 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)
* Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+8
| | | | (This used to be commit 1a0271fc3402ab7bd7bb004be8f833dfb8a1724f)
* added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2003-11-151-8/+8
| | | | (This used to be commit 2ed8cfdf6662f74808df67e3e9d03cf03f765569)
* added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell2003-11-151-8/+8
| | | | (This used to be commit ffe4fcaab0fe4f6e0f64fb2d57c77442aa2e1f6f)
* added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell2003-11-151-12/+12
| | | | (This used to be commit e7edeec60e274c1460f7c8cc0fb4121b37e1bcd7)
* added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell2003-11-151-8/+8
| | | | (This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
* added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell2003-11-151-8/+8
| | | | (This used to be commit 2d9c055c1be7187ae890e46edba74bf4fedbc9db)
* run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell2003-11-151-3/+3
| | | | (This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-151-0/+956
| | | | | samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-151-0/+1348
| | | | | works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-141-4/+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)
* added the dfs_GetInfo all - all levelsAndrew Tridgell2003-11-141-4/+4
| | | | (This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
* * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell2003-11-141-2/+2
| | | | | | | | 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)
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-141-0/+2
| | | | (This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-133-0/+92
| | | | | | | * expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-111-0/+2
| | | | | | structure. This allows easy debug and test tool writing without having to write functions that print every element of complex structures. (This used to be commit 81d6181172e36c6fbae0907550a29511ce708574)
* started adding support for lsa_QueryInfoPolicyAndrew Tridgell2003-11-111-0/+2
| | | | (This used to be commit 5b2d577969103ed5c633ea993d476787af14fa93)
* added idl and test code for lsa_LookupPrivName()Andrew Tridgell2003-11-101-4/+4
| | | | (This used to be commit c742227ec31cbf9b0093b5259095c9812b341d8d)
* added IDL and test for lsa_EnumAccountRights()Andrew Tridgell2003-11-101-4/+4
| | | | | | interestingly, win2000 doesn't return the same list of rights via lsa_EnumAccountRights() and lsa_EnumPrivsAccount() (This used to be commit 447c5f13d40d05a49b8bfa1c28c2797371ff5352)
* added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell2003-11-101-4/+4
| | | | (This used to be commit f8bbce69bf43984ddf35c22cb6a9e6ef22f8f6f4)
* - fixed lsa_EnumTrustDomAndrew Tridgell2003-11-092-4/+8
| | | | | | | - added lsa_OpenAccount - handle STATUS_SOME_UNMAPPED (This used to be commit e5d93cf996b3e9647ef0ca45f6aab7601369936b)
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-092-97/+605
| | | | | - auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
* converted the rpcecho pipe to use IDLAndrew Tridgell2003-11-091-101/+28
| | | | (This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
* use a more consistent style for the client stubsAndrew Tridgell2003-11-091-74/+14
| | | | (This used to be commit 9946532f97bf8c820e8615dc6697f740144cd9d8)
* get rid of some prototypes that aren't needed any moreAndrew Tridgell2003-11-091-4/+0
| | | | (This used to be commit 6151e5a2144bbccedb76772ea2cebc9676977efd)
* lsa_LookupNames now worksAndrew Tridgell2003-11-091-0/+20
| | | | (This used to be commit fba3a7ad22edcbe394861e42b5e5c53709e9d5fe)
* added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell2003-11-091-0/+20
| | | | (This used to be commit afa1ff5f08fceba3d34b4e0965fe7e0c0143ede9)
* - more generation fixesAndrew Tridgell2003-11-081-5/+6
| | | | | - added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
* - corrected some lsa idlAndrew Tridgell2003-11-081-7/+7
| | | | | - updated lsa parse code from pidl (This used to be commit 3983b2aee77b0e093847bfc02e02b83ab281f5dd)
* another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell2003-11-065-0/+1539
files around, but also added the first bits of auto-generated code for the lsa pipe. I haven't updated the Makefile to call pidl yet, so for now the code was cut-and-pasted into librpc/ndr/ndr_lsa.c manually (This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)