1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Christof Schmitt 25b5bb3056 net: Add net tdb command to print information from tdb records
The main purpose is to debug "hot" records from ctdb. ctdb tracks
contended records and identifies them by key in the dbstatistics:

DB Statistics: locking.tdb
[...]
 Num Hot Keys:     1
     Count:3 Key:6a4128e3ced4681b02a00000000000000000000000000000

This command allows querying additional information for the associated
key to identify the affected file. For now this only adds a subcommand
for the locking.tdb, but could be extended to others:

net tdb locking 6a4128e3ced4681b02a00000000000000000000000000000
Share path:            /test/share
Name:                  testfile
Number of share modes: 2

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
2017-05-08 21:08:23 +02:00
..
auth lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
build
client smbclient: add -f option to rename command 2017-03-28 17:45:19 +02:00
exports
groupdb Correct "errror" typos. 2017-02-22 08:26:22 +01:00
include lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
intl
lib s3/dbwrap_ctdb: free resources in an error code path 2017-05-07 16:40:19 +02:00
libads auth: Add logging of service authorization 2017-03-29 02:37:27 +02:00
libgpo s3-libgpo: Fix the build of the group policy CSEs 2017-04-24 23:19:44 +02:00
libnet s3:libnet_join: make use of trust_pw_new_value() 2017-02-21 16:09:22 +01:00
librpc auth_log: Also log the final type of authentication (ntlmssp,krb5) 2017-03-29 02:37:27 +02:00
libsmb s3-libsmb: support rename and replace for SMB1 2017-03-28 17:45:19 +02:00
locale Correct "descriptior" typos. 2017-02-22 08:26:22 +01:00
locking s3/locking: helper functions for lease types 2017-05-06 19:01:14 +02:00
modules vfs_fruit: Fix the 32-bit build 2017-05-05 11:50:55 +02:00
nmbd Correct "errror" typos. 2017-02-22 08:26:22 +01:00
param param: Add 'mit kdc command' to change the default. 2017-04-29 23:31:09 +02:00
passdb secrets: Protect against a non-0-terminated ldap password 2017-04-22 05:20:20 +02:00
printing s3:printing: Change to GUID dir if we deal with COPY_FROM_DIRECTORY 2017-05-05 11:51:10 +02:00
profile s3-profile: reduce dependencies of smbprofile.h 2016-03-28 20:45:16 +02:00
registry Correct "existence" typos. 2017-02-22 08:26:22 +01:00
rpc_client s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPED 2017-04-07 22:52:24 +02:00
rpc_server lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
rpcclient s3-rpcclient: Fix enumdata spoolss display of REG_DWORD 2017-05-07 03:28:21 +02:00
script s3-tests: Use common functions in test_smbclient_netbios_aliases.sh 2017-04-29 23:31:08 +02:00
selftest test_idmap_rfc2307: Test wbinfo -r for 35 supplementary group memberships 2017-05-08 21:08:23 +02:00
services Update smbrun to allow for settings environment variables. 2016-10-13 04:26:26 +02:00
smbd s3/smbd: update exclusive oplock optimisation to the lease area 2017-05-06 22:58:47 +02:00
torture torture3: Make sure dbwrap_parse_record returns NOT_FOUND for invalid watchers data 2017-05-01 14:39:41 +02:00
utils net: Add net tdb command to print information from tdb records 2017-05-08 21:08:23 +02:00
web
winbindd idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start 2017-05-08 21:08:23 +02:00
.clang_complete lib: Remove tdb_compat 2015-03-17 11:30:52 +01:00
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
wscript_build smbldap: Bump version number 2017-04-20 14:23:14 +02:00
wscript_configure_system_ncurses Transition to waf 1.8: wrapped conf.check_cfg 2015-03-16 03:00:07 +01:00