summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pyrpc: fix compiler warningsStefan Metzmacher2009-02-051-3/+5
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* Set proper python exception when running out of memory.Jelmer Vernooij2009-01-071-2/+6
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* pidl/python: Factor out connect code rather than duplicating it in eachJelmer Vernooij2008-12-221-2/+68
* Add header for pyparam.Jelmer Vernooij2008-12-221-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-261-2/+2
* Remove some unused cruft.Jelmer Vernooij2008-05-261-55/+18
* Fix compilation errors.Jelmer Vernooij2008-05-251-1/+6
* Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-251-1/+100
* Expose transfer and abstract syntax.Jelmer Vernooij2008-05-251-2/+34
* Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
* Add support for secondary contexts from Python.Jelmer Vernooij2008-05-251-40/+96
* Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
* Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-241-2/+15
* Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
* Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
* Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-241-1/+63
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-1/+0
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-241-3/+3
* Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij2008-05-241-5/+21
* Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-241-0/+156