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
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
2007-10-10
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...
Derrell Lipman
1
-1
/
+1
2007-10-10
r416: add a newline to the debuglevel message returned string
Herb Lewis
1
-1
/
+9
2004-01-06
Fix -s option to smbcontrol (#908)
Jelmer Vernooij
1
-1
/
+1
2003-11-06
Final round of printf warnings fixes for the moment.
Tim Potter
1
-1
/
+2
2003-07-22
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
1
-6
/
+0
2003-07-15
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
1
-0
/
+11
2003-06-27
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
1
-25
/
+24
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+2
2003-04-30
Sun CC requires constant initialisers, so use a static here.
Andrew Bartlett
1
-1
/
+1
2003-04-28
Merge of const fixes from HEAD.
Tim Potter
1
-1
/
+1
2003-04-23
Fix up non-constant initialisers for Sun's CC.
Andrew Bartlett
1
-1
/
+1
2003-04-14
Merge rewrite of smbcontrol.
Tim Potter
1
-549
/
+572
2003-04-03
Give warning if 'drvupgrade' doesn't get an argument
Jelmer Vernooij
1
-0
/
+5
2003-02-12
Merge of smbcontrol debuglevel fixes from HEAD.
Tim Potter
1
-4
/
+1
2003-01-30
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-3
/
+3
[prev]
[next]