summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-022-14/+15
* * another small API change in the credentials codeAndrew Tridgell2003-12-011-5/+5
* neater credentials handling in netlogon client codeAndrew Tridgell2003-12-011-14/+21
* added netr_LogonSamLogon() and test codeAndrew Tridgell2003-12-012-102/+102
* added netr_ServerAuthenticate() and test codeAndrew Tridgell2003-12-011-9/+5
* added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2003-12-015-264/+307
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-012-3/+656
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-302-5/+82
* GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2003-11-281-4/+20
* Add SetPrinterData, DeletePrinterData.Tim Potter2003-11-281-2/+9
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-282-0/+15
* Fix bug in EnumPrinterData test.Tim Potter2003-11-281-3/+8
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-2812-0/+194
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-282-3/+61
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-282-2/+2
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-282-40/+3
* Implemented SetForm RPC.Tim Potter2003-11-271-1/+5
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-271-1/+3
* more epmapper and mgmt magicAndrew Tridgell2003-11-273-5/+51
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-271-1/+19
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-273-1/+10
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-273-4/+6
* a couple of tidyupsAndrew Tridgell2003-11-274-3/+23
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-271-19/+16
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-263-15/+72
* Implemented EnumForms and GetForm.Tim Potter2003-11-262-4/+37
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell2003-11-261-4/+2
* use the IDL defined NDR version numberAndrew Tridgell2003-11-262-2/+3
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-264-6/+176
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-262-4/+27
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-268-144/+443
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-0/+5
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-243-4/+206
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-243-102/+172
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-242-4/+7
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-241-19/+22
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-243-36/+51
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-248-16/+124
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-231-1/+5
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-232-1/+18
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-231-2/+2
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-232-6/+6
* Strings in the winreg pipe are terminated.Tim Potter2003-11-231-3/+3
* ooh, this is fun!Andrew Tridgell2003-11-237-543/+310
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-221-4/+11
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-221-8/+8
* * fixed null terminated string handlingAndrew Tridgell2003-11-223-10/+15