]> git.sur5r.net Git - openldap/history - servers/slapd/proto-slap.h
fix possible uninitialized use of nmods
[openldap] / servers / slapd / proto-slap.h
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-10-28 Jong Hyuk ChoiUse of slap_schema.si_ad_entryUUID in bdb_psearch()
2002-10-26 Pierangelo Masaratineed to move #define here; on by default
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-25 Jong Hyuk ChoiAddition of servers/slapd/lcup.c and servers/slapd...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-24 Pierangelo Masaratilistener:
2002-10-09 Kurt ZeilengaBasic framework for DIT Content Rules (not yet enforced)
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-09-10 Pierangelo Masarati#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the...
2002-09-02 Pierangelo Masarati/*
2002-09-01 Kurt Zeilengaunifdef -DSLAP_X_MRA_MATCH_DNATTRS
2002-08-31 Kurt ZeilengaAdd mr_usable_with_at() routine. Use both in generation
2002-08-31 Pierangelo Masaratiadd matchingRuleUse to schema; use a berval instead...
2002-08-29 Pierangelo Masaratiadd server side controls to back-ldap and back-meta
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-29 Kurt ZeilengaRound one of subclass indexing for objectClass and...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-08-20 Howard ChuUse search callbacks in slap_sasl_checkpass and slap_au...
2002-08-17 Howard ChuUpdated register_syntax, register_matching_rule for...
2002-08-16 Pierangelo Masaratiadd function slap_modrdn2mods that prepares modificatio...
2002-08-12 Kurt ZeilengaFix inverted bvmatch logic in modrdn
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-08-07 Howard ChuFix cargv leak in recursive read_config()
2002-07-28 Kurt ZeilengaFix for:
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-06-25 Kurt ZeilengaFix for "no structuralObjectClass" when lastmod is...
2002-06-14 Howard ChuAdded saslAuthzTo and saslAuthzFrom to system schema.
2002-06-12 Kurt ZeilengaAn almost complete slap_sasl_setpass()
2002-06-03 Kurt ZeilengaGentile HUP shutdown from Hallvard
2002-06-03 Kurt ZeilengaVLV updates
2002-05-30 Kurt ZeilengaDisallow addition of system schema via config files.
2002-05-07 Howard ChuCyrus 2 support now requires Cyrus 2.1.3. Adds support...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-05-01 Kurt ZeilengaReworking backend_check_restrictions for extensions
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-16 Howard ChuITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnorma...
2002-04-08 Pierangelo Masaratidon't count operations per request if back-monitor...
2002-04-08 Pierangelo Masaraticount initiated/completed operations divided per request
2002-04-03 Pierangelo Masaratiadd a switch that enables/disables reverse lookups...
2002-03-30 Pierangelo Masaratiallow attribute exclusion list in selective replica
2002-03-24 Kurt ZeilengaUpdate control framework
2002-03-11 Kurt ZeilengaAdd no-op mru_schema_info()...
2002-03-10 Kurt ZeilengaDeprecate filter_print in favor of filter2bv.
2002-03-07 Kurt ZeilengaReplace get_filter generation of fstr with filter2bv().
2002-03-01 Kurt ZeilengaAdd normalize_validate_normalize() to be use instead...
2002-03-01 Kurt ZeilengaAdd a value_validate() function to be used by prior...
2002-02-15 Howard ChuChanged reqoid to struct berval
2002-02-09 Kurt ZeilengaReverse arguments of is_object_subclass and reverse...
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-08 Howard ChuAdded replica attr=<attribute list> support to filter...
2002-01-31 Kurt Zeilengaremove deadwood, e.g. slap_index2prefix()
2002-01-29 Kurt Zeilengarevert constification of slap_init_user()
2002-01-29 Kurt ZeilengaSome misc cleanup
2002-01-26 Howard ChuEliminated dn_normalize. No more migration.
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Kurt ZeilengaRemove deprecated routines and a little lint.
2002-01-26 Howard ChuChanged be_issuffix and dnParent to take struct bervals.
2002-01-19 Kurt ZeilengaUpdate collective attribute schema
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19 Pierangelo Masaratifix ad_cmp
2002-01-19 Kurt ZeilengaModify ad_cmp() macro to support use as an ordering...
2002-01-19 Kurt ZeilengaCleanup prototypes
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-17 Pierangelo Masaratipublish dnParent()
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
2002-01-16 Pierangelo Masaratiadded ber_[mem|case]cmp() macros for fast berval compar...
2002-01-16 Kurt ZeilengaFix last commit
2002-01-16 Kurt Zeilengamore cleanup
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Kurt ZeilengaZap connection_internal_*
2002-01-12 Pierangelo Masaraticlarify macro name: dn_match = 1 if match, 0 otherwise
2002-01-12 Pierangelo Masaratisome memory handling cleanup: check that memory is...
2002-01-12 Pierangelo Masaratislap_strncopy function
2002-01-11 Kurt ZeilengaAdd collective attribute system schema support.
2002-01-11 Pierangelo Masaratilistener monitor
2002-01-11 Pierangelo Masaratineed this outside for back monitor ...
2002-01-10 Kurt ZeilengaFix the bits
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-10 Howard ChuFix str2anlist declaration, str is not const. (gets...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-10 Kurt ZeilengaAnother round of operational attribute changes... more...
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-09 Kurt ZeilengaRound 2 of subentry changes
2002-01-09 Kurt ZeilengaAdd very basic subentry search support.
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-09 Kurt ZeilengaA subentries control framework
2002-01-07 Kurt ZeilengaDon't use 'void *' unnecessarily.
2002-01-06 Kurt ZeilengaAdd some critical control checks.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuMinor cleanup
2002-01-02 Howard ChuMinor cleanup. bvarray_add should return success/fail...
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
next