summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.c
Commit message (Expand)AuthorAgeFilesLines
* python: Safely clear structure membersJoseph Sutton2023-05-161-3/+2
* librpc: Avoid an elseVolker Lendecke2022-10-271-1/+3
* pyrpc4: Simplify py_ndr_syntax_id() with GUID_buf_string()Volker Lendecke2022-10-271-8/+5
* Add py binding for dcerpc_transport_encryptedIsaac Boukris2020-11-061-0/+14
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-1/+1
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-1/+1
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-2/+2
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-2/+2
* s4 librpc rpc pyrpc: Fix flapping dcerpc.bare testsGary Lockyer2019-05-221-5/+2
* s4/librpc: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+5
* s4 librpc rpc pyrpc: Ensure tevent_context deleted lastGary Lockyer2019-05-101-0/+18
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-9/+21
* pyrpc: typo in transfer syntax docstringDouglas Bagnall2019-01-281-1/+1
* s4:librpc: Use C99 initializer for PyGetSetDef in pyrpcAndreas Schneider2019-01-281-18/+41
* s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructureStefan Metzmacher2019-01-121-0/+101
* s4/librpc: Additionally accept unicode as string param in Py2Noel Power2018-04-301-5/+9
* pyrpc: Fix segfault in ClientConnectionGary Lockyer2017-04-211-0/+8
* python: samba.dcerpc: Port RPC related stuff to Python 3Lumir Balhar2017-03-101-20/+29
* s4:pyrpc: correctly implement .request_timeoutStefan Metzmacher2016-07-281-7/+26
* pidl: Fix our python reference handlingAndrew Bartlett2016-03-081-3/+3
* pyrpc: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* s4:pyrpc: remove pointless alter_context() methodStefan Metzmacher2015-07-031-36/+0
* s4:pyrpc: add base.bind_time_features_syntax(features)Stefan Metzmacher2015-07-031-0/+44
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-1/+1
* s4:pyrpc: add base.transfer_syntax_ndr*()Stefan Metzmacher2014-03-281-0/+52
* s4:pyrpc: let dcerpc_interface_new() use py_dcerpc_interface_init_helper()Stefan Metzmacher2014-02-171-74/+26
* s4:pyrpc: fix talloc hierachie in dcerpc_InterfaceObjectStefan Metzmacher2014-01-071-37/+48
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-3/+2
* s4:pyrpc: add 'user_session_key' getter to the connection objectStefan Metzmacher2012-01-041-0/+44
* 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