Gerald Carter
11ddfd9cfa
printing change notification merge from APPLIANCE_HEAD
-
Jeremy Allison
3603cd4947
Proper merge of all the working printing stuff from APPLIANCE_HEAD.
...
Now let's keep this in sync !
Jeremy.
-
Jeremy Allison
64c819b71e
Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as next
...
free printer msg id.
Jeremy.
-
Jeremy Allison
32fa089ade
Merged in printing fixes... There were many missing !
...
Jeremy
-
Jean-François Micouleau
b83f87d681
added a shutdown command to smbcontrol.
...
have to add the server side now.
J.F.
-
Tim Potter
6a58c9bd06
Removed version number from file header.
...
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Jean-François Micouleau
5fef8a5ad2
new message type for nmbd
...
J.F.
-
Martin Pool
bcb443c5c4
Add two more memory-debug smbcontrol messages: these ones should
...
prompt dmalloc to log information about what happening, so you can see
in flight why smbd is getting bloated.
-
Martin Pool
b28dbbf569
Add MSG_REQ_POOL_USAGE to get memory usage info.
-
Jean-François Micouleau
8ef9dff307
very simple asynchronous "lpq" thread patch
...
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.
-
Tim Potter
406cafc0ef
Added sam sync and sam replication smbd message constants.
-
Andrew Tridgell
15b17a80db
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
-
Tim Potter
b2e5dc606b
Added a comment.
-
Jeremy Allison
ae9eda5c3c
Use message system to notify when smb.conf is updated.
...
Jeremy.
-
Jeremy Allison
3be056c71a
Merge of Herb's profiling code.
...
Jeremy.
-
Jeremy Allison
4862d2ab11
Added Herb's fixes to HEAD.
...
Jeremy.
-
Jean-François Micouleau
0374bc4b5f
broadcast printer notify message to all clients. We now have printer
...
notification as on NT.
Andrew, your message passing code is cool :-)
J.F.
-
Andrew Tridgell
e779f834db
- fixed some memory leaks in the messages code
...
- added a MSG_PING message for performance testing.
-
Andrew Tridgell
f1c49ca7ce
- changed the msg_type to be an int instead of an enum so that it is
...
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
-
Andrew Tridgell
2a34ee95f3
the first cut of the internal messaging system.
...
The motivation for this system is to replace the UDP message for
oplocks, but this commit only does the "set debug level" message.
-