CVS log for servers/slapd/back-bdb/dn2id.c

[BACK] Up to [OpenLDAP] / servers / slapd / back-bdb

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.174: download - view: text, markup - select for diffs
Tue Jan 4 23:43:18 2011 UTC (12 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT, HEAD
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -2 lines
Happy New Year

Revision 1.173: download - view: text, markup - select for diffs
Thu Dec 30 22:34:55 2010 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +1 -3 lines
Remove lint (unused vars/labels/funcs/default:s)

Revision 1.172: download - view: text, markup - select for diffs
Thu Jul 1 14:38:32 2010 UTC (12 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +9 -62 lines
ITS#6577 real fix: keep dn2id cursor open until we re-acquire lock
on entryInfo, otherwise BDB locks in reader txn are released too soon

Revision 1.171: download - view: text, markup - select for diffs
Tue Apr 13 20:18:12 2010 UTC (13 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2 lines
happy belated New Year

Revision 1.170: download - view: text, markup - select for diffs
Tue Apr 13 19:23:10 2010 UTC (13 years, 1 month ago) by hallvard
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -1 lines
Forced commit - previous (rev 1.169) was ITS#6474, not 6467

Revision 1.169: download - view: text, markup - select for diffs
Mon Feb 15 14:25:47 2010 UTC (13 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +2 -2 lines
ITS#6467, use memcpy instead for strcpy when copying across array
boundaries. To account for stricter checks when using -D_FORTIFY_SOURCE=2
with GCC 4.5

Revision 1.168: download - view: text, markup - select for diffs
Mon Jan 11 21:14:15 2010 UTC (13 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +5 -1 lines
dn2id_lock is no longer needed

Revision 1.167: download - view: text, markup - select for diffs
Fri Jun 19 05:11:01 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
CVS tags: ACLCHECK_0, ACLCHECK
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +13 -13 lines
More for ITS#6177

Revision 1.166: download - view: text, markup - select for diffs
Wed May 6 11:57:01 2009 UTC (14 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +6 -3 lines
More for prev commit: delete bdb_cache_info(), must use cache_find_id().
Fixed cache.c_cursize counting.

Revision 1.165: download - view: text, markup - select for diffs
Wed May 6 06:33:26 2009 UTC (14 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +8 -3 lines
ITS#6095 experimental fix: avoid purging other cases of in-use EntryInfos,
avoid using purged EntryInfos that have not yet been fully unlinked.

Revision 1.164: download - view: text, markup - select for diffs
Fri May 1 02:26:44 2009 UTC (14 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +3 -3 lines
Don't underflow malloc'd memory in hdb_fix_dn()

Revision 1.163: download - view: text, markup - select for diffs
Mon Jan 26 09:20:51 2009 UTC (14 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +11 -1 lines
ITS#5859 fix IDL cache for hdb DB with empty suffix

Revision 1.162: download - view: text, markup - select for diffs
Wed Jan 21 23:40:31 2009 UTC (14 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +2 -2 lines
Update copyright notices

Revision 1.161: download - view: text, markup - select for diffs
Sat Nov 22 16:53:14 2008 UTC (14 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +6 -3 lines
make messages more esplicative; fix style

Revision 1.160: download - view: text, markup - select for diffs
Tue Oct 7 20:52:59 2008 UTC (14 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +4 -3 lines
Fix dn2idl when suffix = ""

Revision 1.159: download - view: text, markup - select for diffs
Tue Oct 7 20:16:15 2008 UTC (14 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +13 -9 lines
ITS#5729 check for NULL bei_parent

Revision 1.158: download - view: text, markup - select for diffs
Tue Sep 16 12:44:25 2008 UTC (14 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +1 -2 lines
silence warnings

Revision 1.157: download - view: text, markup - select for diffs
Tue Aug 26 23:45:35 2008 UTC (14 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +19 -29 lines
Use read-only txn's instead of read lockers. Support BDB 4.4-4.7

Revision 1.156: download - view: text, markup - select for diffs
Mon May 19 14:19:59 2008 UTC (15 years ago) by hyc
Branches: MAIN
CVS tags: LOCKER_IDS
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +6 -2 lines
Fix bei_state access
http://www.openldap.org/lists/openldap-devel/200805/msg00073.html

Revision 1.155: download - view: text, markup - select for diffs
Wed Mar 12 21:45:18 2008 UTC (15 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +8 -8 lines
s/leave/func_leave/ to avoid OSF1 name clashing (ITS#5411)

Revision 1.154: download - view: text, markup - select for diffs
Tue Jan 8 15:37:13 2008 UTC (15 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2 lines
Remove unused variables

Revision 1.153: download - view: text, markup - select for diffs
Mon Jan 7 23:20:10 2008 UTC (15 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -2 lines
Happy New Year (belated)

Revision 1.152: download - view: text, markup - select for diffs
Thu Dec 13 07:02:40 2007 UTC (15 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -1 lines
More for -q tool mode

Revision 1.151: download - view: text, markup - select for diffs
Thu Dec 6 15:54:47 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +5 -5 lines
Cleanup dup_compare

Revision 1.150: download - view: text, markup - select for diffs
Thu Dec 6 14:59:28 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +1 -6 lines
Drop unnecessary lock

Revision 1.149: download - view: text, markup - select for diffs
Thu Dec 6 14:58:47 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +26 -1 lines
Re-introduce hdb dup_compare function, default compares too much

Revision 1.148: download - view: text, markup - select for diffs
Thu Dec 6 13:16:34 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +73 -39 lines
More cleanup, hdb fixes

Revision 1.147: download - view: text, markup - select for diffs
Thu Dec 6 04:48:02 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +48 -7 lines
ITS#5262 must protect dn2id between the time it's read from the DB
and it's inserted into EntryInfo cache.

Revision 1.146: download - view: text, markup - select for diffs
Wed Dec 5 13:56:47 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +3 -4 lines
ITS#5262 additional cleanup

Revision 1.145: download - view: text, markup - select for diffs
Wed Dec 5 13:09:34 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +16 -5 lines
ITS#5262 use explicit cursor and locker in dn2id

Revision 1.144: download - view: text, markup - select for diffs
Fri Aug 17 18:33:46 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +5 -5 lines
More for BDB 4.6 compatibility

Revision 1.143: download - view: text, markup - select for diffs
Tue Jul 24 12:02:37 2007 UTC (15 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2 lines
Quick and dirty BDB 4.6.18 support. Expect this to change again soon.

Revision 1.142: download - view: text, markup - select for diffs
Fri Feb 9 16:23:00 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +5 -3 lines
ITS#4838 fix fake root handling broken by prev commit

Revision 1.141: download - view: text, markup - select for diffs
Thu Feb 8 05:43:28 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +14 -12 lines
use dn2id index for extended filters using entryDN

Revision 1.140: download - view: text, markup - select for diffs
Thu Jan 4 09:56:18 2007 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +3 -2 lines
Fix HDB - don't use IDL cache when it's not configured

Revision 1.139: download - view: text, markup - select for diffs
Thu Jan 4 07:36:59 2007 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +6 -2 lines
Unify use of BDB lockers

Revision 1.138: download - view: text, markup - select for diffs
Tue Jan 2 19:01:08 2007 UTC (16 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -2 lines
happy new year

Revision 1.137: download - view: text, markup - select for diffs
Tue Jan 3 22:12:17 2006 UTC (17 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP, OPENLDAP_REL_ENG_2_4_3ALPHA, OPENLDAP_REL_ENG_2_4_2ALPHA, OPENLDAP_REL_ENG_2_4_1ALPHA, OPENLDAP_REL_ENG_2_4_0ALPHA, OPENLDAP_REL_ENG_2_3_MP
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -2 lines
Happy new year!

Revision 1.136: download - view: text, markup - select for diffs
Thu Dec 15 21:52:31 2005 UTC (17 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2 lines
Fix ITS#4263

Revision 1.135: download - view: text, markup - select for diffs
Mon Nov 28 21:53:03 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2 lines
ITS#4223 don't store negative results in IDL cache

Revision 1.134: download - view: text, markup - select for diffs
Sun Nov 20 21:32:39 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +30 -27 lines
In hdb_dn2idl_internal, skip cursor get when dkids == 1

Revision 1.133: download - view: text, markup - select for diffs
Tue Nov 1 14:52:44 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +11 -3 lines
ITS#4132 reset CACHE_ENTRY_ONELEVEL when complete. Fell out from a bad merge.

Revision 1.132: download - view: text, markup - select for diffs
Tue Oct 18 18:52:04 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +5 -1 lines
ITS#4088 force cursors to use same locker

Revision 1.131: download - view: text, markup - select for diffs
Tue Sep 27 12:11:10 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +50 -31 lines
Fix dn2id_add/del parent cache updates

Revision 1.130: download - view: text, markup - select for diffs
Mon Sep 26 05:30:36 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +78 -35 lines
More hdb optimizing - cache subtree IDLs, not just onelevels

Revision 1.129: download - view: text, markup - select for diffs
Thu Sep 15 23:25:40 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +4 -4 lines
More hdb tweaks, add radix sort code from mbackes@symas.com

Revision 1.128: download - view: text, markup - select for diffs
Thu Sep 15 06:29:58 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +11 -5 lines
More optimizing - try harder to avoid sorting

Revision 1.127: download - view: text, markup - select for diffs
Wed Sep 14 23:22:22 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -3 lines
ITS#4029 Fix misplaced lines in prev commit

Revision 1.126: download - view: text, markup - select for diffs
Tue Sep 13 05:55:01 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +4 -4 lines
More back-hdb search optimization

Revision 1.125: download - view: text, markup - select for diffs
Sat Jul 30 21:42:41 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_AC_MP, OPENLDAP_AC_BP, OPENLDAP_AC
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -5 lines
Remove warning that HDB code is experimental and unsupported

Revision 1.124: download - view: text, markup - select for diffs
Sat Jul 30 21:39:44 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +5 -5 lines
Change diskNode.(n)rdn from unsigned char to char, matching their usage.

Revision 1.123: download - view: text, markup - select for diffs
Mon Jul 18 23:37:48 2005 UTC (17 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -2 lines
Fix another crasher if parent is NULL

Revision 1.122: download - view: text, markup - select for diffs
Mon Jul 18 23:32:29 2005 UTC (17 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +4 -3 lines
Fix crasher in hdb_dn2id() when parent is NULL

Revision 1.121: download - view: text, markup - select for diffs
Thu Jul 14 17:52:09 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -3 lines
Silence "unused <something>" warnings

Revision 1.120: download - view: text, markup - select for diffs
Mon Jul 4 03:18:01 2005 UTC (17 years, 11 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -3 lines
Don't do pointer arithmetic on void*

Revision 1.119: download - view: text, markup - select for diffs
Mon Jun 13 21:57:30 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
Fix typo in prev commit

Revision 1.118: download - view: text, markup - select for diffs
Mon Jun 13 19:25:51 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +6 -2 lines
ITS#3773 additional fix

Revision 1.117: download - view: text, markup - select for diffs
Mon Jun 13 19:21:27 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +6 -2 lines
ITS#3773 fix RDN comparison

Revision 1.116: download - view: text, markup - select for diffs
Wed Apr 27 15:29:30 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
ITS#3688 don't sort range IDLs!

Revision 1.115: download - view: text, markup - select for diffs
Wed Apr 13 09:55:25 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +26 -15 lines
ITS#3647 back-hdb fixes, create unsorted subtree IDLs and sort later.

Revision 1.114: download - view: text, markup - select for diffs
Mon Apr 11 02:00:08 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
ITS#3647 fix hdb dn2idl SEGV

Revision 1.113: download - view: text, markup - select for diffs
Sat Apr 9 08:01:14 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +4 -1 lines
ITS#3616 use fake context entry if suffix is empty.

Revision 1.112: download - view: text, markup - select for diffs
Sat Apr 9 05:45:14 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -1 lines
ITS#3638 Init ids to zero in bdb_dn2idl

Revision 1.111: download - view: text, markup - select for diffs
Mon Feb 21 10:11:00 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +11 -10 lines
ITS#3559 fix hdb dn2idl idl_cache usage

Revision 1.110: download - view: text, markup - select for diffs
Mon Jan 24 07:21:55 2005 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -3 lines
More for SLAP_TOOL_QUICK, disable locks as well

Revision 1.109: download - view: text, markup - select for diffs
Tue Jan 11 21:25:52 2005 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +42 -55 lines
Byte-order independence for HDB: dn2id format changed again.

Revision 1.108: download - view: text, markup - select for diffs
Tue Jan 11 18:47:05 2005 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +31 -14 lines
Start removing custom sort functions from hdb

Revision 1.107: download - view: text, markup - select for diffs
Sat Jan 1 19:49:51 2005 UTC (18 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2 lines
Happy New Year!

Revision 1.106: download - view: text, markup - select for diffs
Wed Dec 8 19:55:35 2004 UTC (18 years, 6 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP, OPENLDAP_REL_ENG_2_3_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
Fix ITS#3424

Revision 1.105: download - view: text, markup - select for diffs
Mon Dec 6 06:28:47 2004 UTC (18 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +10 -6 lines
Store entryIDs in big-endian order, no more custom sort function.
back-hdb still needs work.

Revision 1.104: download - view: text, markup - select for diffs
Tue Sep 28 11:11:11 2004 UTC (18 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
Add SLAP_MR_ORDERED_INDEX - support for inequality indexing. Currently
only implemented for generalizedTime syntax.

Revision 1.103: download - view: text, markup - select for diffs
Sat Sep 4 08:23:40 2004 UTC (18 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +6 -6 lines
trying to make names consistent

Revision 1.102: download - view: text, markup - select for diffs
Sat Sep 4 02:54:31 2004 UTC (18 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -114 lines
unifdef -UNEW_LOGGING

Revision 1.101: download - view: text, markup - select for diffs
Sun Jul 18 10:29:52 2004 UTC (18 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -3 lines
Make sure hdb gets signed chars for len comparison

Revision 1.100: download - view: text, markup - select for diffs
Fri Jul 9 01:31:52 2004 UTC (18 years, 11 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -13 lines
SLAP_IDL_CACHE macro removed

Revision 1.99: download - view: text, markup - select for diffs
Wed Jun 16 21:49:35 2004 UTC (18 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +23 -22 lines
cleanup

Revision 1.98: download - view: text, markup - select for diffs
Sat Jun 12 10:27:22 2004 UTC (19 years ago) by hyc
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +14 -2 lines
back-hdb fixes for ITS#3063

Revision 1.97: download - view: text, markup - select for diffs
Sat Mar 6 18:15:39 2004 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +12 -6 lines
Revert to original code

Revision 1.96: download - view: text, markup - select for diffs
Fri Mar 5 12:43:18 2004 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +7 -13 lines
unifdef SLAP_IDL_CACHE

Revision 1.95: download - view: text, markup - select for diffs
Thu Jan 1 18:15:32 2004 UTC (19 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Happy new year

Revision 1.94: download - view: text, markup - select for diffs
Tue Dec 30 02:53:03 2003 UTC (19 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +16 -14 lines
Initial subordinate implementation (for chaining)

Revision 1.93: download - view: text, markup - select for diffs
Fri Nov 28 20:08:20 2003 UTC (19 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +13 -4 lines
Notices

Revision 1.92: download - view: text, markup - select for diffs
Wed Oct 8 04:05:48 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -2 lines
Fix prev commit setting NO_GRANDKIDS incorrectly

Revision 1.91: download - view: text, markup - select for diffs
Fri Oct 3 00:19:09 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +35 -53 lines
Fix HDB's use of IDL cache

Revision 1.90: download - view: text, markup - select for diffs
Sat Sep 27 03:17:08 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +18 -9 lines
Fix hdb cursor leak.

Revision 1.89: download - view: text, markup - select for diffs
Tue Sep 23 08:55:57 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +4 -2 lines
Fix alignment issues in hdb_dn2idl_internal

Revision 1.88: download - view: text, markup - select for diffs
Tue Sep 23 06:16:23 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +12 -9 lines
Fix back-hdb test006 failures due to bad return code in hdb_dn2idl

Revision 1.87: download - view: text, markup - select for diffs
Mon Sep 22 08:11:10 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +34 -20 lines
Cleanup prev commit

Revision 1.86: download - view: text, markup - select for diffs
Mon Sep 22 06:37:32 2003 UTC (19 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +144 -59 lines
back-hdb caching updates, use EntryInfo cache for hdb_dn2idl.

Revision 1.85: download - view: text, markup - select for diffs
Thu Jun 12 09:14:50 2003 UTC (20 years ago) by hyc
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
Another BDB_HIER e_name / e_nname fix

Revision 1.84: download - view: text, markup - select for diffs
Sat May 24 22:53:08 2003 UTC (20 years ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP, OPENLDAP_REL_ENG_2_2_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +61 -67 lines
Restructured to avoid direct use of sl_malloc functions. Minimizes impact
of #ifdef USE_SL_MALLOC...

Revision 1.83: download - view: text, markup - select for diffs
Fri May 23 23:54:03 2003 UTC (20 years ago) by hyc
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -3 lines
Don't use single malloc for BDB_HIER e->e_name + e->e_nname

Revision 1.82: download - view: text, markup - select for diffs
Thu May 22 23:23:53 2003 UTC (20 years ago) by hyc
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +4 -2 lines
Don't re-cache IDL's retrieved from the cache

Revision 1.81: download - view: text, markup - select for diffs
Thu May 1 09:59:08 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +47 -40 lines
Fix HDB search_aliases crash, cleanup search scope processing: call dn2idl
directly instead of going thru filter_candidates. Use hdb_ function prefix
in dn2id.c to avoid ambiguities...

Revision 1.80: download - view: text, markup - select for diffs
Wed Apr 30 05:46:58 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Use DB_RMW when deleting dn2id elements

Revision 1.79: download - view: text, markup - select for diffs
Wed Apr 23 09:52:22 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +16 -23 lines
Fix byte-ordering in bdb_dup_compare

Revision 1.78: download - view: text, markup - select for diffs
Wed Apr 23 08:26:06 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -10 lines
Change RDN compare funcs, we don't need lexical ordering

Revision 1.77: download - view: text, markup - select for diffs
Wed Apr 23 06:46:23 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +20 -2 lines
Subtree rename support for the cache

Revision 1.76: download - view: text, markup - select for diffs
Wed Apr 23 04:34:55 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -4 lines
Function renaming, make internal funcs static, etc.

Revision 1.75: download - view: text, markup - select for diffs
Tue Apr 22 16:59:37 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -2 lines
Omit bei_rdn field from EntryInfo

Revision 1.74: download - view: text, markup - select for diffs
Tue Apr 22 16:22:51 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +35 -8 lines
filter_candidate tweaks, search_stack tweaks

Revision 1.73: download - view: text, markup - select for diffs
Tue Apr 22 15:06:35 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +192 -77 lines
Trim dead BDB_HIER stuff

Revision 1.72: download - view: text, markup - select for diffs
Tue Apr 22 04:29:13 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +95 -32 lines
Mem context tweaks for bdb_dn2idl

Revision 1.71: download - view: text, markup - select for diffs
Tue Apr 22 03:15:50 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Fix typo in prev commit

Revision 1.70: download - view: text, markup - select for diffs
Tue Apr 22 03:14:27 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +62 -62 lines
Moved IDL cache code to standalone functions.
Use IDL cache in bdb_dn2id_children.

Revision 1.69: download - view: text, markup - select for diffs
Tue Apr 22 02:06:09 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +136 -303 lines
Pass parent EntryInfo instead of parent DN to dn2id_add/delete.
Add bdb_cache_children, remove cache flag manipulation from dn2id_children

Revision 1.68: download - view: text, markup - select for diffs
Mon Apr 21 16:28:38 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +13 -13 lines
memory context tweaks

Revision 1.67: download - view: text, markup - select for diffs
Wed Apr 16 22:52:31 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +30 -17 lines
Added CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut dn2id_children.

Revision 1.66: download - view: text, markup - select for diffs
Wed Apr 16 14:23:36 2003 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +7 -139 lines
Hierarchical cache management.

Revision 1.65: download - view: text, markup - select for diffs
Fri Jan 31 18:44:52 2003 UTC (20 years, 4 months ago) by hyc
Branches: MAIN
CVS tags: NO_SLAP_OP_BLOCKS
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -2 lines
Tweak previous commit

Revision 1.64: download - view: text, markup - select for diffs
Fri Jan 31 18:43:14 2003 UTC (20 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +9 -3 lines
Fix subtree and matched search in back-hdb

Revision 1.63: download - view: text, markup - select for diffs
Thu Jan 30 21:00:16 2003 UTC (20 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +36 -4 lines
Disallow multiple suffixes by default. Otherwise subtree index optimization
breaks. #define BDB_MULTIPLE_SUFFIXES if you want multiple suffix support.
If you use it, subtree indexing will slow down by factor of 2.

Revision 1.62: download - view: text, markup - select for diffs
Fri Jan 3 19:20:56 2003 UTC (20 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Happy new year

Revision 1.61: download - view: text, markup - select for diffs
Sat Dec 14 21:25:53 2002 UTC (20 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +32 -27 lines
Remove casts of AVL function pointers.

Revision 1.60: download - view: text, markup - select for diffs
Sat Dec 14 20:01:08 2002 UTC (20 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +6 -6 lines
Call node_find_cmp() with (void *)&ulong instead of (void *)ulong.
The old code assumed sizeof(long) == sizeof(void *), among other things.

Revision 1.59: download - view: text, markup - select for diffs
Thu Sep 19 04:08:12 2002 UTC (20 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +29 -44 lines
Updated BDB_HIER for current API

Revision 1.58: download - view: text, markup - select for diffs
Fri Aug 23 22:55:24 2002 UTC (20 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -4 lines
use ldap_charray_*() instead of charray_*()

Revision 1.57: download - view: text, markup - select for diffs
Fri Jul 26 22:24:03 2002 UTC (20 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
Moved slap_strcopy, slap_strncopy to lutil_strcopy, lutil_strncopy

Revision 1.56: download - view: text, markup - select for diffs
Thu Jul 11 18:33:31 2002 UTC (20 years, 11 months ago) by julius
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +50 -56 lines

Coverted LDAP_LOG macro to use subsystem ID int values instead of string values

Revision 1.55: download - view: text, markup - select for diffs
Mon Jun 10 17:02:25 2002 UTC (21 years ago) by jongchoi
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +10 -7 lines
DB_RMW flag to dn2id and id2entry

Revision 1.54: download - view: text, markup - select for diffs
Wed May 1 16:50:15 2002 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -6 lines
Changed be_[n]suffix, be_[n]suffixAlias to BerVarray. No more bvec's anywhere.

Revision 1.53: download - view: text, markup - select for diffs
Thu Apr 25 03:16:15 2002 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +10 -2 lines
Fix ITS#1774, BDB keys need ulen and flags to be initialized because BDB
tries to retrieve both the key and the data.

Revision 1.52: download - view: text, markup - select for diffs
Tue Mar 26 20:34:03 2002 UTC (21 years, 2 months ago) by julius
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines

Added LDAP_LOG messages to operational.c and fixed compile error in dn2id.c

Revision 1.51: download - view: text, markup - select for diffs
Tue Mar 26 19:04:30 2002 UTC (21 years, 2 months ago) by julius
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +145 -2 lines

Added LDAP_LOG messages

Revision 1.50: download - view: text, markup - select for diffs
Sat Jan 26 07:45:00 2002 UTC (21 years, 4 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP, OPENLDAP_REL_ENG_2_1_ALPHA0
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +6 -36 lines
Changed dnParent to void instead of int. (It always returned success...)

Revision 1.49: download - view: text, markup - select for diffs
Sat Jan 26 05:40:56 2002 UTC (21 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +55 -52 lines
Changed be_issuffix and dnParent to struct bervals

Revision 1.48: download - view: text, markup - select for diffs
Sat Jan 26 00:04:20 2002 UTC (21 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Missed one db.bv_val in Debug statement

Revision 1.47: download - view: text, markup - select for diffs
Sat Jan 26 00:01:10 2002 UTC (21 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +17 -13 lines
Straighten out some argument passing... cache code need more cleanup,
uses deprecated routines...

Revision 1.46: download - view: text, markup - select for diffs
Fri Jan 25 06:19:01 2002 UTC (21 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +22 -3 lines
Entry caching. Based on ITS#1545 from Jong Hyuk Choi, jongchoi@us.ibm.com

Revision 1.45: download - view: text, markup - select for diffs
Thu Jan 17 22:45:40 2002 UTC (21 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +15 -23 lines
Cleanup while loops in dn2id_add/delete

Revision 1.44: download - view: text, markup - select for diffs
Thu Jan 17 21:37:38 2002 UTC (21 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +49 -12 lines
another round replacing dn_parent ...

Revision 1.43: download - view: text, markup - select for diffs
Wed Jan 16 17:50:45 2002 UTC (21 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -1 lines
fix ber_*str renaming

Revision 1.42: download - view: text, markup - select for diffs
Sun Jan 6 06:21:07 2002 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Fix some debug statements

Revision 1.41: download - view: text, markup - select for diffs
Fri Jan 4 20:17:49 2002 UTC (21 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update copyright statements

Revision 1.40: download - view: text, markup - select for diffs
Sat Dec 29 09:25:19 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +12 -21 lines
More cleanup

Revision 1.39: download - view: text, markup - select for diffs
Sat Dec 29 04:44:37 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -6 lines
Misc cleanup

Revision 1.38: download - view: text, markup - select for diffs
Fri Dec 28 07:38:24 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
Changed dn_rdn/dn_rdnlen to struct berval

Revision 1.37: download - view: text, markup - select for diffs
Thu Dec 27 00:38:15 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
More struct berval fixes

Revision 1.36: download - view: text, markup - select for diffs
Wed Dec 26 22:26:17 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +41 -38 lines
Some more (incomplete) struct berval conversion

Revision 1.35: download - view: text, markup - select for diffs
Wed Dec 26 14:52:46 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -20 lines
Moved bdb_strcopy to slap_strcopy

Revision 1.34: download - view: text, markup - select for diffs
Wed Dec 26 05:21:57 2001 UTC (21 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Minor cleanup

Revision 1.33: download - view: text, markup - select for diffs
Tue Dec 25 18:48:27 2001 UTC (21 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
More struct berval DNs

Revision 1.32: download - view: text, markup - select for diffs
Mon Dec 10 17:09:07 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -30 lines
Fixed suffix DN_SUBTREE again. Index was still being written even though
it was not being read.

Revision 1.31: download - view: text, markup - select for diffs
Mon Dec 10 15:59:37 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +15 -17 lines
Fix check for DN_SUBTREE on be suffix

Revision 1.30: download - view: text, markup - select for diffs
Sun Dec 9 01:34:49 2001 UTC (21 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Remove lint and misc MSVC updates

Revision 1.29: download - view: text, markup - select for diffs
Sat Dec 8 12:07:01 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -2 lines
Fix previous commit...

Revision 1.28: download - view: text, markup - select for diffs
Sat Dec 8 10:15:55 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Cleanup previous commit

Revision 1.27: download - view: text, markup - select for diffs
Sat Dec 8 10:08:27 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -16 lines
Added dn_rdnlen. Fixed rdn leak in limits.c.

Revision 1.26: download - view: text, markup - select for diffs
Sat Dec 8 09:37:43 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -8 lines
Converted all use of dn_parent to the in-place version. (Fixed a pdn leak
in back-sql along the way.)

Revision 1.25: download - view: text, markup - select for diffs
Sat Dec 8 09:10:04 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +124 -103 lines
Switched to dn_parent1, cleaned up dn2id_add/delete

Revision 1.24: download - view: text, markup - select for diffs
Sat Dec 8 04:15:59 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -5 lines
Changed be_nsuffix from char ** to struct berval ** to eliminate strlen's

Revision 1.23: download - view: text, markup - select for diffs
Fri Dec 7 11:38:25 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +527 -2 lines
Some fixes for BDB_IDL_MULTI. Experimental back-hdb code.

Revision 1.22: download - view: text, markup - select for diffs
Fri Dec 7 05:48:12 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Missed a spot where root DN_SUBTREE index was still getting written.

Revision 1.21: download - view: text, markup - select for diffs
Thu Dec 6 13:15:47 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -9 lines
Fix for BDB_IDL_MULTI to work.

Revision 1.20: download - view: text, markup - select for diffs
Thu Dec 6 12:20:18 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Experimental index management. Uncomment BDB_IDL_MULTI in back-bdb.h
to activate. Needs to check limits in bdb_idl_insert_key, will get to
that later.

Revision 1.19: download - view: text, markup - select for diffs
Thu Dec 6 02:26:37 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +15 -19 lines
Minor rearrangement, give pdn to dn2id_add to avoid getting it twice.

Revision 1.18: download - view: text, markup - select for diffs
Mon Dec 3 13:04:06 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -3 lines
Don't maintain a DN_SUBTREE index for the backend suffix, just return
BDB_IDL_ALL. This has a huge impact on I/O and txn logs.

Revision 1.17: download - view: text, markup - select for diffs
Wed Nov 28 02:11:04 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
Added experimental support for DB_DIRTY_READ.

Revision 1.16: download - view: text, markup - select for diffs
Sat Nov 24 02:44:28 2001 UTC (21 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fixed initialization bug.

Revision 1.15: download - view: text, markup - select for diffs
Sat Oct 13 14:55:54 2001 UTC (21 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -5 lines
BDB updates...  haven't had a chance to work on this for a while,
committin what I have so that someone else might be able to work it.

Revision 1.14: download - view: text, markup - select for diffs
Fri Jun 15 05:08:37 2001 UTC (21 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +46 -1 lines
Work in progress codes.  !UNTESTED!

Revision 1.13: download - view: text, markup - select for diffs
Thu Sep 28 00:42:20 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_0_9, OPENLDAP_REL_ENG_2_0_8, OPENLDAP_REL_ENG_2_0_10
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -5 lines
working modrdn...
(need to fix leaks on transaction retries)

Revision 1.12: download - view: text, markup - select for diffs
Wed Sep 27 22:24:28 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
Clean up logging... need to hand run idl_delete to find bug

Revision 1.11: download - view: text, markup - select for diffs
Wed Sep 27 22:02:47 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Mostly working modify

Revision 1.10: download - view: text, markup - select for diffs
Wed Sep 27 20:28:59 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +13 -13 lines
Rough in extended ops, modify, and modrdn.
General code cleanup.

Revision 1.9: download - view: text, markup - select for diffs
Tue Sep 26 17:26:08 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +25 -6 lines
Got base entry...

Revision 1.8: download - view: text, markup - select for diffs
Tue Sep 26 01:47:56 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
Rough in passwd and referral routines
add diag and fix a few idl bugs

Revision 1.7: download - view: text, markup - select for diffs
Mon Sep 25 23:36:35 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +23 -3 lines
Add more diagnostics including linear search version of idl_search()

Revision 1.6: download - view: text, markup - select for diffs
Mon Sep 25 21:41:16 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6 lines
Add bdb_bind, clean up init, s/Backend/BackendDB/

Revision 1.5: download - view: text, markup - select for diffs
Sun Sep 24 20:48:13 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +97 -142 lines
Add dn2entry.c

Revision 1.4: download - view: text, markup - select for diffs
Sun Sep 24 04:04:58 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +117 -82 lines
Add compare routine

Revision 1.3: download - view: text, markup - select for diffs
Sat Sep 23 21:15:40 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
rough in an add/delete and deadlock avoidance

Revision 1.2: download - view: text, markup - select for diffs
Fri Sep 22 04:46:32 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Add bdb_add() and supporting routines

Revision 1.1: download - view: text, markup - select for diffs
Wed Sep 20 05:21:09 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Add dn2id code
Add idl_insert

Revision 1.50.2.8: download - view: text, markup - select for diffs
Sun Feb 9 16:31:37 2003 UTC (20 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_30, OPENLDAP_REL_ENG_2_1_29, OPENLDAP_REL_ENG_2_1_28, OPENLDAP_REL_ENG_2_1_27, OPENLDAP_REL_ENG_2_1_26, OPENLDAP_REL_ENG_2_1_25, OPENLDAP_REL_ENG_2_1_24, OPENLDAP_REL_ENG_2_1_23, OPENLDAP_REL_ENG_2_1_22, OPENLDAP_REL_ENG_2_1_21, OPENLDAP_REL_ENG_2_1_20, OPENLDAP_REL_ENG_2_1_19, OPENLDAP_REL_ENG_2_1_18, OPENLDAP_REL_ENG_2_1_17, OPENLDAP_REL_ENG_2_1_16, OPENLDAP_REL_ENG_2_1_15, OPENLDAP_REL_ENG_2_1_14, OPENLDAP_REL_ENG_2_1_13
Diff to: previous 1.50.2.7: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.2.7: +76 -32 lines
First round of imports from HEAD

Revision 1.50.2.7: download - view: text, markup - select for diffs
Sat Dec 14 21:11:51 2002 UTC (20 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_12, OPENLDAP_REL_ENG_2_1_11, OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.50.2.6: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.6: +6 -6 lines
Fix pointers

Revision 1.50.2.6: download - view: text, markup - select for diffs
Thu Sep 19 20:04:16 2002 UTC (20 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9, OPENLDAP_REL_ENG_2_1_8, OPENLDAP_REL_ENG_2_1_7, OPENLDAP_REL_ENG_2_1_6, OPENLDAP_REL_ENG_2_1_5
Diff to: previous 1.50.2.5: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.5: +29 -44 lines
Fix NO_THREADS issues

Revision 1.50.2.5: download - view: text, markup - select for diffs
Thu Aug 29 02:10:47 2002 UTC (20 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.50.2.4: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.4: +4 -4 lines
Sync with HEAD, including
	- subclass indexing
	- bdb locker id fixes

Revision 1.50.2.4: download - view: text, markup - select for diffs
Sun Jul 28 19:16:57 2002 UTC (20 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_4
Diff to: previous 1.50.2.3: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.3: +52 -58 lines
mostly new logging

Revision 1.50.2.3: download - view: text, markup - select for diffs
Thu Jun 20 20:12:32 2002 UTC (20 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_3
Diff to: previous 1.50.2.2: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.2: +10 -7 lines
Suck in changes from HEAD
    Fix slapd schema error alignment bug
    Update slapd SASL proxy policy code
    Update slapd require "strong" check
    Update back-bdb entry locking
    Add slapd disallow bind_simple_unprotected directive
    Add back-monitor added monitorContext support
    Add slapd IPv4/v6 only options
    Ass slapd SASL setpass support
    Remove lint
    Build Environment
        Add monitor backend test
        Update <ac/socket.h> SHUT_RDWR
        Fix SASL-less build issues
        Fix back-perl build issues

Revision 1.50.2.2: download - view: text, markup - select for diffs
Wed May 22 14:25:52 2002 UTC (21 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_2
Diff to: previous 1.50.2.1: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.1: +15 -7 lines
Suck in latest changes from HEAD

Revision 1.50.2.1: download - view: text, markup - select for diffs
Mon Apr 15 15:21:58 2002 UTC (21 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_BETA1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +144 -1 lines
Suck in HEAD changes since 2.1alpha

Revision 1.84.2.15: download - view: text, markup - select for diffs
Wed Apr 27 19:26:05 2005 UTC (18 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_30, OPENLDAP_REL_ENG_2_2_29, OPENLDAP_REL_ENG_2_2_28, OPENLDAP_REL_ENG_2_2_27, OPENLDAP_REL_ENG_2_2_26
Diff to: previous 1.84.2.14: preferred, colored; branchpoint 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84.2.14: +2 -2 lines
Import ITS#3688 fix from HEAD

Revision 1.84.2.14: download - view: text, markup - select for diffs
Thu Apr 21 03:18:41 2005 UTC (18 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_25
Diff to: previous 1.84.2.13: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.13: +23 -13 lines
ITS#3647 additional hdb dn2idl fixes

Revision 1.84.2.13: download - view: text, markup - select for diffs
Thu Apr 21 01:39:08 2005 UTC (18 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.84.2.12: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.12: +3 -2 lines
Import crash fixes for ITS#3638, 3647 from HEAD

Revision 1.84.2.12: download - view: text, markup - select for diffs
Mon Mar 14 18:04:05 2005 UTC (18 years, 2 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_24
Diff to: previous 1.84.2.11: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.11: +11 -10 lines
ITS#3559 - import fix from HEAD

Revision 1.84.2.11: download - view: text, markup - select for diffs
Thu Jan 20 17:01:11 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_23, OPENLDAP_REL_ENG_2_2_22, OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.84.2.10: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.10: +2 -2 lines
Happy new year!

Revision 1.84.2.10: download - view: text, markup - select for diffs
Sun Jul 18 10:37:48 2004 UTC (18 years, 10 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_20, OPENLDAP_REL_ENG_2_2_19, OPENLDAP_REL_ENG_2_2_18, OPENLDAP_REL_ENG_2_2_17, OPENLDAP_REL_ENG_2_2_16, OPENLDAP_REL_ENG_2_2_15
Diff to: previous 1.84.2.9: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.9: +3 -3 lines
Import HDB signed char fix from HEAD

Revision 1.84.2.9: download - view: text, markup - select for diffs
Fri Jul 16 19:51:43 2004 UTC (18 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.84.2.8: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.8: +1 -13 lines
Changes from HEAD, namely back-bdb updates
but also SASL, DN, matchedValues, and misc other fixes

Revision 1.84.2.8: download - view: text, markup - select for diffs
Wed Jun 16 18:19:56 2004 UTC (18 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_14
Diff to: previous 1.84.2.7: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.7: +14 -2 lines
Changes from HEAD, including
+       Fixed back-bdb ignore deadlock bug (ITS#3188)
+       Fixed back-bdb pagedResults no end cookie bug (ITS#3161)
+       Fixed back-bdb pagedResults clear controls bug (ITS#3182)
+       Fixed back-bdb pagedResults ignore control bug
+       Fixed slapd internal search limit bugs (ITS#3183)
+       Added slapd -l USER/DAEMON options (ITS#3187)
+       Build environments
+               Fixed back-sql trace build

Revision 1.84.2.7: download - view: text, markup - select for diffs
Thu Mar 18 01:01:03 2004 UTC (19 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9, OPENLDAP_REL_ENG_2_2_8, OPENLDAP_REL_ENG_2_2_7, OPENLDAP_REL_ENG_2_2_13, OPENLDAP_REL_ENG_2_2_12, OPENLDAP_REL_ENG_2_2_11, OPENLDAP_REL_ENG_2_2_10
Diff to: previous 1.84.2.6: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.6: +16 -14 lines
Sync with HEAD

Revision 1.84.2.6: download - view: text, markup - select for diffs
Thu Jan 1 18:16:35 2004 UTC (19 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_6, OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.84.2.5: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.5: +2 -2 lines
Happy new year

Revision 1.84.2.5: download - view: text, markup - select for diffs
Mon Dec 1 00:58:38 2003 UTC (19 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4, OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.84.2.4: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.4: +13 -4 lines
Sync with HEAD

Revision 1.84.2.4: download - view: text, markup - select for diffs
Mon Oct 13 01:57:03 2003 UTC (19 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_2BETA
Diff to: previous 1.84.2.3: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.3: +4 -2 lines
Sync with HEAD

Revision 1.84.2.3: download - view: text, markup - select for diffs
Mon Oct 6 14:57:30 2003 UTC (19 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.84.2.2: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.2: +54 -58 lines
Merge in latest changes from HEAD

Revision 1.84.2.2: download - view: text, markup - select for diffs
Mon Sep 22 14:34:39 2003 UTC (19 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_1BETA
Diff to: previous 1.84.2.1: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.2.1: +157 -58 lines
More for 2.2beta

Revision 1.84.2.1: download - view: text, markup - select for diffs
Thu Sep 18 15:43:36 2003 UTC (19 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
Changes from HEAD for beta

Revision 1.106.2.19: download - view: text, markup - select for diffs
Mon May 19 23:31:51 2008 UTC (15 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_43, OPENLDAP_REL_ENG_2_3_42
Diff to: previous 1.106.2.18: preferred, colored; branchpoint 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106.2.18: +6 -2 lines
Fix bei_state access

Revision 1.106.2.18: download - view: text, markup - select for diffs
Mon Feb 11 23:24:19 2008 UTC (15 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_41
Diff to: previous 1.106.2.17: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.17: +2 -2 lines
Happy new year! (belated)

Revision 1.106.2.17: download - view: text, markup - select for diffs
Thu Dec 13 20:25:03 2007 UTC (15 years, 5 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_40
Diff to: previous 1.106.2.16: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.16: +4 -1 lines
More for ITS#5262, -q fixes from HEAD

Revision 1.106.2.16: download - view: text, markup - select for diffs
Thu Dec 6 16:21:33 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.106.2.15: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.15: +143 -38 lines
ITS#5262 fixes from HEAD

Revision 1.106.2.15: download - view: text, markup - select for diffs
Tue Jan 2 21:44:00 2007 UTC (16 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_39, OPENLDAP_REL_ENG_2_3_38, OPENLDAP_REL_ENG_2_3_37, OPENLDAP_REL_ENG_2_3_36, OPENLDAP_REL_ENG_2_3_35, OPENLDAP_REL_ENG_2_3_34, OPENLDAP_REL_ENG_2_3_33, OPENLDAP_REL_ENG_2_3_32
Diff to: previous 1.106.2.14: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.14: +2 -2 lines
happy new year

Revision 1.106.2.14: download - view: text, markup - select for diffs
Tue Jan 3 22:16:16 2006 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_31, OPENLDAP_REL_ENG_2_3_30, OPENLDAP_REL_ENG_2_3_29, OPENLDAP_REL_ENG_2_3_28, OPENLDAP_REL_ENG_2_3_27, OPENLDAP_REL_ENG_2_3_26, OPENLDAP_REL_ENG_2_3_25, OPENLDAP_REL_ENG_2_3_24, OPENLDAP_REL_ENG_2_3_23, OPENLDAP_REL_ENG_2_3_22, OPENLDAP_REL_ENG_2_3_21, OPENLDAP_REL_ENG_2_3_20, OPENLDAP_REL_ENG_2_3_19, OPENLDAP_REL_ENG_2_3_18, OPENLDAP_REL_ENG_2_3_17, OPENLDAP_REL_ENG_2_3_16, OPENLDAP_REL_ENG_2_3_15
Diff to: previous 1.106.2.13: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.13: +2 -2 lines
Happy new year!

Revision 1.106.2.13: download - view: text, markup - select for diffs
Tue Dec 20 23:00:11 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14
Diff to: previous 1.106.2.12: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.12: +2 -2 lines
Changes from HEAD suggested by Howard (1st round, less tests)

Revision 1.106.2.12: download - view: text, markup - select for diffs
Tue Nov 29 00:23:20 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.106.2.11: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.11: +2 -2 lines
ITS#4223: don't store negative results in IDL

Revision 1.106.2.11: download - view: text, markup - select for diffs
Sat Nov 26 23:54:49 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.106.2.10: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.10: +30 -27 lines
Sync with HEAD

Revision 1.106.2.10: download - view: text, markup - select for diffs
Thu Nov 3 18:02:59 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.106.2.9: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.9: +15 -3 lines
Sync with HEAD

Revision 1.106.2.9: download - view: text, markup - select for diffs
Wed Sep 28 00:30:32 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9, OPENLDAP_REL_ENG_2_3_8, OPENLDAP_REL_ENG_2_3_11, OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.106.2.8: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.8: +120 -52 lines
Sync with HEAD
Changes needs updating for release...

Revision 1.106.2.8: download - view: text, markup - select for diffs
Tue Aug 9 21:04:01 2005 UTC (17 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_7, OPENLDAP_REL_ENG_2_3_6, OPENLDAP_REL_ENG_2_3_5
Diff to: previous 1.106.2.7: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.7: +11 -14 lines
Sync with HEAD

Revision 1.106.2.7: download - view: text, markup - select for diffs
Mon Jul 11 05:55:31 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.106.2.6: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.6: +3 -3 lines
Sync with HEAD

Revision 1.106.2.6: download - view: text, markup - select for diffs
Mon Jun 13 22:29:01 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4
Diff to: previous 1.106.2.5: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.5: +2 -2 lines
Sync with HEAD

Revision 1.106.2.5: download - view: text, markup - select for diffs
Mon Jun 13 19:44:18 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.106.2.4: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.4: +11 -3 lines
sync with HEAD

Revision 1.106.2.4: download - view: text, markup - select for diffs
Fri Apr 29 21:29:06 2005 UTC (18 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_3BETA
Diff to: previous 1.106.2.3: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.3: +31 -16 lines
Initial round of changes for 2.3 beta

Revision 1.106.2.3: download - view: text, markup - select for diffs
Mon Mar 14 22:24:59 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_2BETA
Diff to: previous 1.106.2.2: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.2: +11 -10 lines
Sync with HEAD

Revision 1.106.2.2: download - view: text, markup - select for diffs
Mon Jan 24 21:28:52 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.106.2.1: preferred, colored; branchpoint 1.106: preferred, colored
Changes since revision 1.106.2.1: +3 -3 lines
Sync with HEAD

Revision 1.106.2.1: download - view: text, markup - select for diffs
Thu Jan 20 18:03:58 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +66 -62 lines
Sync with HEAD

Revision 1.137.2.26: download - view: text, markup - select for diffs
Wed Jan 26 23:23:31 2011 UTC (12 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25, OPENLDAP_REL_ENG_2_4_24, OPENLDAP_RELEASE
Diff to: previous 1.137.2.25: preferred, colored; branchpoint 1.137: preferred, colored; next MAIN 1.138: preferred, colored
Changes since revision 1.137.2.25: +1 -3 lines
ITS#6758

Revision 1.137.2.25: download - view: text, markup - select for diffs
Tue Jan 4 23:50:28 2011 UTC (12 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.24: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.24: +2 -2 lines
Happy New Year!

Revision 1.137.2.24: download - view: text, markup - select for diffs
Thu Jul 1 15:19:43 2010 UTC (12 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.23: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.23: +8 -57 lines
ITS#6577, revert dn2id lock put in temporarily for 2.4.23 release

Revision 1.137.2.23: download - view: text, markup - select for diffs
Wed Jun 23 15:57:26 2010 UTC (12 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23
Diff to: previous 1.137.2.22: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.22: +0 -4 lines
ITS#6577

Revision 1.137.2.22: download - view: text, markup - select for diffs
Thu Jun 10 19:30:33 2010 UTC (13 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.21: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.21: +2 -2 lines
ITS#6474

Revision 1.137.2.21: download - view: text, markup - select for diffs
Tue Apr 13 20:23:24 2010 UTC (13 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.137.2.20: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.20: +2 -2 lines
happy belated new year

Revision 1.137.2.20: download - view: text, markup - select for diffs
Fri Mar 19 23:44:42 2010 UTC (13 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.19: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.19: +5 -1 lines
dn2id_lock is no longer needed

Revision 1.137.2.19: download - view: text, markup - select for diffs
Fri Jun 19 21:55:57 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE, OPENLDAP_REL_ENG_2_4_21, OPENLDAP_REL_ENG_2_4_20, OPENLDAP_REL_ENG_2_4_19, OPENLDAP_REL_ENG_2_4_18, OPENLDAP_REL_ENG_2_4_17
Diff to: previous 1.137.2.18: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.18: +13 -13 lines
ITS#6177

Revision 1.137.2.18: download - view: text, markup - select for diffs
Thu May 7 20:20:33 2009 UTC (14 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.17: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.17: +11 -3 lines
ITS#6095

Revision 1.137.2.17: download - view: text, markup - select for diffs
Sun May 3 21:54:09 2009 UTC (14 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.16: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.16: +3 -3 lines
Don't underflow malloc'd memory in hdb_fix_dn()

Revision 1.137.2.16: download - view: text, markup - select for diffs
Mon Jan 26 21:27:59 2009 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_16, OPENLDAP_REL_ENG_2_4_15, OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.137.2.15: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.15: +11 -1 lines
ITS#5859

Revision 1.137.2.15: download - view: text, markup - select for diffs
Thu Jan 22 00:01:05 2009 UTC (14 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.14: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.14: +2 -2 lines
Update copyright for next release

Revision 1.137.2.14: download - view: text, markup - select for diffs
Wed Jan 21 00:30:42 2009 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.13: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.13: +6 -3 lines
make messages more esplicative; fix style

Revision 1.137.2.13: download - view: text, markup - select for diffs
Fri Oct 31 23:23:59 2008 UTC (14 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.137.2.12: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.12: +1 -2 lines
silence warnings

Revision 1.137.2.12: download - view: text, markup - select for diffs
Tue Oct 7 21:13:41 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.137.2.11: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.11: +16 -11 lines
ITS#5729

Revision 1.137.2.11: download - view: text, markup - select for diffs
Wed Sep 3 21:37:31 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.10: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.10: +19 -29 lines
Use read-only txn's instead of read lockers. Support BDB 4.4-4.7

Revision 1.137.2.10: download - view: text, markup - select for diffs
Tue May 20 00:14:04 2008 UTC (15 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11, OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.137.2.9: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.9: +6 -2 lines
Fix bei_state access

Revision 1.137.2.9: download - view: text, markup - select for diffs
Mon Apr 14 19:37:25 2008 UTC (15 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9
Diff to: previous 1.137.2.8: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.8: +8 -8 lines
ITS#5411

Revision 1.137.2.8: download - view: text, markup - select for diffs
Mon Feb 11 23:26:45 2008 UTC (15 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_8
Diff to: previous 1.137.2.7: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.7: +2 -2 lines
Happy new year! (belated)

Revision 1.137.2.7: download - view: text, markup - select for diffs
Mon Feb 11 22:38:04 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.6: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.6: +2 -2 lines
Remove unused variables

Revision 1.137.2.6: download - view: text, markup - select for diffs
Thu Dec 13 07:05:24 2007 UTC (15 years, 5 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7
Diff to: previous 1.137.2.5: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.5: +4 -1 lines
Sync with HEAD

Revision 1.137.2.5: download - view: text, markup - select for diffs
Thu Dec 6 15:55:27 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.4: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.4: +5 -5 lines
Sync with HEAD

Revision 1.137.2.4: download - view: text, markup - select for diffs
Thu Dec 6 15:13:57 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.3: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.3: +93 -39 lines
Sync with HEAD

Revision 1.137.2.3: download - view: text, markup - select for diffs
Thu Dec 6 05:43:27 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.137.2.2: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.2: +63 -12 lines
ITS#5262, sync with HEAD

Revision 1.137.2.2: download - view: text, markup - select for diffs
Fri Aug 31 23:14:01 2007 UTC (15 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_6, OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.137.2.1: preferred, colored; branchpoint 1.137: preferred, colored
Changes since revision 1.137.2.1: +6 -6 lines
Sync with HEAD for OL 2.4.5

Revision 1.137.2.1: download - view: text, markup - select for diffs
Tue Feb 13 20:22:22 2007 UTC (16 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +24 -15 lines
Quick merge: everything from HEAD

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org