summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
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
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