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
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-3
/
+1
2010-04-15
librpc/rpc: add dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-0
/
+1
2010-03-19
s4:librpc/rpc: add NCACN_INTERNAL from s3
Stefan Metzmacher
1
-1
/
+1
2010-03-18
s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-2
/
+0
2010-03-12
s4:librpc/rpc: add very basic dcerpc_binding_handle infrastructure
Stefan Metzmacher
1
-0
/
+11
2009-09-17
s4-rpc: added NDR64 support
Andrew Tridgell
1
-0
/
+3
2009-06-18
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
1
-0
/
+2
2009-04-20
s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()
Stefan Metzmacher
1
-0
/
+1
2009-04-20
s4:librpc/rpc: remove async argument from the sync dcerpc_request() function
Stefan Metzmacher
1
-1
/
+0
2009-01-25
Add prototypes required by samba-gtk.
Jelmer Vernooij
1
-0
/
+2
2009-01-09
Add derpc_transport_string_by_transport(), apply some const
Volker Lendecke
1
-1
/
+2
2009-01-06
Add some const to dcerpc_binding_build_tower()
Volker Lendecke
1
-1
/
+3
2009-01-06
Fix prototype.
Jelmer Vernooij
1
-1
/
+1
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-8
/
+8
2008-11-02
Remove use of global_loadparm during initialization of gensec.
Jelmer Vernooij
1
-1
/
+1
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-1
/
+2
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-5
/
+9
2008-10-31
dcerpc: Fix include path so header installer translates it correctly during i...
Jelmer Vernooij
1
-1
/
+1
2008-10-11
Move lib/util from source4 to top-level libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-16
Import proper IDL for interface pointers.
Jelmer Vernooij
1
-0
/
+2
2008-08-07
librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
1
-0
/
+3
2008-05-25
Trim the size of the Python bindings a bit.
Jelmer Vernooij
1
-0
/
+1
2008-05-24
Use manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij
1
-0
/
+8
2008-04-03
Install libevents since it's required by samba-gtk.
Jelmer Vernooij
1
-0
/
+4
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+121
2008-04-01
Add warning to public headers.
Jelmer Vernooij
1
-0
/
+4
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-0
/
+1
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
[next]