| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 2003-12-12 | 1 | -0/+4 |
* | re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This | Andrew Tridgell | 2003-12-07 | 2 | -4/+4 |
* | we can't have two functions with the same name | Andrew Tridgell | 2003-12-04 | 1 | -1/+1 |
* | Updated some of the function names in the IDL. | Tim Potter | 2003-12-03 | 1 | -56/+57 |
* | My first stab at Samba4 IDL! | Andrew Bartlett | 2003-12-03 | 1 | -1/+11 |
* | added netr_LogonControl2Ex() | Andrew Tridgell | 2003-12-02 | 1 | -15/+15 |
* | added netr_DatabaseSync2() | Andrew Tridgell | 2003-12-02 | 1 | -10/+10 |
* | added netr_LogonControl2() and netr_ServerAuthenticate2() | Andrew Tridgell | 2003-12-02 | 1 | -24/+28 |
* | added netr_LogonControl() and netr_GetAnyDCName() | Andrew Tridgell | 2003-12-02 | 1 | -38/+39 |
* | added netr_GetDcName() - quite a useful call | Andrew Tridgell | 2003-12-02 | 1 | -5/+6 |
* | added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED call | Andrew Tridgell | 2003-12-02 | 1 | -16/+16 |
* | added netr_AccountDeltas(), which w2k3 gives | Andrew Tridgell | 2003-12-02 | 1 | -6/+13 |
* | netr_DatabaseDeltas() now works. We ask for the deltas associated with | Andrew Tridgell | 2003-12-02 | 1 | -20/+18 |
* | * made some field names more consistent, and worked out that | Andrew Tridgell | 2003-12-02 | 1 | -11/+11 |
* | don't pollute the structure name space so much | Andrew Tridgell | 2003-12-02 | 1 | -64/+64 |
* | netr_DatabaseSync() now works fully for databases 0, 1 and 2 | Andrew Tridgell | 2003-12-02 | 2 | -2/+3 |
* | netr_DatabaseSync() now works fully for database 0 | Andrew Tridgell | 2003-12-02 | 2 | -16/+11 |
* | initial netlogon database sync partly works - needs some IDL tweaks | Andrew Tridgell | 2003-12-02 | 1 | -0/+5 |
* | added netr_DatabaseSync(). It doesn't work as I haven't done schannel | Andrew Tridgell | 2003-12-02 | 4 | -80/+85 |
* | another big improvement in the credentials API. I think it now | Andrew Tridgell | 2003-12-02 | 1 | -92/+193 |
* | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 2003-12-02 | 1 | -13/+12 |
* | * another small API change in the credentials code | Andrew Tridgell | 2003-12-01 | 1 | -5/+5 |
* | neater credentials handling in netlogon client code | Andrew Tridgell | 2003-12-01 | 1 | -14/+21 |
* | added netr_LogonSamLogon() and test code | Andrew Tridgell | 2003-12-01 | 2 | -102/+102 |
* | added netr_ServerAuthenticate() and test code | Andrew Tridgell | 2003-12-01 | 1 | -9/+5 |
* | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 2003-12-01 | 3 | -253/+294 |
* | started adding netlogon IDL and test suite | Andrew Tridgell | 2003-12-01 | 1 | -3/+628 |
* | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 2003-11-30 | 1 | -5/+65 |
* | GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx. | Tim Potter | 2003-11-28 | 1 | -4/+20 |
* | Add SetPrinterData, DeletePrinterData. | Tim Potter | 2003-11-28 | 1 | -2/+9 |
* | the beginnings of an automated tool for working out IDL properties of | Andrew Tridgell | 2003-11-28 | 1 | -0/+1 |
* | Fix bug in EnumPrinterData test. | Tim Potter | 2003-11-28 | 1 | -3/+8 |
* | * added a bunch of placeholder IDL files | Andrew Tridgell | 2003-11-28 | 11 | -0/+188 |
* | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 2003-11-28 | 1 | -3/+44 |
* | * support multiple interfaces in one IDL file in pidl | Andrew Tridgell | 2003-11-28 | 2 | -2/+2 |
* | Implemented SetForm RPC. | Tim Potter | 2003-11-27 | 1 | -1/+5 |
* | Add DeleteForm, start cleaning up tests. | Tim Potter | 2003-11-27 | 1 | -1/+3 |
* | more epmapper and mgmt magic | Andrew Tridgell | 2003-11-27 | 1 | -4/+8 |
* | Implemented AddForm RPC. The mystery of the useless_ptr has been | Tim Potter | 2003-11-27 | 1 | -1/+19 |
* | added an rpc scanner. This prints messages like this: | Andrew Tridgell | 2003-11-27 | 1 | -0/+6 |
* | use EPMAPPER_PORT constant instead of 135 | Andrew Tridgell | 2003-11-27 | 1 | -0/+2 |
* | switched to WERROR return codes in the management IDL | Andrew Tridgell | 2003-11-27 | 1 | -19/+16 |
* | Implemented EnumForms and GetForm. | Tim Potter | 2003-11-26 | 1 | -4/+20 |
* | added a link to opengroup PDU definitions | Andrew Tridgell | 2003-11-26 | 1 | -0/+3 |
* | Add bind nak to dcerpc_payload. | Tim Potter | 2003-11-26 | 1 | -0/+1 |
* | use the IDL defined NDR version number | Andrew Tridgell | 2003-11-26 | 1 | -1/+1 |
* | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 2003-11-26 | 2 | -1/+18 |
* | signed DCERPC over TCP now works ! | Andrew Tridgell | 2003-11-26 | 1 | -14/+56 |
* | Spoolss functions return WERROR not NTSTATUS. | Tim Potter | 2003-11-25 | 1 | -187/+196 |
* | added tests for epm_Map endpointer map calls | Andrew Tridgell | 2003-11-24 | 1 | -4/+4 |