summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/pymessaging.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08pymessaging: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-05-24s4/messaging/py: Fix typoJoseph Sutton1-1/+1
2023-05-24s4/messaging/py: Fix leaksJoseph Sutton1-1/+8
2023-05-24s4/messaging/py: Fix leak of p_server_idJoseph Sutton1-6/+6
2023-05-24s4/messaging/py: Check py_return_ndr_struct() return valueJoseph Sutton1-0/+3
2023-05-24s4/messaging/py: Fix callback return value leakJoseph Sutton1-5/+7
2023-05-24s4/messaging/py: Fix leakJoseph Sutton1-1/+2
2023-05-24s4/messaging/py: Fix leaksJoseph Sutton1-1/+6
2023-05-24s4/messaging/py: Fix typoJoseph Sutton1-1/+1
2023-05-24s4/messaging/py: Add more helpful error message for a wrongly-sized tupleJoseph Sutton1-3/+10
2023-05-24s4/messaging/py: Document lp_ctx parameter of messaging.Messaging()Joseph Sutton1-1/+1
2023-05-24s4/messaging/py: Remove incorrect function names in messaging.Messaging()Joseph Sutton1-3/+3
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-2/+2
2019-09-18messaging4: Pass fds to messaging handlersVolker Lendecke1-3/+13
2019-08-06s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall1-2/+0
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-8/+15
2019-02-08s4/messaging/py: use better format strings for variable typesDouglas Bagnall1-4/+4
2019-01-28s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider1-3/+6
2017-10-23python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar1-6/+16
2017-03-28pymessaging: add single element tupple form of the server_idGary Lockyer1-1/+8
2017-03-28pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett1-10/+80
2017-03-28pymessaging: Add irpc_remove_nameAndrew Bartlett1-0/+18
2017-03-28pymessaging: Add support for irpc_add_nameAndrew Bartlett1-1/+25
2016-07-23s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison1-1/+1
2016-07-12pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett1-0/+2
2016-01-07pymessaging: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett1-1/+1
2014-11-27messaging4: Fix typesVolker Lendecke1-2/+12
2014-07-21messaging4: Change irpc_servers_by_name to NTSTATUSVolker Lendecke1-10/+8
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