r22472: Commit the start of the DRSUAPI pull replication service.
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Apr 2007 00:43:47 +0000 (00:43 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 23 Apr 2007 00:43:47 +0000 (00:43 +0000)
commit98457d9d1453631f0893c47d2d83f708914fa751
tree203c02c1aadca6256223daf3daa9f636128c0349
parent48e716530c368ab32d79849edaf25e5468d95d9a
r22472: Commit the start of the DRSUAPI pull replication service.

It doesn't work completely yet because we aren't able to
resolve DNS SRV records. And also we also need a kdc locator
plugin...

But with some hacks the pull replication works fine

metze
source/dsdb/config.mk
source/dsdb/repl/drepl_out_helpers.c [new file with mode: 0644]
source/dsdb/repl/drepl_out_helpers.h [new file with mode: 0644]
source/dsdb/repl/drepl_out_pull.c [new file with mode: 0644]
source/dsdb/repl/drepl_partitions.c [new file with mode: 0644]
source/dsdb/repl/drepl_periodic.c [new file with mode: 0644]
source/dsdb/repl/drepl_service.c
source/dsdb/repl/drepl_service.h