index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libnet
/
libnet_dssync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-18
idl: switched to using the WSPP names for the 'neighbour' DRS options
Andrew Tridgell
1
-5
/
+5
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-04-23
Fix an uninitialized variable
Volker Lendecke
1
-0
/
+2
2009-04-14
Move DRSUAPI per-attribute decryption into a common file
Andrew Bartlett
1
-71
/
+5
2009-04-01
s3-libnet: only call libnet_dssync_process() startup and shutdown callbacks w...
Günther Deschner
1
-12
/
+16
2008-10-17
s3: fix s3 drsuapi callers.
Günther Deschner
1
-1
/
+1
2008-10-16
s4-build: fix drsuapi callers.
Günther Deschner
1
-4
/
+11
2008-08-07
Fix "might be used uninitialized" warnings.
Jeremy Allison
1
-3
/
+3
2008-08-01
libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().
Michael Adam
1
-2
/
+9
2008-08-01
libnet dssync: fix memory allocation for error/result messages.
Michael Adam
1
-7
/
+7
2008-08-01
libnet dssync: add my C after dssync keytab changes.
Michael Adam
1
-0
/
+1
2008-08-01
dssync: add clean_old_entries flag to dssync_ctx.
Michael Adam
1
-0
/
+1
2008-08-01
libnet dssync: rename flag single to single_object_replication
Michael Adam
1
-6
/
+12
2008-08-01
libnet dssync: rename repl_nodiff flag to force_full_replication.
Michael Adam
1
-1
/
+1
2008-08-01
libnet dssync: support lists of dns (instead of one dn) for single object rep...
Michael Adam
1
-16
/
+24
2008-08-01
libnet dssync: move determination of request level into build_request()
Michael Adam
1
-10
/
+15
2008-08-01
libnet dssync: refactor dsgetncchanges loop out into libnet_dssync_getncchang...
Michael Adam
1
-59
/
+80
2008-08-01
libnet dssync: fix single object replication by adding one check.
Michael Adam
1
-1
/
+1
2008-08-01
libnet dssync: simplify logic of libnet_dssync_process() main loop.
Michael Adam
1
-83
/
+64
2008-08-01
libnet dssync: refactor creation of request out into new function
Michael Adam
1
-64
/
+122
2008-08-01
vampire keytab: add switch --repl-nodiff to trigger full replication.
Michael Adam
1
-1
/
+1
2008-08-01
dssync: allow replications of a single obj with net rpc vampire keytab.
Michael Adam
1
-6
/
+26
2008-08-01
dssync: pass uptodateness vector into and out of DsGetNCChanges request.
Michael Adam
1
-2
/
+42
2008-08-01
dssync: either use the req5 or the req8 request, depending on the supported_e...
Michael Adam
1
-8
/
+24
2008-08-01
dssync: record the bind info in the new remote_info28 in libnet_dssync_bind().
Michael Adam
1
-0
/
+29
2008-08-01
dssync keytab: add support for keeping track of the up-to-date-ness vector.
Michael Adam
1
-2
/
+2
2008-08-01
dssync: replace the processing_fn by startup/process/finish ops.
Michael Adam
1
-12
/
+24
2008-07-22
Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
Michael Adam
1
-1
/
+1
2008-07-18
dssync: fix missing prototype warning by including the proper header.
Michael Adam
1
-1
/
+1
2008-07-16
libnet_dssync: use ctr[1|6]->more_data
Stefan Metzmacher
1
-2
/
+2
2008-06-27
libnet_dssync: add last_query flag to processing routine.
Günther Deschner
1
-4
/
+16
2008-06-27
libnet_dssync: add output filename and dns_domain_name to dssync struct.
Günther Deschner
1
-0
/
+6
2008-06-26
libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.
Günther Deschner
1
-0
/
+2
2008-06-26
libnet_dssync: always decrypt attributes before passing them to the processin...
Günther Deschner
1
-0
/
+127
2008-06-26
net_vampire: add some error output to libnet_dssync.
Günther Deschner
1
-1
/
+16
2008-06-25
rpc_client: let cli_get_session_key() return talloced session key.
Günther Deschner
1
-1
/
+1
2008-06-24
net_vampire: add basic libnet_dssync() infrastructure.
Günther Deschner
1
-0
/
+353