summaryrefslogtreecommitdiffstats
path: root/source3/lib/messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* move to SAFE_FREE()Simo Sorce2001-09-171-7/+7
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-051-4/+11
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* More debug %d -> %u issues.Jeremy Allison2001-04-271-4/+4
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-2/+1
* Merge from 2.2 - with connection fix.Jeremy Allison2001-02-031-1/+15
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-4/+7
* removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell2001-01-151-11/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-1/+1
* Fix from John for growing messages.tdb.Jeremy Allison2001-01-111-0/+1
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-11/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-7/+7
* fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell2000-12-021-2/+2
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-171-1/+1
* Delete queue on empty.Jeremy Allison2000-11-171-2/+7