summaryrefslogtreecommitdiff
path: root/source3/lib/messages.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-1/+8
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-1/+19
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-1/+1
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-2/+2
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-18/+16
2007-10-10r22276: Fix name -> servicename in messages.cJeremy Allison1-1/+1
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-2/+7
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-6/+6
2007-10-10r21723: Make use of the per-hashchain "freelists"Volker Lendecke1-0/+3
2007-10-10r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke1-38/+62
2007-10-10r21081: Add forgotten functionVolker Lendecke1-0/+11
2007-10-10r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...Volker Lendecke1-0/+121
2007-10-10r21064: The core of this patch isVolker Lendecke1-5/+12
2007-10-10r20174: If we're only going to call one handler per messageJeremy Allison1-4/+4
2007-10-10r20165: Change messaging subsystem to only allow one messageJeremy Allison1-3/+11
2007-10-10r20160: Fix long-standing (ie. from initial code I think) bugJeremy Allison1-2/+5
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-2/+2
2007-10-10r17294: Make the code a little cleaner. Instead of using the twoJeremy Allison1-7/+4
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-4/+24
2007-10-10r17231: Some patch cosmeticsVolker Lendecke1-1/+1
2007-10-10r16390: Klocwork #604 - ensure if NULL pointer we assertJeremy Allison1-2/+8
2007-10-10r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter1-0/+18
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+15
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-24/+33
2007-10-10r9619: Fix messages_pending_for_pid actually do what it's meant to do. This m...Volker Lendecke1-1/+1
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-2/+4
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-0/+31
2003-04-14Whoops - missed some tdb message registrations from a previous merge.Tim Potter1-0/+5
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-1/+3
2003-03-17Mege from HEAD - doxygen.Andrew Bartlett1-7/+7
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-5/+45
2003-01-30Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter1-11/+0
2003-01-11Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison1-54/+55
2003-01-10First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison1-48/+95
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-6/+13
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-72/+22
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-17/+7
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison1-0/+4
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison1-4/+32
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-0/+7
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-09Doc.Tim Potter1-9/+14
2002-02-18serialise all domain auth requestsAndrew Tridgell1-0/+30
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-03If we receive a message that is not handled then emit a gentle warningMartin Pool1-0/+8
2002-01-03debug output on receipt of message.Martin Pool1-0/+2
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-12/+33