]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/search.c
error message from be_entry_put tool backend function
[openldap] / servers / slapd / back-ldbm / search.c
2002-01-06 Kurt ZeilengaFix compile errors
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuMinor cleanup
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-27 Pierangelo Masaratimatched_dn may be null
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-07 Kurt ZeilengaFix reference scope.
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-09-08 Kurt ZeilengaAdd referral scope checks (ITS#1289) from dshriver...
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
2001-07-28 Pierangelo Masaratiexploits regex-based per op_ndn time/size limits
2001-04-12 Kurt ZeilengaFix referral handling bug
2001-01-17 Gary Williamsfix format for new logging
2000-10-18 Kurt Zeilengaquick hack to support holding of the root naming context
2000-09-25 Kurt ZeilengaClean up logging and fix ITS#771 typo
2000-06-17 Kurt ZeilengaReimplement search_candidate support for scope, referra...
2000-06-17 Kurt ZeilengaFix aliasing.
2000-06-17 Kurt ZeilengaRemove broken num subordinates code.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-28 Kurt ZeilengaFix error text handling
2000-05-27 Kurt ZeilengaWorking test001 and test002.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
1999-10-28 Howard ChuAdded numsubordinates operational attribute
1999-10-27 Kurt ZeilengaRemove lint
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
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