s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[gd/samba-autobuild/.git] / source4 / librpc / rpc / pyrpc.c
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...