summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-0/+14
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-0/+6
2003-11-27more epmapper and mgmt magicAndrew Tridgell2-1/+43
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell2-1/+4
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell2-4/+4
2003-11-27a couple of tidyupsAndrew Tridgell4-3/+23
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell3-15/+72
2003-11-26transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell1-4/+2
2003-11-26use the IDL defined NDR version numberAndrew Tridgell1-1/+2
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2-5/+158
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2-4/+27
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell5-53/+349
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-0/+5
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell3-4/+206
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell3-102/+172
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-33/+2
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-2/+5
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-0/+17
2003-11-23ooh, this is fun!Andrew Tridgell2-537/+111
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-7/+7
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-0/+8
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell2-6/+160
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell9-6265/+0
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-6/+6
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