Age | Commit message (Expand) | Author | Files | Lines |
2003-12-04 | removed an unused file | Andrew Tridgell | 1 | -325/+0 |
2003-12-04 | * patch based on work by Jim Myers to unify the ioctl handling to be | Andrew Tridgell | 4 | -28/+42 |
2003-12-03 | My first stab at Samba4 IDL! | Andrew Bartlett | 1 | -3/+139 |
2003-12-02 | added netr_LogonControl2Ex() | Andrew Tridgell | 1 | -1/+85 |
2003-12-02 | added netr_DatabaseSync2() | Andrew Tridgell | 1 | -0/+55 |
2003-12-02 | added netr_LogonControl2() and netr_ServerAuthenticate2() | Andrew Tridgell | 1 | -3/+145 |
2003-12-02 | added netr_LogonControl() and netr_GetAnyDCName() | Andrew Tridgell | 1 | -5/+70 |
2003-12-02 | added netr_GetDcName() - quite a useful call | Andrew Tridgell | 1 | -5/+30 |
2003-12-02 | added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED call | Andrew Tridgell | 1 | -1/+40 |
2003-12-02 | added netr_AccountDeltas(), which w2k3 gives | Andrew Tridgell | 1 | -0/+41 |
2003-12-02 | netr_DatabaseDeltas() now works. We ask for the deltas associated with | Andrew Tridgell | 1 | -0/+72 |
2003-12-02 | netr_DatabaseSync() now works fully for databases 0, 1 and 2 | Andrew Tridgell | 1 | -1/+1 |
2003-12-02 | netr_DatabaseSync() now works fully for database 0 | Andrew Tridgell | 1 | -13/+25 |
2003-12-02 | initial netlogon database sync partly works - needs some IDL tweaks | Andrew Tridgell | 1 | -3/+3 |
2003-12-02 | added netr_DatabaseSync(). It doesn't work as I haven't done schannel | Andrew Tridgell | 1 | -0/+44 |
2003-12-02 | another big improvement in the credentials API. I think it now | Andrew Tridgell | 1 | -9/+23 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 3 | -34/+84 |
2003-12-01 | * another small API change in the credentials code | Andrew Tridgell | 1 | -9/+9 |
2003-12-01 | neater credentials handling in netlogon client code | Andrew Tridgell | 1 | -24/+16 |
2003-12-01 | added netr_LogonSamLogon() and test code | Andrew Tridgell | 1 | -7/+59 |
2003-12-01 | added netr_ServerAuthenticate() and test code | Andrew Tridgell | 1 | -8/+35 |
2003-12-01 | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 1 | -0/+58 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 2 | -0/+73 |
2003-11-30 | * removed a bunch of unused code | Andrew Tridgell | 2 | -15/+15 |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 1 | -10/+159 |
2003-11-28 | GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx. | Tim Potter | 1 | -0/+41 |
2003-11-28 | Add SetPrinterData, DeletePrinterData. | Tim Potter | 1 | -0/+54 |
2003-11-28 | fixed some warnings | Andrew Tridgell | 3 | -3/+3 |
2003-11-28 | the beginnings of an automated tool for working out IDL properties of | Andrew Tridgell | 2 | -0/+156 |
2003-11-28 | Fix bug in EnumPrinterData test. | Tim Potter | 1 | -1/+39 |
2003-11-28 | * added a bunch of placeholder IDL files | Andrew Tridgell | 2 | -3/+13 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 1 | -0/+137 |
2003-11-28 | * support multiple interfaces in one IDL file in pidl | Andrew Tridgell | 1 | -14/+19 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 1 | -0/+4 |
2003-11-27 | Implemented SetForm RPC. | Tim Potter | 1 | -3/+24 |
2003-11-27 | Add DeleteForm, start cleaning up tests. | Tim Potter | 1 | -20/+64 |
2003-11-27 | more epmapper and mgmt magic | Andrew Tridgell | 3 | -51/+64 |
2003-11-27 | Implemented AddForm RPC. The mystery of the useless_ptr has been | Tim Potter | 1 | -0/+20 |
2003-11-27 | added an rpc scanner. This prints messages like this: | Andrew Tridgell | 3 | -2/+239 |
2003-11-27 | switched to WERROR return codes in the management IDL | Andrew Tridgell | 1 | -22/+28 |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 1 | -4/+5 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -0/+106 |
2003-11-26 | show an error when the epmapper fails to find an interface | Andrew Tridgell | 1 | -0/+2 |
2003-11-26 | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 1 | -7/+13 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 2 | -3/+38 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 2 | -36/+72 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 2 | -4/+28 |
2003-11-24 | * prepared the dcerpc subsystem for adding the RPC over TCP transport | Andrew Tridgell | 1 | -15/+3 |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 1 | -23/+55 |
2003-11-24 | give far more detail in the EPMAPPER results | Andrew Tridgell | 1 | -9/+82 |