s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructure
[samba.git] / source4 / librpc / rpc / pyrpc.c
2019-01-12 Stefan Metzmachers4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infras...
2018-04-30 Noel Powers4/librpc: Additionally accept unicode as string param...
2017-04-21 Gary Lockyerpyrpc: Fix segfault in ClientConnection
2017-03-10 Lumir Balharpython: samba.dcerpc: Port RPC related stuff to Python 3
2016-07-28 Stefan Metzmachers4:pyrpc: correctly implement .request_timeout
2016-03-08 Andrew Bartlettpidl: Fix our python reference handling
2016-01-07 Andrew Bartlettpyrpc: Adjust to use of PY_SSIZE_T_CLEAN
2015-07-03 Stefan Metzmachers4:pyrpc: remove pointless alter_context() method
2015-07-03 Stefan Metzmachers4:pyrpc: add base.bind_time_features_syntax(features)
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2014-03-28 Stefan Metzmachers4:pyrpc: add base.transfer_syntax_ndr*()
2014-02-17 Stefan Metzmachers4:pyrpc: let dcerpc_interface_new() use py_dcerpc_inte...
2014-01-07 Stefan Metzmachers4:pyrpc: fix talloc hierachie in dcerpc_InterfaceObject
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-03-20 Jelmer Vernooijlibndr: Rename ndr64_transfer_syntax and null_ndr_synta...
2012-01-04 Stefan Metzmachers4:pyrpc: add 'user_session_key' getter to the connecti...
2011-09-13 Andrew Bartletts4-subdomain more work on sub-domain join
2011-03-13 Stefan Metzmachers4:pyrpc: use dcerpc_binding_handle_raw_call() instead...
2011-03-13 Stefan Metzmachers4:pyrpc: fix memory leaks in error pathes
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2010-12-18 Jelmer Vernooijpyrpc: Add prototype for init function.
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
2010-08-23 Andrew Tridgells4-pyrpc: use s4_event_context_init()
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-19 Jelmer Vernooijpyrpc: Fix reference counting when using secondary...
2010-04-15 Stefan Metzmachers4:librpc/rpc/pyrpc.c: map NT_STATUS_NET_WRITE_FAULT...
2010-04-13 Stefan Metzmachers4:librpc/rpc: the python bindings should use !NT_STATU...
2010-04-13 Stefan Metzmachers4:librpc/rpc: make PyErr_SetDCERPCStatus() static
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-02 Andrew Tridgellpyrpc: do the pipe connect on a real memory context
2010-03-18 Stefan Metzmachers4:librpc/rpc: let pyrpc make use of dcerpc_binding_han...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-06-02 Jelmer VernooijFix more unresolved symbols.
2009-04-20 Stefan Metzmachers4:librpc/rpc: remove async argument from the sync...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pyrpc: fix compiler warnings
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Jelmer VernooijSet proper python exception when running out of memory.
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-22 Jelmer Vernooijpidl/python: Factor out connect code rather than duplic...
2008-12-22 Jelmer VernooijAdd header for pyparam.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-14 Simo SorceUse a custom init function for samba4 that sets a samba4
2008-05-27 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-26 Jelmer VernooijImplement IRPC calls over the internal messaging bus.
2008-05-25 Jelmer VernooijRemove some unused cruft.
2008-05-25 Jelmer VernooijFix compilation errors.
2008-05-25 Jelmer VernooijTrim the size of the Python bindings a bit.
2008-05-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-25 Jelmer VernooijExpose transfer and abstract syntax.
2008-05-25 Jelmer VernooijExpose request timeout variable in Python.
2008-05-25 Jelmer VernooijAdd support for secondary contexts from Python.
2008-05-24 Jelmer VernooijCheck for fault codes when connecting.
2008-05-24 Jelmer VernooijAdd helper function to return DCE/RPC fault codes.
2008-05-24 Jelmer VernooijFix memory initialization in raw calls.
2008-05-24 Jelmer VernooijSupport optional object argument when sending DCE/RPC...
2008-05-24 Jelmer VernooijAllow connecting to a DCE/RPC interface with Python...
2008-05-24 Jelmer VernooijAdd convenience functions for setting Python objects...
2008-05-24 Jelmer VernooijExport functions for setting NTSTATUS and WERRORs in...
2008-05-24 Jelmer VernooijAllow request() call to do custom calls on DCE/RPC...
2008-05-24 Jelmer VernooijUse manually written Python bindings for DCE/RPC rather...