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
/
rpc
/
dcerpc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26277: Move loadparm context higher up the stack.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24812: Fix headers for external users.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24753: Allow host name in binding string without transport.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-17
/
+2
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
1
-12
/
+2
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
1
-13
/
+1
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22486: add a flag to ignore timeouts of a request and don't close
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r22470: merge handling of broken connections from wins replication client code
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r21811: fixed a queueing error in the dcerpc client code. WHen the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some names
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
1
-0
/
+1
2007-10-10
r15524: fix a problem with rpc faults from bind and alter context
Andrew Tridgell
1
-6
/
+5
2007-10-10
r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
Andrew Bartlett
1
-3
/
+6
2007-10-10
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
Jelmer Vernooij
1
-4
/
+2
2007-10-10
r14714: On DCE/RPC, we need the name of the remote server used on the socket,
Andrew Bartlett
1
-0
/
+2
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14488: Install more headers.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14381: Kill structs.h
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r14362: Only include ndr_compression.h when necessary.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-3
/
+10
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12512: Use GUID structs in API functions everywhere rather then converting b...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12511: Remove authservice from binding string
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r12088: Use a structure to pass arguments to dcerpc connection functions
Rafal Szczesniak
1
-0
/
+10
2007-10-10
r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11819: simplified the async rpc bind code a little.
Andrew Tridgell
1
-2
/
+5
2007-10-10
r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....
Volker Lendecke
1
-1
/
+10
2007-10-10
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-3
/
+1
2007-10-10
r7497: add timeouts to all rpc requests. The default timeout is 60
Andrew Tridgell
1
-0
/
+6
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-7
/
+2
2007-10-10
r5603: add "authservice()" property to the interface property list
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r5209: Fix the endpoint mapper to work with IPX endpoints (which
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r4630: for ncacn_np if we don't have an explicit request for one of the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4627: - simplified the dcerpc auth code using a common function
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4619: Remove extern declaration of dcerpc_pipes, which is now static
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
1
-0
/
+3
2007-10-10
r4616: the first phase in the addition of proper support for
Andrew Tridgell
1
-21
/
+32
2007-10-10
r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
1
-0
/
+8
[next]