index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
messages.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23077: Minor cleanup
Volker Lendecke
1
-4
/
+0
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-330
/
+267
2007-10-10
r23025: Some logic simplifications
Volker Lendecke
1
-29
/
+27
2007-10-10
r23024: Ok, neither the duplicates_allowed nor the timeout argument to
Volker Lendecke
1
-112
/
+12
2007-10-10
r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...
Volker Lendecke
1
-10
/
+0
2007-10-10
r23022: Reformatting
Volker Lendecke
1
-37
/
+47
2007-10-10
r23015: Make message_(de)register static to messages.c
Volker Lendecke
1
-7
/
+13
2007-10-10
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
1
-0
/
+7
2007-10-10
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
1
-1
/
+2
2007-10-10
r22910: Make message_send_pid static to messages.c
Volker Lendecke
1
-16
/
+9
2007-10-10
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
1
-1
/
+8
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-1
/
+19
2007-10-10
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
1
-1
/
+1
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-2
/
+2
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-18
/
+16
2007-10-10
r22276: Fix name -> servicename in messages.c
Jeremy Allison
1
-1
/
+1
2007-10-10
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
1
-2
/
+7
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r21723: Make use of the per-hashchain "freelists"
Volker Lendecke
1
-0
/
+3
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-38
/
+62
2007-10-10
r21081: Add forgotten function
Volker Lendecke
1
-0
/
+11
2007-10-10
r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...
Volker Lendecke
1
-0
/
+121
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-5
/
+12
2007-10-10
r20174: If we're only going to call one handler per message
Jeremy Allison
1
-4
/
+4
2007-10-10
r20165: Change messaging subsystem to only allow one message
Jeremy Allison
1
-3
/
+11
2007-10-10
r20160: Fix long-standing (ie. from initial code I think) bug
Jeremy Allison
1
-2
/
+5
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-2
/
+2
2007-10-10
r17294: Make the code a little cleaner. Instead of using the two
Jeremy Allison
1
-7
/
+4
2007-10-10
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
1
-4
/
+24
2007-10-10
r17231: Some patch cosmetics
Volker Lendecke
1
-1
/
+1
2007-10-10
r16390: Klocwork #604 - ensure if NULL pointer we assert
Jeremy Allison
1
-2
/
+8
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-0
/
+18
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-0
/
+15
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-24
/
+33
2007-10-10
r9619: Fix messages_pending_for_pid actually do what it's meant to do. This m...
Volker Lendecke
1
-1
/
+1
2007-10-10
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
1
-2
/
+4
2003-04-23
Limit the number of outstanding print notify messages for a process to
Jeremy Allison
1
-0
/
+31
2003-04-14
Whoops - missed some tdb message registrations from a previous merge.
Tim Potter
1
-0
/
+5
2003-03-20
lib/messages.c: Check return from chainlock before modifying message queue.
Jeremy Allison
1
-1
/
+3
2003-03-17
Mege from HEAD - doxygen.
Andrew Bartlett
1
-7
/
+7
2003-01-30
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
1
-5
/
+45
2003-01-30
Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.
Tim Potter
1
-11
/
+0
2003-01-11
Added new message_send_pid() code that uses tdb append to reduce locking
Jeremy Allison
1
-54
/
+55
2003-01-10
First part of efficiency fixes for message sending to pid's (cutting down
Jeremy Allison
1
-48
/
+95
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-6
/
+13
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-72
/
+22
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-17
/
+7
[next]