]> git.sur5r.net Git - openldap/history - servers
Added config keyword "searchstack" for setting search stack cache depth.
[openldap] / servers /
2002-10-17 Kurt ZeilengaFix comment
2002-10-12 Kurt Zeilengacorrect security sample
2002-10-11 Howard ChuMore fixes for ITS#2136, make sure all error returns...
2002-10-10 Kurt ZeilengaPatch: Delete the buggy surrogate parent code (ITS...
2002-10-10 Kurt ZeilengaMore OBSOLETE checks
2002-10-10 Kurt ZeilengaAdd some OBSOLETE schema checks
2002-10-09 Kurt ZeilengaDon't mask error text variables
2002-10-09 Kurt ZeilengaRemove lint
2002-10-09 Kurt ZeilengaImplement content rule checks
2002-10-09 Howard ChuRevert previous commit. More thought needed re: IPV4...
2002-10-09 Howard ChuITS#2132, give up at first bind failure
2002-10-09 Kurt ZeilengaFix bad sup error
2002-10-09 Kurt ZeilengaNeed ../cr.o
2002-10-09 Howard ChuFix ITS#2132, give up if listener fails to open
2002-10-09 Kurt ZeilengaBasic framework for DIT Content Rules (not yet enforced)
2002-10-08 Kurt ZeilengaRework unprotected simple bind checks
2002-10-08 Kurt ZeilengaAdd security restrictions examples
2002-10-08 Kurt Zeilengaif "disallow bind_simple_unprotected", require at least...
2002-10-07 Kurt ZeilengaMore entry level access control for back-shell
2002-10-07 Kurt Zeilengas/256/LBER_ELEMENT_SIZEOF/
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-10-04 Kurt ZeilengaFix up last commits
2002-10-04 Kurt ZeilengaAdd "entry" ACL checks for add/delete/rename ops
2002-10-04 Kurt ZeilengaClean up some #else #if 'ing
2002-10-02 Kurt ZeilengaFix subentry OIDs
2002-10-01 Kurt ZeilengaCode cleanup (no functional changes)
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-09-26 Kurt ZeilengaReturn default referral if DN maps to empty domain.
2002-09-25 Kurt Zeilengabenign buffer overflow fix (ITS#1964)
2002-09-24 Kurt ZeilengaFix handling of non-critical controls for backends...
2002-09-22 Kurt ZeilengaMinor updates
2002-09-21 Kurt Zeilengafix possible uninit bug
2002-09-21 Howard ChuFix ITS#1033 slapd hangs with GNU Pth - don't write...
2002-09-21 Kurt ZeilengaAdd experimental +/- AttributeName support.
2002-09-20 Kurt ZeilengaSave "-" for no subtypes
2002-09-20 Howard ChuAdd dummy reference to lutil_uuidstr() for dynamically...
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuUpdated BDB_HIER for current API
2002-09-19 Howard ChuDon't set bdb yield with NO_THREADS
2002-09-19 Howard ChuFixes for NO_THREADS
2002-09-18 Howard ChuAdd calls to module_init/module_kill to support dynamic...
2002-09-16 Kurt ZeilengaMisc cleanup
2002-09-16 Kurt ZeilengaFix sizeof [r]buf typo
2002-09-16 Kurt ZeilengaFor object classes in attribute lists, use '+' (or...
2002-09-15 Kurt ZeilengaWrap csn filter frees with sync mode check.
2002-09-15 Kurt ZeilengaFix return value
2002-09-15 Kurt ZeilengaAdd LDAP_CONTROL_CLIENT_UPDATE to list of supported...
2002-09-15 Kurt ZeilengaMisc CLIENT_UPDATE cleanups
2002-09-15 Kurt ZeilengaFix typos in last commit
2002-09-15 Kurt ZeilengaCleanup up LDAP_CLIENT_UPDATE code... including some...
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-09-13 Howard ChuFix ITS#2082, bdb_idl_intersection
2002-09-13 Howard ChuFix debug messages
2002-09-13 Howard ChuFix test of uninit'd rc at LOCK_ID
2002-09-12 Howard ChuSet BDB's global allocators to ber_*, don't bother...
2002-09-11 Pierangelo Masaratitrim c++ style comments
2002-09-11 Howard ChuFix ITS#2075, NULL moddn->newsup->bv_val
2002-09-10 Pierangelo Masarati#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the...
2002-09-10 Howard ChuUnifdef BDB_IDL_MULTI.
2002-09-09 Kurt Zeilengaonly optimize objectClass filters when (objectClass...
2002-09-09 Howard ChuFix: if slapadd was used with an un-ordered LDIF file...
2002-09-09 Howard ChuMore memory cleanup
2002-09-09 Howard ChuPlug memleaks from -r1.45
2002-09-07 Pierangelo Masaratioptimize also duplicate/existence check in value delete...
2002-09-06 Howard ChuFix typo in one-level searches, left over from -r1...
2002-09-06 Kurt ZeilengaSome LCUP clean up
2002-09-05 Howard ChuReplace HACK in slap_sasl_canonicalize with safer test.
2002-09-05 Kurt Zeilengaback_attribute() should use ACL_AUTH not ACL_READ (at
2002-09-04 Howard ChuITS#2065 omit libbackends.a when no static backends...
2002-09-04 Jong Hyuk ChoiLDAP Client Update Protocol - non-persistent update...
2002-09-03 Pierangelo Masaratioptimize duplicate detection based on mods and existing...
2002-09-03 Kurt ZeilengaExtend checks to substrings rules. Need to kludge...
2002-09-03 Kurt ZeilengaAdd appropriate matching rule checks.
2002-09-02 Howard ChuDon't use sasl_set_alloc on Cyrus 2, it manages all...
2002-09-02 Kurt ZeilengaUpdate comment
2002-09-02 Pierangelo Masarati/*
2002-09-02 Pierangelo Masarativarious fixes and improvements
2002-09-02 Pierangelo Masaratiuse bvmatch() instead of ber_bvcmp() when testing for...
2002-09-02 Kurt ZeilengaAdd NOOP search support.
2002-09-01 Kurt Zeilengaunifdef -DSLAP_X_MRA_MATCH_DNATTRS
2002-08-31 Kurt Zeilengahave get_mra use mr_usable_with_at() as well
2002-08-31 Kurt ZeilengaAdd mr_usable_with_at() routine. Use both in generation
2002-08-31 Kurt ZeilengaMake sure we don't expose hidden attribute types in...
2002-08-31 Kurt ZeilengaAdd matching rule use support where assertion syntax...
2002-08-31 Kurt ZeilengaList approximates as well in rule uses.
2002-08-31 Kurt ZeilengaFix last commit.
2002-08-31 Kurt ZeilengaMR_EXT rules can be used with any type whose syntax...
2002-08-31 Kurt ZeilengaDon't hide matchingRuleUse's description (now implemented)
2002-08-31 Pierangelo Masaratidefinitely fix NOOP in back-bdb
2002-08-31 Pierangelo Masaratiimproved support for NOOP; add is fine, the other write...
2002-08-31 Pierangelo Masaratiuse ldap_charray_add instead of dedicated helper; get...
2002-08-31 Pierangelo Masaratifix bitwise matching (courtesy of Luke Howard)
2002-08-31 Pierangelo Masaratiadd {create,modify}Timestamp to subschema subentry...
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-31 Pierangelo Masaratiadd matchingRuleUse to schema; use a berval instead...
2002-08-31 Pierangelo Masaraticleanup comments
2002-08-31 Pierangelo Masaratifix extendedMatch and approx hfilter andling; get rid...
2002-08-31 Pierangelo Masaratibetter handling of children_cond
2002-08-31 Pierangelo Masaratitrace illegal condition in backsql_strfcat
2002-08-31 Pierangelo Masaratiadd 'children_cond' config statement
next