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
/
pyrpc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-20
s4-pyrpc: fixed build on python 2.4
Andrew Tridgell
1
-0
/
+4
2010-09-17
s4-pyrpc: Print location and type name we got when checking for types
Kamen Mazdrashki
1
-1
/
+1
2010-09-17
s4-pyrpc: allow python to access irpc interfaces
Andrew Tridgell
1
-0
/
+10
2010-09-03
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
1
-29
/
+0
2010-08-22
pidl: give the varible name for bad type in python calls
Andrew Tridgell
1
-1
/
+1
2010-06-19
pyrpc: Fix reference counting when using secondary connections.
Jelmer Vernooij
1
-0
/
+1
2010-04-13
s4:librpc/rpc: make PyErr_SetDCERPCStatus() static
Stefan Metzmacher
1
-2
/
+0
2010-03-23
s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymore
Stefan Metzmacher
1
-1
/
+0
2010-03-18
s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-1
/
+3
2009-10-02
s4: fix various warnings (not "const" related ones)
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-01-26
pyrpc: Raise proper NDR error codes with matching strings rather than mapping
Jelmer Vernooij
1
-1
/
+1
2008-12-22
pidl/python: Factor out connect code rather than duplicating it in each
Jelmer Vernooij
1
-0
/
+1
2008-12-22
Import types from other Python mechanisms using the Python import mechanism, ...
Jelmer Vernooij
1
-2
/
+2
2008-05-26
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
1
-0
/
+2
2008-05-26
Implement IRPC calls over the internal messaging bus.
Jelmer Vernooij
1
-1
/
+1
2008-05-26
Remove some unused cruft.
Jelmer Vernooij
1
-1
/
+0
2008-05-25
Fix compilation errors.
Jelmer Vernooij
1
-0
/
+1
2008-05-25
Trim the size of the Python bindings a bit.
Jelmer Vernooij
1
-0
/
+16
2008-05-24
Add helper function to return DCE/RPC fault codes.
Jelmer Vernooij
1
-0
/
+1
2008-05-24
Add convenience function for creating objects with NDR error codes.
Jelmer Vernooij
1
-0
/
+6
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
1
-0
/
+2
2008-05-24
Use manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij
1
-0
/
+2
2008-05-24
Share struct used for interfaces in Python code.
Jelmer Vernooij
1
-0
/
+44