summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell2-3/+656
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2-5/+82
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter1-4/+20
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter1-2/+9
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2-0/+15
2003-11-28Fix bug in EnumPrinterData test.Tim Potter1-3/+8
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell12-0/+194
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2-3/+61
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell2-2/+2
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2-40/+3
2003-11-27Implemented SetForm RPC.Tim Potter1-1/+5
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-1/+3
2003-11-27more epmapper and mgmt magicAndrew Tridgell3-5/+51
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-1/+19
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell3-1/+10
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell3-4/+6
2003-11-27a couple of tidyupsAndrew Tridgell4-3/+23
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell1-19/+16
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-26Implemented EnumForms and GetForm.Tim Potter2-4/+37
2003-11-26added a link to opengroup PDU definitionsAndrew Tridgell1-0/+3
2003-11-26Add bind nak to dcerpc_payload.Tim Potter1-0/+1
2003-11-26transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell1-4/+2
2003-11-26use the IDL defined NDR version numberAndrew Tridgell2-2/+3
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell4-6/+176
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 Tridgell8-144/+443
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
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 epm_Map endpointer map callsAndrew Tridgell2-4/+7
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell1-19/+22
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell3-36/+51
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell8-16/+124
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-1/+5
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2-1/+18
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-2/+2
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2-6/+6
2003-11-23Strings in the winreg pipe are terminated.Tim Potter1-3/+3
2003-11-23ooh, this is fun!Andrew Tridgell7-543/+310
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-4/+11
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-8/+8
2003-11-22 * fixed null terminated string handlingAndrew Tridgell3-10/+15
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-19/+19
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2-0/+11
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell7-39/+409
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-41/+107