pymessaging: Use the server_id IDL structure rather than a tuple
[kai/samba.git] / source4 / lib / messaging / pymessaging.c
2012-10-30 Andrew Bartlettpymessaging: Use the server_id IDL structure rather...
2012-02-08 Andrew Bartletts4-messaging: fix pymessaging docstring
2011-10-13 Andrew Bartletts4-messaging: Pass the loadparm context, not just the...
2011-07-22 Andrew Tridgells4-messaging: fixed the removal of messaging sockets...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartlettserver_id.idl: Bring server_id.idl in common
2011-06-09 Andrew Bartletts4-cluster Use task_id instead of id2 to clarify server...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-05-03 Andrew Bartletts4-cluster Rename server_id.node -> vnn to match Samba3
2011-05-03 Andrew Bartletts4:cluster Rename .id to .pid in server_id
2011-02-18 Andrew Tridgells4-idl: rename s4 server_id.idl to server_id4.idl
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-09-22 Jelmer Vernooijpymessaging: Remove unused older python irpc bindings.
2010-09-03 Stefan Metzmachers4:lib/messaging: use irpc_binding_handle() for python...
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
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-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-20 Andrew Tridgellpytalloc: ensure talloc_ctx is directly after PyObject_HEAD
2010-03-23 Stefan Metzmachers4:lib/messaging: pymessaging needs libndr.h
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2009-11-07 Matthias Dieter... s4:lib/messaging - fix up the python bindings
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-06-02 Jelmer VernooijFix unresolved symbol in python messaging module.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:lib/messaging: s/private/private_data
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-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-22 Jelmer VernooijRemove includes of py_*.h, which are no longer generated.
2008-12-22 Jelmer VernooijUse consistent names for dcerpc python modules; fixes...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove use of global loadparm in python modules.
2008-10-24 Jelmer VernooijRemove more uses of global_loadparm.
2008-10-24 Jelmer VernooijRemove a few more usages of global_loadparm.
2008-10-24 Jelmer VernooijEliminate another instance of global_loadparm.
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-30 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew Tridgelltwo more places where the wrong type is passed to PyArg...
2008-05-30 Andrew Tridgellfixed a segv in the python messaging code on 64 bit...
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 VernooijFinish smbstatus in Python.
2008-05-26 Jelmer VernooijAllow using IRPC functions on the messaging bus from...