summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-10-101-0/+30
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-3/+4
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-36/+28
* r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".James Peach2007-10-101-5/+30
* r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-10-101-23/+35
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-1/+1
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-3/+0
* r22906: Some more message_send_pidVolker Lendecke2007-10-101-33/+46
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-29/+65
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-34/+6
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-35/+35
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-1/+1
* r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debugHerb Lewis2007-10-101-20/+8
* r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke2007-10-101-1/+2
* r21064: The core of this patch isVolker Lendecke2007-10-101-11/+14
* r19206: Jeremy, for some reason storing a value-less entry in TDB does not workGünther Deschner2007-10-101-9/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r15890: Use correct enum type (bug #3722) from Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-1/+1
* r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.Günther Deschner2007-10-101-0/+31
* r15424: Implement a "stacktrace" smbcontrol option using libunwind's remoteJames Peach2007-10-101-1/+186
* r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1Alexander Bokovoy2007-10-101-1/+1
* r14900: Separate words in error message.James Peach2007-10-101-1/+1
* r14899: Add missing semi-colon.James Peach2007-10-101-1/+1
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-0/+43
* r13695: Make code consistent with documentation. :-)Alexander Bokovoy2007-10-101-5/+8
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+112
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12781: Support the level parameter for lsa_lookupsids.Volker Lendecke2007-10-101-0/+2
* r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-47/+79
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+49
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+2
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+1
* 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