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
/
source3
/
lib
/
messages.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r24032: It helps testing tremendously if the cluster messaging actually sends
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
1
-0
/
+41
*
r23343: Fix error return
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
2007-10-10
1
-14
/
+8
*
r23117: Factor out local messaging.
Volker Lendecke
2007-10-10
1
-399
/
+26
*
r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...
Volker Lendecke
2007-10-10
1
-56
/
+41
*
r23077: Minor cleanup
Volker Lendecke
2007-10-10
1
-4
/
+0
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-330
/
+267
*
r23025: Some logic simplifications
Volker Lendecke
2007-10-10
1
-29
/
+27
*
r23024: Ok, neither the duplicates_allowed nor the timeout argument to
Volker Lendecke
2007-10-10
1
-112
/
+12
*
r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...
Volker Lendecke
2007-10-10
1
-10
/
+0
*
r23022: Reformatting
Volker Lendecke
2007-10-10
1
-37
/
+47
*
r23015: Make message_(de)register static to messages.c
Volker Lendecke
2007-10-10
1
-7
/
+13
*
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22910: Make message_send_pid static to messages.c
Volker Lendecke
2007-10-10
1
-16
/
+9
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-1
/
+8
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-1
/
+19
*
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-18
/
+16
*
r22276: Fix name -> servicename in messages.c
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r21723: Make use of the per-hashchain "freelists"
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
2007-10-10
1
-38
/
+62
*
r21081: Add forgotten function
Volker Lendecke
2007-10-10
1
-0
/
+11
*
r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...
Volker Lendecke
2007-10-10
1
-0
/
+121
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-5
/
+12
*
r20174: If we're only going to call one handler per message
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r20165: Change messaging subsystem to only allow one message
Jeremy Allison
2007-10-10
1
-3
/
+11
*
r20160: Fix long-standing (ie. from initial code I think) bug
Jeremy Allison
2007-10-10
1
-2
/
+5
*
r17316: More C++ warnings -- 456 left
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r17294: Make the code a little cleaner. Instead of using the two
Jeremy Allison
2007-10-10
1
-7
/
+4
*
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
2007-10-10
1
-4
/
+24
*
r17231: Some patch cosmetics
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16390: Klocwork #604 - ensure if NULL pointer we assert
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
2007-10-10
1
-0
/
+18
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-0
/
+15
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-24
/
+33
*
r9619: Fix messages_pending_for_pid actually do what it's meant to do. This m...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
2007-10-10
1
-1
/
+1
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
2007-10-10
1
-2
/
+4
*
Limit the number of outstanding print notify messages for a process to
Jeremy Allison
2003-04-23
1
-0
/
+31
*
Whoops - missed some tdb message registrations from a previous merge.
Tim Potter
2003-04-14
1
-0
/
+5
*
lib/messages.c: Check return from chainlock before modifying message queue.
Jeremy Allison
2003-03-20
1
-1
/
+3
[next]