]> git.sur5r.net Git - openldap/history - servers/slapd
Memory context tweaks for Bind
[openldap] / servers / slapd /
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-12 Howard ChuAdded sl_context() to return the context associated...
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-04-12 Kurt ZeilengaAssign experimental OIDs
2003-04-12 Pierangelo Masaratimore cleanup and api rewriting (too tired to do anythin...
2003-04-12 Pierangelo Masaratislight improvement
2003-04-12 Pierangelo Masaratiadd new schema stuff (no #ifdef, too heavy)
2003-04-11 Pierangelo Masaratifix context memory and more cleanup
2003-04-11 Pierangelo Masaratipass Operation instead of private info
2003-04-11 Pierangelo Masaratifix memory context (hope NULL at init is valid)
2003-04-11 Luke HowardDon't use thread local malloc for search filter if...
2003-04-11 Luke HowardWorkaround for SLAPI impedence mismatch with new thread...
2003-04-11 Howard ChuRevert previous, committed by mistake
2003-04-11 Kurt ZeilengaSLP fix (ITS#2438)
2003-04-11 Luke HowardDon't pass NULL DN to rewrite_session(), causes asserti...
2003-04-11 Luke HowardFix compilation errors (caching must still be undefined...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-11 Luke HowardFix compile breakage
2003-04-11 Howard ChuFix VPATH builds
2003-04-11 Howard ChuFix previous commit
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuInit op->tmpmfuncs.
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuEliminate getkey search
2003-04-09 Howard ChuJust use a fixed size slab for now
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-09 Jong Hyuk Choibackend operations and callbacks conforms to the new...
2003-04-09 Howard ChuDon't build generic_filter dynamically, it's a simple...
2003-04-08 Pierangelo Masaratisilence warning
2003-04-08 Pierangelo Masaratiimprove (and cleanup) value normalization
2003-04-08 Pierangelo Masaratinormalize while merging values
2003-04-08 Pierangelo Masaratifree cache only if required
2003-04-08 Jong Hyuk Choibdb->bi_idl_tree_lrulock initialize
2003-04-08 Pierangelo Masaraticleanup
2003-04-08 Pierangelo Masaratireturn 'matched' only if all the targets didn't recogni...
2003-04-08 Pierangelo Masaratimix refresh and fix; may need further work
2003-04-08 Howard ChuBetter detection of new search scopes
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-07 Pierangelo Masaratifix attr nvals & more improvements
2003-04-07 Pierangelo Masaratifix referrals return
2003-04-07 Pierangelo Masaratifix typo
2003-04-07 Howard Chuschema checks
2003-04-07 Howard ChuFix !ENABLE_REWRITE
2003-04-07 Howard ChuFix returncode checks
2003-04-07 Pierangelo Masaratiworks fine now
2003-04-07 Pierangelo Masaratineed a second function because of different free()...
2003-04-07 Pierangelo Masaratimove to more appropriate file ...
2003-04-07 Pierangelo Masaratiuse berval
2003-04-07 Pierangelo Masaratifirst cut at grouping rewrite/map stuff; needs work
2003-04-07 Pierangelo Masaratidefault remapping from target to server aliases searchR...
2003-04-07 Pierangelo Masaratigroup rewrite/map stuff in one structure and optimize...
2003-04-07 Pierangelo Masaratiuse rewrite info instead of ldapinfo for reusability...
2003-04-07 Howard ChuUse individual addAttrDN, compareAttrDN, modifyAttrDN...
2003-04-07 Howard ChuFix prev
2003-04-07 Howard ChuFix freeval check
2003-04-07 Howard ChuCleanup previous
2003-04-07 Howard Chu(SLAP_NVALUES) attr->a_nvals must not be NULL, set...
2003-04-07 Howard ChuFix matchedDn detection
2003-04-07 Howard ChuActually free mapped attrval
2003-04-07 Howard ChuCleanup ENABLE_REWRITE ifdefs, put into a new ldap_back...
2003-04-07 Pierangelo Masaratifix tools build when SLAPI is enabled
2003-04-07 Pierangelo Masaratineed OpenLDAPaciMatch
2003-04-07 Pierangelo Masaratifix most missing dependencies with SLAPI; slappasswd...
2003-04-07 Pierangelo Masaratifix and improve previous commit
2003-04-07 Pierangelo Masaratineed attrs when sending entries ...
2003-04-07 Kurt Zeilengacleanup
2003-04-07 Kurt Zeilengacleanup
2003-04-07 Howard ChuFix backglue crash
2003-04-07 Kurt Zeilengamore SLAP_NVALUES tweaking
2003-04-07 Kurt ZeilengaSLAP_NVALUES code cleanup
2003-04-06 Kurt ZeilengaMore #unifdef -DSLAP_NVALUES
2003-04-06 Kurt Zeilengapartial #unifdef -DSLAP_NVALUES
2003-04-05 Pierangelo Masaratisilence warnings
2003-04-05 Pierangelo Masaratipropagate selected changes to back-ldap
2003-04-05 Pierangelo Masaratimap attrs improvement
2003-04-05 Pierangelo Masaratimassage bound dn only if operating on authz backend
2003-04-05 Howard ChuDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases...
2003-04-05 Pierangelo Masaraticleanup & more
2003-04-05 Howard ChuRange check cleanup, added alias processing comments
2003-04-05 Howard ChuFix cursor initialization, scope IDs
2003-04-05 Kurt ZeilengaCleanup
2003-04-05 Howard ChuFix locking etc. in prev commit
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
2003-04-05 Howard ChuMoved get_alias_dn from back-ldbm to frontend
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Kurt Zeilenga#unifdef -DSLAP_NVALUES_ON_DISK
2003-04-05 Pierangelo Masaraticleanup
2003-04-05 Pierangelo Masaratiminor fixes: leaks, dangling pointers, cleaner tag...
2003-04-04 Pierangelo Masaratimore args elimination + allow specific messages when...
2003-04-04 Pierangelo Masaratinormalize values only if required
2003-04-04 Pierangelo Masaratihandle failure or missing attrs
2003-04-04 Howard ChuMinor cleanup, use shorthand macros
2003-04-04 Howard ChuInit entry in be_entry_get_rw
2003-04-04 Howard ChuSLAP_NVALUES fix dup check
2003-04-04 Luke HowardDon't segfault on malformed configuration
2003-04-04 Luke HowardDon't free pointer into contiguously allocated memory
2003-04-04 Howard ChuFix req DN massaging
2003-04-04 Howard ChuFix prev commit
2003-04-04 Howard ChuMapping fixes, SLAP_NVALUES fixes
next