summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - fixup a couple of debug log messagesNalin Dahyabhai2012-01-231-2/+2
* - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the o...Nalin Dahyabhai2012-01-191-2/+184
* - typoNalin Dahyabhai2012-01-181-1/+1
* - log a text version of the search scope, tooNalin Dahyabhai2012-01-181-2/+25
* - 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-163-4/+105
* - set the TXN correctly, and don't bother with the internal helper that doesn...Nalin Dahyabhai2012-01-161-8/+2
* - update copyright dates in files modified this yearNalin Dahyabhai2012-01-164-4/+4
* - copy PARENT_TXN, tooNalin Dahyabhai2012-01-161-0/+4
* - 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-1610-123/+195
* - DS doesn't do nested transactions (yet?), so copy the transaction ID verbatimNalin Dahyabhai2012-01-161-1/+1
* whitespace fixupsNalin Dahyabhai2012-01-131-5/+5
* - expect a parent pblock when we're pulling up a single entryNalin Dahyabhai2012-01-132-5/+7
* - always use TXN IDs, if they exist, even if we don't really careNalin Dahyabhai2012-01-131-2/+2
* - first pass at handling multivalue ethers records correctlyNalin Dahyabhai2012-01-131-4/+4
* - avoid using pblocks for more than one internal operation - the serverNalin Dahyabhai2012-01-114-42/+31
* - don't use the deprecated slapi_dn_parent() function, the result of which we...Nalin Dahyabhai2012-01-111-3/+7
* - don't ever need to call slapi_free_search_results_internal() after slapi_s...Nalin Dahyabhai2012-01-111-2/+0
* - adapt to slapi_dn_normalize() becoming a no-op because it's deprecatedNalin Dahyabhai2012-01-111-8/+11
* - have slapi_search_internal_get_entry() always set its result to NULL on fai...Nalin Dahyabhai2012-01-114-6/+5
* - be more careful when logging the names of callback entriesNalin Dahyabhai2012-01-101-6/+12
* - carry the parent TXN ID downNalin Dahyabhai2012-01-101-1/+13
* - start with a generic sub-pblock functionNalin Dahyabhai2012-01-102-0/+7
* - get the disabling logic rightNalin Dahyabhai2012-01-102-6/+6
* - use an internal sequence number to disable the skip-boring-updates logic, a...Nalin Dahyabhai2012-01-101-1/+48
* - add a testing option for toggling the skip-uninteresting-updates logicNalin Dahyabhai2012-01-104-2/+23
* - add and test a "unique" operatorNalin Dahyabhai2012-01-101-0/+108
* - make refint and memberof tests the defaultNalin Dahyabhai2012-01-101-2/+3
* - change how we skip the be-txn-post hook so that it doesn't produce a mislea...Nalin Dahyabhai2012-01-093-3/+21
* - most of what's needed to hook back-end txn postoperations, except for the p...Nalin Dahyabhai2012-01-097-0/+116
* - Make a note of which attributes we read from any entry when evaluating data...Nalin Dahyabhai2012-01-066-53/+300
* - remove use of 'memberOf' for computing members of the group.byname andNalin Dahyabhai2012-01-061-3/+3
* - use the NDN instead of the target DN as the map keyNalin Dahyabhai2012-01-041-3/+3
* - it helps if i don't typo in a way that breaks compilationNalin Dahyabhai2012-01-041-4/+4
* - use regsubi() rather than regsub() to match {crypt} hashesNalin Dahyabhai2012-01-041-4/+4
* - add regsubi/regmatchi, which are like the originals but case-insensitiveNalin Dahyabhai2012-01-041-26/+86
* fix a typo in the error messageNalin Dahyabhai2011-12-051-1/+1
* - when building for 389-ds, use Slapi_RWLocks if they appear to be available ...Nalin Dahyabhai2011-08-161-1/+22
* - set RQ_FILE when asking tcp-wrappers about client authorizationNalin Dahyabhai2011-08-161-0/+2
* - separate which thread creation/manipulation/destruction API we useNalin Dahyabhai2011-08-121-14/+18
* - try to handle two one-allocation-fails cases (static analysis)Nalin Dahyabhai2011-07-271-0/+8
* - remove format_* functions that didn't need to be exportedNalin Dahyabhai2011-07-263-108/+150
* - fix counting, thereNalin Dahyabhai2011-07-261-2/+2
* - don't dup a list and then just free the originalNalin Dahyabhai2011-07-261-18/+11
* - handle control characters in disallowed-chars listsNalin Dahyabhai2011-07-262-6/+44
* - get more verbose with loggingNalin Dahyabhai2011-07-262-1/+18