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