]> git.sur5r.net Git - openldap/history - servers
Use ConfigReply to return error messages to the client
[openldap] / servers /
2008-09-23 Ralf HaferkampUse ConfigReply to return error messages to the client
2008-09-20 Pierangelo Masaratifix typo
2008-09-20 Pierangelo Masaratiadd support for local RFC 3062 password modification...
2008-09-19 Hallvard FurusethDrop "if ( slap_known_controls )". That became an array...
2008-09-19 Pierangelo Masaratiadd support for back-config delete; fix minor issues
2008-09-19 Pierangelo Masaratiadd back-config support to slapo-retcode(5)
2008-09-18 Pierangelo Masaratihonor relax by not applying constraints (ITS#5705)
2008-09-18 Pierangelo Masaratiadd support for constraining rename (ITS#5703)
2008-09-18 Hallvard FurusethMessage waiting for N threads to terminate -> for N...
2008-09-17 Pierangelo Masaratioptional parameter that allows to restrict constraints...
2008-09-17 Pierangelo Masaratiadd "set" constraint type (ITS#5702)
2008-09-16 Pierangelo Masaratisilence warnings
2008-09-15 Pierangelo Masaratidon't hide standard track matching rules (more for...
2008-09-15 Pierangelo Masaratiadd support for certificateListExactMatch (RFC4523...
2008-09-15 Pierangelo Masaraticertificate handling cleanup
2008-09-12 Ralf Haferkampstop and remove checkpoint task in _db_destroy (ITS...
2008-09-11 Howard ChuITS#5659 "collect" overlay enhancements
2008-09-10 Howard ChuFix prev commit
2008-09-10 Howard ChuITS#5694 update context's entryCSN during log purges
2008-09-09 Pierangelo Masaraticleanup round of memory handling (either check results...
2008-09-09 Pierangelo Masaratiallow trying local bind when remote fails (ITS#5656)
2008-09-08 Hallvard Furusethunique_search(): Print key->bv_val rather than key...
2008-09-08 Pierangelo Masaratifix one-time leak
2008-09-08 Pierangelo Masaratifix olcTranslucentLocal/Remote handling (ITS#5689)
2008-09-08 Pierangelo Masaratialways re-test filter after merging local and remote...
2008-09-08 Pierangelo Masaratiimplement X-SUBST substitute syntax extension (ITS...
2008-09-08 Pierangelo Masaratidon't risk using uninitialized vars
2008-09-06 Pierangelo Masaratiif objectClass is not present (e.g. schema check is...
2008-09-06 Pierangelo Masaraticleanup in case of failure during search rewriting...
2008-09-06 Pierangelo Masaratibe careful when restoring rewritten DN (partial fulfilm...
2008-09-06 Howard ChuITS#5687 more cleanup fixes
2008-09-06 Pierangelo MasaratiNULL out spurious text (ITS#5688)
2008-09-04 Ralf Haferkampallow databases to be deleted (hidden behind LDAP_DEVEL)
2008-09-04 Ralf Haferkampdon't dereference NULL pointer
2008-09-04 Ralf HaferkampA new entry's index should not be larger than the numbe...
2008-09-04 Pierangelo MasaratiDon't leak syntax oid macro in case of duplicate attrib...
2008-09-04 Pierangelo Masaratilet undefined objectClasses be used in proxy filters
2008-09-04 Pierangelo MasaratiNUL-terminate undefined objectClass soc_cname (ITS...
2008-09-04 Pierangelo Masaraticanonicalize undef objectClass names (much like attribu...
2008-09-04 Pierangelo Masaratimake additional checking optional (more on ITS#5860)
2008-09-04 Pierangelo Masaratidon't cache queries that would not be answered correctl...
2008-09-02 Pierangelo Masaratidon't dereference NULL pointers (ITS#5676)
2008-09-02 Pierangelo Masaratiuse the most recent contextCSN (ITS#5675)
2008-08-31 Howard ChuITS#5578 signed/unsigned comparison
2008-08-30 Pierangelo Masaratino need to unescape/re-escape each line (more on ITS...
2008-08-30 Pierangelo Masaratiimplement caseIgnoreListMatch (ITS#5608)
2008-08-27 Howard ChuAvoid deadlocks on reader txns
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-08-26 Howard ChuFix dynamic module init
2008-08-26 Howard ChuAdd back-ndb
2008-08-23 Pierangelo Masaratifix attribute list swapping when NULL (ITS#5665)
2008-08-21 Pierangelo Masarati[blind commit] better logging; check schema data before...
2008-08-09 Pierangelo Masaratidon't return entry if requested attr is not present... LOCKER_IDS
2008-08-09 Pierangelo Masaratihandle anonymous before doing mallocs
2008-08-09 Pierangelo Masaratifix log message
2008-08-09 Howard ChuITS#5618 log Search result errors, force Deref to Never
2008-08-09 Pierangelo Masaratidon't strip set string (ITS#5627)
2008-08-09 Pierangelo Masaratidon't copy strings if not necessary
2008-08-09 Pierangelo Masaratifix continuation checking in dynacl (ITS#5637)
2008-08-09 Pierangelo Masaratioptimize ACI check (ITS#5636)
2008-08-09 Pierangelo Masaratimake sure objectClass is not filtered out by 'map attri...
2008-08-09 Pierangelo Masaratimake sure objectClass is not filtered out by 'rwm-map...
2008-08-09 Pierangelo Masaratisuffix must be defined before overlay configuration...
2008-08-09 Pierangelo Masaratireally check if filter is valid...(more on ITS#5581)
2008-08-09 Howard ChuITS#5649 fix overlay_register_control
2008-08-06 Howard ChuITS#5642 don't inherit custom attributes
2008-08-04 Pierangelo Masaratifix normalizable/non-normalizable attr mapping \& mergi...
2008-08-04 Pierangelo Masaratidefer relayed database lookup (ITS#5643)
2008-08-04 Pierangelo Masaratifix check for single-field firstComponentMatch normaliz...
2008-07-24 Quanah Gibson-MountFix missing space
2008-07-19 Pierangelo Masaratis/o_dn/o_ndn/ (ITS#5622)
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-12 Pierangelo Masaratiimprove diagnostics
2008-07-12 Pierangelo Masaratidon't close invalid sockets (blind fix to ITS#5606)
2008-07-12 Pierangelo Masaratiremove data when freed (blind fix to ITS#5607)
2008-07-12 Pierangelo Masaratitrim extra brackets (ITS#5609); NULL-terminate string
2008-07-12 Pierangelo Masaratifix quarantine (ITS#5592)
2008-07-12 Pierangelo Masaratimake sure rwm_op_cleanup() is called also in case of...
2008-07-08 Howard ChuITS#5569 ignore internal ops when validating pwd modify
2008-07-08 Rein TollevikITS#5600 Replace objectClass, delete/add can fail if...
2008-07-08 Howard ChuFix 1.40, release entry with same backend that obtained it
2008-07-07 Pierangelo Masaratiallow proxies to filter out search references (ITS...
2008-07-06 Rein TollevikITS#5597 fix CSN compare when provider has CSNs with...
2008-07-05 Howard ChuITS#5578 fix binary search
2008-07-04 Rein TollevikITS#5596 contextCSN updates are internal operations.
2008-07-02 Pierangelo Masaratiallow olcSpReloadHint in olcSyncProvConfig (ITS#5591)
2008-07-02 Howard ChuITS#5589 delcsn / NULL cookie
2008-07-01 Pierangelo Masaratifix serialNumber and issuer parsing (ITS#5588)
2008-07-01 Howard ChuITS#5584 - treat empty Replace like Delete
2008-06-30 Howard ChuFix prev commit
2008-06-30 Pierangelo Masaratiextra needed by config (ITS#5355)
2008-06-29 Howard ChuITS#5571 prevent Adds from displacing {0}config
2008-06-29 Howard ChuFix entry insert order
2008-06-29 Pierangelo Masaratimake sure the strfilter is in normal form (ITS#5581)
2008-06-29 Howard Chusyntax oid macros added
2008-06-29 Pierangelo Masaratidon't lookup dg* attrs more than needed (ITS#5583)
2008-06-29 Howard ChuMore symbols for ITS#5355
next