index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
rpc
/
dcerpc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
1
-3
/
+1
*
r7497: add timeouts to all rpc requests. The default timeout is 60
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r6565: Cludge, cludge, cludge...
Andrew Bartlett
2007-10-10
1
-7
/
+2
*
r5603: add "authservice()" property to the interface property list
Stefan Metzmacher
2007-10-10
1
-0
/
+7
*
r5209: Fix the endpoint mapper to work with IPX endpoints (which
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Stefan Metzmacher
2007-10-10
1
-1
/
+4
*
r4630: for ncacn_np if we don't have an explicit request for one of the
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4627: - simplified the dcerpc auth code using a common function
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r4619: Remove extern declaration of dcerpc_pipes, which is now static
Jelmer Vernooij
2007-10-10
1
-3
/
+0
*
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r4616: the first phase in the addition of proper support for
Andrew Tridgell
2007-10-10
1
-21
/
+32
*
r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just
Stefan Metzmacher
2007-10-10
1
-4
/
+3
*
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
2007-10-10
1
-0
/
+8
*
r3412: Add NCACN_SPX and NCADG_IPX transports
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r3157: Add ncacn_http
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3114: - More work on merging the various structs that describe endpoints
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r3032: Somewhat stricter syntax for binding strings:
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r2614: support CONNECT level DCE/RPC security in both client and
Andrew Tridgell
2007-10-10
1
-10
/
+11
*
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r2266: yay! LSA session keys on TCP now work!
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on
Tim Potter
2007-10-10
1
-0
/
+3
*
r2185: add a callback function to the dcerpc async API
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r2180: added RPC flags "padcheck" which enables checking of all received pad
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r2103: in the conversion to async rpc I simplified the smb backend to only
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2100: rework the dcerpc client side library so that it is async. We now
Andrew Tridgell
2007-10-10
1
-5
/
+50
*
r1786: Add support for the 'helpstring' attribute on interfaces
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r1419: spnego inside of dcerpc using alter_context/alter_context_resp
Stefan Metzmacher
2007-10-10
1
-1
/
+4
*
r1294: A nice, large, commit...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r1200: Add 'gensec', our generic security layer.
Andrew Bartlett
2007-10-10
1
-29
/
+1
*
r1068: make the dcerpc client side auth/crypto code much more generic
Stefan Metzmacher
2007-10-10
1
-16
/
+30
*
r1042: added testing of 128 bit schannel session keys
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r1041: - pulled the domain join code out of the netlogon test and made it a s...
Andrew Tridgell
2007-10-10
1
-9
/
+16
*
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
1
-8
/
+8
*
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2007-10-10
1
-1
/
+5
*
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r390: added my best guess for how session keys are supposed to work when you
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
2004-02-10
1
-9
/
+18
*
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
Andrew Tridgell
2004-01-22
1
-1
/
+1
*
added code to the RPC-SPOOLSS test that demonstrates that policy
Andrew Tridgell
2004-01-20
1
-3
/
+6
*
a fairly large commit!
Andrew Tridgell
2003-12-16
1
-0
/
+3
*
allow the specification of full dcerpc endpoint binding strings on the
Andrew Tridgell
2003-12-15
1
-0
/
+11
*
more portable array of endpoints code from pidl
Andrew Tridgell
2003-12-10
1
-1
/
+1
*
* added a bunch of placeholder IDL files
Andrew Tridgell
2003-11-28
1
-0
/
+6
*
added an rpc scanner. This prints messages like this:
Andrew Tridgell
2003-11-27
1
-0
/
+2
[next]