index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
idl
/
dcerpc.idl
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
dcerpc.idl: add DCERPC_PFC_OFFSET
Stefan Metzmacher
1
-0
/
+1
2008-08-11
dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZE
Stefan Metzmacher
1
-1
/
+0
2008-08-11
dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTH
Stefan Metzmacher
1
-0
/
+2
2008-07-26
dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flag
Stefan Metzmacher
1
-0
/
+1
2008-07-03
dcerpc.idl: the signing overhead can be more than 32 bytes
Stefan Metzmacher
1
-1
/
+1
2008-05-16
This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...
Julien Kerihuel
1
-0
/
+1
2008-02-15
dcerpc.idl: use charset() instead of ascstr3
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r25433: - dcerpc_AuthType is a 8bit enum not 32bit
Stefan Metzmacher
1
-9
/
+12
2007-10-10
r25374: create an enum for the authentication types instead of defining them as
Ronnie Sahlberg
1
-11
/
+13
2007-10-10
r25373: add three more authentication types
Ronnie Sahlberg
1
-0
/
+3
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
1
-8
/
+3
2007-10-10
r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some names
Stefan Metzmacher
1
-4
/
+7
2007-10-10
r21477: Remove unnecessary properties.
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r20096: now I'm 100% sure:-)
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r19588: Use include and import statements rather than depends() and helper().
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r14836: Keep constants in the right order, and line things up nicely.
Tim Potter
1
-3
/
+3
2007-10-10
r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.
Andrew Bartlett
1
-1
/
+12
2007-10-10
r14484: Install more headers
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r8053: requests from mmc show that the auth info for a bind should be 4 byte ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7546: fix comment
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7314: the various ncacn and ncadg PDU's share the same namespace
Jelmer Vernooij
1
-22
/
+16
2007-10-10
r7312: Add IDL for ncadg packets.
Jelmer Vernooij
1
-3
/
+86
2007-10-10
r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, and
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5362: Add pointer_default() support to pidl. pointer_default()
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Stefan Metzmacher
1
-5
/
+6
2007-10-10
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
1
-10
/
+10
2007-10-10
r4617: basic alter_context requests now work in our client library. The test
Andrew Tridgell
1
-9
/
+9
2007-10-10
r4081: use clearer names
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3611: DCOM client support works!!
Jelmer Vernooij
1
-8
/
+9
2007-10-10
r3536: Some minor IDL updates/fixes/additions
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
1
-1
/
+8
2007-10-10
r2925: added the definition for a new rpc fault code I am seeing on epmapper ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2921: Add a few more protocols and fix the numbers associated with some of
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r2687: Add ORPC flag (used by DCOM)
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r1842: add fault code that happens with wrong password
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1736: - Pidl updates:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
1
-11
/
+0
2007-10-10
r1030: added server side schannel support
Andrew Tridgell
1
-0
/
+11
2007-10-10
r649: return unknown interface when the client not yet
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r644: add SPNEGO auth type
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r306: added another define for a DCERPC fault code
Andrew Tridgell
1
-0
/
+1
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
1
-3
/
+4
2003-12-16
added a define for the DCERPC little-endian data representation flag
Andrew Tridgell
1
-0
/
+3
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-3
/
+3
2003-12-14
fixed fragmented signed connections to our rpc server over SMB
Andrew Tridgell
1
-0
/
+1
2003-12-13
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
1
-3
/
+4
2003-12-12
added support for sending bind_nak replies in the rpc server
Andrew Tridgell
1
-1
/
+6
2003-12-12
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
1
-0
/
+4
2003-11-28
* support multiple interfaces in one IDL file in pidl
Andrew Tridgell
1
-1
/
+1
[next]