]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/search.c
More unifdef SLAPD_MULTIMASTER cleanup
[openldap] / servers / slapd / back-ldbm / search.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethCleanup:
1999-08-26 Kurt Zeilengafix dn2id delete bug... breaks modrdn.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-06 Hallvard FurusethRemove unused variables
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-04 Will Ballantyneadditional checks around derefAlias_r call:
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaProtect return of the locked entry.
1999-01-17 Kurt ZeilengaUse Entry's e_ndn instead of recomputing it.
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-27 Kurt ZeilengaPlug addtional realBase memory leaks.
1998-12-27 Hallvard FurusethPlug some memory leak
1998-12-21 Kurt ZeilengaITS#12 realBase was being freed before use. The offen...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-10-26 Kurt ZeilengaFixup bugs created by merge.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-24 Kurt ZeilengaUpdated derefAlias/DN to handle Entry R/W locks.
1998-10-24 Kurt ZeilengaAdded Will Ballantyne's General Aliasing code.
1998-10-23 Kurt Zeilengaremove lint reported by Hallvard
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 ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P13: LDAPv2 client referrals bug
1998-08-09 Kurt ZeilengaInitial revision