summaryrefslogtreecommitdiffstats
path: root/source3/lib/messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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