1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4
Tim Beale 539daefaf3 libnet/drs: Update replication debug to report link progress
Update the replication debug (for joins/backups) so that it's easier to
see how far through syncing the links we are. E.g. with 150,000 links,
you just get screeds of debug like this, with no real idea how far
through the replication is.

Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[1500/150024]
Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[1500/150024]
Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[1500/150024]

This patch now applies to links the same debug logic we use for objects,
and changes it to look like:

Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[57024/150024]
Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[58524/150024]
Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720]
linked_values[60024/150024]

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-10-17 05:40:07 +02:00
..
auth s4-auth: allow to pass original_user_name=NULL to auth_session_info_fill_unix() 2018-10-11 10:28:18 +02:00
build/pasn1
cldap_server cldap: clear remote address after cldap_dse_fill 2018-05-31 09:54:18 +02:00
client s4:client: Fix size types and loop 2018-04-03 20:20:10 +02:00
cluster dbwrap: Remove calls to loadparm 2018-04-24 01:53:19 +02:00
dns_server dns: dlz_bind9 reference count logging 2018-10-17 05:40:06 +02:00
dsdb dsdb: Add dsdb_request_has_control() helper function 2018-10-12 07:23:26 +02:00
echo_server source4/smbd: Do not overstamp the process model with "single" 2017-10-19 05:33:10 +02:00
heimdal PY3: fix "TabError: inconsistent use of tabs and spaces" 2018-09-27 01:54:27 +02:00
heimdal_build heimdal-build: Avoid using python str.format() 2018-09-21 03:06:44 +02:00
include lib: Remove global xfile.h includes 2016-11-20 06:23:19 +01:00
kdc kdc: Improve code clarity with extra brackets 2018-09-05 16:17:59 +02:00
ldap_server ldap_server: Fix CID 1435721 Unchecked return value 2018-05-24 03:35:00 +02:00
lib source4/lib/tls/wscript: update to handle waf 2.0.4 2018-09-05 06:37:24 +02:00
libcli s4: libcli/smb2: calculate correct credit charge for finds 2018-07-25 00:23:13 +02:00
libnet libnet/drs: Update replication debug to report link progress 2018-10-17 05:40:07 +02:00
librpc s4/librpc: Fix py2 dependecies leaking into py3 libraries 2018-09-16 09:21:59 +02:00
nbt_server samdb: Add remote address to connect 2018-05-10 20:02:23 +02:00
ntp_signd samdb: Add remote address to connect 2018-05-10 20:02:23 +02:00
ntvfs s4:libcli: allow passing an already negotiated connection to smb_composite_connect() 2018-07-24 06:55:23 +02:00
param s4/param: py2/p3 compat override_prefixmap should be string/bytes 2018-09-15 15:18:26 +02:00
rpc_server s4:rpc_server/netlogon: don't treet trusted domains as primary in LogonGetDomainInfo() 2018-09-04 02:31:27 +02:00
script PEP8: fix E401: multiple imports on one line 2018-08-24 07:49:30 +02:00
scripting s4/script/samba_upgradeprovision: set global dnNotToRecalculateFound var 2018-10-12 04:16:22 +02:00
selftest tests: Add corner-case test: fromServer points to dead server 2018-10-12 04:16:22 +02:00
setup provision: Add support for BIND 9.12.x 2018-08-10 05:36:19 +02:00
smb_server samdb: Add remote address to connect 2018-05-10 20:02:23 +02:00
smbd samba: read backup date field on init and fail if present 2018-06-28 03:34:26 +02:00
torture s4:torture: FinderInfo conversion test with AppleDouble without xattr data 2018-10-10 22:22:12 +02:00
utils tests/demote: replace demote test bash script to python 2018-06-07 04:21:17 +02:00
web_server s4/web_server: fix panic from wrong type extracted from conn 2018-09-28 03:57:47 +02:00
winbind samdb: Add remote address to connect 2018-05-10 20:02:23 +02:00
wrepl_server source4/smbd: Do not overstamp the process model with "single" 2017-10-19 05:33:10 +02:00
.clang_complete
.valgrind_suppressions
wscript_build Do not install smbclient4 and nmblookup4 2014-04-15 03:25:13 +02:00