summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2003-12-16a fairly large commit!Andrew Tridgell8-71/+132
2003-12-15fixed srvsvc DiskEnum callAndrew Tridgell1-12/+12
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell1-70/+109
2003-12-15more flexible handling of [] in binding stringsAndrew Tridgell1-2/+14
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell2-0/+310
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-2/+2
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2-1/+2
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2-44/+43
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-2/+3
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-0/+1
2003-12-13rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell1-2/+3
2003-12-13added the epm_Map() call.Andrew Tridgell1-0/+2
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2-8/+9
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter1-2/+2
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter1-4/+24
2003-12-12Added routines for arrays of uint16s.Tim Potter1-0/+33
2003-12-12added support for sending bind_nak replies in the rpc serverAndrew Tridgell1-1/+6
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2-1/+5
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-1/+1
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell1-1/+1
2003-12-10the rest of the initial rpc server side infrastructureAndrew Tridgell1-1/+1
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell2-4/+4
2003-12-04we can't have two functions with the same nameAndrew Tridgell1-1/+1
2003-12-03Updated some of the function names in the IDL.Tim Potter1-56/+57
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett1-1/+11
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell1-15/+15
2003-12-02added netr_DatabaseSync2()Andrew Tridgell1-10/+10
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell1-24/+28
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell1-38/+39
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell1-5/+6
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell1-16/+16
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell1-6/+13
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell1-20/+18
2003-12-02 * made some field names more consistent, and worked out thatAndrew Tridgell1-11/+11
2003-12-02don't pollute the structure name space so muchAndrew Tridgell1-64/+64
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell2-2/+3
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell2-16/+11
2003-12-02initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell1-0/+5
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell4-80/+85
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-92/+193
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2-14/+15
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-5/+5
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-14/+21
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell2-102/+102
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-9/+5
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell5-264/+307
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