summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/irpc.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-31imessaging: Add irpc_all_servers() to list all available serversAndrew Bartlett1-0/+2
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-7/+7
2010-12-05s4:lib/messaging/*.h - fix compile warnings on gcc 3.4Matthias Dieter Wallnöfer1-1/+0
2010-09-27s4/irpc: Add function to add security token to the binding handleAnatoliy Atanasov1-0/+2
2010-09-16s4-irpc: Add value for "infinite" timeout for IRPC callsKamen Mazdrashki1-1/+3
2010-09-15s4-messaging: add support for no_reply in irpc messagesAndrew Tridgell1-0/+1
2010-09-03s4:lib/messaging: make irpc_request private and remove unused codeStefan Metzmacher1-39/+1
2010-09-03s4:lib/messaging: add irpc_binding_handle_by_name() helper functionStefan Metzmacher1-0/+4
2010-09-03s4:lib/messaging: add irpc dcerpc_binding_handle backendStefan Metzmacher1-0/+9
2010-09-03s4:lib/messaging: move messaging prototypes from irpc.h to messaging.hStefan Metzmacher1-28/+0
2010-08-30s4:lib/messaging: add some const to messaging_send()Stefan Metzmacher1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+0
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell1-0/+1
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+2
2009-02-01s4:lib/messaging: avoid c++ reserved word 'private'Stefan Metzmacher1-7/+7
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij1-0/+1
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij1-0/+1
2008-04-02IRPC: Add include guards for the header.Kai Blin1-0/+4
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-0/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-3/+4
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-3/+3
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-3/+3
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-3/+3
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher1-1/+1
2007-10-10r22629: if irpc gets freed within event_loop_once() we crash...Stefan Metzmacher1-0/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-9/+12
2007-10-10r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell1-3/+7
2007-10-10r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett1-0/+2
2007-10-10r10490: - allow deferred irpc replies to set the statusAndrew Tridgell1-1/+2
2007-10-10r10489: added the ability for irpc server to defer replies instead of replyingAndrew Tridgell1-0/+10
2007-10-10r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this...Andrew Tridgell1-1/+1
2007-10-10r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell1-7/+8
2007-10-10r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell1-1/+4
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+1
2007-10-10r7320: added support for a private pointer in irpc registered handlersAndrew Tridgell1-3/+4
2007-10-10r7298: ensure messages are sent in order even when under extreme load. ThisAndrew Tridgell1-1/+1
2007-10-10r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,Andrew Tridgell1-1/+4
2007-10-10r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell1-0/+94