Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -0/+72 |
2003-11-30 | * removed a bunch of unused code | Andrew Tridgell | 1 | -14/+14 |
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 | 1 | -1/+1 |
2003-11-28 | the beginnings of an automated tool for working out IDL properties of | Andrew Tridgell | 1 | -0/+155 |
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-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 | 2 | -2/+234 |
2003-11-27 | switched to WERROR return codes in the management IDL | Andrew Tridgell | 1 | -22/+28 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -0/+106 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 1 | -0/+8 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 1 | -7/+7 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 1 | -4/+4 |
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 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 1 | -1/+114 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 1 | -0/+98 |
2003-11-23 | * better diagnostics in ndrdump | Andrew Tridgell | 1 | -3/+15 |
2003-11-23 | Modify WINREG test program to recursively enumerate keys in all known | Tim Potter | 1 | -64/+47 |
2003-11-23 | Check NT_STATUS code from dcerpc call function before checking the | Tim Potter | 1 | -2/+2 |
2003-11-23 | Actually call right function name. | Tim Potter | 1 | -1/+1 |
2003-11-23 | Call enumkey for tridge. | Tim Potter | 1 | -0/+4 |
2003-11-23 | String termination fix. | Tim Potter | 1 | -30/+87 |
2003-11-23 | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 1 | -1/+1 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 1 | -1/+1 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 1 | -2/+2 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 1 | -2/+2 |
2003-11-22 | * enable RPC/NDR validation in all smbtorture code | Andrew Tridgell | 2 | -2/+2 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 11 | -4/+24 |
2003-11-22 | Convert all NTSTATUS return codes to WERROR. | Tim Potter | 1 | -12/+227 |
2003-11-21 | print out the UUIDs from the end point mapper | Andrew Tridgell | 1 | -0/+7 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 2 | -0/+115 |
2003-11-21 | Implement DeleteKey, DeleteValue, FlushKey. | Tim Potter | 1 | -0/+52 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 1 | -0/+124 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 1 | -5/+19 |