]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta
ITS#3846 don't give hashed passwords to SASL, it only wants cleartext.
[openldap] / servers / slapd / back-meta /
2005-07-04 Pierangelo Masaratifix concurrency issues
2005-07-03 Pierangelo Masaratifix potential deadlock; first round of refcnt for conne...
2005-06-28 Pierangelo Masaratiadd "matchedDN" field when appropriate
2005-06-25 Pierangelo Masaratiadd "onerr" flag
2005-06-19 Pierangelo Masaratifirst round of provisions for back-config
2005-06-18 Pierangelo Masaraticleanup
2005-06-16 Pierangelo Masaratifix ITS#3785: do our best to deal with invalid filters...
2005-06-13 Pierangelo Masaratipreemptive time limit check in proxy backends
2005-05-21 Pierangelo Masaratifix entry DN free
2005-05-13 Pierangelo Masaratifix sizelimit interaction with glue overlay (ITS#3724)
2005-05-13 Pierangelo Masaratidon't bother about slap_dummy_bv
2005-05-12 Pierangelo Masaratifix sizelimit bug (ITS#3720)
2005-05-11 Howard ChuITS#3577 Make librewrite shared - > liblrewrite.la
2005-05-11 Pierangelo Masaratiremove cruft
2005-05-11 Pierangelo Masaratiremove obsolete tests
2005-05-07 Pierangelo Masaratidon't leave consts around
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-05-06 Pierangelo Masaratiadd support for "subordinate" scope
2005-05-05 Pierangelo Masaratia bit more reworking and streamline; the change to...
2005-05-05 Pierangelo Masaratimove discover function to frontend
2005-05-04 Pierangelo Masaratihonor T-F filters (ITS#3706) and lots of cleanup
2005-05-03 Pierangelo Masaratifix printing a NULL value (ITS#3698)
2005-04-30 Pierangelo Masaratidon't return client API error if the server is down...
2005-04-26 Pierangelo Masaratimore cleanup in handling timeouts in ldap_result()
2005-04-26 Pierangelo Masaratiuse safe(r) default
2005-04-26 Pierangelo Masaratihandle the null lud_dn case...
2005-04-26 Pierangelo Masaratiwork around the last issue: some times the result times...
2005-04-25 Pierangelo Masaratireset candidates when intentionally abandoning; consist...
2005-04-25 Pierangelo Masaratifix retry; add per-target configurable number of retrie...
2005-04-22 Pierangelo Masaratimore on error handling reworking; should address ITS...
2005-04-22 Pierangelo Masaraticleanup
2005-04-22 Pierangelo Masaratiremove unnecessary call
2005-04-21 Pierangelo Masaratifix previous commit
2005-04-21 Pierangelo Masaratiadd basic support for retry; protect internal bind...
2005-04-20 Pierangelo Masaratislightly reduce malloc overhead; minor cleanup
2005-04-19 Pierangelo Masaratifix memory leak (ITS#3669)
2005-04-16 Pierangelo Masaratiprotect macro
2005-04-16 Pierangelo Masaratia) implement a new candidate selection procedure, based...
2005-02-27 Pierangelo Masaratienable tls-related code only if available; import fix...
2005-02-18 Howard ChuAlways return SLAPD_ABANDON in response to op->o_abando...
2005-02-05 Pierangelo Masaratitemporarily revert to synchronous start tls
2005-02-05 Pierangelo Masaratiimport selected improvements from back-ldap: use asynch...
2005-02-05 Pierangelo Masaratiimport referral chaing options from back-ldap
2005-01-26 Pierangelo Masaratidon't play with controls at bind; rather use the ldap_...
2005-01-26 Pierangelo Masaratidon't play with controls at bind
2005-01-26 Pierangelo Masaratidon't add the trailing '??base' to URIs
2005-01-24 Pierangelo MasaratiStartTLS (ITS#3507) + chain overlay fixes and improvements
2005-01-22 Pierangelo Masaratiimprove parsing of acl-authcDN/acl-passwd
2005-01-20 Pierangelo Masaratifix ITS#3499 (may need further testing)
2005-01-20 Pierangelo Masaratifix ITS#3499
2005-01-20 Pierangelo Masaratiimprove previous commit; implement missing objectClass...
2005-01-20 Pierangelo Masaratifix ITS#3498; some cleanup
2005-01-13 Pierangelo Masaratipropagate opattrs if shadow update
2005-01-08 Pierangelo Masaratifix ITS#3464
2005-01-08 Pierangelo Masaratimajor namespace cleanup & minor fixes
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Pierangelo Masaratiset LDAPURLDesc lud_scope to LDAP_SCOPE_DEFAULT if...
2004-12-30 Pierangelo Masaratiworks now
2004-12-30 Pierangelo MasaratiTODO: rewrite/remap the newRDN and related stuff both...
2004-12-30 Pierangelo Masaratiuse normalized new superior
2004-12-23 Pierangelo Masaratifix typos leading to memory issues
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-13 Pierangelo Masaratiinherit from back-ldap
2004-11-13 Pierangelo Masaratiimport stuff removed from back-ldap
2004-11-12 Pierangelo Masaratifix spurius noSuchObject when base=suffix
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-10 Pierangelo Masaratifix ITS#3350 (rewrite/remap will be replaced by the...
2004-11-10 Pierangelo Masaratifix ITS#3387
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-24 Pierangelo Masaratimove call to frontend API
2004-08-19 Howard ChuITS#3291 delay use of slap_known_controls until all...
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-06-17 Pierangelo Masaratires is already freed by ldap_parse_reference() (ITS...
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-04-15 Luke HowardFix warning in assignment
2004-04-15 Luke HowardFix warning in assignment
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-08 Howard ChuMore dynamic/static cleanup
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-05 Pierangelo Masaratiexploit new frontend API 2 protocol error mapping
2004-04-03 Pierangelo Masaratireturn error code only if required (ITS#3042)
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-03-10 Pierangelo Masaratirevert previous commit
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-10 Pierangelo Masaratirewrite entry DN-valued attrs
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Pierangelo Masaraticleanup
2004-03-06 Pierangelo Masaratiinitial round of fixes related to ITS#2986
2004-02-28 Pierangelo Masaratihandle filter computed in a more granular way (ITS...
2004-02-28 Pierangelo Masaratifix the problem right now
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-01 Kurt ZeilengaHappy new year
next