]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta
Additional fix for ITS#4522. The "dn=" ist not optional.
[openldap] / servers / slapd / back-meta /
2006-05-10 Howard Chuplug leak
2006-05-06 Pierangelo Masaraticleanup
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-05-06 Pierangelo Masaratifix previous commit
2006-05-06 Pierangelo Masaraticleanup version parsing
2006-05-06 Pierangelo Masaratirefine previous commit
2006-05-06 Pierangelo Masaratiparallelize dobind/search (ITS#4519)
2006-05-04 Pierangelo Masaratimake sure NULL pointers are not dereferenced
2006-05-04 Pierangelo Masaratigracefully handle server down while initiating a search...
2006-05-03 Pierangelo Masaratidon't muck with freed memory (spotted by valgrind)
2006-04-14 Pierangelo Masaratimore coverity issues
2006-04-13 Hallvard Furusethmeta_back_db_config: lutil_atou(version,) -> lutil_atoi
2006-04-13 Pierangelo Masaratiaddress protocol version issues (ITS#4488)
2006-04-07 Pierangelo Masaratiactually, if a connection is already in the AVL tree...
2006-04-06 Pierangelo Masaratipedantic cleanup
2006-04-04 Pierangelo Masaratihonor stop on error
2006-04-04 Pierangelo Masaraticomplete previous commit (protect binds)
2006-04-04 Pierangelo Masaratimake sure only on bind at a time occurs; release resour...
2006-04-04 Pierangelo Masarationly wait if no entry was returned
2006-04-03 Pierangelo Masaratidon't add unnecessary message
2006-04-03 Pierangelo Masaratimake sure an invalid connection is always released...
2006-04-03 Pierangelo Masaratiimmediately return sizelimitExceeded if appropriate
2006-04-03 Pierangelo Masaratimore on recovery (ITS#4429)
2006-04-01 Pierangelo Masaratiseems to fix the equivalent of ITS#4429 in back-meta...
2006-03-23 Pierangelo Masaraticleanup previous commit
2006-03-23 Pierangelo Masaratihonor "chase-referrals no" (ITS#4447)
2006-03-02 Pierangelo Masaratimap result codes as required (ITS#4419)
2006-02-16 Pierangelo Masaratibe conservative in reading subtree-exclude
2006-02-16 Pierangelo Masaratiadd support for "subtree-exclude"
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-02-11 Pierangelo Masaratirework connection handling on multiple binds with the...
2006-02-07 Pierangelo Masaratimake sure no invalid candidate gets used (had a core...
2006-02-01 Pierangelo Masaratiimplement proxy long-lived connection TTL
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-14 Pierangelo Masaratimake back-meta conform with man page
2006-01-11 Pierangelo Masaratiimprove back-meta retry capabilities (ITS#4328)
2006-01-09 Pierangelo Masaratidon't send error with back-meta
2006-01-09 Pierangelo Masaratirefine fix to ITS#4315; apply it to back-meta as well
2006-01-06 Pierangelo Masaratiallow proxying of dynamic objects (irrespective of...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Pierangelo Masaratifix handling of bind-timeout
2005-12-20 Pierangelo Masaratisilence warning
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-12-12 Pierangelo Masaratiadd (and document) customizable bind-timeout
2005-12-12 Pierangelo Masaratiminor cleanup
2005-12-11 Pierangelo Masaratimore about sizelimit disclose issue in back-meta (ITS...
2005-12-07 Pierangelo Masaratiimplement (per-target) per-conn proxy-side idle-timeout...
2005-12-05 Pierangelo Masaraticleanup
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-24 Pierangelo Masaratiuse friendly form for timeouts
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Pierangelo Masaratifirst round of number/time parsing fixes
2005-11-22 Pierangelo Masaratiset the berval length\! (ITS#4196)
2005-11-22 Pierangelo Masaratidon't return matchedDN in the case described in ITS...
2005-11-20 Pierangelo Masaratidon't care about empty matched/text #ifdef LDAP_NULL_IS...
2005-11-19 Pierangelo Masaratifix dangling resources issue in slapd-ldap; completely...
2005-11-14 Pierangelo Masaratisilence warnings...
2005-11-09 Pierangelo Masaratiremove from AVL before freeing...
2005-11-06 Pierangelo Masaratibackport write operation timeouts from back-meta to...
2005-11-05 Pierangelo Masaratiallow per-target retry in searches; taint invalid conne...
2005-11-04 Pierangelo Masaratifix size/time limit (ITS#4145)
2005-11-03 Pierangelo Masaratiimport leak plug from slapo-rwm
2005-11-03 Pierangelo Masaratidon't leak massaged referral DN
2005-11-01 Pierangelo Masarativarious cleanup
2005-11-01 Pierangelo Masaratieat up values of removed attrs
2005-11-01 Pierangelo Masaratibetter fix: in case of error during bind, just bail...
2005-11-01 Pierangelo Masaratifix incorrect bind error (ITS#4129)
2005-10-29 Pierangelo Masaratido not return success; frontend already does (ITS#4122)
2005-10-25 Pierangelo Masaratifix previous commit
2005-10-24 Pierangelo Masaratifix handling of invalid DN-valued attrs (ITS#4107)
2005-10-15 Pierangelo Masaratifix error message for invalid "uri" args
2005-10-14 Pierangelo Masaratimore about ITS#4086: fix back-meta as well
2005-10-10 Pierangelo Masaratifix ITS#4073
2005-10-08 Pierangelo Masaratifix ITS#4071
2005-10-01 Pierangelo Masaratideal with the case a pseudorootn is not defined
2005-10-01 Pierangelo Masaratiplug selected leaks resulting from ITS#4056 & ITS#4057...
2005-09-26 Hallvard FurusethFix snprintf() format
2005-09-24 Pierangelo Masaraticleanup states/timeout handling in back-ldap/meta;...
2005-09-24 Pierangelo Masaratifix previous commit; cleanup few 64 bit issues
2005-09-19 Pierangelo Masaratiuse result of validation (ITS#4028)
2005-09-10 Pierangelo Masaratisilence warnings
2005-09-06 Pierangelo Masaratipretty the DN as well
2005-09-06 Pierangelo Masaratidon't lookup rootdn if the password is incorrect (ITS...
2005-08-31 Pierangelo Masaratifix test before releasing resources (ITS#3990)
2005-08-31 Pierangelo Masaratisave target errors for later evaluation
2005-08-30 Pierangelo Masaratifurther refine previous commit
2005-08-30 Pierangelo Masaratifix previous commit
2005-08-30 Pierangelo Masaraticleanup previous commit (thanks to Hallvard)
2005-08-28 Pierangelo Masaratiprettify matchedDN
2005-08-27 Pierangelo Masaratiprettify matchedDN; fix memory handling
2005-08-26 Howard ChuRevert ITS#3577 patch, breaks Windows build and not...
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-25 Pierangelo Masaratihonor onerr on bind
2005-08-22 Pierangelo Masaratineed some minimal timeout otherwise strange issues...
2005-08-22 Pierangelo Masaratiallow a minimal timeout in compares
2005-08-20 Pierangelo Masaratinormalize/pretty attributes when possible
2005-08-18 Pierangelo Masaratimore about matchedDN in back-meta (ITS#3944)
next