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