summaryrefslogtreecommitdiffstats
path: root/source/utils/smbcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-081-4/+3
* Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-191-4/+3
* Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke2008-05-191-14/+0
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
* Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner2008-01-241-0/+57
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-36/+36
* r25239: fix cut-n-paste bug in code with LIBUNWIND supportStefan Metzmacher2007-10-101-4/+0
* r24845: Fix a segfault in smbcontrol when called with parameters but no extra...Michael Adam2007-10-101-3/+5
* r24843: Add a "validate-cache" control message to winbindd.Michael Adam2007-10-101-0/+44
* r24828: Give smbcontrol an initial talloc stackframe.Michael Adam2007-10-101-1/+6
* r24021: use MSG_BROADCAST_PID_STR as value for broadcast messagesStefan Metzmacher2007-10-101-1/+1
* r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-10-101-8/+23
* r24005: Attempt to fix the build on host deckchairVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23563: Add dump-event-list command to smbcontrol.Günther Deschner2007-10-101-0/+17
* 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