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
/
source4
/
dsdb
/
repl
/
replicated_objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-22
dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaData
Andrew Bartlett
1
-0
/
+9
2013-06-11
dsdb: use the correct talloc parent in dsdb_repl_merge_working_schema()
Stefan Metzmacher
1
-2
/
+2
2013-05-23
dsdb-repl: merge the logic from libnet_vampire_cb_apply_schema()
Stefan Metzmacher
1
-6
/
+113
2013-05-23
dsdb-repl: split out dsdb_repl_resolve_working_schema
Stefan Metzmacher
1
-53
/
+94
2013-05-23
dsdb-drs: when replicating schema object checks ask for removal of previous v...
Matthieu Patou
1
-3
/
+4
2013-05-16
dsdb-repl: Allow the name attribute (and name-based schema lookups) to be ski...
Andrew Bartlett
1
-12
/
+19
2013-02-08
dsdb-repl: make message more clearer
Matthieu Patou
1
-2
/
+2
2012-08-14
s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'
Stefan Metzmacher
1
-1
/
+2
2012-08-14
s4:dsdb/repl: make sure instanceType_e is not changed by a reallocation
Stefan Metzmacher
1
-1
/
+11
2012-08-14
s4:dsdb/repl: avoid reallocation of msg->elements
Stefan Metzmacher
1
-1
/
+1
2012-08-11
s4-dsdb: Take more care in handling of global schema memory
Andrew Bartlett
1
-27
/
+61
2012-08-03
s4:dsdb:replicated_objects: do not move 'instanceType' to the end of msg->ele...
Stefan Metzmacher
1
-1
/
+22
2012-07-29
s4-repl: Use ldb_dn_new() to create the rootDSE DN
Andrew Bartlett
1
-1
/
+5
2012-07-29
s4-repl: Use NULL for pointer test when checking for ldb_msg_new() failure
Andrew Bartlett
1
-1
/
+1
2012-07-18
s4-dsdb: Ensure we never write read-only objects onto a read-write replica
Andrew Bartlett
1
-1
/
+8
2012-07-06
s4-dsdb: Use parent_object_guid to find the correct parent for new objects
Andrew Bartlett
1
-0
/
+11
2012-06-22
s4-drs: if schema has changed during replication notify other process that th...
Matthieu Patou
1
-0
/
+55
2011-10-04
s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA
Andrew Tridgell
1
-60
/
+3
2011-10-04
s4-repl: support creation of new NCs via DsAddEntry
Andrew Tridgell
1
-0
/
+84
2011-10-04
s4-repl: update instanceType in partial_replica replication
Andrew Tridgell
1
-0
/
+20
2011-08-09
s4-dsdb clarify that failure to load the schema items from DRS is expected
Andrew Bartlett
1
-3
/
+3
2011-03-01
s4-repl/working_schema: Ignore some attributes when bulding working schema cache
Kamen Mazdrashki
1
-0
/
+9
2011-03-01
s4-replicated_objects: Implement a mechanism to relax some attributes conversion
Kamen Mazdrashki
1
-4
/
+31
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2010-12-18
s4-drepl: During Schema replication, we need to save updated prefixMap if eve...
Kamen Mazdrashki
1
-0
/
+18
2010-12-18
s4-drepl: Make refreshed schema a global one
Kamen Mazdrashki
1
-0
/
+7
2010-12-17
s4-drepl: Reference current Schema cache into working_schema context
Kamen Mazdrashki
1
-1
/
+1
2010-12-15
s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...
Kamen Mazdrashki
1
-0
/
+55
2010-12-01
s4:dsdb/repl/replicated_objects.c - proof if "talloc_reference" doesn't retur...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-12-01
s4-dsdb/schema: Implement multi-pass working schema creation function
Kamen Mazdrashki
1
-0
/
+132
2010-12-01
s4-repl: Let dsdb_replicated_objects_convert() to accept schema from caller
Kamen Mazdrashki
1
-7
/
+6
2010-11-11
s4-repl: Propagate remote prefixMap in DRSUAPI data conversion functions
Kamen Mazdrashki
1
-3
/
+19
2010-11-11
s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...
Kamen Mazdrashki
1
-12
/
+12
2010-11-11
s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...
Kamen Mazdrashki
1
-3
/
+3
2010-11-11
s4-repl: dsdb_convert_object -> dsdb_origin_object_convert
Kamen Mazdrashki
1
-7
/
+7
2010-10-31
idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values
Kamen Mazdrashki
1
-1
/
+1
2010-10-10
s4-dsdb-repl: Print what the error code for failure is
Kamen Mazdrashki
1
-1
/
+3
2010-09-18
s4-drs: Check for schema changes only in case we are *not* applying Schema re...
Kamen Mazdrashki
1
-8
/
+19
2010-06-12
s4:dsdb Allow calling dsdb_convert_object_ex() directly
Andrew Bartlett
1
-6
/
+6
2010-03-16
s4:dsdb Change dsdb_get_schema() callers to use new talloc argument
Andrew Bartlett
1
-11
/
+19
2010-03-05
s4:repl - change also here the counter variables to "unsigned"
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-01-14
s4-drs: Store uSNUrgent for Urgent Replication
Fernando J V da Silva
1
-2
/
+2
2009-12-21
Revert "s4-drs: cope with bogus empty attributes from w2k8-r2"
Kamen Mazdrashki
1
-17
/
+0
2009-12-21
s4-repl: give a reason why the prepare commit failed
Andrew Tridgell
1
-1
/
+2
2009-12-10
s4-dsdb: use GUID_to_ndr_blob()
Andrew Tridgell
1
-7
/
+2
2009-11-28
s4-drs: cope with bogus empty attributes from w2k8-r2
Andrew Tridgell
1
-0
/
+17
2009-11-16
Revert "s4:dsdb/repl/replicated_objects - Applicate also here the new "lDAPDi...
Matthias Dieter Wallnöfer
1
-4
/
+1
2009-11-15
s4:dsdb/repl/replicated_objects - Applicate also here the new "lDAPDisplayNam...
Matthias Dieter Wallnöfer
1
-1
/
+4
2009-11-12
s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS import
Andrew Bartlett
1
-34
/
+29
2009-11-06
s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...
Kamen Mazdrashki
1
-1
/
+1
[next]