summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2004-11-011-0/+1
* r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij2004-10-251-1/+1
* r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell2004-10-211-0/+12
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2004-09-271-1/+2
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2004-09-251-2/+1
* r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell2004-09-251-3/+49
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2004-09-201-2/+6
* r2399: Display text description of rpc fault in debug message.Tim Potter2004-09-181-1/+1
* r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell2004-09-171-1/+3
* r2304: fixed a bug in old style NTLM signingAndrew Tridgell2004-09-131-1/+1
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2004-09-121-5/+8
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2004-09-111-55/+71
* r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell2004-09-101-1/+6
* r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2004-09-061-0/+4
* r2185: add a callback function to the dcerpc async APIAndrew Tridgell2004-09-021-0/+20
* r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell2004-09-021-14/+33
* r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell2004-08-311-3/+10
* r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell2004-08-301-10/+6
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2004-08-301-138/+354
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2004-08-251-0/+18
* r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell2004-08-241-2/+4
* r1983: a completely new implementation of tallocAndrew Tridgell2004-08-211-2/+1
* r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher2004-08-181-12/+2
* r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher2004-08-171-2/+11
* r1645: added a debug when a RPC fault is receivedAndrew Tridgell2004-08-041-0/+1
* r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...Andrew Tridgell2004-07-151-3/+7
* r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher2004-07-091-6/+76
* r1294: A nice, large, commit...Andrew Bartlett2004-06-291-32/+26
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2004-06-201-27/+31
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2004-06-071-0/+2
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2004-06-071-25/+27
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2004-06-011-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2004-05-251-4/+4
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2004-05-251-3/+3
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2004-05-251-0/+4
* r793: - don't make templates members of any class that would make them showAndrew Tridgell2004-05-201-0/+3
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-0/+860