summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/pymessaging.c
Commit message (Expand)AuthorAgeFilesLines
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-1/+1
* pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett2016-07-121-0/+2
* pymessaging: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* messaging4: Fix typesVolker Lendecke2014-11-271-2/+12
* messaging4: Change irpc_servers_by_name to NTSTATUSVolker Lendecke2014-07-211-10/+8
* lib/messaging: Check the server_id type correctlyAndrew Bartlett2013-09-191-1/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* pymessaging: Pass around the server_id struct to python callbacks rather than...Andrew Bartlett2013-01-261-3/+13
* pymessaging: Use correct unsigned types for server ID tuple elememntsAndrew Bartlett2013-01-261-3/+3
* s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...Stefan Metzmacher2013-01-091-2/+2
* pymessaging: Add irpc_servers_byname() and irpc_all_servers()Andrew Bartlett2012-10-311-0/+99
* pymessaging: Use the server_id IDL structure rather than a tupleAndrew Bartlett2012-10-311-5/+20
* s4-messaging: fix pymessaging docstringAndrew Bartlett2012-02-081-3/+2
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-13/+14
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-221-5/+5
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-091-1/+1
* s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett2011-06-091-6/+6
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-48/+48
* s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2011-05-031-4/+4
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-031-6/+6
* s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2011-02-181-1/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-2/+2
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* pymessaging: Remove unused older python irpc bindings.Jelmer Vernooij2010-09-211-349/+3
* s4:lib/messaging: use irpc_binding_handle() for python bindingsStefan Metzmacher2010-09-031-13/+57
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+0
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-2/+2
* s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher2010-03-231-0/+1
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4:lib/messaging - fix up the python bindingsMatthias Dieter Wallnöfer2009-11-071-5/+6
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-021-3/+1
* 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