dssync keytab: add support for keeping track of the up-to-date-ness vector.
authorMichael Adam <obnox@samba.org>
Wed, 16 Jul 2008 22:54:35 +0000 (00:54 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:40 +0000 (16:04 +0200)
commit0db26805da4f62c313237e762a81cebbe0f0357c
treec077cc34270063625ddea65a25cb75057a23e616
parent54d6ae09e268e169ee7f0f5ab02a465b030f4ba4
dssync keytab: add support for keeping track of the up-to-date-ness vector.

The startup operation should get the old up-to-date-ness vector from the backend
and the finish operation should store the new vector to the backend after replication.

This adds the change of the signatures of the operations ot the dssync_ops struct
and the implementation for the keytab ops. The up-to-date-ness vector is stored
under the principal constructed as UTDV/$naming_context_dn@$dns_domain_name.

The vector is still uninterpreted in libnet_dssync_process().
This will be the next step...

This code is essentially by Metze.

Michael
(This used to be commit 01318fb27a1aa9e5fed0d4dd882a123ab568ac37)
source3/include/smb.h
source3/libnet/libnet_dssync.c
source3/libnet/libnet_dssync.h
source3/libnet/libnet_dssync_keytab.c