Add harmless parentheses so that dmalloc doesn't get confused by a
[ira/wip.git] / source3 / lib / messages.c
2002-01-03 Martin PoolIf we receive a message that is not handled then emit...
2002-01-03 Martin Pooldebug output on receipt of message.
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-19 Martin PoolDoc how to reply to messages.
2001-11-20 Jeremy AllisonMerged in JohnR's ping messaging extension.
2001-09-25 Jeremy AllisonFixed enumeration of large numbers of groups from a...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-08-05 Simo SorceSome fixes about malloc/Realloc and mem leak
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-15 Jeremy AllisonCheck sizes of data entries in connections.tdb before...
2001-04-27 Jeremy AllisonMore debug %d -> %u issues.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-02-03 Jeremy AllisonMerge from 2.2 - with connection fix.
2001-01-23 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-15 Andrew Tridgellremoved unnecessary process_exists() call in message_se...
2001-01-11 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-11 Jeremy AllisonFix from John for growing messages.tdb.
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-12-02 Andrew Tridgellfixed messaging bug - use strlen() instead of sizeof...
2000-11-17 Andrew Tridgellfixed the problem with messages not getting through
2000-11-17 Jeremy AllisonDelete queue on empty.
2000-11-17 Andrew Tridgellthe duplicate checking code will cause unaligned access...
2000-11-17 Andrew Tridgelluse process_exists() not kill(pid, 0)
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-11 Jeremy AllisonMerge of Herb's profiling code.
2000-11-06 Jeremy Allison64 bit fix from Uros Prestor <uros@turbolinux.com>.
2000-11-04 Tim PotterFix some compiler warnings.
2000-10-12 Herb Lewislib/messages.c add debug print for receipt...
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-09-26 Herb Lewisfix for IRIX compiler error messages
2000-09-13 Andrew Tridgellfirst cut at smbcontrol program. It currently allows...
2000-09-12 Andrew Tridgell- fixed some memory leaks in the messages code
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
2000-09-12 Andrew Tridgellmuch nicer message interface. We now register dispatch...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.