summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell2003-11-183-1/+49
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-1812-298/+317
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-184-33/+2394
* ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell2003-11-181-0/+1
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-1816-926/+3015
* added wkssvc.idl and test codeAndrew Tridgell2003-11-175-0/+239
* * add another WERR err codeAndrew Tridgell2003-11-1710-1/+4628
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-177-276/+25
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-1716-542/+438
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-176-65/+72
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-175-18/+43
* * more info levels for EnumPrinterAndrew Tridgell2003-11-176-40/+418
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-1712-81/+507
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-168-67/+496
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-1613-224/+533
* Initial version of printer info 1 for tridge.Tim Potter2003-11-161-6/+48
* ignore .pidl filesAndrew Tridgell2003-11-161-0/+1
* use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell2003-11-167-66/+84
* slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell2003-11-163-3/+3
* Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2003-11-163-16/+51
* Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2003-11-162-0/+30
* Added IDL for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+16
* the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2003-11-152-11/+2
* remember to samr_Close() policy handles after useAndrew Tridgell2003-11-153-1/+7
* added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2003-11-154-22/+229
* added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell2003-11-154-42/+291
* added UserInfo level 21Andrew Tridgell2003-11-153-31/+270
* added samr UserInfo levels 4 to 20Andrew Tridgell2003-11-153-7/+734
* added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell2003-11-155-1/+226
* added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell2003-11-154-27/+183
* added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell2003-11-154-37/+81
* added another 11 levels of QueryDomainInfoAndrew Tridgell2003-11-157-81/+670
* added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell2003-11-154-18/+144
* run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell2003-11-156-35/+71
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-155-0/+3072
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-155-0/+4372
* added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell2003-11-158-23/+181
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-147-29/+17
* added the dfs_GetInfo all - all levelsAndrew Tridgell2003-11-146-364/+736
* * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell2003-11-146-6/+573
* * fixed lsa_LookupPrivNameAndrew Tridgell2003-11-146-61/+569
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-1410-1021/+1480
* more dfs workAndrew Tridgell2003-11-131-3/+2
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-1315-97/+586
* lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell2003-11-126-23/+62
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-116-26/+478
* added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell2003-11-114-7/+99
* support lsa_AuditEventsInfoAndrew Tridgell2003-11-114-0/+104
* start using automatic union printingAndrew Tridgell2003-11-114-26/+72
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-116-0/+469