summaryrefslogtreecommitdiffstats
path: root/source3/include/messages.h
Commit message (Collapse)AuthorAgeFilesLines
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+4
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-291-0/+2
| | | | | | | have to add the server side now. J.F. (This used to be commit b83f87d6811dbad2c254cd5add4bbedb3196c629)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* new message type for nmbdJean-François Micouleau2002-01-251-0/+1
| | | | | J.F. (This used to be commit 5fef8a5ad29074bcf02904a1cca72133d57cc3e4)
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-0/+8
| | | | | | prompt dmalloc to log information about what happening, so you can see in flight why smbd is getting bloated. (This used to be commit bcb443c5c4bf97fe6b5b0993e42496c2e64f0124)
* Add MSG_REQ_POOL_USAGE to get memory usage info.Martin Pool2001-12-211-0/+2
| | | | (This used to be commit b28dbbf56987fcea24941b8c46c4d5b52551a815)
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+1
| | | | | | | | | | | | | To speed up operations with the lpq command, it's now run in a separate asynchronous process. Opening the Printers folder on NT is now fast ;-) I think even faster than with a ** server Jeremy, you should look at that patch to include it in 2.2.3 J.F. (This used to be commit 8ef9dff3074e7979579ce66a204e8ec7bf62a587)
* Added sam sync and sam replication smbd message constants.Tim Potter2001-08-281-0/+2
| | | | (This used to be commit 406cafc0efebc9f331e810d651888b551725af1a)
* added a close-share smbcontrol message that forcibly closes a share in smbd ↵Andrew Tridgell2001-06-201-0/+1
| | | | | | (to allow unmount) (This used to be commit 15b17a80db605a55f667c95fb7e316877a441887)
* Added a comment.Tim Potter2001-06-011-0/+1
| | | | (This used to be commit b2e5dc606b5ff031e01799ee6e245857adc7e968)
* Use message system to notify when smb.conf is updated.Jeremy Allison2001-04-101-0/+2
| | | | | Jeremy. (This used to be commit ae9eda5c3c3bbfc8ec795b43ab18dc492e5fdcf6)
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+2
| | | | | Jeremy. (This used to be commit 3be056c71aa8e0a4ba70d397107199004bdb7d3f)
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-061-3/+6
| | | | | Jeremy. (This used to be commit 4862d2ab1163310d844b929fb17239b4f4cb1a99)
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-261-0/+3
| | | | | | | | | notification as on NT. Andrew, your message passing code is cool :-) J.F. (This used to be commit 0374bc4b5f56d0fab3f7310e13cb71b5a71f9112)
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-0/+1
| | | | | - added a MSG_PING message for performance testing. (This used to be commit e779f834dbb875669c3aa0a35b324aa13f0c8c36)
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-1/+6
| | | | | | | | 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 (This used to be commit f1c49ca7ce56bc39259041a71479e84ebf53eeca)
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+27
The motivation for this system is to replace the UDP message for oplocks, but this commit only does the "set debug level" message. (This used to be commit 2a34ee95f3929cff131db6c5a2b4820194c05b2d)