summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
Commit message (Expand)AuthorAgeFilesLines
...
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-0/+4
* re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell2003-12-072-4/+4
* we can't have two functions with the same nameAndrew Tridgell2003-12-041-1/+1
* Updated some of the function names in the IDL.Tim Potter2003-12-031-56/+57
* My first stab at Samba4 IDL!Andrew Bartlett2003-12-031-1/+11
* added netr_LogonControl2Ex()Andrew Tridgell2003-12-021-15/+15
* added netr_DatabaseSync2()Andrew Tridgell2003-12-021-10/+10
* added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2003-12-021-24/+28
* added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell2003-12-021-38/+39
* added netr_GetDcName() - quite a useful callAndrew Tridgell2003-12-021-5/+6
* added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell2003-12-021-16/+16
* added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell2003-12-021-6/+13
* netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell2003-12-021-20/+18
* * made some field names more consistent, and worked out thatAndrew Tridgell2003-12-021-11/+11
* don't pollute the structure name space so muchAndrew Tridgell2003-12-021-64/+64
* netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell2003-12-022-2/+3
* netr_DatabaseSync() now works fully for database 0Andrew Tridgell2003-12-022-16/+11
* initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell2003-12-021-0/+5
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-024-80/+85
* another big improvement in the credentials API. I think it nowAndrew Tridgell2003-12-021-92/+193
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-021-13/+12
* * 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-013-253/+294
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-011-3/+628
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-301-5/+65
* 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-281-0/+1
* Fix bug in EnumPrinterData test.Tim Potter2003-11-281-3/+8
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-2811-0/+188
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-281-3/+44
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-282-2/+2
* 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-271-4/+8
* 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-271-0/+6
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-271-0/+2
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-271-19/+16
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-4/+20
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* use the IDL defined NDR version numberAndrew Tridgell2003-11-261-1/+1
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-262-1/+18
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-14/+56
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-4/+4