summaryrefslogtreecommitdiff
path: root/source3/utils/smbcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-0/+20
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-30/+127
2002-03-29added a shutdown command to smbcontrol.Jean-François Micouleau1-0/+6
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-2/+8
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-10Quieten warning about uninitialized variable.Martin Pool1-1/+3
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-6/+17
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+5
2002-01-03Cleanup format.Martin Pool1-1/+1
2002-01-03smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool1-1/+2
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-2/+0
2001-12-21smbcontrol in non-interactive mode was returning True for success --Martin Pool1-1/+4
2001-12-21Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool1-4/+7
2001-12-21Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool1-15/+57
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-1/+0
2001-11-20Merged in JohnR's ping messaging extension.Jeremy Allison1-6/+9
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+2
2001-09-21Added -s configfile to smbcontrol.c.Volker Lendecke1-6/+9
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-05When sending a message via a tdb, it must be open read/write.Jeremy Allison1-1/+1
2001-08-28Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter1-0/+38
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+0
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-3/+17
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-5/+7
2001-05-15remember to close tdb after useAndrew Tridgell1-9/+13
2001-05-14Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison1-2/+2
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison1-4/+4
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-19/+32
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+8
2000-11-17support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell1-0/+2
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-10/+10
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+49
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-2/+14
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis1-1/+2
2000-10-12print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis1-10/+30
2000-10-11changes to sync with 2.2. treeHerb Lewis1-4/+6
2000-10-10don't use gets() !Andrew Tridgell1-2/+2
2000-10-06Added Herb's fixes to HEAD.Jeremy Allison1-2/+59
2000-09-29utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison1-29/+82
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell1-0/+155