summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04s4-dsdb: implement DSDB_REPL_FLAG_PRIORITISE_INCOMINGAndrew Tridgell1-4/+22
2011-10-04s4-dsdb: disallow changes based on instanceTypeAndrew Tridgell1-4/+13
2011-09-19s4-drs: cope with REPL_OBJ getncchanges call for new objectAndrew Tridgell1-5/+10
2011-08-18s4-dsdb: added comments and fixed backlink check in repl_meta_dataAndrew Tridgell1-2/+17
2011-08-10s4-dsdb: avoid printing a pointless debug lineMatthieu Patou1-1/+1
2011-07-13s4-dsdb: another special case for the "member" attributeAndrew Tridgell1-1/+6
2011-07-13s4-dsdb: raise debug level for backlink errorsAndrew Tridgell1-1/+1
2011-07-13s4-dsdb: moved checking of duplicate member entries to repl_meta_data.cAndrew Tridgell1-3/+17
2011-07-11s4-dsdb: if the provision control is specified, update replication metadata e...Matthieu Patou1-1/+7
2011-07-11s4-dsdb: when replacing linked attribute take always the new dn as the old dn...Matthieu Patou1-1/+1
2011-07-11s4-dsdb: check for single valued attribute in repl_meta_data moduleMatthieu Patou1-0/+11
2011-07-05s4-dsdb: allow removal of unknown attributes if RELAX setAndrew Tridgell1-2/+9
2011-06-10s4-drs: ensure we add a RMD_ADDTIME when upgrading a linked attributeAndrew Tridgell1-1/+2
2011-06-07s4-dsdb: cope with missing backlinks in rpmd handlingAndrew Tridgell1-1/+10
2011-04-29s4:repl_meta_data LDB module - quiet a discard const ptr warningMatthias Dieter Wallnöfer1-1/+1
2011-04-06s4:dsdb/repl_meta_data: update replPropertyMetaData on originating renamesStefan Metzmacher1-6/+122
2011-04-06s4:dsdb/repl_meta_data: allow passing an explicit attribute list to replmd_up...Stefan Metzmacher1-4/+15
2011-04-06s4:dsdb/repl_meta_data: normalize the rdn attribute name based on the schemaStefan Metzmacher1-5/+15
2011-04-06s4: Update/Set local USN only on attribute that have been modified/createdMatthieu Patou1-9/+15
2011-04-04s4-dsdb: implemented creation of conflict recordsAndrew Tridgell1-48/+356
2011-03-10s4:repl_meta_data LDB module - always ask manually for the current partition ...Matthias Dieter Wallnöfer1-0/+46
2011-03-10s4:repl_meta_data LDB module - don't remove the partition control twiceMatthias Dieter Wallnöfer1-2/+1
2011-03-10s4:repl_meta_data LDB module - remove the current partition control unless it...Matthias Dieter Wallnöfer1-2/+10
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-1/+0
2011-02-14s4-dsdb: cope with broken exchange schema with single valued backlinksAndrew Tridgell1-0/+7
2011-01-22s4-repl_meta_data: replmd_update_is_newer() should not return true if metadat...Kamen Mazdrashki1-3/+3
2011-01-22s4-repl_meta_data: Print out what is wrong when we fail to modify objectKamen Mazdrashki1-0/+1
2011-01-22s4-repl_meta_data: We should not use USNs in metadata comparisonsKamen Mazdrashki1-11/+0
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-46/+55
2010-12-18ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij1-2/+2
2010-12-06s4-repl_meta_data: Print function name when we can't find attribute in Schema...Kamen Mazdrashki1-1/+2
2010-12-06s4-repl_meta_data: Remove duplicated checkKamen Mazdrashki1-2/+0
2010-11-20s4:repl_meta_data LDB module - fix a counter typeMatthias Dieter Wallnöfer1-2/+4
2010-11-20s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higherMatthias Dieter Wallnöfer1-29/+29
2010-11-18s4:repl_meta_data LDB module - allow also special DNs to be renamed correctlyMatthias Dieter Wallnöfer1-1/+1
2010-11-17s4-repl: save the result of the last replication in repsFrom/repsToAndrew Tridgell1-5/+0
2010-11-12s4:repl_meta_data LDB module - convert two debug messages into error messagesMatthias Dieter Wallnöfer1-4/+4
2010-11-11s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer1-0/+8
2010-11-08s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updatesMatthias Dieter Wallnöfer1-0/+9
2010-11-04s4-dsdb: use LDB_FLAG_MOD_REPLACE for isDeletedAndrew Tridgell1-1/+1
2010-11-04s4-dsdb: use LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK in dsdbAndrew Tridgell1-1/+3
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-0/+1
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+6
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-4/+4
2010-10-24s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"Matthias Dieter Wallnöfer1-8/+12
2010-10-24s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer1-6/+12
2010-10-12libcli/security Use common security.hAndrew Bartlett1-2/+1
2010-10-12s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett1-0/+1
2010-10-03s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer1-7/+9
2010-10-03s4:repl_meta_data LDB module - consider the SYSTEM_FLAG_DISALLOW_MOVE_ON_DELE...Matthias Dieter Wallnöfer1-10/+25