summaryrefslogtreecommitdiffstats
path: root/src/back-shr.c
Commit message (Expand)AuthorAgeFilesLines
* Stop checking if a non-NULL value has a NULL valueNalin Dahyabhai2013-12-121-2/+2
* Silence a compiler warningNalin Dahyabhai2013-12-121-1/+2
* Add ignore-subtree and restrict-subtree settingsNalin Dahyabhai2013-09-191-41/+72
* Add schema-compat-relevant-subtreeNalin Dahyabhai2013-09-121-2/+29
* Add schema-compat-ignore-subtreeNalin Dahyabhai2013-09-121-0/+98
* Notice when we fail to write lockNalin Dahyabhai2013-08-071-6/+45
* Clean up logging a little bitNalin Dahyabhai2013-05-231-8/+10
* check SLAPI_PLUGIN_OPRETURN valuesNalin Dahyabhai2013-04-041-0/+21
* don't skip changes that only affect map membershipNalin Dahyabhai2013-04-041-11/+16
* explicitly check for "no" valuesNalin Dahyabhai2012-11-141-1/+9
* Overhaul betxn supportNalin Dahyabhai2012-11-011-47/+147
* make NIS Plugin and Schema Compatibility Plugin betxn awareNoriko Hosoi2012-10-161-16/+31
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-157/+0
* - fix a leakNalin Dahyabhai2012-05-221-21/+39
* - remove unused variablesNalin Dahyabhai2012-01-241-3/+3
* - don't log a NULL there, eitherNalin Dahyabhai2012-01-241-2/+2
* - avoid a possible NULL derefNalin Dahyabhai2012-01-231-8/+8
* - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the o...Nalin Dahyabhai2012-01-191-2/+184
* - if there are _no_ substantive changes, drop out of modify even earlier -- t...Nalin Dahyabhai2012-01-171-3/+37
* - computer our own mods list for modify operations, to not get suckeredNalin Dahyabhai2012-01-171-12/+50
* - use a better message when we're catching a modify on an entry that wasn't b...Nalin Dahyabhai2012-01-171-0/+13
* - be a bit more aggressive about skipping unnecessary workNalin Dahyabhai2012-01-171-5/+1
* - if the entry being touched is in an ldbm back-end, but there's no transacti...Nalin Dahyabhai2012-01-161-0/+105
* - use internal wrappers so that we can better know which callback we'reNalin Dahyabhai2012-01-161-8/+48
* - in callbacks, only use pblocks that are built from pblocks that weNalin Dahyabhai2012-01-161-39/+76
* - avoid using pblocks for more than one internal operation - the serverNalin Dahyabhai2012-01-111-14/+20
* - don't ever need to call slapi_free_search_results_internal() after slapi_s...Nalin Dahyabhai2012-01-111-2/+0
* - have slapi_search_internal_get_entry() always set its result to NULL on fai...Nalin Dahyabhai2012-01-111-2/+1
* - be more careful when logging the names of callback entriesNalin Dahyabhai2012-01-101-6/+12
* - add a testing option for toggling the skip-uninteresting-updates logicNalin Dahyabhai2012-01-101-2/+4
* - change how we skip the be-txn-post hook so that it doesn't produce a mislea...Nalin Dahyabhai2012-01-091-2/+0
* - most of what's needed to hook back-end txn postoperations, except for the p...Nalin Dahyabhai2012-01-091-0/+34
* - Make a note of which attributes we read from any entry when evaluating data...Nalin Dahyabhai2012-01-061-6/+145
* - use the NDN instead of the target DN as the map keyNalin Dahyabhai2012-01-041-3/+3
* - remove format_* functions that didn't need to be exportedNalin Dahyabhai2011-07-261-10/+24
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* - check that we have a complete definition before we try to read it (defect #...Nalin Dahyabhai2011-01-031-2/+2
* - allocate 'tmp' as an array of 'char *', and not 'char **' (defect #10112)Nalin Dahyabhai2011-01-031-1/+1
* - handle a group with no explicitly-named container by treating theNalin Dahyabhai2010-11-221-1/+1
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-221-2/+4
* - try to factor deref_r and its corresponding update code intoNalin Dahyabhai2010-11-221-3/+25
* - more loggingNalin Dahyabhai2010-11-191-0/+24
* - more debug loggingNalin Dahyabhai2010-11-191-10/+18
* - revert to registering plugins at init-time, which is what the docsNalin Dahyabhai2009-05-061-0/+16
* - fix type mismatch warningsNalin Dahyabhai2009-04-271-2/+2
* - actually, entries in this map referring to other entries in theNalin Dahyabhai2008-12-031-9/+0
* - add some comments for laterNalin Dahyabhai2008-12-031-2/+6
* - fix a logic error when determining if an entry which contains anNalin Dahyabhai2008-12-031-4/+5
* - add backend_shr_internal_postop_init(), move internal postopNalin Dahyabhai2008-12-031-17/+33
* - hook our postop callbacks onto internal changes, tooNalin Dahyabhai2008-12-031-0/+20