| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
- fixed some uninitialised variable warnings
- removed smbrun utility (never used)
- removed some incorrect varargs usage
- removed smbrun smb.conf option
|
|
|
|
|
|
|
|
|
|
|
| |
lib/debug.c: Fixes from JohnR to implement debug classes.
smbd/process.c:
smbd/server.c:
param/loadparm.c: "max smbd processes" parameter from JohnR.
rpc_parse/parse_spoolss.c: Drivername fix from JohnR.
rpc_server/srv_spoolss_nt.c: Update from JF.
smbd/trans2.c: Revert incorrect wildcard fix.
Jeremy.
|
|
|
|
|
|
| |
Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!).
Fixed smbcacls leaks.
Jeremy.
|
|
|
|
|
|
| |
Added "hide local users" option. Added Andrew's changes for message
sending.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
messaging system as a notification mechanism, and the speed of notification
greatly exceeds the speed of message recovery, then you get a massively (>75Mb)
growing tdb. If the message is a simple notification, then the message is
static, and you only need one of them in transit to a target process at
any one time.
This patch adds a BOOL "allow_duplicates" to the message_send_XX primitives.
If set to False, then before sending a message the sender checks the existing
message queue for a target pid for a duplicate of this message, and doesn't
add to it if one already exists.
Jeremy.
|
| |
|
|
|
|
|
|
|
|
| |
- merge printer-notify smbcontrol command, and docs
(source/utils/smbcontrol.c docs/htmldocs/smbcontrol.1.html
docs/manpages/smbcontrol.1 docs/yodldocs/smbcontrol.1.yo)
- return ERROR_INVALID_FUNCTION rather than script exit code when script
returns nonzero (source/rpc_server/srv_spoolss_nt.c)
|
|
|
|
|
|
| |
REQ_DEBUGLEVEL messages
utils/smbcontrol.c allow "q" to exit interactive mode. Exit on error
from message_init.
|
|
|
|
| |
message to go to any dest. Put timeout for commands that expect a reply.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
profile.h bump version number just in case. put stats in
separate structure to make it easier to flush it.
profile.c added new command to flush stats structure.
changes for stats in separate structure.
smbcontrol.1.yo
smbcontrol.1.html
smbcontrol.1 update man page
packaging/Caldera/OpenLinux/samba3.spec.tmpl get rid of $Id string - this
plays havoc with my autoupdate scripts.
|
|
|
|
|
|
| |
Andrew's tdb changes/printing driving of tdb changes.
JF's SAMR changes. More bugfixes to come..
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
messages.h add new message types
profile.h change profile start and end macros to allow times to
not be gathered
messages.c add message handling for returning current debug level
profile.c add a new flag to allow time profiling to to turned off
default flags to off now they can be set by smbcontrol
add message handlinf for setting profile level
smbcontrol.c add printout in pong function so you can see replies
add new set profile level and get debug level messages
add flags so we don't register callbacks more than once
when in interactive mode and reset pong count each time
|
|
|
|
|
| |
multiple commands. We still need a manpage on this. If nobody else
wants to do it, I'll do one over the weekend.
|
|
smbcontrol nmbd debug 7
smbcontrol smbd debug 9
smbcontrol 3278 debug 1
smbcontrol nmbd force-election
|