summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition_init.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23s4:dsdb Set partitions metadata as soon as it is set up.Andrew Bartlett1-3/+3
2009-10-22s4:dsdb Use the 'correct' case for the namingContext values in rootDSEAndrew Bartlett1-0/+22
2009-10-21s4:dsdb Allow loading of old-style partition recordsAndrew Bartlett1-19/+36
2009-10-21s4:dsdb Make the 'relative path' code in partitions handle tdb://Andrew Bartlett1-7/+12
2009-10-21s4:dsdb talloc_steal the backend module to under the partitionAndrew Bartlett1-0/+1
2009-10-21s4:dsdb Allow creation of new partitionsAndrew Bartlett1-70/+100
2009-10-21s4:dsdb Load new partitions in a running LDB if metadata changesAndrew Bartlett1-143/+151
2009-10-21s4:dsdb Only reload partition metadata on search and transaction startAndrew Bartlett1-9/+0
2009-10-21s4:dsdb Reload partition metadata if the main db updatesAndrew Bartlett1-0/+38
2009-10-21s4:dsdb Split 'set per-partition metadata' into it's own functionAndrew Bartlett1-139/+162
2009-10-21s4:dsdb Don't try and casefold DNs during startup for partition loadAndrew Bartlett1-10/+19
2009-10-21s4:dsdb Fix partition_create not to return earlyAndrew Bartlett1-14/+22
2009-10-21s4:dsdb Be strict in selecting on-disk names for partitionsAndrew Bartlett1-6/+83
2009-10-21s4:dsdb Rework modules create new partitions at runtimeAndrew Bartlett1-0/+534