summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/messaging.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Use the new directory_create_or_exist_strict() function.Andreas Schneider1-1/+1
2013-01-09s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...Stefan Metzmacher1-2/+2
2012-12-21s4-lib: Use directory_create_or_exist() to create messaging dir.Andreas Schneider1-1/+6
2012-10-31imessaging: Add irpc_all_servers() to list all available serversAndrew Bartlett1-0/+71
2012-04-30s4-messaging: Fill in the whole server_id in all use casesAndrew Bartlett1-1/+6
2012-04-25s4-messaging: Use generate_random() to get a unique ID for messaging clientsAndrew Bartlett1-1/+2
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-1/+8
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-5/+8
2011-09-14s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher1-2/+2
2011-08-26s4-messaging ensure we do not segfault on a NULL msg context in cleanupAndrew Bartlett1-0/+4
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-6/+6
2011-08-13s4:messaging: use tevent_ function names instead of legacy event_ onesSimo Sorce1-2/+2
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell1-7/+16
2011-06-20Use tevent_req_oomVolker Lendecke1-1/+1
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-4/+4
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-78/+78
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett1-4/+6
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij1-1/+1
2010-09-27s4/irpc: Add function to add security token to the binding handleAnatoliy Atanasov1-0/+10
2010-09-27s4:irpc: optionaly pass the security_token via IRPC requests.Stefan Metzmacher1-0/+3
2010-09-23s4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side when pullingStefan Metzmacher1-0/+2
2010-09-16s4-irpc: Don't install endtime-timer in case timeout is INFINITE for the callKamen Mazdrashki1-3/+6
2010-09-15s4-messaging: add support for no_reply in irpc messagesAndrew Tridgell1-0/+7
2010-09-04s4:lib/messaging: implement irpc_bh_set_timeoutStefan Metzmacher1-1/+19
2010-09-03s4:lib/messaging: make irpc_request private and remove unused codeStefan Metzmacher1-151/+13
2010-09-03s4:lib/messaging: add irpc_binding_handle_by_name() helper functionStefan Metzmacher1-0/+32
2010-09-03s4:lib/messaging: add irpc dcerpc_binding_handle backendStefan Metzmacher1-0/+279
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-8/+4
2010-03-05s4-messaging: use auto-close on the socketAndrew Tridgell1-0/+1
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2010-01-09s4-messaging: remove only usage of debug_ctx()Andrew Tridgell1-2/+4
2010-01-09s4-messaging: fixed a memory leak in messaging_path()Andrew Tridgell1-2/+9
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-1/+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-20/+20
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-8/+8
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-3/+3
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-2/+1
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij1-0/+5
2008-05-19Fix a memleak in irpc_remove_nameVolker Lendecke1-0/+6
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-4/+4
2008-03-15messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher1-0/+2
2008-02-04Fix a few more breakages from our recent changes to the server_idAndrew Bartlett1-2/+2
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-3/+5
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-4/+8