]> git.sur5r.net Git - openldap/shortlog
openldap
2002-08-29 Pierangelo... test extended filter and values return filter
2002-08-29 Kurt ZeilengaFix objectSubClassIndexer bug
2002-08-29 Pierangelo... allow different solutions to debug sasl shutdown
2002-08-29 Pierangelo... when shutting down a server with open connections ...
2002-08-29 Pierangelo... fix server-size controls handling in back-{ldap,meta}
2002-08-29 Pierangelo... add server side controls to back-ldap and back-meta
2002-08-29 Howard ChuFix previous commit - use EWOULDBLOCK instead of EAGAIN
2002-08-29 Pierangelo... avoid zero size ch_malloc() when no attributes are...
2002-08-29 Pierangelo... trim unused var
2002-08-29 Pierangelo... this test is useless, since noop is masked SLAP_CTRL_UPDATE
2002-08-29 Howard ChuFix ITS#1983, handle writing of large requests. Only...
2002-08-29 Howard ChuUse sockbuf_max_incoming_auth after successful Bind
2002-08-29 Pierangelo... - added the capability to filter based on hasSubordinat...
2002-08-29 Pierangelo... add bdb_hasSubordinates() helper
2002-08-29 Pierangelo... cleanup
2002-08-29 Pierangelo... cleanup hasSubordinate operational attr merge
2002-08-29 Pierangelo... optimize subschema attribute merge
2002-08-29 Pierangelo... use appropriate attr list when matching value of operat...
2002-08-29 Pierangelo... fix match result bug
2002-08-29 Pierangelo... cleanup error check logic; don't deref be->controls...
2002-08-29 Pierangelo... cleanup logging
2002-08-29 Pierangelo... add null berval initializer (should replace tons of...
2002-08-29 Pierangelo... improve control support thru -E switch
2002-08-29 Pierangelo... fix backend initialization (including ITS#2048)
2002-08-29 Howard ChuFix ITS#1983, in sb_sasl_write, set errno = EAGAIN...
2002-08-29 Howard ChuFor ITS#1983, in ber_pvt_sb_do_write, partial writes...
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 ZeilengaMisc updates...
2002-08-29 Kurt Zeilengaadd userid case
2002-08-29 Kurt ZeilengaAdd case to 009
2002-08-29 Kurt Zeilengasearch on 'userid' not 'uid'
2002-08-29 Kurt Zeilengaback out last commit
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 ZeilengaAdd check for sockaddr_storage before enabling IPv6
2002-08-28 Kurt ZeilengaInclude lber_pvt.h
2002-08-28 Howard ChuAdded no-op for SASL_VERSION_MAJOR < 2
2002-08-28 Howard ChuAdded no-op sasl_client_auth if SASL_VERSION_MAJOR...
2002-08-28 Kurt Zeilengaregenerate for sasl version checks
2002-08-28 Kurt Zeilengacleanup
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-08-28 Kurt ZeilengaMore clarifications
2002-08-28 Kurt ZeilengaFix typo
2002-08-28 Kurt ZeilengaFix tables numbering. Add note able system schema...
2002-08-28 Howard ChuDelete unused LDBM_LIB macro. (Not to be confused with...
2002-08-28 Howard ChuFix ITS#2047 - link ldbm.lo directly when building...
2002-08-28 Kurt ZeilengaClarify that manageDsaIT is not to specified when managing
2002-08-28 Kurt ZeilengaClean up filters
2002-08-28 Kurt ZeilengaFix some formatting issues
2002-08-27 Kurt Zeilengaclarify "authorization" feature as "proxy authorization".
2002-08-27 Kurt ZeilengaTrim subordinate classes from input (and expected output).
2002-08-27 Kurt ZeilengaMore OID clarifications.
2002-08-27 Kurt ZeilengaFix typos
2002-08-27 Kurt ZeilengaWarn about hijacking.
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 ZeilengaAdd note regard StartTLS over 389.
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 Julius EnarusaiFix compile error when --without-threads configure...
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... silence 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 Kurt ZeilengaAdd link to SDF tools at CPAN.
2002-08-24 Howard ChuAdd debug if bdb_cache_entry_db_lock fails to get a...
2002-08-24 Kurt ZeilengaIncrease res_query buffers to 64k
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 Kurt ZeilengaRemove cruft
2002-08-24 Kurt ZeilengaAdd ldapwhoami(1)
2002-08-24 Kurt ZeilengaAdd -y.
2002-08-24 Kurt ZeilengaPatch: 'ldapmodify -y file' reads password from file...
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-24 Kurt ZeilengaNT port fixes
2002-08-23 Howard ChuFix typo in previous commit. (Benign, code was #if...
2002-08-23 Pierangelo... Final run of changes to back-sql; IBM db2 support has...
2002-08-23 Pierangelo... fixed bug in reading size/time limits without style...
2002-08-23 Pierangelo... added attr_merge/value_add functions that dela with...
2002-08-23 Pierangelo... added assertions to catch helper function misuse
2002-08-23 Pierangelo... add upper/lower funcs that also compute the length...
2002-08-23 Howard ChuFix indexing bug in splitting indirect blocks
2002-08-22 Howard ChuFix errors in replica directive
next