summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-02pyrpc: do the pipe connect on a real memory contextAndrew Tridgell1-1/+1
2010-03-18s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+4
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-2/+1
2009-04-20s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher1-1/+1
2009-02-05s4:pyrpc: fix compiler warningsStefan Metzmacher1-3/+5
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-07Set proper python exception when running out of memory.Jelmer Vernooij1-2/+6
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-12-22pidl/python: Factor out connect code rather than duplicating it in eachJelmer Vernooij1-2/+68
2008-12-22Add header for pyparam.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij1-2/+2
2008-05-26Remove some unused cruft.Jelmer Vernooij1-55/+18
2008-05-25Fix compilation errors.Jelmer Vernooij1-1/+6
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij1-1/+100
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-2/+34
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij1-40/+96
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij1-2/+15
2008-05-24Fix memory initialization in raw calls.Jelmer Vernooij1-1/+1
2008-05-24Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij1-15/+20
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-1/+63
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-1/+0
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-3/+3
2008-05-24Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij1-5/+21
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij1-0/+156