]> git.sur5r.net Git - openldap/shortlog
openldap
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
2003-10-16 Howard ChuITS#2770 - delete bogus maxbuf checks on sasl_read
2003-10-15 Howard ChuITS#2769 - NT SIGBREAK handling
2003-10-15 Kurt Zeilengaclarify that replacement, but not expression evaluation,
2003-10-15 Kurt ZeilengaImprove printing of ACLs
2003-10-15 Kurt ZeilengaDon't use compat features unnecessarily.
2003-10-15 Kurt ZeilengaUse macro instead of sizeof
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-14 Hallvard FurusethReally rename ldap_int_get_controls() to ldap_pvt_get_c...
2003-10-14 Kurt ZeilengaITS#2764: fix sed of perl ldopts
2003-10-13 Howard ChuFix use of ProxyAuthz control
2003-10-13 Kurt ZeilengaMinor tweak to last commit
2003-10-13 Kurt ZeilengaRework of berbuf allocation:
2003-10-13 Jong Hyuk Choirq_mutex placing fix
2003-10-13 Howard ChuITS#2747 fix exit conditions
2003-10-13 Howard ChuFix test sequencing
2003-10-13 Kurt ZeilengaRework Kerberos principals (ITS#2695)
2003-10-12 Kurt ZeilengaApply patch suggested in ITS#2737 to address underalloc...
2003-10-12 Kurt ZeilengaFix pdn assert
2003-10-12 Kurt ZeilengaAdd a note that plaform #ifdefs are misplaced
2003-10-12 Kurt ZeilengaAdd second UTF-8 normalization case
2003-10-12 Kurt ZeilengaAdd basic UTF-8 normalization test (see ITS#2737)
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 Luke HowardUpdate SLAPI manual page
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-12 Kurt ZeilengaITS#2621, reference slapd.plugin
2003-10-12 Kurt Zeilengadocument ditcontentrule directive
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 Howard ChuPush invariant args into environment, they were making...
2003-10-10 Howard ChuFix typo
2003-10-10 Kurt ZeilengaGenerate pid/arg files after detaching
2003-10-09 Howard ChuFix non-portable initializers.
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 Kurt ZeilengaUpdate filter representations to conform to RFC 2254.
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-07 Howard ChuAdded ldapdb_starttls keyword
2003-10-06 Kurt ZeilengaComment out Kerberos flags.
2003-10-06 Kurt ZeilengaAdd native SASL support to do.
2003-10-06 Pierangelo... enable back-monitor build by default
2003-10-04 Pierangelo... fix a_nvals according to back-ldap implementation ...
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-10-01 Howard ChuFix typo in LTFINISH invcation
2003-09-30 Jong Hyuk ChoiITS#2744
next