]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2003-11-03  Howard ChuITS#2805 fix core dump using LDBM
2003-11-03  Howard ChuITS#2808 fix UUIDNormalize, use it.
2003-11-03  Howard ChuFix ASCII_HEX tests
2003-11-03  Howard ChuFix refresh mode rescheduling
2003-11-01  Howard ChuITS#2806 fix abort
2003-11-01  Pierangelo... clarify the usage of the <modifier> field in 'dn' and...
2003-10-31  Hallvard FurusethIgnore comments surrounded by empty lines in ldif_read_...
2003-10-31  Kurt ZeilengaFix ucdata to link within objdir
2003-10-31  Kurt ZeilengaUpdate entryUUID to latest draft specification
2003-10-31  Hallvard FurusethFix ucdata symlink
2003-10-30  Hallvard Furusethcast isdigit argument to unsigned char.
2003-10-30  Kurt ZeilengaITS#2801: fix str2entry trace
2003-10-30  Kurt Zeilengacleanup
2003-10-29  Stig Venaasuse AI_ADDRCONFIG if possible to not lookup AAAA when...
2003-10-25  Howard ChuFix retry on failure
2003-10-25  Howard ChuFix prev commit, don't timeout outbound connections
2003-10-25  Howard ChuAdd "defer" arg to ldap_pvt_runqueue_resched to suspend...
2003-10-25  Pierangelo... this should be the intended behavior
2003-10-25  Kurt ZeilengaMore naming checks
2003-10-25  Kurt ZeilengaProvide more descriptive naming violation error messages
2003-10-24  Kurt Zeilengafix compile error
2003-10-24  Howard ChuOutbound connection management
2003-10-24  Howard ChuAdd support for outbound connections in main listener.
2003-10-24  Howard ChuDrop unused arguments from syncrepl_add_glue
2003-10-24  Howard ChuDrop SLAPI support
2003-10-24  Howard ChuFix prev commit
2003-10-24  Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-10-24  Kurt ZeilengaAdd a basic DIT content rule test.
2003-10-24  Howard ChuFix error recovery, cleanup session handles. Always...
2003-10-24  Kurt ZeilengaAdd/update server startup scripts
2003-10-23  Howard ChuFix caseExact/caseIgnore IA5 normalization
2003-10-23  Howard ChuITS#2781 don't worry about missing updateref if SLAPD_M...
2003-10-23  Howard Chu(clean up o_groups anyway)
2003-10-23  Howard ChuUse tmpmem for group cache, doesn't need cleanup
2003-10-23  Howard ChuITS#2779, cache group ACLs per operation instead of...
2003-10-23  Kurt Zeilengacleanup
2003-10-23  Kurt ZeilengaDon't return garbage when plist is empty.
2003-10-22  Jong Hyuk Choiremoving trailing spaces
2003-10-22  Jong Hyuk Choichecking ldapmodify return code & replace member with...
2003-10-22  Howard ChuUnlock mutexes before deleting them
2003-10-22  Kurt ZeilengaFix 1 v 2 typo
2003-10-22  Kurt Zeilengas/member/uniqueMember/
2003-10-22  Kurt ZeilengaFix last commit
2003-10-22  Kurt ZeilengaCheck ldapmodify for success.
2003-10-22  Kurt ZeilengaReverse last commit
2003-10-22  Jong Hyuk Choifix broken test ldif files
2003-10-22  Kurt ZeilengaRevent last change. Must use TOPSRCDIR for VPATH support.
2003-10-22  Jong Hyuk Choifix ucdata path
2003-10-22  Howard ChuFix CONF/CONF1 usage
2003-10-22  Howard ChuUndo test020 overwrite
2003-10-22  Howard ChuFix dnPrettyNormalize mem usage
2003-10-22  Howard ChuFix typo in killpid
2003-10-22  Howard ChuFix for selectable backend
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  Kurt ZeilengaForgot to add renamed tests
2003-10-22  Kurt ZeilengaFind scripts by short names (test000, rootdse)
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-22  Kurt ZeilengaRework test scripts to use single 'testrun' directory.
2003-10-21  Jong Hyuk Choifix for changing si->syncCookie to bvarray
2003-10-21  Jong Hyuk Choiremove ldbm related lines
2003-10-21  Kurt ZeilengaFix PERL ldopt handling
2003-10-21  Howard ChuFix cookie search
2003-10-21  Kurt ZeilengaFix -w option
2003-10-21  Kurt ZeilengaGenerate test/run script
2003-10-21  Kurt ZeilengaRework test suite to use run script.
2003-10-20  Kurt ZeilengaAvoid questionable use of strlen(), strcpy(), and strcat().
2003-10-20  Kurt ZeilengaWith export of variables
2003-10-20  Kurt ZeilengaInitial run script (for further devel discussions)
2003-10-19  Howard ChuAdd note about not using ldapdb with slapd.
2003-10-19  Howard ChuMisc notes
2003-10-19  Howard ChuFix error messages
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 ChuTweak startup, exiting
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  Kurt Zeilengaadd a few misc projects
2003-10-18  Howard ChuMake space for trailing NUL
2003-10-18  Luke HowardBack out previous commit - files apart from test.c
2003-10-18  Luke HowardITS#2777 - fix previous commit
2003-10-18  Luke HowardPossible fix for ITS#2777 - getline() conflict when...
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  Howard ChuRevert/Fix prev commit
2003-10-18  Howard ChuFix parse order in new print_entry ( ctrls )
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 ZeilengaInclude a (userCertificate:certificateExactMatch:=SN...
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-17  Kurt ZeilengaFix SLAPD_NS_MTA_MD5 compile bug (ITS#2773)
2003-10-17  Kurt ZeilengaFix linking --with-cyrus-sasl and --without-tls
2003-10-17  Kurt ZeilengaAdd initial certificate test
2003-10-16  Howard ChuForced commit, prev commit was ITS#2758
next