summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-9/+13
2007-12-21r26360: Add some const.Jelmer Vernooij1-1/+1
2007-12-21r25941: Use samdb_relative_path() (new function in samdb.c) in the partitionsAndrew Bartlett1-30/+3
2007-12-21r25710: Finally fix subtree renames. Untested code is broken code and in thisAndrew Bartlett1-0/+17
2007-12-21r25701: Clarify commentAndrew Bartlett1-1/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-3/+6
2007-10-10r24731: Remove unused code - if we hit these error conditions, then we areAndrew Bartlett1-16/+0
2007-10-10r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument toAndrew Bartlett1-0/+5
2007-10-10r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>:Andrew Bartlett1-3/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett1-22/+24
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-1/+1
2007-10-10r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett1-1/+30
2007-10-10r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett1-23/+38
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-4/+22
2007-10-10r20855: pass the DSDB_CONTROL_CURRENT_PARTITION_OID control also for theStefan Metzmacher1-10/+27
2007-10-10r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requestsStefan Metzmacher1-2/+7
2007-10-10r20849: first step to move away from using find_backend() and use find_partit...Stefan Metzmacher1-5/+20
2007-10-10r20847: - split some code out into a new function find_partition()Stefan Metzmacher1-8/+27
2007-10-10r20826: make the dsdb_control_current_partition struct public and allocate an...Stefan Metzmacher1-5/+1
2007-10-10r20809: rename struct partition into struct dsdb_control_current_partitionStefan Metzmacher1-9/+11
2007-10-10r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher1-1/+8
2007-10-10r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...Stefan Metzmacher1-26/+15
2007-10-10r20599: - forward extended operations in the partitions moduleStefan Metzmacher1-2/+45
2007-10-10r19869: fix memleaksSimo Sorce1-6/+3
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-20/+15
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-1/+1
2007-10-10r18945: fix compiler warnings and end-of-non-void function bugsStefan Metzmacher1-1/+1
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-15/+90
2007-10-10r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett1-16/+37
2007-10-10r17703: Fixes to enable the entryUUID module to work for it's objectClass ->Andrew Bartlett1-3/+4
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-32/+29
2007-10-10r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett1-4/+75
2007-10-10r17303: More testing results: Don't try and call a NULL callback, and use theAndrew Bartlett1-1/+6
2007-10-10r17302: Testing!Andrew Bartlett1-5/+7
2007-10-10r17299: Improve the partition module to replicate attribute records into allAndrew Bartlett1-59/+181
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-5/+5
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-20/+20
2007-10-10r17103: Big updates to the not-yet-enabled partitions module. It now servicesAndrew Bartlett1-4/+189
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-1/+1
2007-10-10r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett1-2/+13
2007-10-10r16914: Add more tests for the partition module.Andrew Bartlett1-25/+137
2007-10-10r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett1-0/+297