summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - tag 0.35Nalin Dahyabhai2012-01-243-2/+10
* - don't log a NULL there, eitherNalin Dahyabhai2012-01-241-2/+2
* - modify defaults for ethers.byname and ethers.byaddr so that they'll work pr...Nalin Dahyabhai2012-01-241-6/+10
* - add multiple-result capable versions of match/regmatch/regsubNalin Dahyabhai2012-01-247-3/+260
* - avoid an aliasing warningNalin Dahyabhai2012-01-231-1/+4
* - avoid a possible NULL derefNalin Dahyabhai2012-01-231-8/+8
* - fixup a couple of debug log messagesNalin Dahyabhai2012-01-231-2/+2
* - resync with fedora .specNalin Dahyabhai2012-01-191-0/+3
* - don't make generating yp.h conditionalNalin Dahyabhai2012-01-191-4/+0
* - tag 0.34Nalin Dahyabhai2012-01-193-2/+8
* - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the o...Nalin Dahyabhai2012-01-191-2/+184
* - tighten up the descriptions so that they don't wrap on 80-column displaysNalin Dahyabhai2012-01-184-4/+4
* - typoNalin Dahyabhai2012-01-181-1/+1
* - log a text version of the search scope, tooNalin Dahyabhai2012-01-181-2/+25
* - tag 0.33Nalin Dahyabhai2012-01-173-2/+8
* - if there are _no_ substantive changes, drop out of modify even earlier -- t...Nalin Dahyabhai2012-01-171-3/+37
* - add plenty of time here, and don't use --read-var-info=yes because all it g...Nalin Dahyabhai2012-01-172-2/+2
* - whoops, mep needs the container to be thereNalin Dahyabhai2012-01-172-0/+10
* - suppress read-write lock cleanupNalin Dahyabhai2012-01-171-8/+10
* - valgrind already follows children which don't exec(), which is what weNalin Dahyabhai2012-01-171-2/+2
* - 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
* - tag 0.32Nalin Dahyabhai2012-01-163-2/+6
* - 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
* - use --read-var-info when using valgrind's memcheckNalin Dahyabhai2012-01-161-1/+1
* - use multiple log filesNalin Dahyabhai2012-01-161-1/+1
* - force tracing childrenNalin Dahyabhai2012-01-161-1/+1
* - 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
* - tag 0.31Nalin Dahyabhai2012-01-113-2/+6
* - fix the test that we do recompute the two entries when we're not skipping thatNalin Dahyabhai2012-01-117-30/+19
* - adjust expectations now that we normalize our entry DNsNalin Dahyabhai2012-01-1134-82/+82
* - 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
* - correct number of #endifs this timeNalin Dahyabhai2012-01-101-1/+0
* - whoops, fix that checkNalin Dahyabhai2012-01-101-0/+9
* - carry the parent TXN ID downNalin Dahyabhai2012-01-101-1/+13