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