summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ...Gerald Carter2002-08-271-0/+5
* Merge some usage info from APPLIANCE_HEAD.Tim Potter2002-08-111-0/+3
* Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-021-0/+17
* Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-281-14/+96
* Keep the compiler happyAndrew Bartlett2002-05-191-1/+0
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-15/+31
* 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
* remember to close tdb after useAndrew Tridgell2001-05-151-9/+13
* Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-271-4/+4
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-19/+32
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+8
* support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell2000-11-171-0/+2
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-10/+10
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+49
* Merge in Herb's changes from 2.2.Jeremy Allison2000-11-101-2/+14
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-1/+2
* print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis2000-10-121-10/+30
* changes to sync with 2.2. treeHerb Lewis2000-10-111-4/+6
* don't use gets() !Andrew Tridgell2000-10-101-2/+2
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-061-2/+59
* utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-291-29/+82
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+155