summaryrefslogtreecommitdiff
path: root/source3/utils/smbcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-47/+79
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+49
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+2
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-1/+1
2007-10-10r416: add a newline to the debuglevel message returned stringHerb Lewis1-1/+9
2004-01-06Fix -s option to smbcontrol (#908)Jelmer Vernooij1-1/+1
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+2
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-6/+0
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy1-0/+11
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-25/+24
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-30Sun CC requires constant initialisers, so use a static here.Andrew Bartlett1-1/+1
2003-04-28Merge of const fixes from HEAD.Tim Potter1-1/+1
2003-04-23Fix up non-constant initialisers for Sun's CC.Andrew Bartlett1-1/+1
2003-04-14Merge rewrite of smbcontrol.Tim Potter1-549/+572
2003-04-03Give warning if 'drvupgrade' doesn't get an argumentJelmer Vernooij1-0/+5
2003-02-12Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter1-4/+1
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-0/+38
2002-12-16fix usage messageGerald Carter1-2/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+1
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-4/+48
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-0/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+5
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