summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Collapse)AuthorAgeFilesLines
...
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-1713-534/+375
| | | | | | | 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-174-24/+51
| | | | | 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-6/+25
| | | | | for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f)
* * more info levels for EnumPrinterAndrew Tridgell2003-11-174-25/+376
| | | | | * use WERROR return type in spoolss EnumPrinter (This used to be commit 8301a6b6ad45f76a42d0fcab6347c187eee615a9)
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-1711-74/+497
| | | | | | this also handles the return of several printers (an array of relative subcontexts) (This used to be commit 060421c7dc9aa611fe4160843a4f76498ab16bf4)
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-167-64/+431
| | | | | fully (This used to be commit 69c6017c945bdd7d1945f22fcad49112ba6a2d2d)
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-1611-176/+492
| | | | | | 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)
* use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell2003-11-166-66/+78
| | | | (This used to be commit 05ed2f6dc986111ce448123c91380f9340799ecc)
* slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell2003-11-161-1/+1
| | | | | strlen_m() once, not twice) (This used to be commit 468c2dc632703e6956428fb5f1da4044709b8f6f)
* Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2003-11-162-8/+43
| | | | (This used to be commit 1a0271fc3402ab7bd7bb004be8f833dfb8a1724f)
* Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2003-11-162-0/+30
| | | | | and possibly other places. (This used to be commit 8fcac6742f7b34d85ca7456aa33ffad88281d397)
* the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2003-11-151-10/+1
| | | | | | | reference (tim, my apoligies if this conflicts with an uncomitted fix from you) (This used to be commit fa0872e66359603a52813af13b45fdaeca98f5d0)
* remember to samr_Close() policy handles after useAndrew Tridgell2003-11-152-0/+4
| | | | (This used to be commit 8b4e5c65e0e18657befbd5eba2d195c2751dcf7f)
* added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2003-11-152-11/+185
| | | | (This used to be commit 2ed8cfdf6662f74808df67e3e9d03cf03f765569)
* added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell2003-11-152-32/+245
| | | | (This used to be commit ffe4fcaab0fe4f6e0f64fb2d57c77442aa2e1f6f)
* added UserInfo level 21Andrew Tridgell2003-11-152-23/+223
| | | | (This used to be commit b90eff794f083029c568d3ec4ec2a7d2f7741139)
* added samr UserInfo levels 4 to 20Andrew Tridgell2003-11-152-3/+640
| | | | (This used to be commit 5bbe63a7bbd4623dbbab7f74c00c7998d469571c)
* added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell2003-11-154-1/+194
| | | | (This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
* added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell2003-11-152-12/+141
| | | | (This used to be commit e7edeec60e274c1460f7c8cc0fb4121b37e1bcd7)
* added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell2003-11-152-27/+58
| | | | (This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
* added another 11 levels of QueryDomainInfoAndrew Tridgell2003-11-156-81/+586
| | | | (This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
* added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell2003-11-152-8/+112
| | | | (This used to be commit 2d9c055c1be7187ae890e46edba74bf4fedbc9db)
* run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell2003-11-153-21/+52
| | | | (This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-153-0/+1799
| | | | | samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-153-0/+2504
| | | | | works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
* added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell2003-11-157-22/+176
| | | | | also adding printing of security descriptors (This used to be commit 1f93cbc1d597b973ab1a5005ede093c1bcefff87)
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-144-22/+10
| | | | | | 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-144-323/+669
| | | | (This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
* * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell2003-11-144-4/+533
| | | | | | | | 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)
* * fixed lsa_LookupPrivNameAndrew Tridgell2003-11-144-54/+530
| | | | | * added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-147-1012/+1438
| | | | (This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-139-95/+421
| | | | | | | * expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
* lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell2003-11-125-21/+60
| | | | | constant sized array of size 1 at the end? (This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d)
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-115-22/+421
| | | | (This used to be commit b2ced24fc0be4944dd96f160e435f4c6773debcd)
* added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell2003-11-113-7/+93
| | | | (This used to be commit b754ad2eae517abacaa26d9e28a8bf6164274971)
* support lsa_AuditEventsInfoAndrew Tridgell2003-11-113-0/+97
| | | | (This used to be commit 7e7cb975936252083c5c02a64c00ee2667099c22)
* start using automatic union printingAndrew Tridgell2003-11-114-26/+72
| | | | (This used to be commit e81040a902f67fd10ca1f9c9ca1c22bc95e36005)
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-115-0/+467
| | | | | | 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-113-243/+117
| | | | (This used to be commit 5b2d577969103ed5c633ea993d476787af14fa93)
* added idl and test code for lsa_LookupPrivName()Andrew Tridgell2003-11-102-4/+21
| | | | (This used to be commit c742227ec31cbf9b0093b5259095c9812b341d8d)
* added IDL and test for lsa_EnumAccountRights()Andrew Tridgell2003-11-102-4/+86
| | | | | | 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-102-6/+104
| | | | (This used to be commit f8bbce69bf43984ddf35c22cb6a9e6ef22f8f6f4)
* - fixed lsa_EnumTrustDomAndrew Tridgell2003-11-092-28/+109
| | | | | | | - added lsa_OpenAccount - handle STATUS_SOME_UNMAPPED (This used to be commit e5d93cf996b3e9647ef0ca45f6aab7601369936b)
* added lsa_EnumTrustDomAndrew Tridgell2003-11-092-80/+100
| | | | (This used to be commit ef60a70912c70b11438b53ed033efe31f662143d)
* added lsa_EnumPrivs idl and test codeAndrew Tridgell2003-11-092-42/+126
| | | | (This used to be commit fe12f81ba4583b1121bf128db55c4763736a205c)
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-092-89/+1099
| | | | | - auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
* converted the rpcecho pipe to use IDLAndrew Tridgell2003-11-096-141/+102
| | | | (This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
* lsa_LookupNames now worksAndrew Tridgell2003-11-093-3/+153
| | | | (This used to be commit fba3a7ad22edcbe394861e42b5e5c53709e9d5fe)
* added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell2003-11-094-2/+256
| | | | (This used to be commit afa1ff5f08fceba3d34b4e0965fe7e0c0143ede9)
* - more generation fixesAndrew Tridgell2003-11-083-118/+25
| | | | | - added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)