summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij1-0/+1
2007-10-10r3157: Add ncacn_httpJelmer Vernooij1-1/+2
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij1-0/+1
2007-10-10r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij1-1/+1
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij1-1/+3
2007-10-10r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij1-0/+1
2007-10-10r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell1-10/+11
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-2/+3
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell1-0/+3
2007-10-10r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter1-0/+3
2007-10-10r2185: add a callback function to the dcerpc async APIAndrew Tridgell1-0/+5
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell1-0/+3
2007-10-10r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell1-1/+1
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-5/+50
2007-10-10r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij1-0/+1
2007-10-10r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher1-1/+4
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-1/+1
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-29/+1
2007-10-10r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher1-16/+30
2007-10-10r1042: added testing of 128 bit schannel session keysAndrew Tridgell1-0/+2
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-9/+16
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-4/+4
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-8/+8
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-1/+5
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-1/+1
2007-10-10r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell1-0/+1
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell1-9/+18
2004-01-22added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell1-1/+1
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell1-3/+6
2003-12-16a fairly large commit!Andrew Tridgell1-0/+3
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell1-0/+11
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell1-1/+1
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-0/+6
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-0/+2
2003-11-27a couple of tidyupsAndrew Tridgell1-0/+3
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell1-2/+5
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+2
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell1-2/+10
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-0/+17
2003-11-23ooh, this is fun!Andrew Tridgell1-87/+0
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-1/+5
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell1-1/+2
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-3/+0
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-0/+6
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+129