summaryrefslogtreecommitdiffstats
path: root/source4/lib/messaging/pymessaging.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/messaging: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove includes of py_*.h, which are no longer generated.Jelmer Vernooij2008-12-221-1/+3
* Use consistent names for dcerpc python modules; fixes messaging test.Jelmer Vernooij2008-12-221-3/+5
* Remove use of global loadparm in python modules.Jelmer Vernooij2008-11-021-2/+7
* Remove more uses of global_loadparm.Jelmer Vernooij2008-10-241-2/+2
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-241-2/+2
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-2/+3
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-2/+2
* two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell2008-05-301-4/+6
* fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell2008-05-301-1/+4
* Finish smbstatus in Python.Jelmer Vernooij2008-05-261-0/+3
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-0/+556