Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2614: support CONNECT level DCE/RPC security in both client and | Andrew Tridgell | 1 | -3/+49 |
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 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -55/+71 |
2007-10-10 | r2275: don't crash on a rpc BIND_NAK response ... | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on | Tim Potter | 1 | -0/+4 |
2007-10-10 | r2185: add a callback function to the dcerpc async API | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r2180: added RPC flags "padcheck" which enables checking of all received pad | Andrew Tridgell | 1 | -14/+33 |
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 | 1 | -10/+6 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -138/+354 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 1 | -0/+18 |
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 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -2/+1 |
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 | r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILURE | Stefan Metzmacher | 1 | -2/+11 |
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 | r1419: spnego inside of dcerpc using alter_context/alter_context_resp | Stefan Metzmacher | 1 | -6/+76 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -32/+26 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 1 | -27/+31 |
2007-10-10 | r1077: fix segfault in schannel over ncacn_ip_tcp | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r1068: make the dcerpc client side auth/crypto code much more generic | Stefan Metzmacher | 1 | -25/+27 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r793: - don't make templates members of any class that would make them show | Andrew Tridgell | 1 | -0/+3 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 1 | -21/+21 |
2003-12-17 | added a smb.conf flag "rpc big endian" that tells our rpc server to | Andrew Tridgell | 1 | -10/+10 |
2003-12-16 | added a define for the DCERPC little-endian data representation flag | Andrew Tridgell | 1 | -8/+8 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 1 | -14/+75 |
2003-12-14 | fixed fragmented signed connections to our rpc server over SMB | Andrew Tridgell | 1 | -1/+1 |
2003-12-14 | fixed a bug handling multiple PDUs being read from a socket at one | Andrew Tridgell | 1 | -44/+3 |
2003-11-27 | a couple of tidyups | Andrew Tridgell | 1 | -3/+13 |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 1 | -10/+49 |
2003-11-26 | transfer syntax V2 isn't as magic as I thought | Andrew Tridgell | 1 | -4/+2 |
2003-11-26 | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 1 | -5/+9 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 1 | -0/+5 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 1 | -31/+215 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 1 | -1/+1 |
2003-11-24 | * prepared the dcerpc subsystem for adding the RPC over TCP transport | Andrew Tridgell | 1 | -9/+9 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 1 | -33/+2 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 1 | -2/+5 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 1 | -450/+111 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 1 | -7/+7 |