Age | Commit message (Expand) | Author | Files | Lines |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 1 | -4/+4 |
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 | 1 | -3/+17 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 4 | -8/+81 |
2003-11-23 | * better diagnostics in ndrdump | Andrew Tridgell | 1 | -1/+5 |
2003-11-23 | Add a strlen_m_term() function for returning the length of a string | Tim Potter | 1 | -2/+2 |
2003-11-23 | fixed the handling of value() attributes on scalars in IDL that | Andrew Tridgell | 2 | -6/+6 |
2003-11-23 | Strings in the winreg pipe are terminated. | Tim Potter | 1 | -3/+3 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 2 | -1/+124 |
2003-11-22 | added support for enumerated types in IDL files. This makes unions | Andrew Tridgell | 1 | -4/+11 |
2003-11-22 | added support for 'const' in IDL files. This makes it easy to define | Andrew Tridgell | 1 | -8/+8 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 1 | -19/+19 |
2003-11-22 | dfs torture test now passes | Andrew Tridgell | 1 | -7/+6 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 1 | -5/+5 |
2003-11-22 | * you can't have two parameters with the same name (pidl doesn't enforce | Andrew Tridgell | 1 | -3/+3 |
2003-11-22 | Convert all NTSTATUS return codes to WERROR. | Tim Potter | 1 | -41/+107 |
2003-11-22 | added some explanations for epmapper IDL and dom_sid2 | Andrew Tridgell | 1 | -0/+13 |
2003-11-21 | don't ignore .h files here | Andrew Tridgell | 1 | -1/+1 |
2003-11-21 | forgot to commit this, sorry | Andrew Tridgell | 1 | -0/+41 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 12 | -6/+179 |
2003-11-21 | Implement DeleteKey, DeleteValue, FlushKey. | Tim Potter | 1 | -6/+11 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 1 | -0/+206 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 1 | -5/+19 |
2003-11-21 | added 4 more levels to samr_QueryDisplayInfo() | Andrew Tridgell | 2 | -5/+45 |
2003-11-20 | Todd Sabin pointed out that a couple of the values I marked as hyper_t | Andrew Tridgell | 1 | -3/+10 |
2003-11-20 | Add initial work on eventlog - doesn't quite work yet. | Tim Potter | 1 | -0/+32 |
2003-11-20 | added samr_QueryDisplayInfo() (only level 1 so far) | Andrew Tridgell | 1 | -1/+29 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 1 | -5/+5 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 1 | -2/+1 |
2003-11-20 | started on samr_SetUserInfo() | Andrew Tridgell | 1 | -3/+8 |
2003-11-20 | fixed srvsvc_NetShareEnumAll() | Andrew Tridgell | 1 | -15/+9 |
2003-11-20 | Add a 1004 level for srvsvc. | Richard Sharpe | 1 | -0/+10 |
2003-11-20 | Added ATSVC pipe. | Tim Potter | 1 | -0/+65 |
2003-11-20 | added samr_LookupRids() and test code | Andrew Tridgell | 1 | -1/+14 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 1 | -4/+11 |
2003-11-20 | make the echo idl match the win32 IDL again | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | * changed to midl syntax using [case(x)] instead of case(x) | Andrew Tridgell | 6 | -122/+104 |
2003-11-19 | fixed wkssvc idl and test code for TransportEnum | Andrew Tridgell | 1 | -7/+2 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 2 | -46/+25 |
2003-11-19 | Fix up some things in the IDL, and fix up a mistake I made before. | Richard Sharpe | 2 | -2/+2 |
2003-11-19 | Some simple tweaks to the IDL to make it more correct ... | Richard Sharpe | 1 | -7/+11 |
2003-11-19 | started to expand the echo tests to include more interesting test | Andrew Tridgell | 1 | -2/+53 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 1 | -0/+620 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 1 | -3/+5 |
2003-11-19 | removed an unused structure | Andrew Tridgell | 1 | -4/+0 |
2003-11-19 | change to AuditEventsInfo struct from lukeh | Andrew Tridgell | 1 | -3/+2 |
2003-11-19 | fixed country code field in samr_UserInfo5 | Andrew Tridgell | 1 | -1/+2 |
2003-11-19 | possibly better handling of NULL secdesc (thanks to lukeh) | Andrew Tridgell | 1 | -2/+7 |
2003-11-18 | added a thanks to Todd Sabin (with his permission) | Andrew Tridgell | 1 | -0/+5 |