summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15s4-repl: make sure we marshal the replPropertyMetaData after the last changeAndrew Tridgell1-10/+10
2009-09-14s4-repl: handle rename in repl_meta_dataAndrew Tridgell1-0/+97
2009-09-14s4-repl: fixed a memory error handling linked attributesAndrew Tridgell1-10/+10
2009-09-13s4-repl: use the new dsdb partition uSN helper fnsAndrew Tridgell1-78/+16
2009-09-13s4-repl: keep a @REPLCHANGED object on each partitionAndrew Tridgell1-24/+310
2009-09-12s4:repl_meta_data: increment the attribute version with each changeStefan Metzmacher1-1/+2
2009-09-12s4-repl: don't be too eager to allocate new sequence numbersAndrew Tridgell1-7/+9
2009-09-12s4-samdb: internal s4 ldb modules should be GPL not LGPLAndrew Tridgell1-14/+10
2009-09-12s4-repl: we should only update uSNChanged when replication data changesAndrew Tridgell1-29/+39
2009-09-12repl_meta_data: Fix include path when building with standalone ldb.Jelmer Vernooij1-1/+1
2009-09-11s4-vampire: cope with no invocationID when vampiring the schemaAndrew Tridgell1-3/+4
2009-09-11s4-repl: don't update replPropertyMetaData for non-replicated attributesAndrew Tridgell1-0/+7
2009-09-11s4-repl: on every ldb modify we need to update replPropertyMetaDataAndrew Tridgell1-8/+171
2009-09-08s4:repl_meta_data: remove unused codeStefan Metzmacher1-11/+0
2009-09-03hook on prepare_commit instead of transaction_endAndrew Tridgell1-4/+7
2009-09-03change repl_meta_data to process linked_attributes structures in end_transactionAndrew Tridgell1-4/+276
2009-09-02add the partition_control control to replication requestsAndrew Tridgell1-0/+22
2009-09-02Display ldif formatted versions of all DRS changes at log level 4Andrew Tridgell1-0/+18
2009-08-19added basic support for rename in DRS replicationAndrew Tridgell1-5/+9
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-1/+1
2009-01-31s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher1-1/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-63/+92
2008-10-13DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer1-5/+5
2008-10-13Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-7/+7
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-454/+282
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher1-3/+24
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-7/+7
2008-09-24Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-7/+7
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
2008-01-25repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher1-0/+17
2008-01-24Use the repl_meta_data module by default.Andrew Bartlett1-0/+4
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett1-126/+14
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij1-4/+4
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-3/+5
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-6/+19
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-32/+38
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22991: ignore '@foo' attributes in the repl_meta_data moduleStefan Metzmacher1-0/+2
2007-10-10r21842: fix typo in commentStefan Metzmacher1-12/+12
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r21838: generate no metadata for constructed attributesStefan Metzmacher1-2/+4
2007-10-10r21773: fix typo orginating -> originatingStefan Metzmacher1-7/+7
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-1/+1
2007-10-10r21465: the LDAP-UPTODATEVECTOR test shows that the replUpToDateVectorStefan Metzmacher1-37/+11
2007-10-10r20975: - implement handling of meta data an on originating addStefan Metzmacher1-37/+240
2007-10-10r20971: we don't need this check twice:-)Stefan Metzmacher1-7/+0