Age | Commit message (Expand) | Author | Files | Lines |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 3 | -15/+72 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 2 | -4/+37 |
2003-11-26 | added a link to opengroup PDU definitions | Andrew Tridgell | 1 | -0/+3 |
2003-11-26 | Add bind nak to dcerpc_payload. | Tim Potter | 1 | -0/+1 |
2003-11-26 | transfer syntax V2 isn't as magic as I thought | Andrew Tridgell | 1 | -4/+2 |
2003-11-26 | use the IDL defined NDR version number | Andrew Tridgell | 2 | -2/+3 |
2003-11-26 | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 4 | -6/+176 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 2 | -4/+27 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 8 | -144/+443 |
2003-11-25 | Spoolss functions return WERROR not NTSTATUS. | Tim Potter | 1 | -187/+196 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 1 | -0/+5 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 3 | -4/+206 |
2003-11-24 | * prepared the dcerpc subsystem for adding the RPC over TCP transport | Andrew Tridgell | 3 | -102/+172 |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 2 | -4/+7 |
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 | 3 | -36/+51 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 8 | -16/+124 |
2003-11-23 | * better diagnostics in ndrdump | Andrew Tridgell | 1 | -1/+5 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 2 | -1/+18 |
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 | 7 | -543/+310 |
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 null terminated string handling | Andrew Tridgell | 3 | -10/+15 |
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 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 2 | -0/+11 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 7 | -39/+409 |
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 | 2 | -1/+24 |
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 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 15 | -246/+449 |
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 | 2 | -0/+207 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 1 | -5/+19 |
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 | 4 | -51/+89 |
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 | 2 | -0/+33 |
2003-11-20 | added samr_QueryDisplayInfo() (only level 1 so far) | Andrew Tridgell | 1 | -1/+29 |
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 | 28 | -34000/+2 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 3 | -25/+25 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 11 | -10/+125 |