summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2007-10-102-11/+35
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-2/+6
* r2399: Display text description of rpc fault in debug message.Tim Potter2007-10-101-1/+1
* r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell2007-10-101-1/+3
* r2304: fixed a bug in old style NTLM signingAndrew Tridgell2007-10-101-1/+1
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-5/+8
* r2287: Add static.Andrew Bartlett2007-10-101-1/+1
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-107-80/+109
* r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell2007-10-101-1/+6
* r2266: yay! LSA session keys on TCP now work!Andrew Tridgell2007-10-104-15/+33
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-1/+1
* r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2007-10-102-0/+7
* r2185: add a callback function to the dcerpc async APIAndrew Tridgell2007-10-102-0/+25
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-101-0/+2
* r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell2007-10-103-14/+37
* r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell2007-10-101-3/+10
* r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell2007-10-104-46/+153
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-108-423/+747
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-105-26/+32
* r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell2007-10-101-2/+4
* r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett2007-10-101-3/+4
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-102-4/+3
* r1874: add dcerpc_errstr() function to display a fault code by name,Stefan Metzmacher2007-10-101-0/+59
* r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher2007-10-101-12/+2
* r1850: when we have a username and use sign or seal on a dcerpc over npStefan Metzmacher2007-10-101-1/+2
* r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher2007-10-101-2/+11
* r1821: fixed reference to "status" that should be "result"Andrew Tridgell2007-10-101-1/+1
* r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij2007-10-101-0/+1
* r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij2007-10-101-3/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-102-16/+16
* r1645: added a debug when a RPC fault is receivedAndrew Tridgell2007-10-101-0/+1
* r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...Andrew Tridgell2007-10-101-3/+7
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-1/+1
* r1475: More kerberos workAndrew Bartlett2007-10-101-0/+7
* r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher2007-10-106-11/+170
* r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett2007-10-101-2/+3
* r1351: add derpc spengo wrapperStefan Metzmacher2007-10-101-0/+79
* r1294: A nice, large, commit...Andrew Bartlett2007-10-106-136/+376
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-106-319/+162
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-101-0/+35
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2007-10-102-13/+15
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-106-282/+370
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-101-6/+14
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-102-1/+9
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-103-57/+88
* r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett2007-10-101-3/+3
* r1030: added server side schannel supportAndrew Tridgell2007-10-102-18/+15
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-1/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-106-7/+7