summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/linked_attributes.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-25ldb: mark the location of a lot more ldb requestsAndrew Tridgell1-0/+4
2010-07-08s4-source4/dsdb/samdb/ldb_modules/linked_attributes.c Use DSDB_FLAG_NEXT_MODU...Kamen Mazdrashki1-1/+4
2010-07-07s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell1-21/+13
2010-07-02s4-dsdb/samdb/ldb_modules/linked_attributes.c: make use of DSDB_FLAG_NEXT_MOD...Kamen Mazdrashki1-2/+2
2010-06-16s4:linked attributes LDB module - strip trailing whitespacesMatthias Dieter Wallnöfer1-35/+35
2010-06-16s4:linked_attributes LDB module - cosmeticsMatthias Dieter Wallnöfer1-12/+10
2010-06-16s4:dsdb Allow renames with (now removed) linked attributesAndrew Bartlett1-3/+11
2010-06-16s4:dsdb Fix linked_attributes to cope with the Feb 2010 changes to DLISTAndrew Bartlett1-2/+6
2010-06-16s4:dsdb Assert that we can't get backlinks as input in linked_attributesAndrew Bartlett1-2/+15
2010-06-16s4:dsdb use dsdb_module_modify() rather than ldb_next_request()Andrew Bartlett1-22/+2
2010-06-16s4:dsdb Handle backlinks for Windows 2000 level linked attributesAndrew Bartlett1-1/+892
2010-06-15dsdb: Fix includes when building against system ldb.Jelmer Vernooij1-1/+1
2010-03-16s4:dsdb - fix up warningsMatthias Dieter Wallnöfer1-1/+1
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-1/+8
2010-03-07s4:linked_attributes LDB module - change counter variables to "unsigned" wher...Matthias Dieter Wallnöfer1-3/+5
2010-01-02s4-dsdb: move checking for single valued links to samba modulesAndrew Tridgell1-1/+7
2010-01-02s4-dsdb: add REVEAL_INTERNALS in the search for linked_attributesAndrew Tridgell1-1/+2
2010-01-02s4-dsdb: simplify the linked_attributes moduleAndrew Tridgell1-853/+96
2010-01-02s4-dsdb: remove linked_attributes_addAndrew Tridgell1-86/+0
2010-01-02s4-dsdb: the linked_attributes module no longer handles deletesAndrew Tridgell1-53/+0
2010-01-02s4-dsdb: linked_attributes_modify no longer handles modifiesAndrew Tridgell1-183/+0
2009-12-10s4-dsdb: simplify linked attributes code using GUID functionsAndrew Tridgell1-18/+16
2009-11-27s4:dsdb Don't segfault with ldb_transaction_prepare_commit() without begin()Andrew Bartlett1-0/+4
2009-09-28s4-dsdb: removed extraneous debug messagesAndrew Tridgell1-4/+0
2009-09-28s4-samdb: free the linked_attributes list on prepare commit failureAndrew Tridgell1-0/+6
2009-09-06s4:"linked attributes" modules - correct the commentsMatthias Dieter Wallnöfer1-2/+2
2009-09-03another large change to the linked_attribute moduleAndrew Tridgell1-20/+64
2009-09-03fixed transaction handling in linked_attributes moduleAndrew Tridgell1-76/+4
2009-09-02traverse the ac list in reverse orderAndrew Tridgell1-1/+6
2009-09-02s4:dsdb rewrite the linked_atrributes code to commit in the end_transaction hookAndrew Tridgell1-107/+281
2009-09-02fixed spellingAndrew Tridgell1-1/+1
2009-07-19[SAMBA 4] Some cosmetic changes for the LDB modulesMatthias Dieter Wallnöfer1-6/+5
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-36/+66
2008-12-17s4:dsdb: Make the linked_attributes module set an extended dnAndrew Bartlett1-192/+325
2008-11-17Run the original operation before we update linked attrsAndrew Bartlett1-17/+24
2008-11-04Give a better error when ldb_dn_from_ldb_val failsAndrew Bartlett1-1/+3
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett1-8/+8
2008-11-04Fix use of wrong union arm in linked_attributes moduleAndrew Bartlett1-1/+1
2008-10-23Clarify the linked attribute module behaviour with commentsAndrew Bartlett1-1/+9
2008-10-02s4:linked_attributes: fix a crash bug when the definition of a target attribu...Stefan Metzmacher1-3/+35
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-688/+627
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-4/+4
2008-03-29Fix more valgrind issues.Andrew Bartlett1-1/+29
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
2008-01-16Rework linked_attributes module for the REPLACE case.Andrew Bartlett1-6/+86
2007-12-21r26182: Extend our linked attribute testsuite to cover many more possibleAndrew Bartlett1-74/+218
2007-12-21r25981: Don't create an ldb_request on NULL.Andrew Bartlett1-8/+11
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett1-30/+38