Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 2 | -4/+4 |
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 | 3 | -3/+4 |
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 | r2614: support CONNECT level DCE/RPC security in both client and | Andrew Tridgell | 4 | -21/+67 |
2007-10-10 | r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3 | Jelmer Vernooij | 2 | -11/+35 |
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 | 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 | 1 | -1/+1 |
2007-10-10 | r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on | Tim Potter | 2 | -0/+7 |
2007-10-10 | r2185: add a callback function to the dcerpc async API | Andrew Tridgell | 2 | -0/+25 |
2007-10-10 | r2184: use the smb.conf socket options for client code too | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2180: added RPC flags "padcheck" which enables checking of all received pad | Andrew Tridgell | 3 | -14/+37 |
2007-10-10 | r2118: fixed the receipt of bigendian rpc packets with the new async code. | Andrew Tridgell | 1 | -3/+10 |
2007-10-10 | r2103: in the conversion to async rpc I simplified the smb backend to only | Andrew Tridgell | 4 | -46/+153 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 8 | -423/+747 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 5 | -26/+32 |
2007-10-10 | r2029: changed our client side dcerpc padding to match what w2k3 does - a 16 | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo... | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 2 | -4/+3 |
2007-10-10 | r1874: add dcerpc_errstr() function to display a fault code by name, | Stefan Metzmacher | 1 | -0/+59 |
2007-10-10 | r1872: revert -r 1845 because the caling function should look at the fault_code | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r1850: when we have a username and use sign or seal on a dcerpc over np | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILURE | Stefan Metzmacher | 1 | -2/+11 |
2007-10-10 | r1821: fixed reference to "status" that should be "result" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1786: Add support for the 'helpstring' attribute on interfaces | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r1703: - Lots of RPC updates, adding new pipes and protocols. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 2 | -16/+16 |
2007-10-10 | r1645: added a debug when a RPC fault is received | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1509: in order to interoperate with NT3.1 we need to ignore extra data at th... | Andrew Tridgell | 1 | -3/+7 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1475: More kerberos work | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r1419: spnego inside of dcerpc using alter_context/alter_context_resp | Stefan Metzmacher | 6 | -11/+170 |
2007-10-10 | r1354: Make it clear that the first gensec_update takes a NULL data_blob. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r1351: add derpc spengo wrapper | Stefan Metzmacher | 1 | -0/+79 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 6 | -136/+376 |