Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - tag 0.32 | Nalin Dahyabhai | 2012-01-16 | 3 | -2/+6 | |
| | ||||||
* | - if the entry being touched is in an ldbm back-end, but there's no ↵ | Nalin Dahyabhai | 2012-01-16 | 3 | -4/+105 | |
| | | | | transaction ID, just return, and have faith that we'll be called again in the transaction post | |||||
* | - set the TXN correctly, and don't bother with the internal helper that ↵ | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+2 | |
| | | | | doesn't know how to use transactions | |||||
* | - use --read-var-info when using valgrind's memcheck | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - use multiple log files | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - force tracing children | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - update copyright dates in files modified this year | Nalin Dahyabhai | 2012-01-16 | 4 | -4/+4 | |
| | ||||||
* | - copy PARENT_TXN, too | Nalin Dahyabhai | 2012-01-16 | 1 | -0/+4 | |
| | ||||||
* | - use internal wrappers so that we can better know which callback we're | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+48 | |
| | | | | answering | |||||
* | - in callbacks, only use pblocks that are built from pblocks that we | Nalin Dahyabhai | 2012-01-16 | 10 | -123/+195 | |
| | | | | | | already have, so that we can pass the transaction ID around; this includes additional parameters for a number of functions and a new callback data type for backend_set_config_entry_add_cb() | |||||
* | - DS doesn't do nested transactions (yet?), so copy the transaction ID verbatim | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | whitespace fixups | Nalin Dahyabhai | 2012-01-13 | 1 | -5/+5 | |
| | ||||||
* | - expect a parent pblock when we're pulling up a single entry | Nalin Dahyabhai | 2012-01-13 | 2 | -5/+7 | |
| | ||||||
* | - always use TXN IDs, if they exist, even if we don't really care | Nalin Dahyabhai | 2012-01-13 | 1 | -2/+2 | |
| | ||||||
* | - first pass at handling multivalue ethers records correctly | Nalin Dahyabhai | 2012-01-13 | 1 | -4/+4 | |
| | ||||||
* | - tag 0.31 | Nalin Dahyabhai | 2012-01-11 | 3 | -2/+6 | |
| | ||||||
* | - fix the test that we do recompute the two entries when we're not skipping that | Nalin Dahyabhai | 2012-01-11 | 7 | -30/+19 | |
| | ||||||
* | - adjust expectations now that we normalize our entry DNs | Nalin Dahyabhai | 2012-01-11 | 34 | -82/+82 | |
| | ||||||
* | - avoid using pblocks for more than one internal operation - the server | Nalin Dahyabhai | 2012-01-11 | 4 | -42/+31 | |
| | | | | | | allocates internal state each time but doesn't clean up any that's aready there if you reuse the block - correctly free values we use when constructing compat entries | |||||
* | - don't use the deprecated slapi_dn_parent() function, the result of which ↵ | Nalin Dahyabhai | 2012-01-11 | 1 | -3/+7 | |
| | | | | we used to leak | |||||
* | - don't ever need to call slapi_free_search_results_internal() after ↵ | Nalin Dahyabhai | 2012-01-11 | 1 | -2/+0 | |
| | | | | slapi_search_internal_callback_pb() | |||||
* | - adapt to slapi_dn_normalize() becoming a no-op because it's deprecated | Nalin Dahyabhai | 2012-01-11 | 1 | -8/+11 | |
| | ||||||
* | - have slapi_search_internal_get_entry() always set its result to NULL on ↵ | Nalin Dahyabhai | 2012-01-11 | 4 | -6/+5 | |
| | | | | failure | |||||
* | - be more careful when logging the names of callback entries | Nalin Dahyabhai | 2012-01-10 | 1 | -6/+12 | |
| | ||||||
* | - correct number of #endifs this time | Nalin Dahyabhai | 2012-01-10 | 1 | -1/+0 | |
| | ||||||
* | - whoops, fix that check | Nalin Dahyabhai | 2012-01-10 | 1 | -0/+9 | |
| | ||||||
* | - carry the parent TXN ID down | Nalin Dahyabhai | 2012-01-10 | 1 | -1/+13 | |
| | ||||||
* | - actually get MEP working for when we need it | Nalin Dahyabhai | 2012-01-10 | 1 | -4/+6 | |
| | ||||||
* | - start with a generic sub-pblock function | Nalin Dahyabhai | 2012-01-10 | 2 | -0/+7 | |
| | ||||||
* | - add a basic MEP configuration | Nalin Dahyabhai | 2012-01-10 | 1 | -0/+18 | |
| | ||||||
* | - tag 0.30 | Nalin Dahyabhai | 2012-01-10 | 3 | -3/+7 | |
| | ||||||
* | - add config snippet for managed-entries and load it by default | Nalin Dahyabhai | 2012-01-10 | 4 | -1/+36 | |
| | ||||||
* | - get the disabling logic right | Nalin Dahyabhai | 2012-01-10 | 2 | -6/+6 | |
| | ||||||
* | - use an internal sequence number to disable the skip-boring-updates logic, ↵ | Nalin Dahyabhai | 2012-01-10 | 21 | -1/+331 | |
| | | | | and test that while our results don't change, we did actually do processing | |||||
* | - add a testing option for toggling the skip-uninteresting-updates logic | Nalin Dahyabhai | 2012-01-10 | 5 | -2/+29 | |
| | ||||||
* | - saving that for 0.30 | Nalin Dahyabhai | 2012-01-10 | 1 | -4/+4 | |
| | ||||||
* | - add and test a "unique" operator | Nalin Dahyabhai | 2012-01-10 | 21 | -0/+340 | |
| | ||||||
* | - add tests which exercise us in combination with memberOf and refint | Nalin Dahyabhai | 2012-01-10 | 25 | -48/+239 | |
| | ||||||
* | - make refint and memberof tests the default | Nalin Dahyabhai | 2012-01-10 | 2 | -12/+26 | |
| | | | | - add an option to add -Wl,-z,nodelete to the link flags | |||||
* | - add constructs conditionally using refint and memberof | Nalin Dahyabhai | 2012-01-10 | 2 | -2/+14 | |
| | ||||||
* | - change how we skip the be-txn-post hook so that it doesn't produce a ↵ | Nalin Dahyabhai | 2012-01-09 | 3 | -3/+21 | |
| | | | | | | misleading debug message - set IPV6_V6ONLY to avoid logging an expected EADDRINUSE error | |||||
* | - most of what's needed to hook back-end txn postoperations, except for the ↵ | Nalin Dahyabhai | 2012-01-09 | 7 | -0/+116 | |
| | | | | passing the TXN ID around, which means we deadlock if we actually do it | |||||
* | - turn on refint and memberof plugins when running tests | Nalin Dahyabhai | 2012-01-09 | 5 | -3/+69 | |
| | ||||||
* | - detect whether or not SLAPI interfaces for backend txn postop callbacks exist | Nalin Dahyabhai | 2012-01-09 | 1 | -1/+26 | |
| | ||||||
* | - Make a note of which attributes we read from any entry when evaluating ↵ | Nalin Dahyabhai | 2012-01-06 | 7 | -53/+304 | |
| | | | | data, and when we're later called for a modify request which doesn't modify any of those attributes, skip recalculating the entry contents (should make a dent in #771493). | |||||
* | - remove use of 'memberOf' for computing members of the group.byname and | Nalin Dahyabhai | 2012-01-06 | 1 | -3/+3 | |
| | | | | | | group.bygid maps; in IPA, the memberOf plugin ensures that it's only ever going to have redundant data, so there's nothing to be gained by examining the relationships from that end | |||||
* | - release notes | Nalin Dahyabhai | 2012-01-04 | 2 | -0/+10 | |
| | ||||||
* | - update to expect normalized DNs in sample search results | Nalin Dahyabhai | 2012-01-04 | 6 | -20/+20 | |
| | ||||||
* | - use the NDN instead of the target DN as the map key | Nalin Dahyabhai | 2012-01-04 | 1 | -3/+3 | |
| | ||||||
* | - in the test client, don't force the timeout to 0 | Nalin Dahyabhai | 2012-01-04 | 1 | -1/+0 | |
| |