index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-18
Make the change to smbcontrol for "all" to mean broadcast,
Jeremy Allison
1
-4
/
+3
2008-05-19
Don't block smbcontrol online/offline if !"winbind offline logons"
Volker Lendecke
1
-14
/
+0
2008-02-23
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2008-01-24
Add dump-domain-list command for debugging winbindd's domain_list.
Günther Deschner
1
-0
/
+57
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-11-03
Remove more static data from lib/util_sock.c and
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-36
/
+36
2007-10-10
r25239: fix cut-n-paste bug in code with LIBUNWIND support
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r24845: Fix a segfault in smbcontrol when called with parameters but no extra...
Michael Adam
1
-3
/
+5
2007-10-10
r24843: Add a "validate-cache" control message to winbindd.
Michael Adam
1
-0
/
+44
2007-10-10
r24828: Give smbcontrol an initial talloc stackframe.
Michael Adam
1
-1
/
+6
2007-10-10
r24021: use MSG_BROADCAST_PID_STR as value for broadcast messages
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
1
-8
/
+23
2007-10-10
r24005: Attempt to fix the build on host deckchair
Volker Lendecke
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23563: Add dump-event-list command to smbcontrol.
Günther Deschner
1
-0
/
+17
2007-10-10
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
1
-0
/
+30
2007-10-10
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
1
-3
/
+4
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-36
/
+28
2007-10-10
r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".
James Peach
1
-5
/
+30
2007-10-10
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
1
-23
/
+35
2007-10-10
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
1
-1
/
+1
2007-10-10
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
1
-3
/
+0
2007-10-10
r22906: Some more message_send_pid
Volker Lendecke
1
-33
/
+46
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-29
/
+65
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-34
/
+6
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-35
/
+35
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debug
Herb Lewis
1
-20
/
+8
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-1
/
+2
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-11
/
+14
2007-10-10
r19206: Jeremy, for some reason storing a value-less entry in TDB does not work
Günther Deschner
1
-9
/
+11
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r15890: Use correct enum type (bug #3722) from Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
1
-0
/
+31
2007-10-10
r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote
James Peach
1
-1
/
+186
2007-10-10
r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r14900: Separate words in error message.
James Peach
1
-1
/
+1
2007-10-10
r14899: Add missing semi-colon.
James Peach
1
-1
/
+1
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
1
-0
/
+43
2007-10-10
r13695: Make code consistent with documentation. :-)
Alexander Bokovoy
1
-5
/
+8
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-2
/
+112
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12781: Support the level parameter for lsa_lookupsids.
Volker Lendecke
1
-0
/
+2
2007-10-10
r11962: Bring talloc up to date with Samba4, re-add the
Jeremy Allison
1
-2
/
+2
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-47
/
+79
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-2
/
+49
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-1
/
+2
[next]