Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -14/+15 |
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 | 5 | -264/+307 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 2 | -3/+656 |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 2 | -5/+82 |
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 | 2 | -0/+15 |
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 | 12 | -0/+194 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 2 | -3/+61 |
2003-11-28 | * support multiple interfaces in one IDL file in pidl | Andrew Tridgell | 2 | -2/+2 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 2 | -40/+3 |
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 | 3 | -5/+51 |
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 | 3 | -1/+10 |
2003-11-27 | use EPMAPPER_PORT constant instead of 135 | Andrew Tridgell | 3 | -4/+6 |
2003-11-27 | a couple of tidyups | Andrew Tridgell | 4 | -3/+23 |
2003-11-27 | switched to WERROR return codes in the management IDL | Andrew Tridgell | 1 | -19/+16 |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 3 | -15/+72 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 2 | -4/+37 |
2003-11-26 | added a link to opengroup PDU definitions | Andrew Tridgell | 1 | -0/+3 |
2003-11-26 | Add bind nak to dcerpc_payload. | Tim Potter | 1 | -0/+1 |
2003-11-26 | transfer syntax V2 isn't as magic as I thought | Andrew Tridgell | 1 | -4/+2 |
2003-11-26 | use the IDL defined NDR version number | Andrew Tridgell | 2 | -2/+3 |
2003-11-26 | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 4 | -6/+176 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 2 | -4/+27 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 8 | -144/+443 |
2003-11-25 | Spoolss functions return WERROR not NTSTATUS. | Tim Potter | 1 | -187/+196 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 1 | -0/+5 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 3 | -4/+206 |
2003-11-24 | * prepared the dcerpc subsystem for adding the RPC over TCP transport | Andrew Tridgell | 3 | -102/+172 |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 2 | -4/+7 |
2003-11-24 | give far more detail in the EPMAPPER results | Andrew Tridgell | 1 | -19/+22 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 3 | -36/+51 |