]> git.sur5r.net Git - openldap/history - servers
Format %d -> %ld.
[openldap] / servers /
2003-10-22 Howard ChuFix prev commit, avoid abort when entry is NULL
2003-10-22 Howard ChuShortcut syncrepl candidate selection if CSN is up...
2003-10-22 Jong Hyuk Choisyncrepl_entry() return code fix (returns 1 when e...
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-10-21 Jong Hyuk Choifix for changing si->syncCookie to bvarray
2003-10-21 Howard ChuFix cookie search
2003-10-20 Kurt ZeilengaAvoid questionable use of strlen(), strcpy(), and strcat().
2003-10-19 Howard ChuITS#2684 keep psearch operations on the connection...
2003-10-19 Howard ChuITS#2780, redundant cache add
2003-10-19 Howard ChuFix prev commit, syncrepl_add_glue must start from...
2003-10-19 Howard ChuITS#2684 fix bogus entry_free(), connection problem...
2003-10-19 Howard ChuITS#2778 use real malloc for new entry, not sl_malloc
2003-10-19 Howard ChuMore malloc cleanup
2003-10-18 Luke HowardReturn duplicated entry from entry_dup() - interesting...
2003-10-18 Howard ChuITS#2747, Reorganize syncrepl, fix some memleaks. More...
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-10-18 Howard ChuITS#2771 fix memory usage in LDAPDN_rewrite, fix normalizer
2003-10-18 Kurt ZeilengaAdd basic support for certificateMatch (as an extensibl...
2003-10-18 Kurt ZeilengaRework support for certificate exact matching based...
2003-10-18 Kurt ZeilengaFix modify attrs= overflow bug
2003-10-17 Kurt ZeilengaAdd a trace message to dnX509normalize
2003-10-15 Howard ChuITS#2769 - NT SIGBREAK handling
2003-10-15 Kurt ZeilengaImprove printing of ACLs
2003-10-15 Kurt Zeilengacleanup
2003-10-14 Jong Hyuk ChoiITS #2766 (remove slap_syncrepl_bvc & slap_syncrepl_cn_...
2003-10-14 Jong Hyuk Choiremove #include <db.h> (ITS#2765)
2003-10-14 Jong Hyuk Choifix slap_syncrepl_cn_bv
2003-10-13 Jong Hyuk Choirq_mutex placing fix
2003-10-12 Kurt ZeilengaFix pdn assert
2003-10-12 Kurt ZeilengaAdd a note that plaform #ifdefs are misplaced
2003-10-12 Jong Hyuk Choirunqueue locking fix (ITS#2746)
2003-10-12 Kurt Zeilengamv ldap_int_get_controls to ldap_pvt_get_controls
2003-10-12 Kurt ZeilengaFurther cleanup last commit.
2003-10-12 Kurt ZeilengaTentative fix for last comment (tests still running)
2003-10-12 Kurt ZeilengaITS#2757: fix parent-less add bug
2003-10-12 Kurt ZeilengaFinish off berbuf fix
2003-10-12 Kurt ZeilengaInitial fix for berbuf alignment bug (ITS#2760)
2003-10-11 Howard ChuITS#2751 additional fix
2003-10-11 Howard ChuITS#2751 reset op->o_callback before returning
2003-10-11 Howard ChuITS#2762 tweak SASL include paths
2003-10-10 Kurt ZeilengaGenerate pid/arg files after detaching
2003-10-08 Jong Hyuk Choimisc syncrpel updates
2003-10-08 Luke HowardDon't duplicate e_bv in entry_dup()
2003-10-08 Howard ChuFix prev commit setting NO_GRANDKIDS incorrectly
2003-10-08 Luke HowardAdd entry_dup(); make slapi_entry_dup() use it
2003-10-07 Jong Hyuk Choislaptools update : replica promotion / demotion
2003-10-07 Luke HowardUse slapi_entry_dup() instead of converting entry to...
2003-10-04 Pierangelo Masaratifix a_nvals according to back-ldap implementation ...
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-30 Jong Hyuk ChoiITS#2744
2003-09-30 Hallvard FurusethFix typo in comment.
2003-09-29 Hallvard Furuseth#include "lutil.h", to get lutil_entropy(). Fix call...
2003-09-29 Hallvard FurusethDeclare bdb_cache_entry_db_unlock().
2003-09-29 Howard ChuITS#2745 reset bei_state when reusing an EntryInfo
2003-09-29 Howard ChuITS#2743 initialize rc
2003-09-29 Hallvard FurusethDeclare filter_escape_value_x() and make it static.
2003-09-29 Hallvard FurusethMove #include ldap_pvt.h after slap.h, to get ldap_bv2d...
2003-09-29 Hallvard FurusethPlug memory leak in slap_get_csn().
2003-09-29 Howard ChuPlug read_config memleak
2003-09-29 Howard ChuITS#2130 glued subordinates are not referrals, ignore...
2003-09-29 Howard ChuStarting a collection of overlays
2003-09-29 Howard ChuInitialization fixes
2003-09-27 Howard Chuplug modrdn memleaks
2003-09-27 Howard ChuITS#2736 clear result strings
2003-09-27 Howard ChuDon't timeout slow-running operations
2003-09-27 Howard ChuFix hdb cursor leak.
2003-09-27 Luke Howardreinstate first argument to bdb_cache_delete_cleanup()
2003-09-27 Luke HowardCleanup SLAPI logging
2003-09-27 Howard ChuAdd EntryInfo free list
2003-09-27 Luke HowardFix tree breakage - bdb_cache_delete_cleanup() only...
2003-09-27 Luke HowardDon't leak SLAPI_RESULT_MATCHED
2003-09-27 Luke HowardAdd slapi_dn_beparent, slapi_dn_parent and slapi_dn_isp...
2003-09-27 Howard ChuITS#2741 yield before backing off
2003-09-26 Luke HowardImplementation of slapi_send_ldap_search_reference()
2003-09-25 Howard ChuFix typo in libslapi rule
2003-09-25 Jong Hyuk Choimove c->c_n_ops_executing/completed to the right place
2003-09-25 Howard ChuPlug SLAPI leak
2003-09-25 Jong Hyuk Choido not cache internal search results for present entry...
2003-09-25 Jong Hyuk Choino caching flag in Operation structure
2003-09-25 Jong Hyuk Choirevert changes for persistent search
2003-09-25 Jong Hyuk Choifollowup of the previous commit
2003-09-25 Jong Hyuk Choiloose ends fixed
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-24 Howard ChuAdd memctx param to build_new_dn(). cleanup DN leaks.
2003-09-24 Howard ChuSilence valgrind warnings of uninit'd memory
2003-09-24 Howard ChuITS#2735 - plug memory leaks
2003-09-23 Jong Hyuk Choilog the cause of the error when ldap_result() returns -1
2003-09-23 Howard ChuITS#2735 - plug memory leaks, cleanup
2003-09-23 Howard ChuITS#2735 - plug memory leaks
2003-09-23 Howard ChuPlug a leak.
2003-09-23 Howard ChuFix alignment issues in hdb_dn2idl_internal
2003-09-23 Howard ChuFix back-hdb test006 failures due to bad return code...
2003-09-23 Luke HowardFix for Howard's fix for ITS #2704
2003-09-23 Howard ChuITS#2526 Fix slapi builds
2003-09-23 Howard ChuITS#2704 don't hang client when no preop plugins are...
2003-09-22 Howard ChuITS#2678 complain if updateref is missing on a slave...
2003-09-22 Luke HowardCheck for HAVE_LONG_LONG in STRTOL macro
2003-09-22 Howard ChuCleanup prev commit
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-09-21 Howard ChuTweak entry caching: only maintain LRU list on cached...
next