summaryrefslogtreecommitdiff
path: root/source4/lib/messaging
AgeCommit message (Expand)AuthorFilesLines
2025-05-19s4:messaging/tests: correctly teardown imessage contextsStefan Metzmacher1-2/+13
2025-01-29s4:lib/messaging: make use of CHECK_DEBUGLVLC(DBGC_RPC_PARSE, ...) in irpc_bh...Stefan Metzmacher1-1/+1
2024-09-26s4:lib/messaging: implement irpc_bh_get_binding()Stefan Metzmacher1-2/+42
2024-09-18s4:lib/messaging: fix interaction between imessaging_reinit and irpc_destructorStefan Metzmacher1-0/+9
2024-03-28lib: Use struct initialization in imessaging_client_init()Volker Lendecke1-8/+8
2024-03-28lib: Fix whitespaceVolker Lendecke2-10/+9
2023-12-08pymessaging: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-10-13s4:messaging: Remove redundant codeJoseph Sutton1-3/+0
2023-06-16lib: Add a few required #includesVolker Lendecke2-0/+3
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: Return the number of previously-registered functions that are r...Joseph Sutton2-5/+10
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
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-0/+1
2023-01-06s4:lib/messaging: fix interaction between imessaging_context_destructor and i...Stefan Metzmacher2-0/+16
2022-11-24s4:messaging: add irpc_bh_do_ndr_print() in order to debug irpc callsStefan Metzmacher1-0/+33
2022-10-13s4:messaging: let imessaging_client_init() use imessaging_init_discard_incomi...Stefan Metzmacher1-1/+1
2022-10-13s4:messaging: add imessaging_init_discard_incoming()Stefan Metzmacher3-1/+85
2020-05-06lib/messaging: Move messages_dgm out of source3Amitay Isaacs2-4/+4
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-2/+2
2019-12-08build: messaging.c uses talloc_report_printf()Volker Lendecke1-1/+1
2019-12-08build: Multi-line a long list of depsVolker Lendecke1-1/+11
2019-09-18messaging: Do POOL_USAGE via a socketVolker Lendecke1-10/+10
2019-09-18lib: Align integer typesVolker Lendecke1-2/+2
2019-09-18messaging4: Pass fds to messaging handlersVolker Lendecke5-28/+179
2019-08-06s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall1-2/+0
2019-05-21s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider1-9/+11
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-8/+15
2019-05-10s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall1-4/+4
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-5/+3
2019-02-08s4/messaging/py: use better format strings for variable typesDouglas Bagnall1-4/+4
2019-01-29s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher1-0/+72
2019-01-28s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider1-3/+6
2019-01-20s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.soAnoop C S1-2/+2
2019-01-11Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme1-26/+2
2018-12-19s4 messaging: Add support for smbcontrol sleepGary Lockyer1-0/+33
2018-12-19s4 messaging: support smbcontrol inject fault commandGary Lockyer4-1/+101
2018-11-23source4 messaging: clean up terminated processesGary Lockyer2-0/+44
2018-07-12s4:messaging: make sure only imessaging_client_init() can be used with a wrap...Stefan Metzmacher1-2/+26
2018-07-11s4:messaging: allow imessaging_post_handler() to free the messaging context f...Stefan Metzmacher1-0/+33