]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
More for ITS#5860
[openldap] / servers / slapd / back-ldap /
2009-03-06 Howard ChuMore explicit for prev commit
2009-03-06 Howard ChuITS#6003, #5916 fix ldap_back_entry_get_rw, no deref...
2009-02-27 Howard ChuMore for prev
2009-02-27 Howard ChuFix potential double-free of filter on abandon
2009-02-27 Howard ChuITS#5977 fix typo
2009-02-27 Pierangelo Masaratifix ITS#5959 fix
2009-02-27 Howard ChuBetter fix for prev
2009-02-27 Howard ChuMore for prev commit
2009-02-27 Howard ChuITS#5977 strip duplicates out of sorted attrs
2009-02-20 Howard ChuITS#5959 drop illegal values, only drop attr if it...
2009-02-10 Pierangelo Masaratimore on ITS#5931: handle intermediate responses and...
2009-02-09 Pierangelo Masaratido not assert when receiving intermediate response...
2009-02-07 Pierangelo Masaratidiscard attribute values if attribute name cannot be...
2009-02-02 Howard ChuITS#5916 - externally callable functions are ldap_pvt...
2009-01-31 Pierangelo MasaratiAllow alias dereferencing in search C API; use new...
2009-01-29 Pierangelo Masaratiproxy RFC4525 increment; bail out in case of unsupporte...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-20 Pierangelo Masaraticheck validity of idassert-bind line (ITS#5863)
2008-12-12 Pierangelo Masaratidon't send error when going to retry (alternative fix...
2008-11-18 Pierangelo Masaratidon't bailout in case of insufficientAccess (ITS#5816)
2008-10-18 Hallvard FurusethITS#4467: Fix snprintf buffer overflow test for olcDbQu...
2008-10-17 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-10-17 Hallvard FurusethFix typo in assertion: j1 + j1 -> j1 + j2. (Not a crash...
2008-10-17 Pierangelo Masaratileave rs struct untouched (ITS#5742)
2008-10-12 Pierangelo Masaratifix overlays with private instances of databases (ITS...
2008-09-16 Pierangelo Masaratisilence warnings
2008-09-04 Pierangelo Masaraticanonicalize undef objectClass names (much like attribu...
2008-07-15 Pierangelo Masaratifree filter before overlays' cleanup callback
2008-07-15 Pierangelo Masaratifix potential leak in previous commit
2008-07-14 Pierangelo Masaratiimprove previous commit (ITS#5614)
2008-07-14 Pierangelo Masaratido not propagate undefined or otherwise broken search...
2008-07-07 Pierangelo Masaratiallow proxies to filter out search references (ITS...
2008-06-29 Howard ChuMore symbols for ITS#5355
2008-05-17 Pierangelo Masaratilookup entries as LDAP_REQ_SEARCH (ITS#5513)
2008-03-15 Pierangelo Masaratis/leave/func_leave/ (ITS#5411)
2008-03-08 Pierangelo Masaratiinvalidate connection handler when ldap_sasl_interactiv...
2008-02-28 Pierangelo Masaratimake sure orr_newrdn is passed correctly to libldap...
2008-02-11 Hallvard FurusethITS#5328 - cosmetic cleanup (0 -> LDAP_SUCCESS)
2008-02-08 Howard ChuITS#5355 use bi_extra instead of calling directly into...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-10-05 Pierangelo Masaratifix typing warnings
2007-09-26 Howard Chucoverity - init i
2007-09-23 Howard ChuMake slap_passwd_parse non-destructive
2007-09-23 Howard ChuMore for a_numvals
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-15 Pierangelo Masaratifix previous commit
2007-09-15 Pierangelo Masaratialloc temporaries on slab
2007-09-15 Pierangelo Masaratifurther fix ITS#5138 (please review)
2007-09-15 Pierangelo Masaratidraft-wahl-ldap-session: append further instances of...
2007-09-15 Howard ChuITS#5138 don't scan past the sequence of attributes
2007-09-14 Pierangelo Masaratifix potential double-free (valgrind; ITS#5137)
2007-09-13 Pierangelo Masaratiimprove error message
2007-09-09 Pierangelo Masaratiidassert also in case of SASL mechs that do not set...
2007-09-09 Pierangelo Masaratifix proxyAuthz oid setup
2007-08-26 Pierangelo Masaraticleanup
2007-08-22 Pierangelo Masaratiadd support for session tracking (draft-wahl-ldap-sessi...
2007-08-22 Pierangelo Masaratihandle response controls in exops
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
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
next