]> git.sur5r.net Git - openldap/shortlog
openldap
2004-06-29 Kurt ZeilengaITS#3212: sasl_encode/decode type conflict fix
2004-06-29 Pierangelo... `err' might be used uninitialized
2004-06-29 Pierangelo... small improvement to acl test
2004-06-29 Pierangelo... add uniqueMember tests
2004-06-29 Pierangelo... fix uniqueMemberMatch according to previous fix (relate...
2004-06-29 Pierangelo... fix nameUID* and uniqueMember* stuff in a consistent...
2004-06-29 Ralf HaferkampTS#3213: free copy of e_attrs before retrying the trans...
2004-06-28 Jong Hyuk Choilogging psearch return code
2004-06-28 Kurt Zeilengacleanup
2004-06-28 Kurt ZeilengaA more strict oidValidate
2004-06-28 Pierangelo... fix nameUID/uniqueMember stuff (ITS#3210)
2004-06-28 Pierangelo... trim useless code
2004-06-28 Pierangelo... fix oidValidate() when a OID contains a single '0'...
2004-06-28 Pierangelo... fix memory usage
2004-06-28 Pierangelo... honor signedness
2004-06-28 Pierangelo... propagate search result (maybe this is not what bdb_pse...
2004-06-28 Pierangelo... fix typo in comment
2004-06-28 Pierangelo... fix ITS#3208
2004-06-28 Pierangelo... beautify and clarify <what> clause usage and defaults
2004-06-28 Pierangelo... clarify the use of regex and expand in by dn clauses
2004-06-28 Kurt Zeilengaadd baseObject as alias for base.
2004-06-28 Jong Hyuk Choi- use ctxcsn_locker for the ctxcsn add transaction
2004-06-27 Kurt ZeilengaAllow LDAP_PVT_SASL_LOCAL_SSF to be set externally
2004-06-27 Kurt Zeilengacleanup
2004-06-26 Howard ChuFix uninit'd exopflags
2004-06-25 Howard ChuFix previous commit, deleting under suffix...
2004-06-25 Howard ChuMore locking cleanup (ITS#3201, etc)
2004-06-25 Jong Hyuk Choiinternal operation return value processing cleanup
2004-06-25 Kurt ZeilengaFix wrong error when using operative attribute in
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 partial fix. still encountering deadlocks.
2004-06-23 Kurt ZeilengaRework pre/post read controls to handle retry conditions...
2004-06-23 Kurt ZeilengaMove pre/post read calls into outer transaction.
2004-06-23 Jong Hyuk Choiuse ltid if it exists; use NULL otherwise.
2004-06-23 Kurt ZeilengaAdd reference to doc/install/configure
2004-06-23 Kurt Zeilengacleanup
2004-06-23 Jong Hyuk Choiusing write lock in accessing pslist
2004-06-23 Jong Hyuk Choiuse txn locker if it exists; get one otherwise.
2004-06-23 Kurt ZeilengaSLAPD_DISCONNECT v -1 cleanup
2004-06-22 Kurt ZeilengaAdd pre-read FIXME comment
2004-06-22 Jong Hyuk Choimore timelimit cleanup
2004-06-22 Jong Hyuk Choipatch for ITS#3173
2004-06-22 Kurt Zeilengacleanup
2004-06-22 Kurt Zeilengacleanup
2004-06-22 Jong Hyuk Choilimit checking in syncrepl
2004-06-22 Pierangelo... use hard limit instead of returning adminLimitExceeded...
2004-06-22 Pierangelo... asserts contradict the comment above and are basically...
2004-06-22 Pierangelo... fix indices and limits for backends oher than bdb
2004-06-22 Kurt ZeilengaReplaced MSAD specific stuff
2004-06-21 Pierangelo... clear pagedresults_state if reusing an inactive connect...
2004-06-21 Pierangelo... more improvements
2004-06-21 Pierangelo... fix response output
2004-06-21 Pierangelo... fix ITS#3196; more to do
2004-06-21 Pierangelo... fix pagedResults dangling pointer in parsing cookie...
2004-06-21 Pierangelo... parse page control only in case of succes...
2004-06-21 Pierangelo... allow back-ldap as module... (ITS#3194)
2004-06-21 Pierangelo... add test for rootdn; better check search results (not...
2004-06-21 Pierangelo... clarify usage for internal searches
2004-06-21 Pierangelo... actually, we're not proxying SASL bind at all
2004-06-21 Jong Hyuk Choisyncrepl retry code fix for correct timing
2004-06-21 Pierangelo... improve readability
2004-06-21 Pierangelo... clean up unnecessary checks; don't use SASL native...
2004-06-20 Pierangelo... not sure that cyrus-sasl doesn't honor empty authz...
2004-06-20 Pierangelo... improve test028; add test029 about glueing ldap databas...
2004-06-20 Pierangelo... make authz mode selection fully manual, plus more cleanup
2004-06-20 Pierangelo... fix erroneous logging
2004-06-20 Pierangelo... add shortcut for 'users'; but, very important, cleanup...
2004-06-20 Pierangelo... add debug to rewrite tool
2004-06-20 Pierangelo... manual cleanup
2004-06-20 Luke HowardDo not crash if computed attribute has no values -...
2004-06-19 Pierangelo... detect mechs that are known to perform native authz
2004-06-19 Pierangelo... improve message
2004-06-19 Pierangelo... allow a hidden parameter to instruct the proxy that...
2004-06-19 Kurt ZeilengaRebuild
2004-06-19 Pierangelo... cleanup limits for internal searches...
2004-06-19 Pierangelo... cleanup
2004-06-19 Pierangelo... improve SASL in id assertion test
2004-06-19 Pierangelo... minor cleanup
2004-06-19 Pierangelo... li->be didn't work; since it seems to be unnecessary...
2004-06-19 Pierangelo... protocol only allows positive integers; remove checks
2004-06-19 Pierangelo... improve SASL detection/usage in test
2004-06-19 Pierangelo... protocol only allows positive integers; check, just...
2004-06-19 Pierangelo... add test for idassert
2004-06-19 Pierangelo... add test for max size limit
2004-06-19 Pierangelo... cleanup test for empty DN
2004-06-19 Pierangelo... typo?
2004-06-19 Pierangelo... implement server side of "max" limit
2004-06-19 Pierangelo... cleanup limits
2004-06-19 Pierangelo... need to know if SASL is available
2004-06-18 Kurt ZeilengaMore paged results cleanup
2004-06-18 Kurt ZeilengaFix nentries logging
2004-06-18 Kurt ZeilengaDon't return useless estimate.
2004-06-18 Kurt ZeilengaFix last commit... needs $srcdir
2004-06-18 Kurt ZeilengaAdd LDAP_MAXINT macro
2004-06-18 Pierangelo... allow max for time/size limits
2004-06-18 Kurt ZeilengaFix typo in last commit
2004-06-18 Pierangelo... improve parsing - first step
2004-06-18 Pierangelo... improve parsing - first step
2004-06-18 Pierangelo... improve client parsing - first step
next