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