summaryrefslogtreecommitdiffstats
path: root/source/utils/smbcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* r416: add a newline to the debuglevel message returned stringHerb Lewis2007-10-101-1/+9
* Fix -s option to smbcontrol (#908)Jelmer Vernooij2004-01-061-1/+1
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+2
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-6/+0
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-151-0/+11
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-25/+24
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Sun CC requires constant initialisers, so use a static here.Andrew Bartlett2003-04-301-1/+1
* Merge of const fixes from HEAD.Tim Potter2003-04-281-1/+1
* Fix up non-constant initialisers for Sun's CC.Andrew Bartlett2003-04-231-1/+1
* Merge rewrite of smbcontrol.Tim Potter2003-04-141-549/+572
* Give warning if 'drvupgrade' doesn't get an argumentJelmer Vernooij2003-04-031-0/+5
* Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter2003-02-121-4/+1
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+38
* fix usage messageGerald Carter2002-12-161-2/+3
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+1
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-261-4/+48
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-0/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+5
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+20
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-30/+127
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-291-0/+6
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* Fixup the sending of printer change messages from job changes.Jeremy Allison2002-02-261-2/+8
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Quieten warning about uninitialized variable.Martin Pool2002-01-101-1/+3
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-6/+17
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+5
* Cleanup format.Martin Pool2002-01-031-1/+1
* smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-031-1/+2
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-2/+0
* smbcontrol in non-interactive mode was returning True for success --Martin Pool2001-12-211-1/+4
* Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool2001-12-211-4/+7
* Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool2001-12-211-15/+57
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-1/+0
* Merged in JohnR's ping messaging extension.Jeremy Allison2001-11-201-6/+9
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-3/+2
* Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-6/+9
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
* Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter2001-08-281-0/+38
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+0
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-3/+17
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-5/+7