summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-17added wkssvc.idl and test codeAndrew Tridgell8-3/+312
2003-11-17 * add another WERR err codeAndrew Tridgell16-45/+4658
2003-11-17auto-generate functions for printing top-level functionAndrew Tridgell2-7/+48
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell9-293/+33
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell3-9/+79
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell17-543/+439
2003-11-17* support inline arraysAndrew Tridgell4-22/+27
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell7-140/+233
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell8-18/+89
2003-11-17* more info levels for EnumPrinterAndrew Tridgell7-44/+426
2003-11-17handle non-NTSTATUS return typesAndrew Tridgell1-1/+1
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell13-96/+526
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell3-3/+25
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell9-94/+533
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell4-10/+38
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell15-239/+552
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell4-10/+54
2003-11-16Initial version of printer info 1 for tridge.Tim Potter1-6/+48
2003-11-16ignore .pidl filesAndrew Tridgell1-0/+1
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell7-66/+84
2003-11-16added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2-0/+13
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell3-3/+3
2003-11-16fixed the handling of much more general C expressions in value()Andrew Tridgell1-2/+7
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter3-16/+51
2003-11-16Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2-0/+30
2003-11-16Added tests for EnumPrinters and ClosePrinter.Tim Potter1-6/+72
2003-11-16Added IDL for EnumPrinters and ClosePrinter.Tim Potter1-8/+16
2003-11-15run the basic build tests on sub-builds like "make torture" as wellAndrew Tridgell1-2/+4
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell2-5/+15
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell3-11/+5
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell4-6/+53
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell5-23/+298
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell5-45/+363
2003-11-15don't encode my own servers name in the test :)Andrew Tridgell1-1/+1
2003-11-15added UserInfo level 21Andrew Tridgell4-32/+271
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell4-8/+736
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell6-11/+242
2003-11-15added support for varying conformant arrays (needed for samrAndrew Tridgell2-5/+34
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell5-29/+275
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell5-37/+140
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell8-90/+686
2003-11-15fixed alignment of the buffers part structuresAndrew Tridgell1-3/+4
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell5-22/+207
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell8-36/+133
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell3-3/+17
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell9-66/+3178
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter8-3/+4453
2003-11-15Fix bug in generation of function ndr_pull code generation. This patchTim Potter1-1/+3
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell9-23/+210
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell9-87/+22