2003-04-11 |
Pierangelo Masarati | fix memory context (hope NULL at init is valid) |
tree | commitdiff |
2003-04-11 |
Luke Howard | Don't use thread local malloc for search filter if... |
tree | commitdiff |
2003-04-11 |
Luke Howard | Workaround for SLAPI impedence mismatch with new thread... |
tree | commitdiff |
2003-04-11 |
Howard Chu | Revert previous, committed by mistake |
tree | commitdiff |
2003-04-11 |
Kurt Zeilenga | SLP fix (ITS#2438) |
tree | commitdiff |
2003-04-11 |
Luke Howard | Don't pass NULL DN to rewrite_session(), causes asserti... |
tree | commitdiff |
2003-04-11 |
Luke Howard | Fix compilation errors (caching must still be undefined... |
tree | commitdiff |
2003-04-11 |
Howard Chu | More memory context tweaks |
tree | commitdiff |
2003-04-11 |
Luke Howard | Fix compile breakage |
tree | commitdiff |
2003-04-11 |
Howard Chu | Fix VPATH builds |
tree | commitdiff |
2003-04-11 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2003-04-11 |
Howard Chu | More memory context tweaks |
tree | commitdiff |
2003-04-10 |
Howard Chu | More memory context tweaks |
tree | commitdiff |
2003-04-09 |
Howard Chu | Init op->tmpmfuncs. |
tree | commitdiff |
2003-04-09 |
Howard Chu | Minor cleanups |
tree | commitdiff |
2003-04-09 |
Howard Chu | Eliminate getkey search |
tree | commitdiff |
2003-04-09 |
Howard Chu | Just use a fixed size slab for now |
tree | commitdiff |
2003-04-09 |
Howard Chu | First cut at thread-local malloc. Only used by search... |
tree | commitdiff |
2003-04-09 |
Jong Hyuk Choi | backend operations and callbacks conforms to the new... |
tree | commitdiff |
2003-04-09 |
Howard Chu | Don't build generic_filter dynamically, it's a simple... |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | silence warning |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | improve (and cleanup) value normalization |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | normalize while merging values |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | free cache only if required |
tree | commitdiff |
2003-04-08 |
Jong Hyuk Choi | bdb->bi_idl_tree_lrulock initialize |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | cleanup |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | return 'matched' only if all the targets didn't recogni... |
tree | commitdiff |
2003-04-08 |
Pierangelo Masarati | mix refresh and fix; may need further work |
tree | commitdiff |
2003-04-08 |
Howard Chu | Better detection of new search scopes |
tree | commitdiff |
2003-04-08 |
Jong Hyuk Choi | IDL cache locking change (mutex -> rwlock) |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix attr nvals & more improvements |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix referrals return |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix typo |
tree | commitdiff |
2003-04-07 |
Howard Chu | schema checks |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix !ENABLE_REWRITE |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix returncode checks |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | works fine now |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | need a second function because of different free()... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | move to more appropriate file ... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | use berval |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | first cut at grouping rewrite/map stuff; needs work |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | default remapping from target to server aliases searchR... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | group rewrite/map stuff in one structure and optimize... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | use rewrite info instead of ldapinfo for reusability... |
tree | commitdiff |
2003-04-07 |
Howard Chu | Use individual addAttrDN, compareAttrDN, modifyAttrDN... |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix prev |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix freeval check |
tree | commitdiff |
2003-04-07 |
Howard Chu | Cleanup previous |
tree | commitdiff |
2003-04-07 |
Howard Chu | (SLAP_NVALUES) attr->a_nvals must not be NULL, set... |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix matchedDn detection |
tree | commitdiff |
2003-04-07 |
Howard Chu | Actually free mapped attrval |
tree | commitdiff |
2003-04-07 |
Howard Chu | Cleanup ENABLE_REWRITE ifdefs, put into a new ldap_back... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix tools build when SLAPI is enabled |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | need OpenLDAPaciMatch |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix most missing dependencies with SLAPI; slappasswd... |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | fix and improve previous commit |
tree | commitdiff |
2003-04-07 |
Pierangelo Masarati | need attrs when sending entries ... |
tree | commitdiff |
2003-04-07 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2003-04-07 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2003-04-07 |
Howard Chu | Fix backglue crash |
tree | commitdiff |
2003-04-07 |
Kurt Zeilenga | more SLAP_NVALUES tweaking |
tree | commitdiff |
2003-04-07 |
Kurt Zeilenga | SLAP_NVALUES code cleanup |
tree | commitdiff |
2003-04-06 |
Kurt Zeilenga | More #unifdef -DSLAP_NVALUES |
tree | commitdiff |
2003-04-06 |
Kurt Zeilenga | partial #unifdef -DSLAP_NVALUES |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | silence warnings |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | propagate selected changes to back-ldap |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | map attrs improvement |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | massage bound dn only if operating on authz backend |
tree | commitdiff |
2003-04-05 |
Howard Chu | Define MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases... |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | cleanup & more |
tree | commitdiff |
2003-04-05 |
Howard Chu | Range check cleanup, added alias processing comments |
tree | commitdiff |
2003-04-05 |
Howard Chu | Fix cursor initialization, scope IDs |
tree | commitdiff |
2003-04-05 |
Kurt Zeilenga | Cleanup |
tree | commitdiff |
2003-04-05 |
Howard Chu | Fix locking etc. in prev commit |
tree | commitdiff |
2003-04-05 |
Howard Chu | Added code for BDB_ALIASES. Please test. |
tree | commitdiff |
2003-04-05 |
Howard Chu | Moved get_alias_dn from back-ldbm to frontend |
tree | commitdiff |
2003-04-05 |
Kurt Zeilenga | #ifdef -DSLAP_NVALUES |
tree | commitdiff |
2003-04-05 |
Kurt Zeilenga | #unifdef -DSLAP_NVALUES_ON_DISK |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | cleanup |
tree | commitdiff |
2003-04-05 |
Pierangelo Masarati | minor fixes: leaks, dangling pointers, cleaner tag... |
tree | commitdiff |
2003-04-04 |
Pierangelo Masarati | more args elimination + allow specific messages when... |
tree | commitdiff |
2003-04-04 |
Pierangelo Masarati | normalize values only if required |
tree | commitdiff |
2003-04-04 |
Pierangelo Masarati | handle failure or missing attrs |
tree | commitdiff |
2003-04-04 |
Howard Chu | Minor cleanup, use shorthand macros |
tree | commitdiff |
2003-04-04 |
Howard Chu | Init entry in be_entry_get_rw |
tree | commitdiff |
2003-04-04 |
Howard Chu | SLAP_NVALUES fix dup check |
tree | commitdiff |
2003-04-04 |
Luke Howard | Don't segfault on malformed configuration |
tree | commitdiff |
2003-04-04 |
Luke Howard | Don't free pointer into contiguously allocated memory |
tree | commitdiff |
2003-04-04 |
Howard Chu | Fix req DN massaging |
tree | commitdiff |
2003-04-04 |
Howard Chu | Fix prev commit |
tree | commitdiff |
2003-04-04 |
Howard Chu | Mapping fixes, SLAP_NVALUES fixes |
tree | commitdiff |
2003-04-04 |
Pierangelo Masarati | first cut at mapping/rewriting before search (after... |
tree | commitdiff |
2003-04-04 |
Pierangelo Masarati | remove more unnecessary args |
tree | commitdiff |
2003-04-03 |
Howard Chu | Fix shared/private binds, fix entry_get malloc |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | trim unnecessary args |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | backout this for now |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | silence warning |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | anyone knows a safer way to skip a tag? |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | of course there's a better way to skip a tag :) |
tree | commitdiff |
2003-04-03 |
Pierangelo Masarati | eat undesired values |
tree | commitdiff |
next |