summaryrefslogtreecommitdiffstats
path: root/source/utils/smbcontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-4/+12
|
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-3/+10
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-6/+13
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-6/+10
| | | | Jeremy.
* Adding Herb's fix for interactive mode.Jeremy Allison2001-07-141-5/+8
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-10/+24
| | | | Jeremy.
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-2/+2
| | | | | | | - fixed some uninitialised variable warnings - removed smbrun utility (never used) - removed some incorrect varargs usage - removed smbrun smb.conf option
* include/debug.h:Jeremy Allison2001-02-091-19/+32
| | | | | | | | | | | 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.
* Raft of fixes - many of these will be merged into HEAD/appliance-head.Jeremy Allison2000-12-141-1/+8
| | | | | | Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!). Fixed smbcacls leaks. Jeremy.
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-0/+2
| | | | | | Added "hide local users" option. Added Andrew's changes for message sending. Jeremy.
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-10/+10
| | | | | | | | | | | | | 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.
* add message to query profile statusHerb Lewis2000-11-101-0/+49
|
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-061-2/+14
| | | | | | | | - 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)
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-1/+2
| | | | | | REQ_DEBUGLEVEL messages utils/smbcontrol.c allow "q" to exit interactive mode. Exit on error from message_init.
* print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis2000-10-121-10/+30
| | | | message to go to any dest. Put timeout for commands that expect a reply.
* smbcontrol.c add new profile commandsHerb Lewis2000-10-101-4/+6
| | | | | | | | | | | | | 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.
* Syncup with HEAD.Jeremy Allison2000-10-101-2/+2
| | | | | | Andrew's tdb changes/printing driving of tdb changes. JF's SAMR changes. More bugfixes to come.. Jeremy.
* proto.h rebuild proto.hHerb Lewis2000-10-061-2/+59
| | | | | | | | | | | | | | 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
* quick hack to add interactive mode so you get a prompt and can enterHerb Lewis2000-09-291-29/+82
| | | | | multiple commands. We still need a manpage on this. If nobody else wants to do it, I'll do one over the weekend.
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+155
smbcontrol nmbd debug 7 smbcontrol smbd debug 9 smbcontrol 3278 debug 1 smbcontrol nmbd force-election