summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
| | | | | | allocates internal state each time but doesn't clean up any that's aready there if you reuse the block - correctly free values we use when constructing compat entries
* - don't use the deprecated slapi_dn_parent() function, the result of which ↵Nalin Dahyabhai2012-01-111-3/+7
| | | | we used to leak
* - don't ever need to call slapi_free_search_results_internal() after ↵Nalin Dahyabhai2012-01-111-2/+0
| | | | slapi_search_internal_callback_pb()
* - 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 ↵Nalin Dahyabhai2012-01-114-6/+5
| | | | failure
* - 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
|
* - actually get MEP working for when we need itNalin Dahyabhai2012-01-101-4/+6
|
* - start with a generic sub-pblock functionNalin Dahyabhai2012-01-102-0/+7
|
* - add a basic MEP configurationNalin Dahyabhai2012-01-101-0/+18
|
* - tag 0.30Nalin Dahyabhai2012-01-103-3/+7
|
* - add config snippet for managed-entries and load it by defaultNalin Dahyabhai2012-01-104-1/+36
|
* - get the disabling logic rightNalin Dahyabhai2012-01-102-6/+6
|
* - use an internal sequence number to disable the skip-boring-updates logic, ↵Nalin Dahyabhai2012-01-1021-1/+331
| | | | and test that while our results don't change, we did actually do processing
* - add a testing option for toggling the skip-uninteresting-updates logicNalin Dahyabhai2012-01-105-2/+29
|
* - saving that for 0.30Nalin Dahyabhai2012-01-101-4/+4
|
* - add and test a "unique" operatorNalin Dahyabhai2012-01-1021-0/+340
|
* - add tests which exercise us in combination with memberOf and refintNalin Dahyabhai2012-01-1025-48/+239
|
* - make refint and memberof tests the defaultNalin Dahyabhai2012-01-102-12/+26
| | | | - add an option to add -Wl,-z,nodelete to the link flags
* - add constructs conditionally using refint and memberofNalin Dahyabhai2012-01-102-2/+14
|
* - change how we skip the be-txn-post hook so that it doesn't produce a ↵Nalin Dahyabhai2012-01-093-3/+21
| | | | | | misleading debug message - set IPV6_V6ONLY to avoid logging an expected EADDRINUSE error
* - most of what's needed to hook back-end txn postoperations, except for the ↵Nalin Dahyabhai2012-01-097-0/+116
| | | | passing the TXN ID around, which means we deadlock if we actually do it
* - turn on refint and memberof plugins when running testsNalin Dahyabhai2012-01-095-3/+69
|
* - detect whether or not SLAPI interfaces for backend txn postop callbacks existNalin Dahyabhai2012-01-091-1/+26
|
* - Make a note of which attributes we read from any entry when evaluating ↵Nalin Dahyabhai2012-01-067-53/+304
| | | | data, and when we're later called for a modify request which doesn't modify any of those attributes, skip recalculating the entry contents (should make a dent in #771493).
* - remove use of 'memberOf' for computing members of the group.byname andNalin Dahyabhai2012-01-061-3/+3
| | | | | | group.bygid maps; in IPA, the memberOf plugin ensures that it's only ever going to have redundant data, so there's nothing to be gained by examining the relationships from that end
* - release notesNalin Dahyabhai2012-01-042-0/+10
|
* - update to expect normalized DNs in sample search resultsNalin Dahyabhai2012-01-046-20/+20
|
* - use the NDN instead of the target DN as the map keyNalin Dahyabhai2012-01-041-3/+3
|
* - in the test client, don't force the timeout to 0Nalin Dahyabhai2012-01-041-1/+0
|
* - tag 0.29Nalin Dahyabhai2012-01-043-2/+8
|
* - 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-042-26/+100
|
* - note the bug numbersNalin Dahyabhai2011-12-192-2/+2
|
* - bump this to 0.28, tooNalin Dahyabhai2011-12-191-1/+1
|
* - when configured with --with-ldap=openldap, link with -lldap_r rather than ↵Nalin Dahyabhai2011-12-193-2/+9
| | | | -lldap (rmeggins)
* - tag for 0.27Nalin Dahyabhai2011-12-063-4/+6
|
* fix a typo in the error messageNalin Dahyabhai2011-12-051-1/+1
|
* - fix detection of slapi_rwlocksNalin Dahyabhai2011-08-161-2/+2
| | | | - disable static libraries by default
* - when building for 389-ds, use Slapi_RWLocks if they appear to be available ↵Nalin Dahyabhai2011-08-163-3/+37
| | | | (the rest of #730394/#730403)
* - set RQ_FILE when asking tcp-wrappers about client authorizationNalin Dahyabhai2011-08-161-0/+2
|
* - semanticsNalin Dahyabhai2011-08-121-1/+1
|