summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe1-0/+10
2003-11-20Added ATSVC pipe.Tim Potter1-0/+65
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+14
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-4/+11
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell1-1/+1
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-1/+1
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell6-122/+104
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell1-7/+2
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell2-46/+25
2003-11-19Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2-2/+2
2003-11-19Some simple tweaks to the IDL to make it more correct ...Richard Sharpe1-7/+11
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-2/+53
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-0/+620
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell1-3/+5
2003-11-19removed an unused structureAndrew Tridgell1-4/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell1-3/+2
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell1-1/+2
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell1-2/+7
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added another wkssvc info levelAndrew Tridgell1-0/+43
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-5/+5
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2-50/+73
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-5/+4
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-1/+6
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2-5/+3
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell1-4/+155
2003-11-18ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell1-0/+1
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-5/+26
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-0/+30
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+5
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2-27/+3
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell2-8/+59
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-11/+9
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-1/+6
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-5/+38
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-7/+10
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-3/+65
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-24/+17
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 Tridgell1-0/+6
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell2-2/+2
2003-11-16Added IDL for EnumPrinters and ClosePrinter.Tim Potter1-8/+16
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-1/+1
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell1-1/+3
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-3/+36
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-2/+38
2003-11-15added UserInfo level 21Andrew Tridgell1-8/+47
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell1-4/+94
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell1-0/+32