summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/pymessaging.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-19lib/messaging: Check the server_id type correctlyAndrew Bartlett1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2013-01-26pymessaging: Pass around the server_id struct to python callbacks rather than...Andrew Bartlett1-3/+13
2013-01-26pymessaging: Use correct unsigned types for server ID tuple elememntsAndrew Bartlett1-3/+3
2013-01-09s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...Stefan Metzmacher1-2/+2
2012-10-31pymessaging: Add irpc_servers_byname() and irpc_all_servers()Andrew Bartlett1-0/+99
2012-10-31pymessaging: Use the server_id IDL structure rather than a tupleAndrew Bartlett1-5/+20
2012-02-08s4-messaging: fix pymessaging docstringAndrew Bartlett1-3/+2
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-13/+14
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell1-5/+5
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-1/+1
2011-06-09s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett1-6/+6
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-48/+48
2011-05-03s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett1-4/+4
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett1-6/+6
2011-02-18s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell1-1/+1
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij1-2/+2
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij1-0/+2
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-1/+1
2010-09-21pymessaging: Remove unused older python irpc bindings.Jelmer Vernooij1-349/+3
2010-09-03s4:lib/messaging: use irpc_binding_handle() for python bindingsStefan Metzmacher1-13/+57
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-4/+0
2010-04-20pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell1-2/+2
2010-03-23s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher1-0/+1
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-11-07s4:lib/messaging - fix up the python bindingsMatthias Dieter Wallnöfer1-5/+6
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-06-02Fix unresolved symbol in python messaging module.Jelmer Vernooij1-3/+1
2009-02-02s4:lib/messaging: s/private/private_dataStefan Metzmacher1-2/+2
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-4/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-12-22Remove includes of py_*.h, which are no longer generated.Jelmer Vernooij1-1/+3
2008-12-22Use consistent names for dcerpc python modules; fixes messaging test.Jelmer Vernooij1-3/+5
2008-11-02Remove use of global loadparm in python modules.Jelmer Vernooij1-2/+7
2008-10-24Remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
2008-10-24Remove a few more usages of global_loadparm.Jelmer Vernooij1-2/+2
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-2/+3
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-2/+2
2008-05-30two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell1-4/+6
2008-05-30fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell1-1/+4
2008-05-26Finish smbstatus in Python.Jelmer Vernooij1-0/+3
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-0/+556