Age | Commit message (Expand) | Author | Files | Lines |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 1 | -2/+1 |
2001-02-03 | Merge from 2.2 - with connection fix. | Jeremy Allison | 1 | -1/+15 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -4/+7 |
2001-01-15 | removed unnecessary process_exists() call in message_send_pid() | Andrew Tridgell | 1 | -11/+0 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2001-01-11 | Fix from John for growing messages.tdb. | Jeremy Allison | 1 | -0/+1 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -11/+2 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -7/+7 |
2000-12-02 | fixed messaging bug - use strlen() instead of sizeof() in key length | Andrew Tridgell | 1 | -2/+2 |
2000-11-17 | fixed the problem with messages not getting through | Andrew Tridgell | 1 | -1/+1 |
2000-11-17 | Delete queue on empty. | Jeremy Allison | 1 | -2/+7 |
2000-11-17 | the duplicate checking code will cause unaligned accesses on non-intel | Andrew Tridgell | 1 | -4/+4 |
2000-11-17 | use process_exists() not kill(pid, 0) | Andrew Tridgell | 1 | -1/+1 |
2000-11-16 | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 1 | -5/+41 |
2000-11-11 | Merge of Herb's profiling code. | Jeremy Allison | 1 | -0/+1 |
2000-11-06 | 64 bit fix from Uros Prestor <uros@turbolinux.com>. | Jeremy Allison | 1 | -3/+3 |
2000-11-04 | Fix some compiler warnings. | Tim Potter | 1 | -6/+6 |
2000-10-12 | lib/messages.c add debug print for receipt of PING and | Herb Lewis | 1 | -0/+2 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -0/+12 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -1/+1 |
2000-09-26 | fix for IRIX compiler error messages | Herb Lewis | 1 | -3/+3 |
2000-09-13 | first cut at smbcontrol program. It currently allows syntax like: | Andrew Tridgell | 1 | -0/+43 |
2000-09-12 | - fixed some memory leaks in the messages code | Andrew Tridgell | 1 | -1/+28 |
2000-09-12 | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 1 | -13/+18 |
2000-09-12 | much nicer message interface. We now register dispatch functions, | Andrew Tridgell | 1 | -8/+45 |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -0/+237 |