]> git.sur5r.net Git - openldap/shortlog
openldap
2002-01-19 Howard ChuCleanup lint
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuDon't free bv_vals that were passed to ber_bvarray_add.
2002-01-19 Howard ChuUse calloc for new Entries, take care of new e_ocflags...
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-19 Kurt ZeilengaFix up duplicate error reporting
2002-01-19 Kurt ZeilengaAdd checks for duplicate values.
2002-01-19 Kurt ZeilengaAdd checks for duplicate values
2002-01-19 Kurt ZeilengaRemove some lint.
2002-01-18 Kurt ZeilengaLimit slurpd friendly code to replication user.
2002-01-18 Kurt ZeilengaAdd a fourth add thread
2002-01-18 Kurt ZeilengaFix compilation error
2002-01-18 Howard ChuAdded ldap_pvt_thread_yield() after txn_abort
2002-01-18 Howard ChuAdded "fewest" lockdetect keyword, to abort txn with...
2002-01-18 Howard ChuUse DB_RMW in idl_fetch_key if called as part of a...
2002-01-18 Howard ChuDo deadlock detection on any conflict, instead of in...
2002-01-18 Howard ChuAdded compatibility macros for BDB3/4 lock_get, txn_id.
2002-01-18 Howard ChuAdd missing newline at EOF
2002-01-18 Howard ChuIn UTF8StringValidate, 1-byte chars are already validated
2002-01-18 Howard ChuChange to use dn_match
2002-01-17 Howard ChuCleanup while loops in dn2id_add/delete
2002-01-17 Howard ChuUse ber_scanf 'm' format for ignored UDP string
2002-01-17 Pierangelo... dn_parent => dnParent
2002-01-17 Pierangelo... another round replacing dn_parent ...
2002-01-17 Pierangelo... fix dnParent to return '' if the dn is a rdn
2002-01-17 Pierangelo... another round replacing dn_parent ...
2002-01-17 Pierangelo... fix uninitialized pointer (ITS#1538)
2002-01-17 Pierangelo... first round at eliminating dn_parent ...
2002-01-17 Kurt ZeilengaAdd a safety check to bvcasechr
2002-01-17 Pierangelo... publish dnParent()
2002-01-17 Howard ChuIn db_destroy, cannot checkpoint a NULL dbenv.
2002-01-17 Howard ChuDB_NODUPDATA is not a valid open flag
2002-01-17 Kurt ZeilengaRun the lock detector
2002-01-17 Kurt ZeilengaAdd a third entry...
2002-01-17 Kurt ZeilengaAdd section add.
2002-01-17 Kurt ZeilengaDon't use BDB group/attribute callbacks as they may...
2002-01-17 Kurt Zeilengareplace strcasechr with bvcasechr
2002-01-16 Kurt ZeilengaReverse ber_strccmp assertion order to avoid ""[1]...
2002-01-16 Pierangelo... more ber_*cmp optimizations
2002-01-16 Kurt ZeilengaFix up last commit
2002-01-16 Pierangelo... remark for future (questionable) optimization
2002-01-16 Pierangelo... fix ber_*str renaming
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
2002-01-16 Howard ChuFix bdb_idl_fetch/insert_key. Still fails test011.
2002-01-16 Pierangelo... use dn_match
2002-01-16 Pierangelo... compare attribute type, not value
2002-01-16 Pierangelo... added ber_[mem|case]cmp() macros for fast berval compar...
2002-01-16 Pierangelo... fix assertion
2002-01-16 Howard ChuFix idl_insert_key with USE_INDIRECT_NIDS, wasn't setti...
2002-01-16 Pierangelo... don't auto-detect DCE form; assert the UTF-8 charlen...
2002-01-16 Howard ChuFix misplaced #if USE_INDIRECT_NIDS/cont_alloc in idl_d...
2002-01-16 Kurt ZeilengaFix last commit
2002-01-16 Kurt Zeilengamore cleanup
2002-01-16 Kurt ZeilengaRemove last uses of dn_validate()
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaRemove some asserts. Need to re-valid logic
2002-01-15 Kurt ZeilengaSwitch the default backend to BDB.
2002-01-15 Kurt Zeilengaremove lint
2002-01-15 Kurt ZeilengaChange replace ACL semantics from U-Mich historical...
2002-01-15 Howard ChuAdded some reference comments for ldap_utf8_charlen2
2002-01-15 Howard ChuUse LDAP_UTF8_CHARLEN2 to check shortest possible encoding
2002-01-15 Howard ChuAdded LDAP_UTF8_CHARLEN2() to validate shortest possibl...
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-15 Kurt ZeilengaA very basic UTF-8 check
2002-01-15 Howard ChuFix ldap_utf8_lentab to detect illegal two-byte sequences.
2002-01-15 Kurt Zeilengarm noautosubtypes
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 Pierangelo... fix format
2002-01-14 Pierangelo... make temporary RDN and AVA arrays rescalable if needed
2002-01-14 Pierangelo... fix typo
2002-01-14 Pierangelo... quick fix that in pretty mode escapes with hexpair...
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 Pierangelo... revert previous commit: do accept '\00'
2002-01-14 Pierangelo... accept '\<special>' anywhere in the string
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Pierangelo... fix behavior on improperly escaped illegal hexpair...
2002-01-14 Kurt ZeilengaMisc cleanup
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuRenamed subdirectories to hide rm warnings
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 ZeilengaUse supertype index
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 Howard ChuMore updates
next