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