]> git.sur5r.net Git - openldap/history - servers/slapd
fix backend initialization (including ITS#2048)
[openldap] / servers / slapd /
2002-08-29 Pierangelo Masaratifix backend initialization (including ITS#2048)
2002-08-29 Howard ChuTwo more bervals instead of strings...
2002-08-29 Howard ChuFix ITS#1991 - referrals with sarch base == target...
2002-08-29 Kurt ZeilengaFinish adding subclassing indexing support
2002-08-29 Kurt ZeilengaRound one of subclass indexing for objectClass and...
2002-08-28 Kurt ZeilengaInclude lber_pvt.h
2002-08-28 Howard ChuAdded no-op sasl_client_auth if SASL_VERSION_MAJOR...
2002-08-28 Kurt Zeilengacleanup
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-08-28 Howard ChuFix ITS#2047 - link ldbm.lo directly when building...
2002-08-27 Kurt ZeilengaAdd another safety check
2002-08-27 Howard ChuITS#2040 - in bdb_idl_fetch_key() use a large enough...
2002-08-27 Kurt ZeilengaReturn other.
2002-08-27 Kurt ZeilengaFix bug in last commit
2002-08-27 Kurt Zeilengano structuralObjectClass is not a schema violation...
2002-08-27 Kurt ZeilengaClean up some structuralObject checks to improve readab...
2002-08-27 Kurt ZeilengaFix comment
2002-08-27 Kurt ZeilengaOnly add LASTMOD attributes if they don't exist in...
2002-08-26 Howard ChuRemove c_sasl_bindmutex, Binds are already serialized.
2002-08-26 Kurt Zeilengaremove lint
2002-08-26 Kurt ZeilengaPrevent buffer overflow
2002-08-26 Kurt ZeilengaAdd a Connection pointer to the Operation.
2002-08-26 Kurt Zeilengacleanup
2002-08-26 Kurt ZeilengaFix last commit.
2002-08-26 Kurt ZeilengaPrevent unlocking unlocked sasl_bindmutex...
2002-08-26 Pierangelo Masaratisilence annoying warning (BTW: who initializes be?)
2002-08-26 Howard ChuFix oc_filter, it could exit early before counting...
2002-08-25 Kurt Zeilengazap charray
2002-08-25 Howard ChuFix previous commit, BDB_REUSE_LOCKERS was inside a...
2002-08-25 Howard ChuFix ITS#2044 duplicate search results due to broken...
2002-08-24 Howard ChuAdd debug if bdb_cache_entry_db_lock fails to get a...
2002-08-24 Howard ChuExperimental code that uses one locker ID per thread...
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-24 Howard ChuPass Operation to backend_attribute - should have been...
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-08-24 Kurt ZeilengaZap
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-08-24 Kurt Zeilengause ldap_charray_free() instead of slapd's charray_free()
2002-08-23 Howard ChuFix typo in previous commit. (Benign, code was #if...
2002-08-23 Pierangelo MasaratiFinal run of changes to back-sql; IBM db2 support has...
2002-08-23 Pierangelo Masaratifixed bug in reading size/time limits without style...
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-08-23 Pierangelo Masaratiadded assertions to catch helper function misuse
2002-08-23 Howard ChuFix indexing bug in splitting indirect blocks
2002-08-22 Howard ChuOS/390 EBCDIC support
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-08-22 Kurt ZeilengaFix abstract schema check
2002-08-21 Pierangelo Masaratifix previous commit
2002-08-21 Jong Hyuk ChoiSlapadd is changed to include Operational Attributes...
2002-08-20 Kurt ZeilengaITS#2004 AD lang bug fix
2002-08-20 Howard ChuUse search callbacks in slap_sasl_checkpass and slap_au...
2002-08-20 Kurt ZeilengaQuick check of LOCK_ID() return. Likely should retry...
2002-08-20 Kurt ZeilengaMore places where LOCK_ID() calls need to be checked.
2002-08-19 Kurt Zeilengafix typo in last commit
2002-08-19 Kurt ZeilengaNormalized form should be pretty.
2002-08-17 Howard ChuUpdated register_syntax, register_matching_rule for...
2002-08-16 Kurt ZeilengaRemove #if 0 code
2002-08-16 Pierangelo MasaratiCHANGES:
2002-08-16 Pierangelo Masaratiadd function slap_modrdn2mods that prepares modificatio...
2002-08-16 Pierangelo Masaratisilence warnings
2002-08-16 Pierangelo Masaratifix printableStringValidate return value bug
2002-08-13 Pierangelo Masaratichanges:
2002-08-13 Pierangelo MasaratiVERY PRELIMINARY support for PostgreSQL and IBM db2
2002-08-13 Pierangelo Masaratibetter error handling when returning results
2002-08-13 Kurt ZeilengaLog successful SASL bind (ITS#2017)
2002-08-13 Kurt ZeilengaPatch: lutil_progname() and lutil_strcopy() are not...
2002-08-13 Kurt ZeilengaFix IRIX sc_mask conflict
2002-08-12 Kurt ZeilengaAdd support for response controls
2002-08-12 Kurt ZeilengaFix inverted bvmatch logic in modrdn
2002-08-11 Kurt ZeilengaAdd back_bdb to modules
2002-08-11 Kurt Zeilengaconsistently reduce string_expand bv_len by 1
2002-08-11 Howard ChuNever use DB_RECOVER flag when opening DB_ENV. Recovery...
2002-08-10 Pierangelo Masaratisame as for back-meta
2002-08-10 Pierangelo Masaratiinitialize struct timeval (fixes ITS#2014);
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-08-09 Pierangelo Masaratirework connection pool handling (reduce amount of malloc)
2002-08-09 Pierangelo Masaratiremove dependency from LDAP_FILT_MAXSIZ (and handle...
2002-08-08 Howard ChuITS#2015 give correct index key back to presence_candidates
2002-08-07 Kurt ZeilengaFix saslregex init bug
2002-08-07 Howard ChuPlug config leaks
2002-08-07 Howard ChuFix cargv leak in recursive read_config()
2002-08-07 Kurt ZeilengaMove large string comment to just above UTF8StringValid...
2002-08-07 Howard ChuRevert previous commit
2002-08-07 Howard ChuIn backend_operational don't add subschemaSubentry...
2002-08-07 Howard ChuDon't strdup conn->authz into op, just reference direct...
2002-08-06 Kurt Zeilengaother->invalid
2002-08-06 Kurt ZeilengaFor IA5, printable, telephone:
2002-08-06 Kurt ZeilengaAdd a summary to strings comment
2002-08-06 Kurt ZeilengaUpdate string commment with examples.
2002-08-06 Kurt ZeilengaAdd start of discussion of strings in LDAP/X.500 and...
2002-08-06 Kurt ZeilengaFix nameAndOptionalUUID normalization,
2002-08-06 Kurt ZeilengaRemove lint
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-08-06 Howard ChuITS#1998 UTF8StringNormalize should accept all-space...
2002-08-05 Kurt ZeilengaMisc clean up of last commit.
2002-08-05 Kurt ZeilengaRework saslRegex code (not yet tested)
2002-08-05 Kurt ZeilengaFix lutil_str*() warnings
2002-08-05 Kurt ZeilengaPatch: add OpenLDAPaci #public# access (ITS#2005)
2002-08-05 Kurt ZeilengaPatch: ACL #access-id#<invalid-DN> granted access to...
2002-08-03 Howard ChuFix ITS#1994, Windows heap consistency
next