summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/linked_attributes.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-21r25891: Test that we get the correct return value when we attempt to referenceAndrew Bartlett1-2/+2
2007-12-21r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett1-202/+132
2007-12-21r25781: Handle and test linked attribute renames.Andrew Bartlett1-7/+310
2007-12-21r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett1-1/+151
2007-12-21r25747: Implement linked attributes, for add operations.Andrew Bartlett1-0/+312