]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
don't send error with back-meta
[openldap] / servers / slapd / back-ldap /
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-09 Howard ChuTS#4315 fix prev commit, spinning in ldap_back_dobind
2006-01-09 Howard ChuITS#4315 fix bind concurrency issue
2006-01-06 Pierangelo Masaratiallow proxying of dynamic objects (irrespective of...
2006-01-06 Pierangelo Masaraticleanup
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaraticlarify generated password issue
2006-01-02 Pierangelo Masaratiallow generic exops to slip thru
2005-12-20 Pierangelo Masaratidon't idassert anonymous unless explicitly configured...
2005-12-16 Pierangelo Masaratifix memory handling
2005-12-15 Pierangelo Masaratibetter handling of internal operations
2005-12-15 Pierangelo Masaratiassume operations with version set to 0 are internal...
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-12-07 Pierangelo Masaratiimplement (per-target) per-conn proxy-side idle-timeout...
2005-12-06 Pierangelo Masaratireturn more appropriate error code
2005-11-28 Pierangelo Masaratifix previous commit
2005-11-27 Pierangelo Masaratiadd very preliminary support for <draft-sermersheim...
2005-11-27 Pierangelo Masaraticleanup
2005-11-27 Pierangelo Masaratis/chain-cache-uris/chain-cache-uri/
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 lutil_ato*() whenever appropriate
2005-11-23 Hallvard FurusethFix olcChainConfig definition when !LDAP_CONTROL_X_CHAI...
2005-11-20 Pierangelo Masaratifix dumb var initialization
2005-11-20 Pierangelo Masaratifix compilation when the chaining control is undefined
2005-11-20 Pierangelo Masaratidon't care about empty matched/text #ifdef LDAP_NULL_IS...
2005-11-20 Pierangelo Masaraticleanup
2005-11-20 Pierangelo Masaratiyet another fix to previous commit
2005-11-20 Pierangelo Masaratifix previous commit
2005-11-19 Pierangelo Masaratifix typo in write timeouts argnumbers
2005-11-19 Pierangelo Masaratiallow the chain overlay and the underlying databases...
2005-11-19 Pierangelo Masaratiplug one-time leaks
2005-11-19 Pierangelo Masaraticheck we don't exceed userland with config param bits
2005-11-19 Pierangelo Masaratistreamline back-ldap/slapo-chain configuration; add...
2005-11-19 Pierangelo Masaratifix dangling resources issue in slapd-ldap; completely...
2005-11-16 Pierangelo Masaratirefine previous commit...
2005-11-16 Pierangelo Masaratifix matched handling of slapd-ldap/slapo-chain (ITS...
2005-11-11 Pierangelo Masaratihandle LDAPv2 when returning timelimit; silence warning
2005-11-09 Pierangelo Masaraticannot happen...
2005-11-06 Pierangelo Masaratibackport write operation timeouts from back-meta to...
2005-11-04 Pierangelo Masaratiadd a giant mutex around the ldapinfo structure to...
2005-11-03 Pierangelo Masaratifix previous commit (addresses ITS#4139)
2005-11-03 Pierangelo Masaratidon't leak text/matched
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-11-01 Pierangelo Masaratidon't leak matchedDN
2005-10-14 Pierangelo Masaratidon't copy o_ndn into lc_bound_ndn, otherwise we end...
2005-09-24 Pierangelo Masaratihide unused member (will likely be removed)
2005-09-24 Pierangelo Masaraticleanup states/timeout handling in back-ldap/meta;...
2005-09-10 Pierangelo Masaratiimproved authz_backend detection for internal databases...
2005-09-09 Pierangelo Masaratirelease resources (ITS#4016)
2005-09-06 Pierangelo Masaratifix typo (ITS#4005)
2005-09-04 Pierangelo Masaratifix old erroneous commit (ITS#4001)
2005-08-29 Pierangelo Masaratifix previous commit
2005-08-27 Pierangelo Masaratiprettify matchedDN; return response code
2005-08-26 Howard ChuFix for Windows mod compatibility, imported symbols...
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-22 Pierangelo Masaratineed some minimal timeout otherwise strange issues...
2005-08-20 Pierangelo Masaraticleanup locking
2005-08-18 Pierangelo Masaratistrip entryDN from search entries; frontend will reatta...
2005-08-17 Pierangelo Masaratiallow noUserMod attrs write proxying when manageDIT...
2005-08-17 Pierangelo Masaratifix return code (prevents clean usage of back-ldap...
2005-08-17 Pierangelo Masaratiset "matched" as appropriate (ITS#3942)
2005-08-16 Hallvard FurusethRemove unused label "error_return"
2005-08-14 Hallvard FurusethAdd missing Statslog() statements (loglevel stats/stats2):
2005-08-12 Pierangelo Masaratishould compile also when #undef HAVE_TLS
2005-08-12 Pierangelo Masaratishould compile also when #undef HAVE_TLS
2005-08-11 Pierangelo Masaratiadd authzSyntax for authzTo/authzFrom attributes; add...
2005-08-11 Pierangelo Masaratifix tls propagation, including rebind
2005-08-07 Pierangelo Masaratiplug more leaks
2005-08-07 Pierangelo Masaratiuse trylock only where necessary
2005-08-02 Pierangelo Masaratiremove unrequired member; address ITS#3913
2005-08-02 Pierangelo Masaratimore fixes to parsing of (deprecated) config directives...
2005-08-02 Pierangelo Masaratisave 1 function call...
2005-08-01 Pierangelo Masaratifix various leaks
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-30 Pierangelo Masaratifix referrals handling (needs work)
2005-07-29 Pierangelo Masaratimore table-driven config cleanup
2005-07-27 Hallvard FurusethSilence unused variable warnings with #ifdef LDAP_CONTR...
2005-07-26 Pierangelo Masaratimore fixes to back-ldap runtime configuration (ITS...
2005-07-25 Pierangelo Masaratiplug leaks
2005-07-23 Pierangelo Masaratithere might definitely be concurrency issues, but it...
2005-07-23 Pierangelo Masarati(mostly) reverting previous commit (overconservative)
2005-07-23 Pierangelo Masaratistrengthen concurrency protection
2005-07-23 Pierangelo Masaratireverse logic (chasing a dangling pointer...)
2005-07-22 Hallvard Furuseth'#if 0' out variables used only in #if 0. Fix '#if...
2005-07-22 Pierangelo Masaratimore on leaks & small fixes to unparsing
2005-07-22 Pierangelo Masaratinote an issue
2005-07-22 Pierangelo Masaratifix back-ldap unparsing
2005-07-18 Pierangelo Masaratifix ITS#3862
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-17 Hallvard FurusethDeclare ldap_back_init_cf().
2005-07-04 Pierangelo Masaratifix potential deadlock
2005-07-03 Pierangelo Masaratifix potential deadlock; improve idassert in case of...
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-06-29 Pierangelo Masaratiseems to definitely fix issues related to ITS#3808
2005-06-29 Pierangelo Masaratireturn LDAP_SUCCESS if Start TLS failed but was not...
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-06-29 Pierangelo Masarati(partial?) fix ITS#3808
next