]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
fix wrong response tags (ITS4182; consequence of fixing ITS#4173)
[openldap] / servers / slapd / overlays /
2005-11-17 Pierangelo Masaratifix wrong response tags (ITS4182; consequence of fixing...
2005-11-16 Howard ChuFix Add password_hash to not depend on password quality...
2005-11-16 Pierangelo Masaratiimprove fix to ITS#4173 OPENLDAP_REL_ENG_2_2_MP
2005-11-15 Pierangelo Masaratidon't muck with SlapReply during response (ITS#4173)
2005-11-14 Pierangelo Masaratire-fix cast and logic
2005-11-14 Hallvard FurusethFix void* pointer arithmetic from ber_bvchr()
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-11-09 Pierangelo Masaratiplug yet another one time leak
2005-11-09 Pierangelo Masaratiplug one time leak
2005-11-09 Pierangelo Masaratifix previous commit
2005-11-08 Pierangelo Masaratigdb is much more clever with enums...
2005-11-06 Pierangelo Masaratisilence warnings
2005-11-06 Pierangelo Masaratiadd matchedDN; fix and clarify behavior when searching...
2005-11-05 Howard ChuITS#4148 fix replica mods
2005-11-03 Pierangelo Masaratiplug one-time leak
2005-11-03 Howard ChuCleanup
2005-11-03 Howard ChuITS#4128 use backend_db_init
2005-11-03 Pierangelo Masaratirelease entry, if required; release mapping resources...
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-11-03 Howard ChuITS#4134 additional fix
2005-11-03 Howard ChuITS#4134 delete pwdFailureTime on password reset
2005-10-28 Howard ChureqMod / reqOld must be OctetString to accomodate all...
2005-10-17 Howard ChuMore matching rules
2005-10-17 Howard ChuMore schema tweaks
2005-10-17 Howard ChuChange ModDN back to ModRDN. Legacy...
2005-10-17 Howard ChuSchema tweaks
2005-10-17 Howard ChuFix Bind/Unbind logging, align Search scopes with RFC2255
2005-10-15 Howard ChuUse generic filter for findbase
2005-10-15 Howard ChuThe rest of the reloadHint support...
2005-10-15 Howard ChuAdd option to enable using the reloadHint. 2.2 consumer...
2005-10-14 Howard ChuDo some rough bounds checks on the age
2005-10-14 Howard ChuExtend age buffer
2005-10-14 Howard ChuRemove two-digit limitation on days in log purge interval
2005-10-14 Kurt ZeilengaFix prototype
2005-10-14 Pierangelo Masaratimore about ITS#4086: fix back-meta as well
2005-10-14 Pierangelo Masaratinote that "discover" is not supported yet
2005-10-14 Pierangelo Masaratimore cleanup
2005-10-14 Pierangelo Masaratibetter fix to ITS#4086: treat mapping failures as undef...
2005-10-13 Pierangelo Masaratitemporarily fix ITS#4086
2005-10-13 Howard ChuMove CSN invocations to backends
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-10-11 Howard ChuRemove lint
2005-10-08 Pierangelo Masaratiimprove previous commit (ITS#4071)
2005-10-08 Pierangelo Masaratiallow rwm to work with either the real or the virtual...
2005-10-07 Howard ChuITS#4068 fix queued UUIDs
2005-10-06 Howard ChuPlug memleaks
2005-10-05 Howard ChuCall normalizer directly, not rdnNormalize.
2005-10-05 Howard ChuFix rdn timestamp normalization
2005-10-05 Howard ChuITS#4066 ignore writes that aren't under the unique_base
2005-10-04 Howard ChuDon't flush psearch queue in main search, let the qtask...
2005-10-03 Howard ChuFix abandon checks, syncop use count.
2005-10-03 Howard ChuFix prev commit op initialization, runqueue startup...
2005-10-02 Howard ChuTweak prev commit, avoid rescheduling running qtask
2005-10-02 Howard ChuFix runq scheduling
2005-10-02 Howard ChuFix prev commit modrdn
2005-10-02 Howard ChuMinimize base lookups
2005-10-02 Howard ChuAlways queue psearch responses (ITS#3671 revisited)
2005-09-27 Howard ChuITS#4025 add pretty/normal for pwdAttribute that recogn...
2005-09-26 Howard ChuCheck log_ops before logging unbind and abandon
2005-09-14 Howard ChuAdd a "nopresent" keyword to skip the present phase...
2005-09-14 Howard ChuAdd CSN management
2005-09-14 Howard ChuZero out op2
2005-09-14 Howard ChuAdd flag for only logging successful operations
2005-09-09 Howard ChuITS#3989 more fixes
2005-09-08 Howard ChuITS#3989 fix crash - don't access freed psearch records
2005-09-06 Howard ChuAdd searchFilter var in searchDN session. Would have...
2005-09-04 Pierangelo Masaratiall right, don't worry about free() by now
2005-09-04 Howard ChuITS#3980 fix when master doesn't explicitly reset grace...
2005-09-04 Pierangelo Masaratidisable pagedResults or reject
2005-09-04 Howard ChuITS#3980, filter out some delete modifications on repli...
2005-09-02 Howard ChuAdd missing return from rev 1.27
2005-09-02 Howard Chuper LDAPext discussion, delete pwdAccountLockedTime...
2005-09-02 Howard ChuBypass all add/modify checks on replicas, the master...
2005-09-02 Howard ChuITS#3989 fix ID used for syncprov_findbase
2005-09-01 Howard ChuMoving glue overlay back into slapd core, returning...
2005-08-31 Howard ChuITS#3979 only one glue overlay per tree is allowed
2005-08-28 Howard ChuITS#3937 tone down informational debug msgs
2005-08-27 Howard ChuFinish control implementation
2005-08-26 Hallvard FurusethRemove unused variable
2005-08-26 Howard ChuMore for ITS#3854
2005-08-26 Howard ChuWindows mod compatibility
2005-08-26 Howard ChuRevert ITS#3577 patch, breaks Windows build and not...
2005-08-26 Howard ChuLeave pwdPolicySubEntry user-modifiable for now
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 Masaratineed stricter sanity checks...
2005-08-25 Howard ChuDon't do anything if this is a syncrepl response.
2005-08-24 Howard ChuConfig fixes
2005-08-24 Howard ChuFix typo in numeric-descend
2005-08-24 Howard ChuAdd LDAP_CONTROL_VALSORT
2005-08-24 Howard ChuCheck for numeric syntaxes
2005-08-24 Howard ChuTweak prev commit, use BER_BVZERO
2005-08-24 Howard ChuFix uninit'd var, check for single-valued attrs
2005-08-23 Pierangelo Masaratiworkaround ITS#3965; if anybody has a better solution...
2005-08-23 Howard ChuUpdated for draft 09, allow MANAGE for operational...
2005-08-23 Howard ChuMore for valsort
2005-08-23 Howard ChuAdd valsort
2005-08-23 Howard ChuAdd sorted values overlay
2005-08-23 Howard ChuITS#3961 better fix - provide a context for the main...
2005-08-23 Howard ChuITS#3961 provide ldap_pvt_thread_pool_fake_context_init...
next