Age | Commit message (Expand) | Author | Files | Lines |
2009-12-10 | s4-dsdb: simplify linked attributes code using GUID functions | Andrew Tridgell | 1 | -18/+16 |
2009-11-27 | s4:dsdb Don't segfault with ldb_transaction_prepare_commit() without begin() | Andrew Bartlett | 1 | -0/+4 |
2009-09-28 | s4-dsdb: removed extraneous debug messages | Andrew Tridgell | 1 | -4/+0 |
2009-09-28 | s4-samdb: free the linked_attributes list on prepare commit failure | Andrew Tridgell | 1 | -0/+6 |
2009-09-06 | s4:"linked attributes" modules - correct the comments | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-09-03 | another large change to the linked_attribute module | Andrew Tridgell | 1 | -20/+64 |
2009-09-03 | fixed transaction handling in linked_attributes module | Andrew Tridgell | 1 | -76/+4 |
2009-09-02 | traverse the ac list in reverse order | Andrew Tridgell | 1 | -1/+6 |
2009-09-02 | s4:dsdb rewrite the linked_atrributes code to commit in the end_transaction hook | Andrew Tridgell | 1 | -107/+281 |
2009-09-02 | fixed spelling | Andrew Tridgell | 1 | -1/+1 |
2009-07-19 | [SAMBA 4] Some cosmetic changes for the LDB modules | Matthias Dieter Wallnöfer | 1 | -6/+5 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -0/+1 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 1 | -36/+66 |
2008-12-17 | s4:dsdb: Make the linked_attributes module set an extended dn | Andrew Bartlett | 1 | -192/+325 |
2008-11-17 | Run the original operation before we update linked attrs | Andrew Bartlett | 1 | -17/+24 |
2008-11-04 | Give a better error when ldb_dn_from_ldb_val fails | Andrew Bartlett | 1 | -1/+3 |
2008-11-04 | Use ldb_dn_from_ldb_val to avoid possible over-run of the value. | Andrew Bartlett | 1 | -8/+8 |
2008-11-04 | Fix use of wrong union arm in linked_attributes module | Andrew Bartlett | 1 | -1/+1 |
2008-10-23 | Clarify the linked attribute module behaviour with comments | Andrew Bartlett | 1 | -1/+9 |
2008-10-02 | s4:linked_attributes: fix a crash bug when the definition of a target attribu... | Stefan Metzmacher | 1 | -3/+35 |
2008-09-29 | LDB ASYNC: samba4 modules | Simo Sorce | 1 | -688/+627 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 1 | -4/+4 |
2008-03-29 | Fix more valgrind issues. | Andrew Bartlett | 1 | -1/+29 |
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-16 | Rework linked_attributes module for the REPLACE case. | Andrew Bartlett | 1 | -6/+86 |
2007-12-21 | r26182: Extend our linked attribute testsuite to cover many more possible | Andrew Bartlett | 1 | -74/+218 |
2007-12-21 | r25981: Don't create an ldb_request on NULL. | Andrew Bartlett | 1 | -8/+11 |
2007-12-21 | r25942: Make various ldb modules handle an LDB backend that enforces validity | Andrew Bartlett | 1 | -30/+38 |
2007-12-21 | r25891: Test that we get the correct return value when we attempt to reference | Andrew Bartlett | 1 | -2/+2 |
2007-12-21 | r25788: Use a single routine to handle the creation of modify requests in the | Andrew Bartlett | 1 | -202/+132 |
2007-12-21 | r25781: Handle and test linked attribute renames. | Andrew Bartlett | 1 | -7/+310 |
2007-12-21 | r25763: Handle modifies, in the easy case (add/delete of elements), for the | Andrew Bartlett | 1 | -1/+151 |
2007-12-21 | r25747: Implement linked attributes, for add operations. | Andrew Bartlett | 1 | -0/+312 |