summaryrefslogtreecommitdiff
path: root/source3/lib/messages.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-19Doc how to reply to messages.Martin Pool1-1/+8
2001-11-20Merged in JohnR's ping messaging extension.Jeremy Allison1-27/+36
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison1-1/+5
2001-09-17move to SAFE_FREE()Simo Sorce1-7/+7
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce1-4/+11
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-1/+5
2001-04-27More debug %d -> %u issues.Jeremy Allison1-4/+4
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-2/+1
2001-02-03Merge from 2.2 - with connection fix.Jeremy Allison1-1/+15
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-4/+7
2001-01-15removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell1-11/+0
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-11Fix from John for growing messages.tdb.Jeremy Allison1-0/+1
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-11/+2
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-7/+7
2000-12-02fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell1-2/+2
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell1-1/+1
2000-11-17Delete queue on empty.Jeremy Allison1-2/+7
2000-11-17the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell1-4/+4
2000-11-17use process_exists() not kill(pid, 0)Andrew Tridgell1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-5/+41
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+1
2000-11-0664 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison1-3/+3
2000-11-04Fix some compiler warnings.Tim Potter1-6/+6
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis1-0/+2
2000-10-11changes to sync with 2.2. treeHerb Lewis1-0/+12
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-09-26fix for IRIX compiler error messagesHerb Lewis1-3/+3
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell1-0/+43
2000-09-12- fixed some memory leaks in the messages codeAndrew Tridgell1-1/+28
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-13/+18
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell1-8/+45
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-0/+237