]> git.sur5r.net Git - openldap/history - servers
rm noautosubtypes
[openldap] / servers /
2002-01-15 Howard ChuDeleted autosubtypes support.
2002-01-15 Howard ChuRevert previous commit again. autosubtypes are gone...
2002-01-14 Howard ChuMore fixes for autosubtype index generation
2002-01-14 Howard ChuFix previous commit
2002-01-14 Howard ChuRevert previous commit
2002-01-14 Kurt ZeilengaAdd a default case with assert() just in case.
2002-01-14 Kurt ZeilengaITS#1530 no value replace ACL fix
2002-01-14 Howard ChuIn DN_SUBTREE use idl_allids instead of explicit malloc.
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Howard ChuTurn on BDB_IDL_MULTI by default
2002-01-13 Howard ChuTurn on USE_INDIRECT_NIDS by default
2002-01-13 Kurt ZeilengaReally fix previous commit
2002-01-13 Kurt ZeilengaFix compile error
2002-01-13 Kurt ZeilengaClean up last patch
2002-01-13 Kurt ZeilengaInstall system schema checks
2002-01-13 Kurt ZeilengaZap connection_internal_*
2002-01-13 Howard ChuFix mutex leak in previous commit
2002-01-13 Howard ChuChanged to use search callbacks instead of connection_i...
2002-01-13 Howard ChuReworked callback layout, added send_search_entry callback
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-12 Kurt ZeilengaFix SASL leak and clobber bug
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 Masaraticleanup and better dn handling
2002-01-12 Pierangelo Masaratislap_strncopy function
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-12 Pierangelo Masaratimonitor objectclass definition
2002-01-11 Kurt ZeilengaAdd ITS#1508 fix to allow ACIs to grant anonymous users...
2002-01-11 Kurt ZeilengaAdditional system schema checks
2002-01-11 Kurt ZeilengaAdd collective attribute system schema support.
2002-01-11 Kurt ZeilengaMore system schema checks
2002-01-11 Kurt ZeilengaAdd some basic system schema checks.
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-11 Kurt ZeilengaRemove lint.
2002-01-11 Kurt ZeilengaAdd Backend to system schema check routines
2002-01-11 Pierangelo Masaratiof course this is required by listener monitor
2002-01-11 Pierangelo Masaratilistener monitor
2002-01-11 Pierangelo Masaratineed this outside for back monitor ...
2002-01-11 Pierangelo Masaratiadded structural objectclass; reworked obejctclasses...
2002-01-11 Howard ChuFix loop in glue_tool_sync
2002-01-11 Kurt ZeilengaFlip some bits in the backend flags mask
2002-01-10 Kurt ZeilengaFix the bits
2002-01-10 Jon LeichterAdded a missing attribute: tokenGroupsGlobalAndUniversa...
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-10 Howard Chureadahead is only needed on UDP, don't use it on TCP...
2002-01-10 Howard ChuFix str2anlist declaration, str is not const. (gets...
2002-01-10 Pierangelo Masaratifix for backend-dependent schema check
2002-01-10 Kurt ZeilengaUse NULL for be parameter to entry_schema_check() for...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-10 Howard ChuFix lint in previous commit
2002-01-10 Kurt ZeilengaAdd start of subentry support... still need to sort out
2002-01-10 Howard ChuAdded an_oc to AttributeName for caching ObjectClass...
2002-01-10 Kurt ZeilengaMore clean up of system schema changes
2002-01-10 Kurt Zeilengaadd system schema checks
2002-01-10 Kurt ZeilengaFix up last commit
2002-01-10 Kurt ZeilengaMore operational attribute infrastructure...
2002-01-10 Kurt ZeilengaFinish building in operational attributes
2002-01-10 Kurt ZeilengaMore builtin operational attributes
2002-01-10 Kurt ZeilengaCleanup last commit. Need to add more internal schema....
2002-01-10 Kurt ZeilengaAnother round of operational attribute changes... more...
2002-01-10 Kurt ZeilengaMinor cleanup
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 ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRemove some lint caused by the changes in const'ification
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-09 Kurt ZeilengaAdd some comments
2002-01-09 Kurt ZeilengaBring nadf back from attic, but note that it is obsolete
2002-01-09 Kurt ZeilengaA subentries control framework
2002-01-08 Kurt ZeilengaMove nadf to attic
2002-01-08 Kurt Zeilengacomment out pilotObject as it depends on lastModifiedBy
2002-01-08 Kurt ZeilengaClarify comment.
2002-01-08 Kurt ZeilengaUse iplanet OID (with typo fixed) for inetLocalMailReci...
2002-01-08 Kurt Zeilengacomment out obsolete operational schema
2002-01-08 Kurt ZeilengaA few changes to the handling of operational attributes.
2002-01-08 Kurt ZeilengaFix ACL logic for non-regex peername, sockname, etc.
2002-01-07 Kurt ZeilengaMinor cleanup
2002-01-07 Kurt ZeilengaDon't use 'void *' unnecessarily.
2002-01-07 Pierangelo Masaratifix questionable behavior in case of bind errors
2002-01-07 Pierangelo Masaratifix c_cdn migration
2002-01-07 Kurt ZeilengaLachman laser is expired.
2002-01-07 Kurt ZeilengaAdd collective schema (not yet implemented)
2002-01-07 Kurt ZeilengaClarify DESC
2002-01-06 Howard ChuFix some debug statements
2002-01-06 Howard ChuAdded LDAP_FILTER_EXT case to filter_free()
2002-01-06 Howard ChuDon't need to malloc/free ma_rule_text
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Kurt ZeilengaHide select matching rules from published schema
2002-01-06 Kurt ZeilengaDon't split DESC over multiple lines
2002-01-06 Kurt ZeilengaAdd LDAP/X.500 subentry schema (draft-zeilenga-ldap...
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-06 Kurt ZeilengaAdd SLAP_MALLOC() and friends.
2002-01-06 Kurt ZeilengaAdd some critical control checks.
2002-01-06 Kurt ZeilengaRemove lint.
2002-01-06 Kurt ZeilengaFix compile errors
next