summaryrefslogtreecommitdiff
path: root/source3/utils/smbcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-18s3-smbcontrol: use correct PRINTER_NOTIFY flags.Günther Deschner1-3/+3
2009-01-22s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by teven...Stefan Metzmacher1-13/+16
2009-01-16s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.Michael Adam1-4/+4
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-4/+3
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison1-4/+3
2008-05-19Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke1-14/+0
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-01-24Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner1-0/+57
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-36/+36
2007-10-10r25239: fix cut-n-paste bug in code with LIBUNWIND supportStefan Metzmacher1-4/+0
2007-10-10r24845: Fix a segfault in smbcontrol when called with parameters but no extra...Michael Adam1-3/+5
2007-10-10r24843: Add a "validate-cache" control message to winbindd.Michael Adam1-0/+44
2007-10-10r24828: Give smbcontrol an initial talloc stackframe.Michael Adam1-1/+6
2007-10-10r24021: use MSG_BROADCAST_PID_STR as value for broadcast messagesStefan Metzmacher1-1/+1
2007-10-10r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher1-8/+23
2007-10-10r24005: Attempt to fix the build on host deckchairVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
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