summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Added ATSVC pipe.Tim Potter1-0/+88
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-6/+6
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-6/+6
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-0/+2
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-0/+21
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-0/+858
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2-2/+4
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-1/+0
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2-204/+204
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell3-40/+23
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell1-1/+600
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell8-899/+2521
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-0/+18
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-0/+4
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-30/+12
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2-11/+12
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-10/+4
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-24/+24
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter1-8/+8
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-8/+8
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-8/+8
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell1-12/+12
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell1-8/+8
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell1-8/+8
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-3/+3
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell1-0/+956
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+1348
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-4/+4
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-4/+4
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-2/+2
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-0/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell3-0/+92
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-0/+2
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-0/+2
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell1-4/+4
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell1-4/+4
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell1-4/+4
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell2-4/+8
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell2-97/+605
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell1-101/+28
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 Tridgell1-0/+20
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell1-0/+20
2003-11-08- more generation fixesAndrew Tridgell1-5/+6
2003-11-08- corrected some lsa idlAndrew Tridgell1-7/+7
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell5-0/+1539