| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop checking if a non-NULL value has a NULL value | Nalin Dahyabhai | 2013-12-12 | 1 | -2/+2 |
* | Silence a compiler warning | Nalin Dahyabhai | 2013-12-12 | 1 | -1/+2 |
* | Add ignore-subtree and restrict-subtree settings | Nalin Dahyabhai | 2013-09-19 | 1 | -41/+72 |
* | Add schema-compat-relevant-subtree | Nalin Dahyabhai | 2013-09-12 | 1 | -2/+29 |
* | Add schema-compat-ignore-subtree | Nalin Dahyabhai | 2013-09-12 | 1 | -0/+98 |
* | Notice when we fail to write lock | Nalin Dahyabhai | 2013-08-07 | 1 | -6/+45 |
* | Clean up logging a little bit | Nalin Dahyabhai | 2013-05-23 | 1 | -8/+10 |
* | check SLAPI_PLUGIN_OPRETURN values | Nalin Dahyabhai | 2013-04-04 | 1 | -0/+21 |
* | don't skip changes that only affect map membership | Nalin Dahyabhai | 2013-04-04 | 1 | -11/+16 |
* | explicitly check for "no" values | Nalin Dahyabhai | 2012-11-14 | 1 | -1/+9 |
* | Overhaul betxn support | Nalin Dahyabhai | 2012-11-01 | 1 | -47/+147 |
* | make NIS Plugin and Schema Compatibility Plugin betxn aware | Noriko Hosoi | 2012-10-16 | 1 | -16/+31 |
* | drop support for directory server transactions | Nalin Dahyabhai | 2012-06-13 | 1 | -157/+0 |
* | - fix a leak | Nalin Dahyabhai | 2012-05-22 | 1 | -21/+39 |
* | - remove unused variables | Nalin Dahyabhai | 2012-01-24 | 1 | -3/+3 |
* | - don't log a NULL there, either | Nalin Dahyabhai | 2012-01-24 | 1 | -2/+2 |
* | - avoid a possible NULL deref | Nalin Dahyabhai | 2012-01-23 | 1 | -8/+8 |
* | - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the o... | Nalin Dahyabhai | 2012-01-19 | 1 | -2/+184 |
* | - if there are _no_ substantive changes, drop out of modify even earlier -- t... | Nalin Dahyabhai | 2012-01-17 | 1 | -3/+37 |
* | - computer our own mods list for modify operations, to not get suckered | Nalin Dahyabhai | 2012-01-17 | 1 | -12/+50 |
* | - use a better message when we're catching a modify on an entry that wasn't b... | Nalin Dahyabhai | 2012-01-17 | 1 | -0/+13 |
* | - be a bit more aggressive about skipping unnecessary work | Nalin Dahyabhai | 2012-01-17 | 1 | -5/+1 |
* | - if the entry being touched is in an ldbm back-end, but there's no transacti... | Nalin Dahyabhai | 2012-01-16 | 1 | -0/+105 |
* | - use internal wrappers so that we can better know which callback we're | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+48 |
* | - in callbacks, only use pblocks that are built from pblocks that we | Nalin Dahyabhai | 2012-01-16 | 1 | -39/+76 |
* | - avoid using pblocks for more than one internal operation - the server | Nalin Dahyabhai | 2012-01-11 | 1 | -14/+20 |
* | - don't ever need to call slapi_free_search_results_internal() after slapi_s... | Nalin Dahyabhai | 2012-01-11 | 1 | -2/+0 |
* | - have slapi_search_internal_get_entry() always set its result to NULL on fai... | Nalin Dahyabhai | 2012-01-11 | 1 | -2/+1 |
* | - be more careful when logging the names of callback entries | Nalin Dahyabhai | 2012-01-10 | 1 | -6/+12 |
* | - add a testing option for toggling the skip-uninteresting-updates logic | Nalin Dahyabhai | 2012-01-10 | 1 | -2/+4 |
* | - change how we skip the be-txn-post hook so that it doesn't produce a mislea... | Nalin Dahyabhai | 2012-01-09 | 1 | -2/+0 |
* | - most of what's needed to hook back-end txn postoperations, except for the p... | Nalin Dahyabhai | 2012-01-09 | 1 | -0/+34 |
* | - Make a note of which attributes we read from any entry when evaluating data... | Nalin Dahyabhai | 2012-01-06 | 1 | -6/+145 |
* | - use the NDN instead of the target DN as the map key | Nalin Dahyabhai | 2012-01-04 | 1 | -3/+3 |
* | - remove format_* functions that didn't need to be exported | Nalin Dahyabhai | 2011-07-26 | 1 | -10/+24 |
* | - don't assume that libc will provide yp headers -- build them ourselves | Nalin Dahyabhai | 2011-05-13 | 1 | -2/+2 |
* | - check that we have a complete definition before we try to read it (defect #... | Nalin Dahyabhai | 2011-01-03 | 1 | -2/+2 |
* | - allocate 'tmp' as an array of 'char *', and not 'char **' (defect #10112) | Nalin Dahyabhai | 2011-01-03 | 1 | -1/+1 |
* | - handle a group with no explicitly-named container by treating the | Nalin Dahyabhai | 2010-11-22 | 1 | -1/+1 |
* | - teach wrap_search_internal_get_entry to take an optional filter | Nalin Dahyabhai | 2010-11-22 | 1 | -2/+4 |
* | - try to factor deref_r and its corresponding update code into | Nalin Dahyabhai | 2010-11-22 | 1 | -3/+25 |
* | - more logging | Nalin Dahyabhai | 2010-11-19 | 1 | -0/+24 |
* | - more debug logging | Nalin Dahyabhai | 2010-11-19 | 1 | -10/+18 |
* | - revert to registering plugins at init-time, which is what the docs | Nalin Dahyabhai | 2009-05-06 | 1 | -0/+16 |
* | - fix type mismatch warnings | Nalin Dahyabhai | 2009-04-27 | 1 | -2/+2 |
* | - actually, entries in this map referring to other entries in the | Nalin Dahyabhai | 2008-12-03 | 1 | -9/+0 |
* | - add some comments for later | Nalin Dahyabhai | 2008-12-03 | 1 | -2/+6 |
* | - fix a logic error when determining if an entry which contains an | Nalin Dahyabhai | 2008-12-03 | 1 | -4/+5 |
* | - add backend_shr_internal_postop_init(), move internal postop | Nalin Dahyabhai | 2008-12-03 | 1 | -17/+33 |
* | - hook our postop callbacks onto internal changes, too | Nalin Dahyabhai | 2008-12-03 | 1 | -0/+20 |