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
/
samdb
/
ldb_modules
/
repl_meta_data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-03
s4:dsdb Don't allow creation of systemOnly objectclasses
Matthias Dieter Wallnöfer
1
-4
/
+4
2009-10-02
s4:repl_meta_data - various
Matthias Dieter Wallnöfer
1
-9
/
+38
2009-10-02
s4:dsdb Pass down the exact error code on failure in repl_meta_data
Andrew Bartlett
1
-5
/
+5
2009-10-02
s4-ldb: Use relax control to check in replace metadata module if we accept re...
Matthieu Patou
1
-5
/
+38
2009-09-28
s4-dsdb: update replPropertyMetaData on linked attribute source attributes
Andrew Tridgell
1
-0
/
+23
2009-09-28
s4-repl: free the la list on prepare commit failure
Andrew Tridgell
1
-0
/
+3
2009-09-28
s4-repl: use GUID to resolve target in linked attributes
Andrew Tridgell
1
-8
/
+7
2009-09-28
s4-drs: fixed sorting of replPropertyMetaData
Andrew Tridgell
1
-31
/
+44
2009-09-24
s4-drs: add defines for replication flags on attributes
Andrew Tridgell
1
-5
/
+2
2009-09-24
s4-ldb: sort replPropertyMetaData by attid
Andrew Tridgell
1
-1
/
+16
2009-09-24
s4-ldb: add instanceType in repl_meta_data module
Andrew Tridgell
1
-0
/
+8
2009-09-23
s4-drs: ignore zero value elements in DRS add operations
Andrew Tridgell
1
-0
/
+13
2009-09-22
s4-ldb: added a bunch more debug for DC join
Andrew Tridgell
1
-0
/
+3
2009-09-19
Move replmd_drsuapi_DsReplicaCursor2_compare to a common place.
Anatoliy Atanasov
1
-7
/
+1
2009-09-18
s4-drs: cope with dupliate linked attributes
Andrew Tridgell
1
-1
/
+41
2009-09-15
s4-repl: make sure we marshal the replPropertyMetaData after the last change
Andrew Tridgell
1
-10
/
+10
2009-09-14
s4-repl: handle rename in repl_meta_data
Andrew Tridgell
1
-0
/
+97
2009-09-14
s4-repl: fixed a memory error handling linked attributes
Andrew Tridgell
1
-10
/
+10
2009-09-13
s4-repl: use the new dsdb partition uSN helper fns
Andrew Tridgell
1
-78
/
+16
2009-09-13
s4-repl: keep a @REPLCHANGED object on each partition
Andrew Tridgell
1
-24
/
+310
2009-09-12
s4:repl_meta_data: increment the attribute version with each change
Stefan Metzmacher
1
-1
/
+2
2009-09-12
s4-repl: don't be too eager to allocate new sequence numbers
Andrew Tridgell
1
-7
/
+9
2009-09-12
s4-samdb: internal s4 ldb modules should be GPL not LGPL
Andrew Tridgell
1
-14
/
+10
2009-09-12
s4-repl: we should only update uSNChanged when replication data changes
Andrew Tridgell
1
-29
/
+39
2009-09-12
repl_meta_data: Fix include path when building with standalone ldb.
Jelmer Vernooij
1
-1
/
+1
2009-09-11
s4-vampire: cope with no invocationID when vampiring the schema
Andrew Tridgell
1
-3
/
+4
2009-09-11
s4-repl: don't update replPropertyMetaData for non-replicated attributes
Andrew Tridgell
1
-0
/
+7
2009-09-11
s4-repl: on every ldb modify we need to update replPropertyMetaData
Andrew Tridgell
1
-8
/
+171
2009-09-08
s4:repl_meta_data: remove unused code
Stefan Metzmacher
1
-11
/
+0
2009-09-03
hook on prepare_commit instead of transaction_end
Andrew Tridgell
1
-4
/
+7
2009-09-03
change repl_meta_data to process linked_attributes structures in end_transaction
Andrew Tridgell
1
-4
/
+276
2009-09-02
add the partition_control control to replication requests
Andrew Tridgell
1
-0
/
+22
2009-09-02
Display ldif formatted versions of all DRS changes at log level 4
Andrew Tridgell
1
-0
/
+18
2009-08-19
added basic support for rename in DRS replication
Andrew Tridgell
1
-5
/
+9
2009-07-13
libds: share UF_ flags between samba3 and 4.
Günther Deschner
1
-1
/
+1
2009-01-31
s4:repl_meta_data: fix segfault after ldb changes
Stefan Metzmacher
1
-1
/
+1
2009-01-30
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
1
-63
/
+92
2008-10-13
DSDB cosmetic patches: Some enhancements
Matthias Dieter Wallnöfer
1
-5
/
+5
2008-10-13
Cosmetic corrections for the DSDB module
Matthias Dieter Wallnöfer
1
-7
/
+7
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-454
/
+282
2008-09-29
s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updates
Stefan Metzmacher
1
-3
/
+24
2008-09-25
Revert LDB return code patches from Matthias.
Jelmer Vernooij
1
-7
/
+7
2008-09-24
Cosmetic corrections for the DSDB module
Matthias Dieter Wallnöfer
1
-7
/
+7
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-6
/
+1
2008-01-25
repl_meta_data: add some TODOs to replmd_modify_originating()
Stefan Metzmacher
1
-0
/
+17
2008-01-24
Use the repl_meta_data module by default.
Andrew Bartlett
1
-0
/
+4
2008-01-23
Fix DRSUAPI replication test - NET-API-BECOME-DC.
Andrew Bartlett
1
-126
/
+14
2008-01-01
r26640: Janitorial: Remove some more uses of global_loadparm.
Jelmer Vernooij
1
-4
/
+4
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-3
/
+5
[prev]
[next]