summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4-subdomain more work on sub-domain joinAndrew Bartlett2011-09-131-0/+13
* s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request()Stefan Metzmacher2011-03-131-3/+11
* s4:pyrpc: fix memory leaks in error pathesStefan Metzmacher2011-03-131-0/+2
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-2/+1
* pyrpc: Add prototype for init function.Jelmer Vernooij2010-12-181-0/+2
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-168/+9
* s4-pyrpc: use s4_event_context_init()Andrew Tridgell2010-08-231-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* pyrpc: Fix reference counting when using secondary connections.Jelmer Vernooij2010-06-191-18/+42
* s4:librpc/rpc/pyrpc.c: map NT_STATUS_NET_WRITE_FAULT to the matching NT_STATU...Stefan Metzmacher2010-04-151-7/+3
* s4:librpc/rpc: the python bindings should use !NT_STATUS_IS_OK instead of NT_...Stefan Metzmacher2010-04-131-4/+4
* s4:librpc/rpc: make PyErr_SetDCERPCStatus() staticStefan Metzmacher2010-04-131-1/+3
* pynet: Create a net class.Jelmer Vernooij2010-04-081-2/+2
* pyrpc: do the pipe connect on a real memory contextAndrew Tridgell2010-04-021-1/+1
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-1/+4
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-2/+1
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-201-1/+1
* 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