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