summaryrefslogtreecommitdiffstats
path: root/source/lib/messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* changes to sync with 2.2. treeHerb Lewis2000-10-111-0/+12
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* fix for IRIX compiler error messagesHerb Lewis2000-09-261-3/+3
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+43
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-1/+28
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-13/+18
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-8/+45
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+237