Age | Commit message (Expand) | Author | Files | Lines |
2003-11-17 | started documenting the extension to IDL that pidl implements | Andrew Tridgell | 3 | -9/+79 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 17 | -543/+439 |
2003-11-17 | * support inline arrays | Andrew Tridgell | 4 | -22/+27 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 7 | -140/+233 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 8 | -18/+89 |
2003-11-17 | * more info levels for EnumPrinter | Andrew Tridgell | 7 | -44/+426 |
2003-11-17 | handle non-NTSTATUS return types | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 13 | -96/+526 |
2003-11-17 | better [relative] handling, allowing for nested relative structures | Andrew Tridgell | 3 | -3/+25 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 9 | -94/+533 |
2003-11-16 | * the beginnings of non-constant fixed arrays | Andrew Tridgell | 4 | -10/+38 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 15 | -239/+552 |
2003-11-16 | added support for "relstr", structure and union properties and public | Andrew Tridgell | 4 | -10/+54 |
2003-11-16 | Initial version of printer info 1 for tridge. | Tim Potter | 1 | -6/+48 |
2003-11-16 | ignore .pidl files | Andrew Tridgell | 1 | -0/+1 |
2003-11-16 | use the "subcontext" magic flag for sec_desc_buf | Andrew Tridgell | 7 | -66/+84 |
2003-11-16 | added the "subcontext" attribute for auto-handling of user-marshalled | Andrew Tridgell | 2 | -0/+13 |
2003-11-16 | slightly more efficient strlen setting in lsa and samr strings (calls | Andrew Tridgell | 3 | -3/+3 |
2003-11-16 | fixed the handling of much more general C expressions in value() | Andrew Tridgell | 1 | -2/+7 |
2003-11-16 | Commit autogenerated code for EnumPrinters and ClosePrinter. | Tim Potter | 3 | -16/+51 |
2003-11-16 | Added push/pull routines for uint8_buf IDL type used for spoolss buffers, | Tim Potter | 2 | -0/+30 |
2003-11-16 | Added tests for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -6/+72 |
2003-11-16 | Added IDL for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -8/+16 |
2003-11-15 | run the basic build tests on sub-builds like "make torture" as well | Andrew Tridgell | 1 | -2/+4 |
2003-11-15 | simple method for auto-building rpc files if idl changes, and | Andrew Tridgell | 2 | -5/+15 |
2003-11-15 | the returned policy handle in spoolss_OpenPrinterEx() is pass by | Andrew Tridgell | 3 | -11/+5 |
2003-11-15 | remember to samr_Close() policy handles after use | Andrew Tridgell | 4 | -6/+53 |
2003-11-15 | added OpenAlias and QueryAliasInfo levels 1 to 3 | Andrew Tridgell | 5 | -23/+298 |
2003-11-15 | added OpenGroup and QueryGroupInfo levels 1 to 4 | Andrew Tridgell | 5 | -45/+363 |
2003-11-15 | don't encode my own servers name in the test :) | Andrew Tridgell | 1 | -1/+1 |
2003-11-15 | added UserInfo level 21 | Andrew Tridgell | 4 | -32/+271 |
2003-11-15 | added samr UserInfo levels 4 to 20 | Andrew Tridgell | 4 | -8/+736 |
2003-11-15 | added samr_UserInfo2 and samr_UserInfo3 | Andrew Tridgell | 6 | -11/+242 |
2003-11-15 | added support for varying conformant arrays (needed for samr | Andrew Tridgell | 2 | -5/+34 |
2003-11-15 | added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1 | Andrew Tridgell | 5 | -29/+275 |
2003-11-15 | added samr_EnumDomainGroups and samr_EnumDomainUsers | Andrew Tridgell | 5 | -37/+140 |
2003-11-15 | added another 11 levels of QueryDomainInfo | Andrew Tridgell | 8 | -90/+686 |
2003-11-15 | fixed alignment of the buffers part structures | Andrew Tridgell | 1 | -3/+4 |
2003-11-15 | added samr_OpenDomain() and samr_QueryDomainInfo() level 1 | Andrew Tridgell | 5 | -22/+207 |
2003-11-15 | run LookupDomain on each domain returned from EnumDomains in samr | Andrew Tridgell | 8 | -36/+133 |
2003-11-15 | support a new value() attribute that allows us to auto-fill certain | Andrew Tridgell | 3 | -3/+17 |
2003-11-15 | added the first couple of calls from samr as IDL | Andrew Tridgell | 9 | -66/+3178 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 8 | -3/+4453 |
2003-11-15 | Fix bug in generation of function ndr_pull code generation. This patch | Tim Potter | 1 | -1/+3 |
2003-11-15 | added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code | Andrew Tridgell | 9 | -23/+210 |
2003-11-14 | it turns out that all MS servers ignore the artifact struct_len fields | Andrew Tridgell | 9 | -87/+22 |
2003-11-14 | added the dfs_GetInfo all - all levels | Andrew Tridgell | 7 | -365/+826 |
2003-11-14 | * make pidl.pl exit with an error on a parse error | Andrew Tridgell | 2 | -4/+9 |
2003-11-14 | * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work | Andrew Tridgell | 7 | -16/+594 |
2003-11-14 | * fixed lsa_LookupPrivName | Andrew Tridgell | 8 | -72/+580 |