Age | Commit message (Expand) | Author | Files | Lines |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 1 | -47/+30 |
2003-12-12 | Added routines for arrays of uint16s. | Tim Potter | 1 | -0/+33 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 1 | -1/+1 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 1 | -1/+3 |
2003-12-01 | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 2 | -11/+13 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 1 | -0/+28 |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 1 | -0/+17 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 1 | -0/+17 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 2 | -40/+3 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -0/+17 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 2 | -77/+38 |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 1 | -0/+3 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 1 | -0/+32 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 3 | -6/+38 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 1 | -1/+1 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 3 | -5/+75 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 2 | -3/+8 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 1 | -0/+3 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 4 | -28/+244 |
2003-11-22 | added some explanations for epmapper IDL and dom_sid2 | Andrew Tridgell | 1 | -1/+11 |
2003-11-21 | cleaner handling of relative pointers to strings | Andrew Tridgell | 1 | -3/+3 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 3 | -240/+270 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 1 | -0/+1 |
2003-11-21 | avoid calling the print routines completely if debug level < 2 | Andrew Tridgell | 1 | -6/+7 |
2003-11-21 | only display really verbose packet dumps when smbtorture is run at | Andrew Tridgell | 1 | -2/+6 |
2003-11-21 | added 4 more levels to samr_QueryDisplayInfo() | Andrew Tridgell | 2 | -46/+44 |
2003-11-20 | Add initial work on eventlog - doesn't quite work yet. | Tim Potter | 1 | -0/+1 |
2003-11-20 | * fixed libndr.h header | Andrew Tridgell | 2 | -33/+9 |
2003-11-20 | moved the pidl auto-generated files out of CVS | Andrew Tridgell | 18 | -27735/+0 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 2 | -20/+20 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 10 | -8/+124 |
2003-11-20 | started on samr_SetUserInfo() | Andrew Tridgell | 5 | -42/+589 |
2003-11-20 | fixed srvsvc_NetShareEnumAll() | Andrew Tridgell | 2 | -143/+20 |
2003-11-20 | Add a 1004 level for srvsvc. | Richard Sharpe | 2 | -0/+159 |
2003-11-20 | Added ATSVC pipe. | Tim Potter | 3 | -0/+520 |
2003-11-20 | added samr_LookupRids() and test code | Andrew Tridgell | 2 | -8/+84 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 7 | -34/+66 |
2003-11-20 | make the echo idl match the win32 IDL again | Andrew Tridgell | 2 | -5/+5 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 3 | -3/+69 |
2003-11-20 | * changed to midl syntax using [case(x)] instead of case(x) | Andrew Tridgell | 4 | -235/+23 |
2003-11-19 | fixed wkssvc idl and test code for TransportEnum | Andrew Tridgell | 2 | -72/+19 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 13 | -873/+310 |
2003-11-19 | started to expand the echo tests to include more interesting test | Andrew Tridgell | 2 | -24/+333 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 3 | -0/+6940 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 4 | -23/+111 |
2003-11-19 | removed an unused structure | Andrew Tridgell | 2 | -10/+0 |
2003-11-19 | change to AuditEventsInfo struct from lukeh | Andrew Tridgell | 2 | -30/+14 |
2003-11-19 | fixed country code field in samr_UserInfo5 | Andrew Tridgell | 2 | -3/+6 |
2003-11-19 | possibly better handling of NULL secdesc (thanks to lukeh) | Andrew Tridgell | 2 | -25/+50 |
2003-11-18 | added another wkssvc info level | Andrew Tridgell | 2 | -0/+153 |