Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first cut at smbcontrol program. It currently allows syntax like: | Andrew Tridgell | 2000-09-13 | 1 | -14/+4 |
| | | | | | | | smbcontrol nmbd debug 7 smbcontrol smbd debug 9 smbcontrol 3278 debug 1 smbcontrol nmbd force-election | ||||
* | - fixed some memory leaks in the messages code | Andrew Tridgell | 2000-09-12 | 1 | -3/+21 |
| | | | | - added a MSG_PING message for performance testing. | ||||
* | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 2000-09-12 | 1 | -1/+1 |
| | | | | | | | easier to add new message types to messages.h without breaking old binaries - added a MSG_FORCE_ELECTION message to force nmbd to hold an election | ||||
* | a simple test program I use to test the debug message system | Andrew Tridgell | 2000-09-11 | 1 | -0/+63 |