]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2003-04-18  Pierangelo... ensure all metasingleconns are init'ed
2003-04-18  Howard ChuAdd shm_key config keyword to use shared memory for...
2003-04-18  Luke HowardFix crasher when duplicating substring assertions
2003-04-18  Howard ChuMinor fixes
2003-04-18  Luke HowardImprove error checking
2003-04-18  Howard ChuFix prev commit, extended search was broken
2003-04-18  Luke HowardDon't pollute op->o_bd in access_allowed()
2003-04-18  Howard ChuFix undefined filters
2003-04-18  Howard ChuFix undefined substring filters
2003-04-18  Howard ChuITS#2453, Fix filter candidate generation
2003-04-18  Howard ChuITS#2449, broken NOT filters
2003-04-18  Jong Hyuk ChoiCaching non-existing index entries in the IDL cache...
2003-04-17  Pierangelo... improve previous commit
2003-04-17  Pierangelo... don't return referral if cannot compute one (should...
2003-04-17  Howard ChuUse EntryInfo navigation for search scope checks
2003-04-17  Howard ChuFinish alias scope support
2003-04-17  Howard ChuFix prev commit
2003-04-17  Howard ChuFix database search loop conditions
2003-04-17  Howard ChuFix AVL comparisons
2003-04-17  Howard ChuAdded hyc & Symas
2003-04-17  Kurt Zeilengafix typo
2003-04-17  Kurt Zeilengawhoops
2003-04-17  Kurt ZeilengaMinor tweak
2003-04-17  Kurt Zeilengacontributor notices
2003-04-17  Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16  Pierangelo... add caveats to man page; cleanup and small improvements
2003-04-16  Pierangelo... cleanup; improve error handling
2003-04-16  Kurt ZeilengaAdd associated matching rule checks
2003-04-16  Pierangelo... allow compare on dynamically generated operational...
2003-04-16  Pierangelo... clarify hasSubordinate filtering
2003-04-16  Pierangelo... fix id query
2003-04-16  Pierangelo... use global bervals for TRUE/FALSE
2003-04-16  Pierangelo... fix possible typo
2003-04-16  Howard ChuHierarchical cache management.
2003-04-16  Pierangelo... use syntax and matching rules knowledge when preparing...
2003-04-16  Kurt ZeilengaAdd associated matching rules
2003-04-16  Kurt ZeilengaAdd comments about associated rules. Need to add checks
2003-04-16  Pierangelo... fix update operations
2003-04-16  Howard ChuFree IDL_CACHE locks
2003-04-16  Howard ChuAdd ldap_pvt_thread_pool_context() stub for NO_THREADS...
2003-04-15  Pierangelo... more cleanup; small improvements
2003-04-15  Pierangelo... honor attributes request
2003-04-15  Pierangelo... backout unintended commit :)
2003-04-15  Pierangelo... add slurpd pid/args files
2003-04-15  Pierangelo... fix backsql new API; use berbuf instead of berval
2003-04-15  Pierangelo... document recent changes
2003-04-15  Julius EnarusaiFixed minor compile errors
2003-04-15  Kurt ZeilengaClarify "users" terminology
2003-04-15  Howard ChuFix for modrdn retries
2003-04-14  Howard ChuFix value_find_ex result
2003-04-14  Howard ChuFix previous commit
2003-04-14  Howard ChudoPlugins return code fix
2003-04-14  Howard ChudoPlugins return code fix
2003-04-13  Howard ChuMemory context fixes
2003-04-13  Howard ChuFix prev commit - hash bytes of ldap_pvt_thread_t to...
2003-04-13  Kurt ZeilengaRename header macro
2003-04-12  Pierangelo... improve schema
2003-04-12  Pierangelo... fix ACI per-thread memory management
2003-04-12  Pierangelo... HEADS-UP: complete reworking of back-monitor
2003-04-12  Kurt ZeilengaFix OIDs
2003-04-12  Howard ChuChange doPluginFNs to return 1 when no plugins were...
2003-04-12  Howard ChuTweak strcpy's
2003-04-12  Howard ChuEliminate unnecessary calls to slap_bv2ad
2003-04-12  Howard ChuMemory context tweaks for other ops
2003-04-12  Pierangelo... disable by default right now
2003-04-12  Pierangelo... fix schema definitions (duplicate objectClass OID still...
2003-04-12  Howard ChuITS#2442, ITS#2438 same check for slapd_slp_reg()
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 ZeilengaAdd -y support
2003-04-12  Kurt ZeilengaAssign experimental OIDs
2003-04-12  Pierangelo... more cleanup and api rewriting (too tired to do anythin...
2003-04-12  Pierangelo... slight improvement
2003-04-12  Pierangelo... add new schema stuff (no #ifdef, too heavy)
2003-04-11  Pierangelo... fix context memory and more cleanup
2003-04-11  Pierangelo... pass Operation instead of private info
2003-04-11  Pierangelo... fix memory context (hope NULL at init is valid)
2003-04-11  Howard ChuMove ldap_dnfree_x etc. decls from ldap.h to ldap_pvt.h
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-11  Howard ChuMore memory context tweaks
2003-04-10  Howard ChuMore memory context tweaks
2003-04-10  Howard ChuMore malloc 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 ChuExtended ber_mem functions, add context argument.
next