index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
messaging
/
messaging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:imessaging: Remove event context from irpc and imessaging structures
Andrew Bartlett
2014-05-13
1
-16
/
+13
*
s4:imessaging: Remove dcerpc_binding_handle_set_sync_ev() call from irpc_bind...
Andrew Bartlett
2014-05-13
1
-2
/
+0
*
messaging4: Simplify irpc_namedb_open a bit
Volker Lendecke
2014-03-31
1
-5
/
+5
*
messaging4: Remove lp_ctx from imessaging_context
Volker Lendecke
2014-03-31
1
-13
/
+7
*
messaging4: Store a names_db handle in the imessaging_context
Volker Lendecke
2014-03-31
1
-36
/
+12
*
messaging4: Add some NULL checks
Volker Lendecke
2014-03-31
1
-0
/
+15
*
messaging4: Add "goto fail" to imessaging_init
Volker Lendecke
2014-03-31
1
-12
/
+9
*
tdb_wrap: Remove tdb_wrap_open_ again
Volker Lendecke
2014-03-31
1
-4
/
+4
*
imessaging: Avoid passing lp_ctx to tdb_wrap_open in irpc_namedb_open
Volker Lendecke
2014-03-31
1
-1
/
+4
*
lib: Fix blank line endings
Volker Lendecke
2014-03-31
1
-29
/
+29
*
Use the new directory_create_or_exist_strict() function.
Andreas Schneider
2013-01-09
1
-1
/
+1
*
s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...
Stefan Metzmacher
2013-01-09
1
-2
/
+2
*
s4-lib: Use directory_create_or_exist() to create messaging dir.
Andreas Schneider
2012-12-21
1
-1
/
+6
*
imessaging: Add irpc_all_servers() to list all available servers
Andrew Bartlett
2012-10-31
1
-0
/
+71
*
s4-messaging: Fill in the whole server_id in all use cases
Andrew Bartlett
2012-04-30
1
-1
/
+6
*
s4-messaging: Use generate_random() to get a unique ID for messaging clients
Andrew Bartlett
2012-04-25
1
-1
/
+2
*
tdb_wrap: Move to specific directory.
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
2011-10-13
1
-1
/
+8
*
s4-messaging: Pass the loadparm context, not just the messaging path
Andrew Bartlett
2011-10-13
1
-5
/
+8
*
s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTED
Stefan Metzmacher
2011-09-14
1
-2
/
+2
*
s4-messaging ensure we do not segfault on a NULL msg context in cleanup
Andrew Bartlett
2011-08-26
1
-0
/
+4
*
s4:lib: use tevent_ fns names instead of legcay event_ ones
Simo Sorce
2011-08-13
1
-6
/
+6
*
s4:messaging: use tevent_ function names instead of legacy event_ ones
Simo Sorce
2011-08-13
1
-2
/
+2
*
s4-messaging: fixed the removal of messaging sockets in child tasks
Andrew Tridgell
2011-07-22
1
-7
/
+16
*
Use tevent_req_oom
Volker Lendecke
2011-06-20
1
-1
/
+1
*
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2011-06-20
1
-1
/
+1
*
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
2011-05-06
1
-1
/
+1
*
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
2011-05-03
1
-78
/
+78
*
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
2011-05-03
1
-4
/
+6
*
Use <tdb.h> to include tdb, so the system include file gets used when buildin...
Jelmer Vernooij
2011-02-28
1
-1
/
+1
*
s4/irpc: Add function to add security token to the binding handle
Anatoliy Atanasov
2010-09-27
1
-0
/
+10
*
s4:irpc: optionaly pass the security_token via IRPC requests.
Stefan Metzmacher
2010-09-27
1
-0
/
+3
*
s4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side when pulling
Stefan Metzmacher
2010-09-23
1
-0
/
+2
*
s4-irpc: Don't install endtime-timer in case timeout is INFINITE for the call
Kamen Mazdrashki
2010-09-16
1
-3
/
+6
*
s4-messaging: add support for no_reply in irpc messages
Andrew Tridgell
2010-09-15
1
-0
/
+7
*
s4:lib/messaging: implement irpc_bh_set_timeout
Stefan Metzmacher
2010-09-04
1
-1
/
+19
*
s4:lib/messaging: make irpc_request private and remove unused code
Stefan Metzmacher
2010-09-03
1
-151
/
+13
*
s4:lib/messaging: add irpc_binding_handle_by_name() helper function
Stefan Metzmacher
2010-09-03
1
-0
/
+32
*
s4:lib/messaging: add irpc dcerpc_binding_handle backend
Stefan Metzmacher
2010-09-03
1
-0
/
+279
*
s4:lib/messaging: add some const to messaging_send()
Stefan Metzmacher
2010-08-30
1
-1
/
+1
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-8
/
+4
*
s4-messaging: use auto-close on the socket
Andrew Tridgell
2010-03-05
1
-0
/
+1
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-1
/
+1
*
s4-messaging: remove only usage of debug_ctx()
Andrew Tridgell
2010-01-09
1
-2
/
+4
*
s4-messaging: fixed a memory leak in messaging_path()
Andrew Tridgell
2010-01-09
1
-2
/
+9
*
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
2009-08-07
1
-1
/
+1
*
s4:irpc: avoid c++ reserved word 'private'
Stefan Metzmacher
2009-02-01
1
-2
/
+2
*
s4:lib/messaging: avoid c++ reserved word 'private'
Stefan Metzmacher
2009-02-01
1
-20
/
+20
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-8
/
+8
[next]