]> git.sur5r.net Git - openldap/history - servers/slapd/entry.c
place old schema codes behind -DSLAPD_SCHEMA_COMPAT
[openldap] / servers / slapd / entry.c
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-23 Kurt ZeilengaMove ndn generate to end of str2entry (for clarity).
1999-09-23 Kurt ZeilengaDon't initialize pointers to NULL using calloc().
1999-09-15 Kurt ZeilengaUse ptrdiff_t for pointer offset.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-19 Kurt ZeilengaFix MAJOR memory leak.
1999-08-19 Kurt ZeilengaFix typo in last commit... odd that test001 didn't...
1999-08-19 Kurt ZeilengaAdd hacks to allow debugging with CSRI malloc.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-14 Kurt ZeilengaAllow "" DNs
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-25 Kurt Zeilengawasn't merged in first round.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-22 Kurt ZeilengaMore changes... but tests still fail.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-09 Kurt ZeilengaInitial revision