Fix from John for growing messages.tdb.
[ira/wip.git] / source3 / lib / messages.c
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.