| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 | 3 | -4/+105 |
* | - set the TXN correctly, and don't bother with the internal helper that doesn... | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+2 |
* | - 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 |
* | - in callbacks, only use pblocks that are built from pblocks that we | Nalin Dahyabhai | 2012-01-16 | 10 | -123/+195 |
* | - 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 |
* | - avoid using pblocks for more than one internal operation - the server | Nalin Dahyabhai | 2012-01-11 | 4 | -42/+31 |
* | - don't use the deprecated slapi_dn_parent() function, the result of which we... | Nalin Dahyabhai | 2012-01-11 | 1 | -3/+7 |
* | - don't ever need to call slapi_free_search_results_internal() after slapi_s... | Nalin Dahyabhai | 2012-01-11 | 1 | -2/+0 |
* | - 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 fai... | Nalin Dahyabhai | 2012-01-11 | 4 | -6/+5 |
* | - be more careful when logging the names of callback entries | Nalin Dahyabhai | 2012-01-10 | 1 | -6/+12 |
* | - carry the parent TXN ID down | Nalin Dahyabhai | 2012-01-10 | 1 | -1/+13 |
* | - start with a generic sub-pblock function | Nalin Dahyabhai | 2012-01-10 | 2 | -0/+7 |
* | - 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, a... | Nalin Dahyabhai | 2012-01-10 | 1 | -1/+48 |
* | - add a testing option for toggling the skip-uninteresting-updates logic | Nalin Dahyabhai | 2012-01-10 | 4 | -2/+23 |
* | - add and test a "unique" operator | Nalin Dahyabhai | 2012-01-10 | 1 | -0/+108 |
* | - make refint and memberof tests the default | Nalin Dahyabhai | 2012-01-10 | 1 | -2/+3 |
* | - change how we skip the be-txn-post hook so that it doesn't produce a mislea... | Nalin Dahyabhai | 2012-01-09 | 3 | -3/+21 |
* | - most of what's needed to hook back-end txn postoperations, except for the p... | Nalin Dahyabhai | 2012-01-09 | 7 | -0/+116 |
* | - Make a note of which attributes we read from any entry when evaluating data... | Nalin Dahyabhai | 2012-01-06 | 6 | -53/+300 |
* | - remove use of 'memberOf' for computing members of the group.byname and | Nalin Dahyabhai | 2012-01-06 | 1 | -3/+3 |
* | - use the NDN instead of the target DN as the map key | Nalin Dahyabhai | 2012-01-04 | 1 | -3/+3 |
* | - it helps if i don't typo in a way that breaks compilation | Nalin Dahyabhai | 2012-01-04 | 1 | -4/+4 |
* | - use regsubi() rather than regsub() to match {crypt} hashes | Nalin Dahyabhai | 2012-01-04 | 1 | -4/+4 |
* | - add regsubi/regmatchi, which are like the originals but case-insensitive | Nalin Dahyabhai | 2012-01-04 | 1 | -26/+86 |
* | fix a typo in the error message | Nalin Dahyabhai | 2011-12-05 | 1 | -1/+1 |
* | - when building for 389-ds, use Slapi_RWLocks if they appear to be available ... | Nalin Dahyabhai | 2011-08-16 | 1 | -1/+22 |
* | - set RQ_FILE when asking tcp-wrappers about client authorization | Nalin Dahyabhai | 2011-08-16 | 1 | -0/+2 |
* | - separate which thread creation/manipulation/destruction API we use | Nalin Dahyabhai | 2011-08-12 | 1 | -14/+18 |
* | - try to handle two one-allocation-fails cases (static analysis) | Nalin Dahyabhai | 2011-07-27 | 1 | -0/+8 |
* | - remove format_* functions that didn't need to be exported | Nalin Dahyabhai | 2011-07-26 | 3 | -108/+150 |
* | - fix counting, there | Nalin Dahyabhai | 2011-07-26 | 1 | -2/+2 |
* | - don't dup a list and then just free the original | Nalin Dahyabhai | 2011-07-26 | 1 | -18/+11 |
* | - handle control characters in disallowed-chars lists | Nalin Dahyabhai | 2011-07-26 | 2 | -6/+44 |
* | - get more verbose with logging | Nalin Dahyabhai | 2011-07-26 | 2 | -1/+18 |
* | - we already did this check earlier | Nalin Dahyabhai | 2011-05-26 | 1 | -12/+0 |
* | - handle some unuseds | Nalin Dahyabhai | 2011-05-13 | 1 | -6/+3 |
* | - finish the port to the new yp.x | Nalin Dahyabhai | 2011-05-13 | 1 | -32/+34 |
* | - the field is called "maps", not "list" now | Nalin Dahyabhai | 2011-05-13 | 1 | -3/+3 |
* | - new yp.x uses "stat" where we used to use "status"... fun. | Nalin Dahyabhai | 2011-05-13 | 1 | -25/+25 |
* | - don't assume that libc will provide yp headers -- build them ourselves | Nalin Dahyabhai | 2011-05-13 | 9 | -17/+17 |