1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/libnet
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
..
composite.h
groupinfo.c
groupinfo.h
groupman.c
groupman.h
libnet_become_dc.c libnet: Initialize req_level in become_dc tests 2017-07-28 00:25:15 +02:00
libnet_become_dc.h dsdb: Rework DSDB code to use WERROR 2016-11-04 04:41:19 +01:00
libnet_domain.c
libnet_domain.h
libnet_export_keytab.c krb5_wrap: Rename smb_krb5_open_keytab_relative() 2016-08-31 20:59:15 +02:00
libnet_export_keytab.h
libnet_group.c
libnet_group.h
libnet_join.c Minor cleanup to libnet_join_member 2018-02-24 23:19:05 +01:00
libnet_join.h
libnet_lookup.c Replace NT_STATUS_HAVE_NO_MEMORY macro 2018-03-03 00:00:34 +01:00
libnet_lookup.h
libnet_passwd.c
libnet_passwd.h
libnet_rpc.c s4:libnet: make use of dcerpc_secondary_auth_connection_send/recv() 2015-07-07 14:05:28 +02:00
libnet_rpc.h
libnet_samdump.c
libnet_samsync_ldb.c samdb: Add remote address to connect 2018-05-10 20:02:23 +02:00
libnet_samsync.c
libnet_samsync.h
libnet_share.c s4:libnet: fix 'Syscall param writev(vector[...])' valgrind error 2016-04-25 10:35:14 +02:00
libnet_share.h
libnet_site.c
libnet_site.h
libnet_time.c
libnet_time.h
libnet_unbecome_dc.c
libnet_unbecome_dc.h
libnet_user.c
libnet_user.h
libnet_vampire.c libnet/drs: Update replication debug to report link progress 2018-10-17 05:40:07 +02:00
libnet_vampire.h
libnet.c talloc_zero libnet_context on init 2018-02-01 00:33:34 +01:00
libnet.h
prereq_domain.c
py_net_dckeytab.c python3 port for dckeytab module 2018-03-23 07:28:26 +01:00
py_net.c FIXUP: Improve memory handling on py_net_change_password 2018-05-17 14:28:19 +02:00
py_net.h
userinfo.c
userinfo.h
userman.c
userman.h
wscript_build s3/libnet/wscript: build samba-net lib for extra-python/py3 2018-04-13 07:27:11 +02:00