Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 2002-08-08 | 1 | -0/+1 |
| | |||||
* | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2002-06-28 | 1 | -3/+3 |
| | | | | | Now let's keep this in sync ! Jeremy. | ||||
* | Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as next | Jeremy Allison | 2002-05-10 | 1 | -0/+1 |
| | | | | | free printer msg id. Jeremy. | ||||
* | Merged in printing fixes... There were many missing ! | Jeremy Allison | 2002-05-09 | 1 | -2/+2 |
| | | | | Jeremy | ||||
* | added a shutdown command to smbcontrol. | Jean-François Micouleau | 2002-03-29 | 1 | -0/+2 |
| | | | | | | have to add the server side now. J.F. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | new message type for nmbd | Jean-François Micouleau | 2002-01-25 | 1 | -0/+1 |
| | | | | J.F. | ||||
* | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 2002-01-09 | 1 | -0/+8 |
| | | | | | prompt dmalloc to log information about what happening, so you can see in flight why smbd is getting bloated. | ||||
* | Add MSG_REQ_POOL_USAGE to get memory usage info. | Martin Pool | 2001-12-21 | 1 | -0/+2 |
| | |||||
* | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 2001-10-16 | 1 | -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. | ||||
* | Added sam sync and sam replication smbd message constants. | Tim Potter | 2001-08-28 | 1 | -0/+2 |
| | |||||
* | added a close-share smbcontrol message that forcibly closes a share in smbd ↵ | Andrew Tridgell | 2001-06-20 | 1 | -0/+1 |
| | | | | (to allow unmount) | ||||
* | Added a comment. | Tim Potter | 2001-06-01 | 1 | -0/+1 |
| | |||||
* | Use message system to notify when smb.conf is updated. | Jeremy Allison | 2001-04-10 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | Merge of Herb's profiling code. | Jeremy Allison | 2000-11-11 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | Added Herb's fixes to HEAD. | Jeremy Allison | 2000-10-06 | 1 | -3/+6 |
| | | | | Jeremy. | ||||
* | broadcast printer notify message to all clients. We now have printer | Jean-François Micouleau | 2000-09-26 | 1 | -0/+3 |
| | | | | | | | | notification as on NT. Andrew, your message passing code is cool :-) J.F. | ||||
* | - fixed some memory leaks in the messages code | Andrew Tridgell | 2000-09-12 | 1 | -0/+1 |
| | | | | - 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/+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 | ||||
* | the first cut of the internal messaging system. | Andrew Tridgell | 2000-09-11 | 1 | -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. |