summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell7-365/+826
2003-11-14* make pidl.pl exit with an error on a parse errorAndrew Tridgell2-4/+9
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell7-16/+594
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell8-72/+580
2003-11-14fixed another problem with pointers to arrays in structuresAndrew Tridgell1-7/+11
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell12-1027/+1505
2003-11-14fixed the handling of unions of pointersAndrew Tridgell1-2/+6
2003-11-14* differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell1-30/+87
2003-11-13fixed rpcecho EchoData debug codeAndrew Tridgell1-2/+2
2003-11-13removed some obsolete .cvsignore filesAndrew Tridgell2-2/+0
2003-11-13removed a bunch of the old rpc code in preparation for replacing it all with ...Andrew Tridgell47-69191/+16