]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
cleanup error messages; complete privateDB control and queryDelete exop specifications
[openldap] / servers / slapd / back-ldap /
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-11 Pierangelo Masaratifix previous commit: op is not a bind if error
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-23 Howard ChuMore for ITS#5050
2007-07-22 Howard ChuITS#5050 use correct (Bind) timeout in dobind_int
2007-07-14 Pierangelo Masaratifix minor error message
2007-06-19 Howard ChuITS#5025 clear sr_entry before sending search reference
2007-05-19 Pierangelo Masaratire-parse ID from passmod request, if necessary (ultimat...
2007-05-15 Pierangelo Masaraticheck for NULL dn in URL; set error code before seding...
2007-04-04 Hallvard FurusethFix char* = const char* (text = sr->sr_text)
2007-03-21 Pierangelo Masaraticleanup after sending entry
2007-03-19 Pierangelo Masaratirestore op before checking result (and, if necessary...
2007-03-09 Pierangelo Masaratifix previous commit (ITS#4861)
2007-03-08 Pierangelo Masaraticheck consistency of referrals and result code (ITS...
2007-02-01 Pierangelo Masaratikeep SlapReply clean (ITS#4828)
2007-01-28 Pierangelo Masaratimore about quarantine separation
2007-01-28 Pierangelo Masaratifix more spurious return stuff; split quarantine in...
2007-01-26 Pierangelo Masaratidon't return adminLimitExceeded unless LDAPv3; use...
2007-01-26 Pierangelo Masaratiimplement search timeout when the remote server does...
2007-01-26 Pierangelo Masaratifix cached connection taint in case of timeout
2007-01-19 Kurt Zeilengasilence warnings
2007-01-18 Pierangelo Masaratiallow modules to muck with connection tree and so
2007-01-17 Pierangelo Masaratitest mapped error code (ITS#4808)
2007-01-13 Pierangelo Masaratione more round of cached connections fixes/improvements
2007-01-11 Pierangelo Masaratifix entry deallocation
2007-01-10 Pierangelo Masaratifurther cleanup
2007-01-09 Pierangelo Masaratidisallow invalid per-syntax shortcuts
2007-01-09 Pierangelo Masaratiallow forcing abandon of search operations on a connect...
2007-01-09 Howard ChuFix prev commit
2007-01-09 Howard ChuFix TLS parsing
2007-01-09 Pierangelo Masaratifix previous commit(s)
2007-01-08 Howard ChuAdd TLS context configuration
2007-01-08 Pierangelo Masaratifix idassert mode=self for anonymous operations (ITS...
2007-01-06 Pierangelo Masaraticleanup ITS#4781 enhancement
2007-01-05 Pierangelo Masaraticleanup
2007-01-03 Pierangelo Masaratisilence warnings
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Pierangelo Masaratipool privileged connections (ITS#4791)
2006-12-24 Pierangelo Masaratidon't leak callbacks if stuff cannot be registered...
2006-12-19 Pierangelo Masaratifurther fix of ITS#4782
2006-12-19 Pierangelo Masarati(almost) blind fixes to ITS#4782
2006-12-19 Howard ChuITS#4782 quick fix, never send result from proxy authz...
2006-12-18 Pierangelo Masaraticatch double free
2006-12-17 Pierangelo Masaratifix another typo
2006-12-17 Pierangelo Masaratifurther fix previous commit
2006-12-17 Pierangelo Masaraticleanup and document ITS#4781 commit
2006-12-17 Pierangelo Masaratisupport a separate cached connection for binds when...
2006-12-15 Pierangelo Masaratirewrite chased DN according to referral's (ITS#4776)
2006-11-24 Pierangelo Masaratifix leak in case of retry
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-10-28 Pierangelo Masaratis/ldap_int_discard/ldap_pvt_discard/
2006-10-28 Pierangelo Masaratineed ldap-int.h for ldap_int_discard() declaration...
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-10-22 Pierangelo Masaratiadd ldap_int_discard(); use it in proxies (ITS#4717)
2006-10-08 Howard ChuDrop extraneous test from copy/paste (1.200) (coverity)
2006-10-08 Howard ChuFix uninit'd cb (coverity)
2006-10-07 Pierangelo Masaratimore on clarification of special proxy identities and...
2006-09-30 Pierangelo Masaratifix rebind with idassert when a connection expires...
2006-09-26 Pierangelo Masaratifix ITS#4686 (retry with idassert)
2006-09-14 Pierangelo Masaratiby now, don't bail out if monitoring cannot be set up
2006-09-14 Pierangelo Masaratifix back-ldap monitoring
2006-09-14 Pierangelo Masaratifix (temporarily) uninit'ed var
2006-09-14 Pierangelo Masaraticomment monitoring by now
2006-09-14 Pierangelo Masaratifurther cleanup
2006-09-14 Pierangelo Masaratiadd basic monitoring support to back-ldap/slapo-chain...
2006-09-14 Pierangelo MasaratiURIs need to be between double quotes
2006-09-11 Pierangelo Masaratildap_back_dobind_int() may need to free a connection
2006-09-11 Pierangelo Masaratirearrange error handling
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-09-04 Pierangelo Masaratiimprove timeout support (ITS#4157, ITS#4663); manpage...
2006-09-03 Pierangelo Masaratiback-ldap should only touch the connection timestamp...
2006-08-31 Pierangelo Masaratidon't leak identity
2006-08-29 Pierangelo Masaratifix pre-allocated entry/attribute handling
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-25 Howard ChuFix test045, test048 use acl-bind credentials on retry...
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-08-18 Pierangelo Masaratidon't leave dangling conns in the AVL tree
2006-08-18 Pierangelo Masaratithe conn may not be bound yet even if the bound DN...
2006-08-18 Kurt ZeilengaLDAP_DEVEL cleanup
2006-08-17 Pierangelo Masaratigive slapd a chance to play callback cleanup handlers...
2006-08-15 Kurt ZeilengaSome LDAP_DEVEL cleanup
2006-08-12 Kurt ZeilengaUse LDAP_OTHER to indicate internal error
2006-06-24 Pierangelo Masaratifix response sending while rebinding (ITS#4597)
2006-06-17 Pierangelo Masaratimove retry into response handling (fix ITS#4594; partia...
2006-06-15 Pierangelo Masaratimore cleanup for previous commit
2006-06-15 Pierangelo Masaratiport identity assertion to back-meta; share as much...
2006-06-12 Pierangelo Masaratiadd return-error support to searches
2006-06-12 Pierangelo Masaratiadd support for recursive referrals (with simple loop...
2006-06-10 Pierangelo Masaraticleanup identity assertion; ready for porting to back...
2006-06-10 Pierangelo Masaratimake sure heavy concurrency doesn't cause quarantine...
2006-06-08 Pierangelo Masaraticleanup resource release
2006-06-07 Pierangelo Masaratirework quarantine locking and so
2006-05-30 Pierangelo Masaratirearrange quarantine handling during proxyAuthz bind...
2006-05-30 Pierangelo Masaratifurther cleanop of previous commits
2006-05-30 Pierangelo Masaraticleanup previous commit
2006-05-29 Pierangelo Masaratiallow pretty time form in quarantine string
2006-05-29 Pierangelo Masaratimake room for plugins that deal with quarantine end
2006-05-27 Pierangelo Masaratiimplement proxy quarantine (ITS#4569)
next