Age | Commit message (Expand) | Author | Files | Lines |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 6 | -52/+201 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 12 | -41/+233 |
2003-11-23 | * better diagnostics in ndrdump | Andrew Tridgell | 3 | -4/+37 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 6 | -3/+246 |
2003-11-23 | Modify WINREG test program to recursively enumerate keys in all known | Tim Potter | 1 | -64/+47 |
2003-11-23 | Removed unused variable. | Tim Potter | 1 | -2/+0 |
2003-11-23 | Check NT_STATUS code from dcerpc call function before checking the | Tim Potter | 1 | -2/+2 |
2003-11-23 | Add a strlen_m_term() function for returning the length of a string | Tim Potter | 2 | -2/+17 |
2003-11-23 | fixed the handling of value() attributes on scalars in IDL that | Andrew Tridgell | 3 | -15/+11 |
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 | Strings in the winreg pipe are terminated. | Tim Potter | 1 | -3/+3 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 10 | -545/+317 |
2003-11-23 | save about 35% of the time for "make idl" by processing multiple IDL | Andrew Tridgell | 3 | -65/+89 |
2003-11-23 | get rid of some more unused headers | Andrew Tridgell | 10 | -40/+0 |
2003-11-23 | by using a single proto.h we gain another factor of 4 in the speed of | Andrew Tridgell | 4 | -61/+12 |
2003-11-23 | final bit of tidyup and speedup | Andrew Tridgell | 1 | -30/+13 |
2003-11-23 | much faster inner loop and neater code | Andrew Tridgell | 1 | -58/+54 |
2003-11-23 | fixed loadparm handling properly | Andrew Tridgell | 1 | -41/+20 |
2003-11-23 | nicer base type handling | Andrew Tridgell | 1 | -6/+6 |
2003-11-23 | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 11 | -282/+66 |
2003-11-23 | we don't need awk now | Andrew Tridgell | 1 | -1/+0 |
2003-11-23 | get rid of our awk scripts | Andrew Tridgell | 2 | -224/+0 |
2003-11-23 | changed to perl for mkproto, patch from vance | Andrew Tridgell | 3 | -15/+155 |
2003-11-22 | added support for enumerated types in IDL files. This makes unions | Andrew Tridgell | 3 | -21/+54 |
2003-11-22 | added support for 'const' in IDL files. This makes it easy to define | Andrew Tridgell | 3 | -13/+33 |
2003-11-22 | added the beginnings of an IDL validator, to give clearer errors when | Andrew Tridgell | 2 | -0/+104 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 4 | -11/+16 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 3 | -23/+23 |
2003-11-22 | dfs torture test now passes | Andrew Tridgell | 1 | -7/+6 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 3 | -2/+13 |
2003-11-22 | * enable RPC/NDR validation in all smbtorture code | Andrew Tridgell | 4 | -4/+7 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 20 | -100/+565 |
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 | 2 | -53/+334 |
2003-11-22 | added Parse::RecDescent module into pidl to ensure we all use the same | Andrew Tridgell | 4 | -1/+3058 |
2003-11-22 | added some explanations for epmapper IDL and dom_sid2 | Andrew Tridgell | 2 | -1/+24 |
2003-11-21 | fixed a bug with pushing non-pointer unions | Andrew Tridgell | 1 | -1/+3 |
2003-11-21 | fix a smbtorture memory leak | Andrew Tridgell | 1 | -7/+2 |
2003-11-21 | cleaner handling of relative pointers to strings | Andrew Tridgell | 1 | -3/+3 |
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 | 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 | 24 | -283/+683 |
2003-11-21 | Implement DeleteKey, DeleteValue, FlushKey. | Tim Potter | 2 | -6/+63 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 5 | -3/+337 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 2 | -10/+38 |
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 |