summaryrefslogtreecommitdiffstats
path: root/source/lib/messages.c
Commit message (Expand)AuthorAgeFilesLines
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-171-69/+0
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-3/+22
* Fixed compiler warning.Tim Potter2002-06-201-1/+1
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-1/+1
* Fixed typo in debug.Tim Potter2002-06-171-1/+1
* Ensure we save any older SIGALRM signal handler.Jeremy Allison2002-06-131-2/+3
* Spelling fix.Tim Potter2002-06-051-1/+1
* move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2002-05-261-20/+1
* Keep the compiler happyAndrew Bartlett2002-05-191-1/+1
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-1/+9
* 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
* the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell2000-11-171-4/+4
* use process_exists() not kill(pid, 0)Andrew Tridgell2000-11-171-1/+1
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-5/+41
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+1
* 64 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison2000-11-061-3/+3
* Fix some compiler warnings.Tim Potter2000-11-041-6/+6
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-0/+2