Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2921: Add a few more protocols and fix the numbers associated with some of | Jelmer Vernooij | 3 | -20/+30 |
2007-10-10 | r2910: I noticed that the samr torture test was doing its own DOS->UNIX | Andrew Tridgell | 1 | -129/+138 |
2007-10-10 | r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapi | Stefan Metzmacher | 1 | -27/+27 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -7/+3 |
2007-10-10 | r2833: - added a call to SamrQueryGroupMember for every group, and fix the | Andrew Tridgell | 1 | -28/+11 |
2007-10-10 | r2831: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2830: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 2 | -153/+153 |
2007-10-10 | r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thing | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2817: Get winreg_GetKeySecurity() working but use data blob instead of | Tim Potter | 1 | -7/+14 |
2007-10-10 | r2807: OK I think winreg_EnumValue() finally works. The previous version | Tim Potter | 1 | -5/+19 |
2007-10-10 | r2782: Reformat IDL for winreg_EnumValue() | Tim Potter | 1 | -36/+14 |
2007-10-10 | r2781: Got winreg_EnumValue() working. Check it in so I don't break it trying | Tim Potter | 1 | -3/+18 |
2007-10-10 | r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2741: Definition for ISystemActivator... | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r2740: Finish the RemoteActivation interface. Torture tests will follow | Jelmer Vernooij | 2 | -20/+11 |
2007-10-10 | r2735: More DCOM updates: | Jelmer Vernooij | 3 | -134/+148 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r2705: Don't try RemQueryInterface2 for now (doesn't validate) | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests | Jelmer Vernooij | 2 | -16/+13 |
2007-10-10 | r2696: DCOM updates: | Jelmer Vernooij | 3 | -79/+96 |
2007-10-10 | r2687: Add ORPC flag (used by DCOM) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 1 | -15/+7 |
2007-10-10 | r2674: I have realised that talloc() should have its context marked const, as | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 4 | -4/+5 |
2007-10-10 | r2668: steal the cli pointer into the pipe context so a single free destroys ... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 1 | -10/+3 |
2007-10-10 | r2634: use discard_const_p() in a few places | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 4 | -5/+5 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 3 | -4/+3 |
2007-10-10 | r2626: the symbol gai_error is defined in /usr/include, so don't use that nam... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r2625: use talloc_p, not talloc when possible (when allocating a structure in... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2614: support CONNECT level DCE/RPC security in both client and | Andrew Tridgell | 4 | -21/+67 |
2007-10-10 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3 | Jelmer Vernooij | 2 | -11/+35 |
2007-10-10 | r2518: Some long overdue changes: | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r2489: Rename account_flags in EnumDomainAliases() to acct_flags. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 1 | -65/+65 |
2007-10-10 | r2443: check return code of event_loop_once() to catch thet cases where the s... | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r2399: Display text description of rpc fault in debug message. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2383: fixed the handling of sending zero length dcerpc packets (I broke this | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r2382: considerably improved the Bind and Unbind IDL and test code. We can | Andrew Tridgell | 1 | -8/+14 |
2007-10-10 | r2304: fixed a bug in old style NTLM signing | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2294: this fixes the NTLM2 sign+seal combination. I have now tested: | Andrew Tridgell | 1 | -5/+8 |
2007-10-10 | r2287: Add static. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 7 | -80/+109 |
2007-10-10 | r2275: don't crash on a rpc BIND_NAK response ... | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r2266: yay! LSA session keys on TCP now work! | Andrew Tridgell | 4 | -15/+33 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 2 | -2/+2 |
2007-10-10 | r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on | Tim Potter | 2 | -0/+7 |