summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/messaging.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-10-13s4:messaging: Remove redundant codeJoseph Sutton1-3/+0
2023-05-24s4/messaging: Return the number of previously-registered functions that are r...Joseph Sutton1-4/+9
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 Metzmacher1-0/+13
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 Metzmacher1-1/+71
2020-05-06lib/messaging: Move messages_dgm out of source3Amitay Isaacs1-2/+2
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 Lendecke1-16/+71
2019-05-10s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall1-4/+4
2019-01-29s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher1-0/+72
2019-01-11Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme1-26/+2
2018-12-19s4 messaging: support smbcontrol inject fault commandGary Lockyer1-0/+10
2018-11-23source4 messaging: clean up terminated processesGary Lockyer1-0/+42
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
2017-04-26s4-messaging: Add helpful commentsAndrew Bartlett1-0/+7
2017-04-17s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_r...Jeremy Allison1-3/+5
2017-04-17s4: messaging. Minor cleanup. Check for error returns on imessaging_register ...Jeremy Allison1-5/+23
2017-03-31s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison1-0/+43
2017-03-29s4-messaging: split up messaging into a smaller library for send onlyAndrew Bartlett1-80/+0
2017-03-28pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett1-16/+1
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke1-0/+1
2017-01-20s4/messaging: register for MSG_REQ_RINGBUF_LOGRalph Boehme1-0/+22
2016-10-05messaging4: Postpone messages to the right tevent contextVolker Lendecke1-0/+65
2016-10-05messages_dgm_ref: Pass receiving "ev" to recv_cbVolker Lendecke1-2/+4
2016-10-05messaging4: Fix signed/unsigned hickupsVolker Lendecke1-2/+2
2016-09-19s4/messaging: let the imessaging ctx destructor free msg_dgm_refRalph Boehme1-0/+1
2016-09-13messaging: Call messaging_dgm_send under become_root only if necessaryRalph Boehme1-2/+7
2016-09-13s4/messaging: messaging_dgm_ref talloc hierarchy fixRalph Boehme1-0/+29
2016-07-23s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison1-13/+2
2015-10-20s4:lib/messaging: use a helper variable for tdb flagsRalph Boehme1-4/+4
2015-10-20s4:lib/messaging: use correct path for names.tdbRalph Boehme1-1/+7
2015-10-19lib: Push down unique generation one levelVolker Lendecke1-1/+1
2015-09-17s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher1-2/+2
2015-02-16s4-messaging: Remove unused struct imessaging_recAndrew Bartlett1-19/+0
2015-02-14messaging4: Enable POOL_USAGEVolker Lendecke1-0/+18
2015-02-13messaging4: Use messages_dgmVolker Lendecke1-336/+106
2015-02-13messaging4: Use server_id_dbVolker Lendecke1-125/+29
2014-09-18messaging4: Fix an error path memleakVolker Lendecke1-0/+1
2014-07-29messaging4: Simplify imessaging_pathVolker Lendecke1-9/+4
2014-07-24messaging4: Simplify ping_message with server_id_str_buf()Volker Lendecke1-3/+2
2014-07-22messaging4: Fix a just-introduced error memleakVolker Lendecke1-0/+5