summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell4-37/+81
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell7-81/+670
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell4-18/+144
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell6-35/+71
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell5-0/+3072
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter5-0/+4372
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell8-23/+181
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell7-29/+17
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell6-364/+736
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell6-6/+573
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell6-61/+569
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell10-1021/+1480
2003-11-13more dfs workAndrew Tridgell1-3/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell15-97/+586
2003-11-12lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell6-23/+62
2003-11-11added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell6-26/+478
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell4-7/+99
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell4-0/+104
2003-11-11start using automatic union printingAndrew Tridgell4-26/+72
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell6-0/+469
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell5-244/+144
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell4-9/+36
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell4-9/+107
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell4-12/+137
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell5-40/+145
2003-11-09added lsa_EnumTrustDomAndrew Tridgell3-92/+119
2003-11-09added lsa_EnumPrivs idl and test codeAndrew Tridgell3-50/+153
2003-11-09added a test for lsa_Close()Andrew Tridgell1-1/+5
2003-11-09i forgot to commit the rpcecho idl fileAndrew Tridgell1-0/+26
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell5-208/+1861
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell7-242/+130
2003-11-09use a more consistent style for the client stubsAndrew Tridgell1-74/+14
2003-11-09get rid of some prototypes that aren't needed any moreAndrew Tridgell1-4/+0
2003-11-09lsa_LookupNames now worksAndrew Tridgell5-4/+195
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell6-2/+312
2003-11-08- more generation fixesAndrew Tridgell5-124/+32
2003-11-08- corrected some lsa idlAndrew Tridgell9-134/+411
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell17-0/+3057