index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Make "smbcontrol xx debuglevel" print the correct cluster pid
Volker Lendecke
2010-03-05
1
-2
/
+6
*
s3: Add connections_forall_read()
Volker Lendecke
2010-03-01
1
-3
/
+2
*
s3: Consolidate some pid_to_procid() calls to procid_self()
Volker Lendecke
2010-02-23
1
-5
/
+5
*
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
2010-02-23
1
-1
/
+1
*
s3: Fix the format string for smbcontrol pool-usage
Volker Lendecke
2010-01-17
1
-1
/
+1
*
make smbcontrol smbd ping work proper checking for arguments handle short pid...
Olaf Flebbe
2009-08-24
1
-8
/
+5
*
s3-smbcontrol: use correct PRINTER_NOTIFY flags.
Günther Deschner
2009-03-18
1
-3
/
+3
*
s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by teven...
Stefan Metzmacher
2009-01-22
1
-13
/
+16
*
s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.
Michael Adam
2009-01-16
1
-4
/
+4
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-4
/
+3
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Make the change to smbcontrol for "all" to mean broadcast,
Jeremy Allison
2008-08-18
1
-4
/
+3
*
Don't block smbcontrol online/offline if !"winbind offline logons"
Volker Lendecke
2008-05-19
1
-14
/
+0
*
Fix a C++ warning
Volker Lendecke
2008-02-23
1
-1
/
+1
*
Add dump-domain-list command for debugging winbindd's domain_list.
Günther Deschner
2008-01-24
1
-0
/
+57
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-36
/
+36
*
r25239: fix cut-n-paste bug in code with LIBUNWIND support
Stefan Metzmacher
2007-10-10
1
-4
/
+0
*
r24845: Fix a segfault in smbcontrol when called with parameters but no extra...
Michael Adam
2007-10-10
1
-3
/
+5
*
r24843: Add a "validate-cache" control message to winbindd.
Michael Adam
2007-10-10
1
-0
/
+44
*
r24828: Give smbcontrol an initial talloc stackframe.
Michael Adam
2007-10-10
1
-1
/
+6
*
r24021: use MSG_BROADCAST_PID_STR as value for broadcast messages
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
2007-10-10
1
-8
/
+23
*
r24005: Attempt to fix the build on host deckchair
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23563: Add dump-event-list command to smbcontrol.
Günther Deschner
2007-10-10
1
-0
/
+17
*
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
2007-10-10
1
-0
/
+30
*
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
2007-10-10
1
-3
/
+4
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-36
/
+28
*
r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".
James Peach
2007-10-10
1
-5
/
+30
*
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
2007-10-10
1
-23
/
+35
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-3
/
+0
*
r22906: Some more message_send_pid
Volker Lendecke
2007-10-10
1
-33
/
+46
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-29
/
+65
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
1
-34
/
+6
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-35
/
+35
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debug
Herb Lewis
2007-10-10
1
-20
/
+8
*
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-11
/
+14
*
r19206: Jeremy, for some reason storing a value-less entry in TDB does not work
Günther Deschner
2007-10-10
1
-9
/
+11
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15890: Use correct enum type (bug #3722) from Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
2007-10-10
1
-0
/
+31
*
r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote
James Peach
2007-10-10
1
-1
/
+186
*
r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r14900: Separate words in error message.
James Peach
2007-10-10
1
-1
/
+1
[next]