]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Don't allow suffixAliases were alias and aliased dn our the same.
[openldap] / servers / slapd / back-ldbm /
1999-01-19 Kurt ZeilengaNeed to upper case the new_ndn.
1999-01-19 Kurt ZeilengaUpdate support for dn vs ndn. Build new dn from e...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaFree that unclobberred dn.
1999-01-18 Kurt ZeilengaDon't clobber dn.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-18 Kurt ZeilengaProtect return of the locked entry.
1999-01-18 Kurt ZeilengaMinor cleanup of trace output.
1999-01-17 Kurt ZeilengaUse Entry's e_ndn instead of recomputing it.
1999-01-15 Kurt ZeilengaCould have no entry to return... check entry pointer...
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1999-01-08 Kurt ZeilengaFix tmp file removal.
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1999-01-03 Kurt Zeilengaentry pointer 'p' must be initialized. Should fix...
1998-12-30 Kurt ZeilengaI thought the bdn was normalized already... guess not.
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-28 Kurt Zeilengamatched needs to be initialized to NULL as we may never
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-12-28 Kurt ZeilengaPlug 'matched' memory leak in dn2entry()
1998-12-27 Kurt ZeilengaPlug addtional realBase memory leaks.
1998-12-27 Hallvard FurusethPlug some memory leak
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-12-22 Kurt ZeilengaAdd rc=0 fix as suggested by Tobias Reber <t.reber...
1998-12-21 Kurt ZeilengaITS#12 realBase was being freed before use. The offen...
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt ZeilengaFix server --without-xxx build issues...
1998-12-18 Kurt ZeilengaPatch cache_delete_entry_internal() as suggested by
1998-12-10 Kurt ZeilengaChange cache.c assert logic based on Hallvard's suggestion.
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-27 Kurt ZeilengaApply preliminary patch provided by Hallvard.
1998-11-25 Kurt ZeilengaAdd a couple minor safety checks.
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-23 Kurt Zeilengaplug newDN memory leak using Will Ballantyne's patch
1998-11-22 Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-18 Kurt Zeilengadebug messages incorrectly said "add" instead of "remove".
1998-11-18 Kurt Zeilengafree parent's reader lock. Thanks Gary!
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-12 Kurt Zeilengaremove an entry from its parent's children ID list...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Hallvard Furusethstrlen() needed string.h.
1998-11-07 Kurt ZeilengaFix LDBM_SYNC typo
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-11-05 Kurt ZeilengaFix datum typo.
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-11-05 Hallvard FurusethGet struct sockaddr for slap.h
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-27 Stuart Lynne1. extend aclgroup's to be able to specify objectClassV...
1998-10-26 Kurt ZeilengaFixup bugs created by merge.
1998-10-25 Kurt Zeilengaremove old files
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-24 Kurt ZeilengaFixed memory leaks.
1998-10-24 Kurt ZeilengaUpdated derefAlias/DN to handle Entry R/W locks.
1998-10-24 Kurt Zeilenganew files for general aliasing
1998-10-24 Kurt ZeilengaAdded Will Ballantyne's General Aliasing code.
1998-10-24 Kurt ZeilengaUse current schema objectClass 'groupOfNames' instead...
1998-10-23 Kurt Zeilengaremove lint reported by Hallvard
1998-10-23 Kurt Zeilengavery bad typo.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-09-22 Kurt ZeilengaFixed md5/sha files.
1998-09-21 Kurt Zeilengaprefix md5 calls with ldap_
1998-09-21 Kurt ZeilengaFix VPATH includes/libraries
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-09-20 Kurt ZeilengaAdded basic VPATH support. VPATH Make depend still...
1998-09-20 Kurt ZeilengaReworked enable/with options. Mostly works.
1998-09-18 Kurt ZeilengaFixed CRYPT, MD5, and SHA1 support.
1998-09-18 Kurt ZeilengaRemove old build system.
1998-09-18 Kurt ZeilengaMake all, clean, veryclean, depend, install all appear...
1998-09-18 Kurt ZeilengaAdded slapd templates.
1998-09-16 Kurt ZeilengaAdd ldap_ prefix to md5 calls.
1998-09-08 Kurt ZeilengaAdd Kerberos V5 support from Predrag Balorda <pele...
1998-09-03 Kurt ZeilengaImport public domain sha1 routines from Steve Reid...
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-09-02 Kurt ZeilengaAdd basic support for MD5 and SHA1 passwords.
1998-08-28 Kurt Zeilenga<sys/socket.h> is required if CLDAP is enabled.
1998-08-28 Kurt ZeilengaAdded modify race patch from sl@fireplug.net
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-20 Kurt ZeilengaCLDAP need <sys/socket.h>
1998-08-19 Kurt ZeilengaAdded ldbm flush on write code which uses slapd.conf...
1998-08-18 Kurt ZeilengaFixes from Allan Lynne
1998-08-17 Kurt ZeilengaSync the cache per Stuart Lynne <sl@poste.com>
1998-08-15 Kurt ZeilengaAdded support for TCP_WRAPPERS (ldapd code not tested... LDAP_3_3+prerelease
1998-08-15 Kurt Zeilenganeeds socket.h
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworldP20: Patch for comparing crypt()ed passwords...
1998-08-09 Kurt ZeilengaLDAPworld P13: LDAPv2 client referrals bug
1998-08-09 Kurt ZeilengaLDAPworld P10: SLAPD Index corruption
next