summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Initial version of printer info 1 for tridge.Tim Potter2003-11-161-6/+48
| | | | (This used to be commit 03185769be43133df1f6e33b604d9c41c8f2e194)
* ignore .pidl filesAndrew Tridgell2003-11-161-0/+1
| | | | (This used to be commit 8b2a0988e82ffca7690d9d23f00dafa4377a1e62)
* use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell2003-11-167-66/+84
| | | | (This used to be commit 05ed2f6dc986111ce448123c91380f9340799ecc)
* added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2003-11-162-0/+13
| | | | | sub-context buffers (This used to be commit 01cc199d78da9e60aa8a279b37fbf8298cf61004)
* slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell2003-11-163-3/+3
| | | | | strlen_m() once, not twice) (This used to be commit 468c2dc632703e6956428fb5f1da4044709b8f6f)
* fixed the handling of much more general C expressions in value()Andrew Tridgell2003-11-161-2/+7
| | | | | statements (This used to be commit 8b38041f6530e42c5d294a5947c15a7f6a2d3c61)
* Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2003-11-163-16/+51
| | | | (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)
* Added tests for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-6/+72
| | | | (This used to be commit 9f3b84c7d7a7e6316b2cc051b01efcfb679534ad)
* Added IDL for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+16
| | | | (This used to be commit 5eba47a4a3c01d362d446d1db3c17dcb802c97b0)
* run the basic build tests on sub-builds like "make torture" as wellAndrew Tridgell2003-11-151-2/+4
| | | | (This used to be commit 67e826923cffdeba91319a4845681a5a586bce49)
* simple method for auto-building rpc files if idl changes, andAndrew Tridgell2003-11-152-5/+15
| | | | | | auto-building proto.h if it doesn't exist. This should make life a little easier for developers (This used to be commit ab5939e79600841c5e7e31e9da8742bf2da4a184)
* the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2003-11-153-11/+5
| | | | | | | 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-154-6/+53
| | | | (This used to be commit 8b4e5c65e0e18657befbd5eba2d195c2751dcf7f)
* added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2003-11-155-23/+298
| | | | (This used to be commit 2ed8cfdf6662f74808df67e3e9d03cf03f765569)
* added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell2003-11-155-45/+363
| | | | (This used to be commit ffe4fcaab0fe4f6e0f64fb2d57c77442aa2e1f6f)
* don't encode my own servers name in the test :)Andrew Tridgell2003-11-151-1/+1
| | | | (This used to be commit bcc87ab8c0a5a51c4af13a7985f31e16c168957c)
* added UserInfo level 21Andrew Tridgell2003-11-154-32/+271
| | | | (This used to be commit b90eff794f083029c568d3ec4ec2a7d2f7741139)
* added samr UserInfo levels 4 to 20Andrew Tridgell2003-11-154-8/+736
| | | | (This used to be commit 5bbe63a7bbd4623dbbab7f74c00c7998d469571c)
* added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell2003-11-156-11/+242
| | | | (This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
* added support for varying conformant arrays (needed for samrAndrew Tridgell2003-11-152-5/+34
| | | | | userinfo3) (This used to be commit f5b577a2b9d8084c8ee3f5b646b059c3297695b4)
* added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell2003-11-155-29/+275
| | | | (This used to be commit e7edeec60e274c1460f7c8cc0fb4121b37e1bcd7)
* added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell2003-11-155-37/+140
| | | | (This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
* added another 11 levels of QueryDomainInfoAndrew Tridgell2003-11-158-90/+686
| | | | (This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
* fixed alignment of the buffers part structuresAndrew Tridgell2003-11-151-3/+4
| | | | (This used to be commit f38ecd7ff7c2b2b36995e53af544cb99f0c084e0)
* added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell2003-11-155-22/+207
| | | | (This used to be commit 2d9c055c1be7187ae890e46edba74bf4fedbc9db)
* run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell2003-11-158-36/+133
| | | | (This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
* support a new value() attribute that allows us to auto-fill certainAndrew Tridgell2003-11-153-3/+17
| | | | | | | | elements. Used at the moment for string lengths. the regular expression isn't right, but it works for the case I need. Perl expert needed :) (This used to be commit c7ddd6b2aadeb3bbd2ad520a9e074866b434cbba)
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-159-66/+3178
| | | | | samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-158-3/+4453
| | | | | works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
* Fix bug in generation of function ndr_pull code generation. This patchTim Potter2003-11-151-1/+3
| | | | | makes the code symmetric with the ndr_push code. (This used to be commit 4a6f192ff8396c644520050041a740856d72d40b)
* added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell2003-11-159-23/+210
| | | | | 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-149-87/+22
| | | | | | 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-147-365/+826
| | | | (This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
* * make pidl.pl exit with an error on a parse errorAndrew Tridgell2003-11-142-4/+9
| | | | | * fixed a buffers/scalars bug in structures (This used to be commit e66daf527357c65228db55a3d3319a0c20d8f51c)
* * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell2003-11-147-16/+594
| | | | | | | | 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)