
CVS log for servers/slapd/backglue.c
Up to [OpenLDAP] / servers / slapd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.160: download - view: text, markup - select for diffs
Tue Jan 4 23:43:12 2011 UTC (12 years, 1 month ago) by kurt
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +2 -2
lines
Happy New Year
Revision 1.159: download - view: text, markup - select for diffs
Thu Dec 30 22:59:23 2010 UTC (12 years, 1 month ago) by hallvard
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +3 -2
lines
ITS#6758 Do not set sr_err=error before be_search.
glue_op_search() set LDAP_UNWILLING_TO_PERFORM before be_search() as
well as when there was no be_search.
Revision 1.158: download - view: text, markup - select for diffs
Tue Apr 13 20:18:04 2010 UTC (12 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +2 -2
lines
happy belated New Year
Revision 1.157: download - view: text, markup - select for diffs
Thu Apr 8 17:51:18 2010 UTC (12 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +10 -15
lines
more on ITS#6507
Revision 1.156: download - view: text, markup - select for diffs
Thu Apr 8 15:16:38 2010 UTC (12 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +5 -3
lines
don't set dummy cookie when dealing with last database (ITS#6507)
Revision 1.155: download - view: text, markup - select for diffs
Wed Apr 7 22:27:18 2010 UTC (12 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +6 -6
lines
don't mix code and declarations
Revision 1.154: download - view: text, markup - select for diffs
Tue Apr 6 22:53:36 2010 UTC (12 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +12 -5
lines
do not assume that someone parsed the paged results response; in case, re-parse (ITS#6507)
Revision 1.153: download - view: text, markup - select for diffs
Tue Apr 6 20:04:58 2010 UTC (12 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +103 -4
lines
make sure cookies are set/reset as appropriate when a page ends at database boundaries (ITS#6507)
Revision 1.152: download - view: text, markup - select for diffs
Tue Apr 6 18:33:05 2010 UTC (12 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +46 -1
lines
detect misplaced entries in glued databases (ITS#6506)
Revision 1.151: download - view: text, markup - select for diffs
Fri Apr 2 17:15:42 2010 UTC (12 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +54 -19
lines
rework temporary malloc of glued controls (fixes ITS#6504); fix glued paged results
Revision 1.150: download - view: text, markup - select for diffs
Tue Feb 2 14:51:32 2010 UTC (13 years ago) by rein
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +25 -1
lines
ITS#6468: Implement bi_access_allowed.
Revision 1.149: download - view: text, markup - select for diffs
Mon Jan 18 14:00:40 2010 UTC (13 years ago) by ando
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +77 -2
lines
implement support for selective iteration in slaptools (ITS#6442)
Revision 1.148: download - view: text, markup - select for diffs
Mon May 11 02:29:21 2009 UTC (13 years, 8 months ago) by hyc
Branches: MAIN
CVS tags: ACLCHECK_0,
ACLCHECK
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +6 -5
lines
ITS#6103 send response even if abandoned
Revision 1.147: download - view: text, markup - select for diffs
Mon Mar 2 23:07:17 2009 UTC (13 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +29 -4
lines
make sure sequence progresses correctly (ITS#5986)
Revision 1.146: download - view: text, markup - select for diffs
Wed Feb 11 00:48:09 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -2
lines
Silence warning in prev commit
Revision 1.145: download - view: text, markup - select for diffs
Tue Feb 10 03:32:15 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +4 -2
lines
ITS#5925 fix prev commit
Revision 1.144: download - view: text, markup - select for diffs
Thu Feb 5 21:59:02 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +14 -3
lines
Fix prev commit, no recursion allowed in glue_sub_attach
Revision 1.143: download - view: text, markup - select for diffs
Thu Feb 5 20:54:11 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -1
lines
#5925, set LINKED flag so it's possible to detect non-linked subs.
(But we don't check for this flag yet. Not sure what to really do
about improper configs after they've gotten this far...)
Revision 1.142: download - view: text, markup - select for diffs
Thu Feb 5 20:44:21 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +19 -10
lines
ITS#5925, allow online glue_sub_attach to be deferred
Revision 1.141: download - view: text, markup - select for diffs
Wed Jan 21 23:40:25 2009 UTC (14 years ago) by kurt
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2
lines
Update copyright notices
Revision 1.140: download - view: text, markup - select for diffs
Sat Sep 6 14:24:27 2008 UTC (14 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +15 -11
lines
be careful when restoring rewritten DN (partial fulfilment of ITS#5687)
Revision 1.139: download - view: text, markup - select for diffs
Fri May 30 12:49:24 2008 UTC (14 years, 8 months ago) by ralf
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -2
lines
pass ConfigReply into overlay_config() to allow progating error messages
back through back-config
Revision 1.138: download - view: text, markup - select for diffs
Thu Mar 20 22:34:04 2008 UTC (14 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +61 -5
lines
Add dn2id_get / modify support
Revision 1.137: download - view: text, markup - select for diffs
Thu Mar 20 00:27:07 2008 UTC (14 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +3 -2
lines
ITS#5435 ConfigReply arg must be non-NULL
Revision 1.136: download - view: text, markup - select for diffs
Mon Jan 7 23:20:07 2008 UTC (15 years ago) by kurt
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2
lines
Happy New Year (belated)
Revision 1.135: download - view: text, markup - select for diffs
Mon Nov 12 11:16:05 2007 UTC (15 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +5 -4
lines
Fix prev commit, broke test033
Revision 1.134: download - view: text, markup - select for diffs
Thu Nov 1 14:11:22 2007 UTC (15 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +71 -6
lines
ITS#5191 do all pagedresult control parsing in the frontend, don't
re-parse in the backend. Keep track of pagedresult controls and state
in backglue.
Revision 1.133: download - view: text, markup - select for diffs
Sat Aug 11 02:20:37 2007 UTC (15 years, 5 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -2
lines
Remove tool_id2entry_get
Revision 1.132: download - view: text, markup - select for diffs
Fri Aug 3 10:02:07 2007 UTC (15 years, 6 months ago) by ralf
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +4 -4
lines
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
Revision 1.131: download - view: text, markup - select for diffs
Wed Jul 25 15:21:05 2007 UTC (15 years, 6 months ago) by ralf
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +9 -5
lines
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
Revision 1.130: download - view: text, markup - select for diffs
Thu Feb 15 00:41:56 2007 UTC (15 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2
lines
Fix C errors
Revision 1.129: download - view: text, markup - select for diffs
Tue Feb 6 03:18:14 2007 UTC (16 years ago) by hyc
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +28 -8
lines
Add overlay hooks for entry_get_rw / entry_release_rw
Revision 1.128: download - view: text, markup - select for diffs
Mon Jan 15 00:20:08 2007 UTC (16 years ago) by hyc
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +4 -3
lines
ITS#4554
Revision 1.127: download - view: text, markup - select for diffs
Thu Jan 11 11:04:22 2007 UTC (16 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -2
lines
Delete unused variables.
Revision 1.126: download - view: text, markup - select for diffs
Tue Jan 2 19:01:03 2007 UTC (16 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -2
lines
happy new year
Revision 1.125: download - view: text, markup - select for diffs
Sat Dec 23 23:56:37 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2
lines
ITS#4337 implement modrdn for back-config
Revision 1.124: download - view: text, markup - select for diffs
Mon Dec 18 21:42:46 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +11 -4
lines
Fix rev 1.121/1.122
Revision 1.123: download - view: text, markup - select for diffs
Mon Dec 18 21:29:45 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -1
lines
Pass extended ops thru as well
Revision 1.122: download - view: text, markup - select for diffs
Mon Dec 18 18:46:40 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2
lines
Use a specific sr_type for intermediate Glue results
Revision 1.121: download - view: text, markup - select for diffs
Mon Dec 18 02:10:04 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +3 -1
lines
Fake intermediate Results to prevent premature cleanup
Revision 1.120: download - view: text, markup - select for diffs
Wed Dec 13 02:03:47 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +16 -2
lines
Remainder of fix for ITS#4615 - stop processing overlay stack at glue
boundary
Revision 1.119: download - view: text, markup - select for diffs
Fri Jul 14 22:18:44 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +21 -1
lines
ITS#4614 - complain if glue/subordinate are attempted on the same backend
cleanup overlay list if overlay db_init fails.
Revision 1.118: download - view: text, markup - select for diffs
Fri Jun 16 19:58:40 2006 UTC (16 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -1
lines
Additional ONELEVEL fix
Revision 1.117: download - view: text, markup - select for diffs
Sun Jun 11 06:29:07 2006 UTC (16 years, 7 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -7
lines
fix previous commit
Revision 1.116: download - view: text, markup - select for diffs
Sat Jun 10 10:31:22 2006 UTC (16 years, 7 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +8 -0
lines
Honour o_no_subordinate_glue
Don't pollute o_req_ndn after resetting (hyc please review)
Revision 1.115: download - view: text, markup - select for diffs
Sat Jun 10 08:31:17 2006 UTC (16 years, 7 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +4 -3
lines
Fix glue_back_select() behaviour so that it actually does select the most
specific backend for the DN (this was broken in the case that subordinate
and subsubordinate backends were glued)
Revision 1.114: download - view: text, markup - select for diffs
Mon May 8 22:01:35 2006 UTC (16 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +6 -3
lines
Fix tlimit munging
Revision 1.113: download - view: text, markup - select for diffs
Fri Apr 7 02:17:44 2006 UTC (16 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -5
lines
More for ITS#4323 fix
Revision 1.112: download - view: text, markup - select for diffs
Wed Apr 5 12:15:34 2006 UTC (16 years, 10 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2
lines
Fix for the previous ITS#4323 fix: for(expr;...) -> for(i=expr;...)
Revision 1.111: download - view: text, markup - select for diffs
Wed Apr 5 05:03:25 2006 UTC (16 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +39 -4
lines
Additional fix for ITS#4323, must propagate search result controls
Revision 1.110: download - view: text, markup - select for diffs
Tue Apr 4 22:27:16 2006 UTC (16 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +39 -17
lines
ITS#4323 allow lower overlays to work on master database
Revision 1.109: download - view: text, markup - select for diffs
Sun Apr 2 17:54:25 2006 UTC (16 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2
lines
Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL).
Revision 1.108: download - view: text, markup - select for diffs
Mon Feb 27 08:20:55 2006 UTC (16 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1
lines
ITS#4417 backglue must pass intermediate responses transparently.
syncprov must prevent send_ldap_result from being called for an
in-progress persistent search.
Revision 1.107: download - view: text, markup - select for diffs
Tue Jan 3 22:12:13 2006 UTC (17 years, 1 month 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
Fri Dec 9 01:08:08 2005 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -1
lines
Fix ITS#4133, reset subtree search req_dn
Revision 1.105: download - view: text, markup - select for diffs
Fri Dec 9 00:20:05 2005 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +4 -1
lines
Fix ITS#4084, onelevel searches cannot return NO_SUCH_OBJECT if the base
was already found.
Revision 1.104: download - view: text, markup - select for diffs
Sat Nov 26 06:38:18 2005 UTC (17 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -3
lines
Remove some unnecessary #ifdefs
Revision 1.103: download - view: text, markup - select for diffs
Fri Nov 25 21:17:24 2005 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2
lines
use LDAP_SIZELIMIT_EXCEEDED; rework the return values of slap_send_search_entry(); silence a few warnings
Revision 1.102: download - view: text, markup - select for diffs
Fri Nov 25 19:50:34 2005 UTC (17 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -19
lines
Don't touch op->ors_slimit.
Revision 1.101: download - view: text, markup - select for diffs
Sun Nov 6 22:32:08 2005 UTC (17 years, 3 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -2
lines
silence warnings
Revision 1.100: download - view: text, markup - select for diffs
Thu Nov 3 00:27:07 2005 UTC (17 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2
lines
Update result code to IANA-assigned values
Provide some backwards compatibility.
Misc cleanup
Revision 1.99: download - view: text, markup - select for diffs
Sat Oct 15 19:52:01 2005 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +0 -45
lines
Revert prev commit, use -g option to disable glue instead
Revision 1.98: download - view: text, markup - select for diffs
Sat Oct 15 18:08:56 2005 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +46 -1
lines
ITS#4089 use slapcat -n XX to specify just the superior of a glued tree
Revision 1.97: download - view: text, markup - select for diffs
Thu Sep 29 07:32:25 2005 UTC (17 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -3
lines
Remove unused variable
Revision 1.96: download - view: text, markup - select for diffs
Tue Sep 27 13:10:57 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -6
lines
ITS#3996 fix glue/syncprov interaction
Revision 1.95: download - view: text, markup - select for diffs
Fri Sep 9 09:43:13 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -10
lines
ITS#3979 restore old (RE21, RE22) search order
Revision 1.94: download - view: text, markup - select for diffs
Fri Sep 9 09:37:00 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +19 -9
lines
ITS#3979 only support tool entry points if root DB has them
Revision 1.93: download - view: text, markup - select for diffs
Fri Sep 9 05:40:54 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +6 -5
lines
ITS#3979 better check for duplicate bi_open functions
Revision 1.92: download - view: text, markup - select for diffs
Sat Sep 3 15:03:36 2005 UTC (17 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -3
lines
Silence warnings
Revision 1.91: download - view: text, markup - select for diffs
Thu Sep 1 09:45:04 2005 UTC (17 years, 5 months ago) by hyc
Branches: MAIN
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +504 -234
lines
Moving glue overlay back into slapd core, returning to 2.2 config syntax
Revision 1.90
Sat Dec 4 18:41:58 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
FILE REMOVED
Changes since revision 1.89: +1 -1
lines
Delete backglue.c in favor of glue overlay
Revision 1.89: download - view: text, markup - select for diffs
Fri Nov 26 23:57:37 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -1
lines
More migration of syncrepl from frontend to syncprov overlay
define OPERATION_BUFFER_SIZE for dummy Operations
Revision 1.88: download - view: text, markup - select for diffs
Wed Oct 6 03:51:38 2004 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1
lines
Revert ITS#3353 patch, it needs to be reworked.
Revision 1.87: download - view: text, markup - select for diffs
Fri Oct 1 05:33:16 2004 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2
lines
ITS#3353 consolidate slapd globals into a single struct
Revision 1.86: download - view: text, markup - select for diffs
Fri Aug 27 22:26:35 2004 UTC (18 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1
lines
fix uninit'd be_context_csn for syncrepl
Revision 1.85: download - view: text, markup - select for diffs
Fri Jul 2 09:34:16 2004 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +45 -45
lines
Qualify some structure fields
Revision 1.84: download - view: text, markup - select for diffs
Mon Jun 14 21:41:13 2004 UTC (18 years, 7 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +9 -1
lines
More backglue fix: do not return NO_SUCH_OBJECT when the base object is located above the subordinate database in search
Revision 1.83: download - view: text, markup - select for diffs
Sat Jun 12 09:33:21 2004 UTC (18 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -4
lines
clarify no limits in (internal) searches
Revision 1.82: download - view: text, markup - select for diffs
Tue Jun 1 18:17:11 2004 UTC (18 years, 8 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +10 -6
lines
Fixing backglue behaviors
1) Return NO_SUCH_OBJECT if base object cannot be located
2) Does not search databases that are superior to the base object of the search
Revision 1.81: download - view: text, markup - select for diffs
Mon May 31 00:03:39 2004 UTC (18 years, 8 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -6
lines
Fix for backglue limit checking
Revision 1.80: download - view: text, markup - select for diffs
Mon May 31 00:01:59 2004 UTC (18 years, 8 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +15 -1
lines
Patch for ITS#3133
Revision 1.79: download - view: text, markup - select for diffs
Mon Apr 5 19:00:16 2004 UTC (18 years, 10 months ago) by kurt
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -4
lines
First rounds of backend/database flag cleanup
Revision 1.78: download - view: text, markup - select for diffs
Thu Mar 18 00:06:40 2004 UTC (18 years, 10 months ago) by kurt
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -1
lines
cleanup for release engineering
Revision 1.77: download - view: text, markup - select for diffs
Wed Mar 10 01:44:10 2004 UTC (18 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +9 -10
lines
Minor cleanup
Revision 1.76: download - view: text, markup - select for diffs
Fri Mar 5 08:56:16 2004 UTC (18 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -2
lines
cleanup
Revision 1.75: download - view: text, markup - select for diffs
Thu Mar 4 22:02:30 2004 UTC (18 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -4
lines
improve fix to ITS#2999: don't care about limits after abandon
Revision 1.74: download - view: text, markup - select for diffs
Thu Mar 4 21:56:49 2004 UTC (18 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +6 -1
lines
fix ITS#2999
Revision 1.73: download - view: text, markup - select for diffs
Fri Feb 13 01:44:13 2004 UTC (18 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2
lines
ITS#2888 fix back-ldap to check result of send_search_entry.
Make sure sizelimit errors are propagated.
Revision 1.72: download - view: text, markup - select for diffs
Wed Jan 21 09:25:41 2004 UTC (19 years ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +11 -20
lines
ITS#2888 once more, fix sizelimit propagation
Revision 1.71: download - view: text, markup - select for diffs
Mon Jan 19 13:38:15 2004 UTC (19 years ago) by ralf
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -2
lines
Additional fix for ITS#2924: check for availability of
glueBack->be_entry_close before calling it
Revision 1.70: download - view: text, markup - select for diffs
Fri Jan 16 18:07:03 2004 UTC (19 years ago) by hyc
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -4
lines
ITS#2924, fix transition to subsequent subordinates
Revision 1.69: download - view: text, markup - select for diffs
Sun Jan 11 22:40:33 2004 UTC (19 years ago) by ando
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +9 -1
lines
don't segfault if a database doesn't have the suffix
Revision 1.68: download - view: text, markup - select for diffs
Thu Jan 1 18:15:30 2004 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2
lines
Happy new year
Revision 1.67: download - view: text, markup - select for diffs
Sat Dec 20 16:41:08 2003 UTC (19 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +20 -7
lines
fix previous commit
Revision 1.66: download - view: text, markup - select for diffs
Sat Dec 20 09:10:59 2003 UTC (19 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +10 -4
lines
ITS#2888 don't return LDAP_SIZELIMIT_EXCEEDED prematurely
Revision 1.65: download - view: text, markup - select for diffs
Wed Dec 17 16:55:27 2003 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -3
lines
Sync with HEAD
Revision 1.64: download - view: text, markup - select for diffs
Sun Dec 7 07:51:23 2003 UTC (19 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +6 -13
lines
Added sc_next and sc_cleanup to slap_callback
Revision 1.63: download - view: text, markup - select for diffs
Thu Nov 27 00:17:15 2003 UTC (19 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +13 -4
lines
Updated notices
Revision 1.62: download - view: text, markup - select for diffs
Sat Aug 30 13:19:35 2003 UTC (19 years, 5 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -1
lines
slaptool update for LDAP Sync replication
Revision 1.61: download - view: text, markup - select for diffs
Tue Aug 19 01:22:07 2003 UTC (19 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -6
lines
Tweaks to callback processing; callbacks can return SLAP_CB_CONTINUE to
fall into the regular send_ldap_* functionality instead of calling into
those functions explicitly. Nested callbacks still aren't handled as
cleanly as they might be.
Revision 1.60: download - view: text, markup - select for diffs
Tue Apr 29 18:01:51 2003 UTC (19 years, 9 months 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.59: preferred, colored
Changes since revision 1.59: +2 -1
lines
ITS#2474 default return value
Revision 1.59: download - view: text, markup - select for diffs
Tue Apr 29 14:36:20 2003 UTC (19 years, 9 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
Reduce warnings: Add missing 0 or NULL initializers for struct members.
Revision 1.58: download - view: text, markup - select for diffs
Sun Apr 20 07:18:02 2003 UTC (19 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2
lines
Fix glue_sub_init realloc disconnect
Revision 1.57: download - view: text, markup - select for diffs
Tue Apr 1 02:12:18 2003 UTC (19 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +56 -89
lines
Consolidated slap_callbacks into one function. Removed send_search_result.
Revision 1.56: download - view: text, markup - select for diffs
Mon Mar 31 05:49:34 2003 UTC (19 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +15 -15
lines
Minor cleanup
Revision 1.55: download - view: text, markup - select for diffs
Sun Mar 30 07:03:54 2003 UTC (19 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +87 -128
lines
Major API change - (SLAP_OP_BLOCKS) All request parameters are
consolidated into the Operation structure. All reply parameters
are consolidated into the new SlapReply structure. Most operations
now have identical call signatures... Changes are not #ifdef'd,
revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
Revision 1.54: download - view: text, markup - select for diffs
Mon Mar 3 21:25:28 2003 UTC (19 years, 11 months ago) by ando
Branches: MAIN
CVS tags: NO_SLAP_OP_BLOCKS
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4
lines
fix ITS#2343
Revision 1.53: download - view: text, markup - select for diffs
Wed Feb 5 18:33:01 2003 UTC (20 years ago) by ando
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +17 -1
lines
partially fixes ITS#2299
Revision 1.52: download - view: text, markup - select for diffs
Sat Feb 1 06:04:13 2003 UTC (20 years ago) by lukeh
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +26 -1
lines
Add sendreference callback
Revision 1.51: download - view: text, markup - select for diffs
Sun Jan 19 14:03:25 2003 UTC (20 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1
lines
Silence gcc warnings (signed vs. unsigned, implicit declarations, unused vars).
Revision 1.50: download - view: text, markup - select for diffs
Sun Jan 19 12:38:44 2003 UTC (20 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Insert missing initializers, to silence gcc warnings.
Revision 1.49: download - view: text, markup - select for diffs
Fri Jan 3 19:20:54 2003 UTC (20 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Happy new year
Revision 1.48: download - view: text, markup - select for diffs
Thu Nov 28 16:20:17 2002 UTC (20 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1
lines
Fix ITS#2214, clear gs->matched after freeing it.
Revision 1.47: download - view: text, markup - select for diffs
Thu Nov 28 14:47:06 2002 UTC (20 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +22 -35
lines
More streamlining.
Revision 1.46: download - view: text, markup - select for diffs
Thu Nov 28 14:17:26 2002 UTC (20 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +21 -278
lines
Don't use be_private to point to our glueinfo. This allows underlying
backends to be called directly, instead of having to wrap every function.
Delete unneeded wrappers.
Revision 1.45: download - view: text, markup - select for diffs
Fri Sep 6 10:37:24 2002 UTC (20 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3
lines
Fix typo in one-level searches, left over from -r1.23 cleanup
Revision 1.44: download - view: text, markup - select for diffs
Tue Jun 11 20:56:47 2002 UTC (20 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +9 -2
lines
Rework c_authzid_backend in preparation for sasl_setpass() support
Revision 1.43: download - view: text, markup - select for diffs
Wed May 1 16:50:14 2002 UTC (20 years, 9 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +9 -9
lines
Changed be_[n]suffix, be_[n]suffixAlias to BerVarray. No more bvec's anywhere.
Revision 1.42: download - view: text, markup - select for diffs
Thu Apr 11 06:03:40 2002 UTC (20 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -6
lines
ITS#1733 eliminate o_abandonmutex
Revision 1.41: download - view: text, markup - select for diffs
Sat Mar 30 07:47:13 2002 UTC (20 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4
lines
initialize temporaries
Revision 1.40: download - view: text, markup - select for diffs
Mon Mar 25 10:52:39 2002 UTC (20 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -3
lines
Fix ITS#1675, make sure search results are initialized
Revision 1.39: download - view: text, markup - select for diffs
Sat Feb 23 22:47:38 2002 UTC (20 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -3
lines
C translator portability changes (ITS#1609)
Revision 1.38: download - view: text, markup - select for diffs
Sat Jan 26 07:44:59 2002 UTC (21 years ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -9
lines
Changed dnParent to void instead of int. (It always returned success...)
Revision 1.37: download - view: text, markup - select for diffs
Sat Jan 26 05:52:24 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -12
lines
Changed dnParent to struct bervals
Revision 1.36: download - view: text, markup - select for diffs
Sat Jan 19 03:59:39 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
Fix previous commit
Revision 1.35: download - view: text, markup - select for diffs
Fri Jan 18 03:48:58 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +12 -5
lines
Change to use dn_match
Revision 1.34: download - view: text, markup - select for diffs
Thu Jan 17 18:05:21 2002 UTC (21 years ago) by ando
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +11 -5
lines
first round at eliminating dn_parent ...
Revision 1.33: download - view: text, markup - select for diffs
Mon Jan 14 00:43:18 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -7
lines
Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to
liblber:ber_bvarray_{add,free}.
Revision 1.32: download - view: text, markup - select for diffs
Sun Jan 13 15:40:37 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +35 -10
lines
Reworked callback layout, added send_search_entry callback
Revision 1.31: download - view: text, markup - select for diffs
Sat Jan 12 15:00:51 2002 UTC (21 years ago) by ando
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3
lines
error message from be_entry_put tool backend function
Revision 1.30: download - view: text, markup - select for diffs
Fri Jan 11 08:04:34 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Fix loop in glue_tool_sync
Revision 1.29: download - view: text, markup - select for diffs
Thu Jan 10 21:34:11 2002 UTC (21 years ago) by kurt
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +15 -11
lines
Rework backend (lastmod + glue + system schema) flags
Revision 1.28: download - view: text, markup - select for diffs
Fri Jan 4 20:17:45 2002 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Update copyright statements
Revision 1.27: download - view: text, markup - select for diffs
Wed Jan 2 10:00:36 2002 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +13 -13
lines
Change struct berval ** to BVarray
Revision 1.26: download - view: text, markup - select for diffs
Mon Dec 31 10:35:53 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Changed search attrs from struct berval ** to AttributeName *
Revision 1.25: download - view: text, markup - select for diffs
Wed Dec 26 22:43:29 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -6
lines
More struct berval DNs changes
Revision 1.24: download - view: text, markup - select for diffs
Wed Dec 26 22:26:55 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Additional struct berval DN changes...
Revision 1.23: download - view: text, markup - select for diffs
Wed Dec 26 18:50:40 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +38 -35
lines
Move search, modify, and modrdn APIs to struct berval DNs.
Much clean up is needed.
Revision 1.22: download - view: text, markup - select for diffs
Wed Dec 26 18:05:26 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -8
lines
move compare and delete to struct berval DNs
Revision 1.21: download - view: text, markup - select for diffs
Wed Dec 26 16:40:34 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4
lines
modify be_referral to use struct berval DNs.
Revision 1.20: download - view: text, markup - select for diffs
Wed Dec 26 10:41:38 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -5
lines
First pass at converting bind to struct bervals
Revision 1.19: download - view: text, markup - select for diffs
Wed Dec 26 07:17:44 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
Revision 1.18: download - view: text, markup - select for diffs
Tue Dec 25 18:48:26 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3
lines
More struct berval DNs
Revision 1.17: download - view: text, markup - select for diffs
Mon Dec 24 05:36:45 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +23 -25
lines
Clean up some symbol scoping
Revision 1.16: download - view: text, markup - select for diffs
Mon Dec 24 05:00:03 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5
lines
Misc DN cleanup, no functional changes
Revision 1.15: download - view: text, markup - select for diffs
Mon Dec 17 23:29:43 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
Minor cleanup
Revision 1.14: download - view: text, markup - select for diffs
Mon Dec 17 21:48:30 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
from jon@symas.com - minor cleanup
Revision 1.13: download - view: text, markup - select for diffs
Mon Dec 10 12:44:02 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -3
lines
More cleanup. The last, I hope.
Revision 1.12: download - view: text, markup - select for diffs
Mon Dec 10 12:39:36 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1
lines
Extra NULL check, just in case
Revision 1.11: download - view: text, markup - select for diffs
Mon Dec 10 12:35:04 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +56 -66
lines
Misc cleanup
Revision 1.10: download - view: text, markup - select for diffs
Mon Dec 10 11:30:43 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Fix typo in glue_back_select
Revision 1.9: download - view: text, markup - select for diffs
Mon Dec 10 11:09:40 2001 UTC (21 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +229 -178
lines
Changed backglue configuration. Added noSubordinates arg to select_backend
to deal with glued subordinates.
Revision 1.8: download - view: text, markup - select for diffs
Sun Dec 9 18:19:10 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
fix issuffix call
Revision 1.7: download - view: text, markup - select for diffs
Sun Dec 9 17:57:46 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
misc cleanup
Revision 1.6: download - view: text, markup - select for diffs
Sun Dec 9 02:09:18 2001 UTC (21 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +21 -55
lines
Cleaned up search, use dn_issuffixbv
Revision 1.5: download - view: text, markup - select for diffs
Sun Dec 9 01:46:25 2001 UTC (21 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +29 -5
lines
Added referrals to gluestate.
Revision 1.4: download - view: text, markup - select for diffs
Sun Dec 9 01:34:48 2001 UTC (21 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3
lines
Remove lint and misc MSVC updates
Revision 1.3: download - view: text, markup - select for diffs
Sun Dec 9 01:01:58 2001 UTC (21 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +81 -82
lines
Don't include glued databases in namingContexts
Revision 1.2: download - view: text, markup - select for diffs
Sat Dec 8 15:42:27 2001 UTC (21 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +26 -1
lines
Fix for slapcat
Revision 1.1: download - view: text, markup - select for diffs
Sat Dec 8 14:58:47 2001 UTC (21 years, 2 months ago) by hyc
Branches: MAIN
Added new backglue pseudo-backend. Uses callbacks to glue different backends
together into a single searchable hierarchy.
Revision 1.38.2.11: download - view: text, markup - select for diffs
Wed Jan 21 03:45:22 2004 UTC (19 years ago) by hyc
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
Diff to: previous 1.38.2.10: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.10: +3 -2
lines
entry_close fix from HEAD
Revision 1.38.2.10: download - view: text, markup - select for diffs
Sat Jan 17 16:50:57 2004 UTC (19 years ago) by hyc
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.38.2.9: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.9: +5 -4
lines
Import ITS#2924 fix from HEAD
Revision 1.38.2.9: download - view: text, markup - select for diffs
Sun Apr 20 07:21:20 2003 UTC (19 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: 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
Diff to: previous 1.38.2.8: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.8: +2 -2
lines
Import glue_sub_init fix from HEAD
Revision 1.38.2.8: download - view: text, markup - select for diffs
Wed Mar 5 23:48:33 2003 UTC (19 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_17,
OPENLDAP_REL_ENG_2_1_16,
OPENLDAP_REL_ENG_2_1_15
Diff to: previous 1.38.2.7: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.7: +4 -4
lines
Numerous minor fixes from HEAD, see CHANGES
Revision 1.38.2.7: download - view: text, markup - select for diffs
Sun Feb 9 16:31:36 2003 UTC (19 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_14,
OPENLDAP_REL_ENG_2_1_13
Diff to: previous 1.38.2.6: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.6: +45 -3
lines
First round of imports from HEAD
Revision 1.38.2.6: download - view: text, markup - select for diffs
Thu Nov 28 22:22:36 2002 UTC (20 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9,
OPENLDAP_REL_ENG_2_1_12,
OPENLDAP_REL_ENG_2_1_11,
OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.38.2.5: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.5: +23 -292
lines
backglue, sasl, and tool fixes
Revision 1.38.2.5: download - view: text, markup - select for diffs
Fri Sep 6 11:17:16 2002 UTC (20 years, 5 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: 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.38.2.4: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.4: +2 -3
lines
Import one-level search fix from HEAD
Revision 1.38.2.4: download - view: text, markup - select for diffs
Thu Jun 20 20:12:29 2002 UTC (20 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_4,
OPENLDAP_REL_ENG_2_1_3
Diff to: previous 1.38.2.3: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.3: +9 -2
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.38.2.3: download - view: text, markup - select for diffs
Wed May 22 14:25:47 2002 UTC (20 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_2
Diff to: previous 1.38.2.2: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.2: +9 -9
lines
Suck in latest changes from HEAD
Revision 1.38.2.2: download - view: text, markup - select for diffs
Mon Apr 15 15:21:52 2002 UTC (20 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_BETA1
Diff to: previous 1.38.2.1: preferred, colored; branchpoint 1.38: preferred, colored
Changes since revision 1.38.2.1: +13 -11
lines
Suck in HEAD changes since 2.1alpha
Revision 1.38.2.1: download - view: text, markup - select for diffs
Sat Feb 23 23:24:44 2002 UTC (20 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_ALPHA0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -3
lines
C portability from HEAD
Revision 1.60.2.19: download - view: text, markup - select for diffs
Thu Jan 20 17:01:06 2005 UTC (18 years ago) by kurt
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,
OPENLDAP_REL_ENG_2_2_25,
OPENLDAP_REL_ENG_2_2_24,
OPENLDAP_REL_ENG_2_2_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.60.2.18: preferred, colored; branchpoint 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60.2.18: +2 -2
lines
Happy new year!
Revision 1.60.2.18: download - view: text, markup - select for diffs
Mon Aug 30 15:44:19 2004 UTC (18 years, 5 months ago) by kurt
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
Diff to: previous 1.60.2.17: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.17: +2 -1
lines
First round of changes from HEAD
backglue syncrepl context csn initialization
SLAPI/syncrepl nextid interaction fix
bind referrals fix
ldapi:// sun_path fix
add dnIsOneLevelRDN (this seems oldly named, RDNs only have one level)
add entry_clean()
SLAPI modify fix
Revision 1.60.2.17: download - view: text, markup - select for diffs
Sat Jul 17 00:48:22 2004 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_15
Diff to: previous 1.60.2.16: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.16: +45 -45
lines
quick merge
Revision 1.60.2.16: download - view: text, markup - select for diffs
Wed Jun 16 18:19:55 2004 UTC (18 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_14
Diff to: previous 1.60.2.15: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.15: +14 -4
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.60.2.15: download - view: text, markup - select for diffs
Fri Jun 4 03:39:43 2004 UTC (18 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_13,
OPENLDAP_REL_ENG_2_2_12
Diff to: previous 1.60.2.14: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.14: +26 -10
lines
From HEAD
+ Fixed slapd abandon/cancel pending bug (ITS#3160)
+ Fixed slapd sl_malloc memory leak (ITS#3155)
+ Fixed pcache erroneous reply (ITS#3153)
+ Fixed pcache remove_query_data bug (ITS#3170)
+ Fixed liblutil passwd seed len bug (ITS#3169)
Revision 1.60.2.14: download - view: text, markup - select for diffs
Tue Apr 6 18:16:00 2004 UTC (18 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9,
OPENLDAP_REL_ENG_2_2_11,
OPENLDAP_REL_ENG_2_2_10
Diff to: previous 1.60.2.13: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.13: +4 -4
lines
Suck in changes from HEAD (CHANGES needs ITS #s)
+ Fixed slapd syncrepl replication bugs
+ Fixed slapd slurpd update bugs
+ Fixed slapd inappropriate bind error disclosure bugs
+ Fixed slapd sun_path portability bug
+ Fixed slapd passwd referral memory leak
+ Fixed slapd sasl userdb checkpass bug
+ Added slapd Delivery Method syntax validation
+ Updated slapd overlay framework
+ Updated back-ldap backend
+ Updated back-meta backend
Revision 1.60.2.13: download - view: text, markup - select for diffs
Thu Mar 18 01:01:02 2004 UTC (18 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_8,
OPENLDAP_REL_ENG_2_2_7
Diff to: previous 1.60.2.12: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.12: +4 -1
lines
Sync with HEAD
Revision 1.60.2.12: download - view: text, markup - select for diffs
Wed Mar 17 20:59:56 2004 UTC (18 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.11: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.11: +9 -10
lines
Sync with HEAD as of 14-March-2004
Revision 1.60.2.11: download - view: text, markup - select for diffs
Fri Mar 5 08:56:53 2004 UTC (18 years, 11 months ago) by ando
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.10: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.10: +3 -1
lines
fix ITS#2999 (cleanup op structure after abandon)
Revision 1.60.2.10: download - view: text, markup - select for diffs
Mon Feb 23 22:08:05 2004 UTC (18 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_6
Diff to: previous 1.60.2.9: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.9: +2 -2
lines
Sync with HEAD
Revision 1.60.2.9: download - view: text, markup - select for diffs
Fri Jan 23 01:09:44 2004 UTC (19 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.60.2.8: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.8: +11 -20
lines
Sync with HEAD
Revision 1.60.2.8: download - view: text, markup - select for diffs
Tue Jan 20 23:46:03 2004 UTC (19 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.7: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.7: +3 -2
lines
entry close fix from HEAD
Revision 1.60.2.7: download - view: text, markup - select for diffs
Sat Jan 17 18:36:41 2004 UTC (19 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.6: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.6: +13 -4
lines
Sync with HEAD
Revision 1.60.2.6: download - view: text, markup - select for diffs
Thu Jan 1 18:16:33 2004 UTC (19 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.5: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.5: +2 -2
lines
Happy new year
Revision 1.60.2.5: download - view: text, markup - select for diffs
Mon Dec 29 18:41:56 2003 UTC (19 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4
Diff to: previous 1.60.2.4: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.4: +5 -3
lines
Sync with HEAD
Revision 1.60.2.4: download - view: text, markup - select for diffs
Mon Dec 29 18:10:38 2003 UTC (19 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.3: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.3: +26 -7
lines
(Partial) Sync with HEAD
Revision 1.60.2.3: download - view: text, markup - select for diffs
Mon Dec 15 22:05:22 2003 UTC (19 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.60.2.2: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.2: +6 -13
lines
Sync with HEAD
Revision 1.60.2.2: download - view: text, markup - select for diffs
Mon Dec 1 00:58:32 2003 UTC (19 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.60.2.1: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.1: +13 -4
lines
Sync with HEAD
Revision 1.60.2.1: download - view: text, markup - select for diffs
Thu Sep 18 15:43:33 2003 UTC (19 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_2BETA,
OPENLDAP_REL_ENG_2_2_1BETA
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +6 -6
lines
Changes from HEAD for beta
Revision 1.91.2.20: download - view: text, markup - select for diffs
Mon Feb 11 23:24:15 2008 UTC (14 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_43,
OPENLDAP_REL_ENG_2_3_42,
OPENLDAP_REL_ENG_2_3_41
Diff to: previous 1.91.2.19: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91.2.19: +2 -2
lines
Happy new year! (belated)
Revision 1.91.2.19: download - view: text, markup - select for diffs
Thu Aug 23 14:31:02 2007 UTC (15 years, 5 months ago) by ando
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_40,
OPENLDAP_REL_ENG_2_3_39
Diff to: previous 1.91.2.18: preferred, colored
Changes since revision 1.91.2.18: +3 -2
lines
fix variable delaration
Revision 1.91.2.18: download - view: text, markup - select for diffs
Thu Jul 12 00:36:36 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_38,
OPENLDAP_REL_ENG_2_3_37
Diff to: previous 1.91.2.17: preferred, colored
Changes since revision 1.91.2.17: +28 -8
lines
ITS#4623 fix from HEAD
Revision 1.91.2.17: download - view: text, markup - select for diffs
Wed Jan 3 08:55:03 2007 UTC (16 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: 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.91.2.16: preferred, colored
Changes since revision 1.91.2.16: +13 -2
lines
glue/rwm fixes from HEAD
ITS#3971, #4458, #4638, #4689
Revision 1.91.2.16: download - view: text, markup - select for diffs
Tue Jan 2 21:43:54 2007 UTC (16 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.15: preferred, colored
Changes since revision 1.91.2.15: +2 -2
lines
happy new year
Revision 1.91.2.15: download - view: text, markup - select for diffs
Wed Dec 13 15:39:24 2006 UTC (16 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_31
Diff to: previous 1.91.2.14: preferred, colored
Changes since revision 1.91.2.14: +21 -4
lines
ITS#4615 fix from HEAD
Revision 1.91.2.14: download - view: text, markup - select for diffs
Fri Jul 28 14:31:18 2006 UTC (16 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: 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
Diff to: previous 1.91.2.13: preferred, colored
Changes since revision 1.91.2.13: +21 -1
lines
ITS#4614 fix from HEAD
Revision 1.91.2.13: download - view: text, markup - select for diffs
Tue May 9 19:26:26 2006 UTC (16 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_24,
OPENLDAP_REL_ENG_2_3_23,
OPENLDAP_REL_ENG_2_3_22
Diff to: previous 1.91.2.12: preferred, colored
Changes since revision 1.91.2.12: +6 -3
lines
More Quanah suggested patches
+ Fixed slapadd cn=config issue (ITS#4194)
+ Fixed slapd dynacl tgrant/tdeny initialization
+ Fixed slapd backglue issue (ITS#4529)
Revision 1.91.2.12: download - view: text, markup - select for diffs
Fri Apr 7 02:19:53 2006 UTC (16 years, 10 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_21
Diff to: previous 1.91.2.11: preferred, colored
Changes since revision 1.91.2.11: +7 -5
lines
Fix prev commit from HEAD
Revision 1.91.2.11: download - view: text, markup - select for diffs
Wed Apr 5 20:37:48 2006 UTC (16 years, 10 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.10: preferred, colored
Changes since revision 1.91.2.10: +40 -18
lines
Import missing part of ITS#4323 fix from HEAD
Revision 1.91.2.10: download - view: text, markup - select for diffs
Wed Apr 5 18:02:34 2006 UTC (16 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.9: preferred, colored
Changes since revision 1.91.2.9: +39 -4
lines
Additional backglue changes from HEAD
Revision 1.91.2.9: download - view: text, markup - select for diffs
Wed Apr 5 01:01:35 2006 UTC (16 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.8: preferred, colored
Changes since revision 1.91.2.8: +2 -1
lines
From HEAD:
Fixed slapd syncprov/glue interaction issue (ITS#4323)
Revision 1.91.2.8: download - view: text, markup - select for diffs
Tue Jan 3 22:16:13 2006 UTC (17 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: 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.91.2.7: preferred, colored
Changes since revision 1.91.2.7: +2 -2
lines
Happy new year!
Revision 1.91.2.7: download - view: text, markup - select for diffs
Tue Dec 20 23:00:11 2005 UTC (17 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14
Diff to: previous 1.91.2.6: preferred, colored
Changes since revision 1.91.2.6: +6 -1
lines
Changes from HEAD suggested by Howard (1st round, less tests)
Revision 1.91.2.6: download - view: text, markup - select for diffs
Sat Nov 26 23:54:47 2005 UTC (17 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.91.2.5: preferred, colored
Changes since revision 1.91.2.5: +3 -22
lines
Sync with HEAD
Revision 1.91.2.5: download - view: text, markup - select for diffs
Mon Nov 14 18:06:07 2005 UTC (17 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.91.2.4: preferred, colored
Changes since revision 1.91.2.4: +3 -2
lines
Sync with HEAD
Revision 1.91.2.4: download - view: text, markup - select for diffs
Thu Nov 3 18:02:57 2005 UTC (17 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.3: preferred, colored
Changes since revision 1.91.2.3: +2 -2
lines
Sync with HEAD
Revision 1.91.2.3: download - view: text, markup - select for diffs
Thu Sep 29 19:07:58 2005 UTC (17 years, 4 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.91.2.2: preferred, colored
Changes since revision 1.91.2.2: +1 -3
lines
Ready for release?
Revision 1.91.2.2: download - view: text, markup - select for diffs
Wed Sep 28 00:30:30 2005 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.91.2.1: preferred, colored
Changes since revision 1.91.2.1: +30 -29
lines
Sync with HEAD
Changes needs updating for release...
Revision 1.91.2.1: download - view: text, markup - select for diffs
Thu Sep 1 20:28:10 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_7
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1
lines
Ready for release
Revision 1.112.2.27: download - view: text, markup - select for diffs
Wed Jan 26 23:23:28 2011 UTC (12 years 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.112.2.26: preferred, colored; branchpoint 1.112: preferred, colored; next MAIN 1.113: preferred, colored
Changes since revision 1.112.2.26: +3 -2
lines
ITS#6758
Revision 1.112.2.26: download - view: text, markup - select for diffs
Tue Jan 4 23:50:16 2011 UTC (12 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.25: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.25: +2 -2
lines
Happy New Year!
Revision 1.112.2.25: download - view: text, markup - select for diffs
Thu Jun 10 19:33:40 2010 UTC (12 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23
Diff to: previous 1.112.2.24: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.24: +24 -0
lines
ITS#6468
Revision 1.112.2.24: download - view: text, markup - select for diffs
Thu Apr 15 20:15:19 2010 UTC (12 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.112.2.23: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.23: +112 -9
lines
ITS#6507
Revision 1.112.2.23: download - view: text, markup - select for diffs
Thu Apr 15 20:10:04 2010 UTC (12 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.22: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.22: +45 -0
lines
ITS#6506
Revision 1.112.2.22: download - view: text, markup - select for diffs
Thu Apr 15 20:08:57 2010 UTC (12 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.21: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.21: +53 -18
lines
ITS#6504
Revision 1.112.2.21: download - view: text, markup - select for diffs
Wed Apr 14 22:59:08 2010 UTC (12 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.20: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.20: +77 -2
lines
ITS#6442
Revision 1.112.2.20: download - view: text, markup - select for diffs
Tue Apr 13 20:23:11 2010 UTC (12 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.19: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.19: +2 -2
lines
happy belated new year
Revision 1.112.2.19: download - view: text, markup - select for diffs
Wed May 13 20:19:14 2009 UTC (13 years, 8 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.112.2.18: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.18: +6 -5
lines
ITS#6103
Revision 1.112.2.18: download - view: text, markup - select for diffs
Thu Mar 5 18:55:49 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_16
Diff to: previous 1.112.2.17: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.17: +29 -4
lines
ITS#5986
Revision 1.112.2.17: download - view: text, markup - select for diffs
Wed Feb 11 00:49:55 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_15,
OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.112.2.16: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.16: +2 -2
lines
silence warning
Revision 1.112.2.16: download - view: text, markup - select for diffs
Tue Feb 10 05:16:13 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.15: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.15: +4 -2
lines
More for ITS#5925
Revision 1.112.2.15: download - view: text, markup - select for diffs
Fri Feb 6 01:03:12 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.14: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.14: +31 -10
lines
ITS#5925
Revision 1.112.2.14: download - view: text, markup - select for diffs
Thu Jan 22 00:01:00 2009 UTC (14 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.13: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.13: +2 -2
lines
Update copyright for next release
Revision 1.112.2.13: download - view: text, markup - select for diffs
Sat Sep 6 19:23:42 2008 UTC (14 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13,
OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.112.2.12: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.12: +15 -11
lines
ITS#5687
Revision 1.112.2.12: download - view: text, markup - select for diffs
Mon Jun 2 18:00:53 2008 UTC (14 years, 8 months 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.112.2.11: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.11: +2 -2
lines
pass ConfigReply into overlay_config() to allow progating error messages
back through back-config
pass ConfigReply to slapi overlay initialization
Revision 1.112.2.11: download - view: text, markup - select for diffs
Mon Apr 14 21:15:02 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9
Diff to: previous 1.112.2.10: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.10: +61 -5
lines
Add dn2id_get / modify support
Revision 1.112.2.10: download - view: text, markup - select for diffs
Mon Apr 14 21:13:43 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.9: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.9: +3 -2
lines
ITS#5435
Revision 1.112.2.9: download - view: text, markup - select for diffs
Mon Feb 11 23:26:43 2008 UTC (14 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_8
Diff to: previous 1.112.2.8: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.8: +2 -2
lines
Happy new year! (belated)
Revision 1.112.2.8: download - view: text, markup - select for diffs
Thu Nov 15 00:34:01 2007 UTC (15 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7
Diff to: previous 1.112.2.7: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.7: +5 -4
lines
Fix previous commit, broke test033 (related to ITS#5191 fix)
Revision 1.112.2.7: download - view: text, markup - select for diffs
Thu Nov 8 19:16:50 2007 UTC (15 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.6: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.6: +71 -6
lines
ITS#5191
Fix paged results control handling
Revision 1.112.2.6: download - view: text, markup - select for diffs
Fri Aug 31 23:13:58 2007 UTC (15 years, 5 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.112.2.5: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.5: +9 -6
lines
Sync with HEAD for OL 2.4.5
Revision 1.112.2.5: download - view: text, markup - select for diffs
Thu Feb 15 00:44:18 2007 UTC (15 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.112.2.4: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.4: +2 -2
lines
Import recent changes in 2.4 for release
Revision 1.112.2.4: download - view: text, markup - select for diffs
Tue Feb 13 20:22:16 2007 UTC (15 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.112.2.3: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.3: +59 -14
lines
Quick merge: everything from HEAD
Revision 1.112.2.3: download - view: text, markup - select for diffs
Thu Aug 17 23:50:27 2006 UTC (16 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_3ALPHA
Diff to: previous 1.112.2.2: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.2: +29 -3
lines
Sync with HEAD
Revision 1.112.2.2: download - view: text, markup - select for diffs
Mon May 15 17:04:41 2006 UTC (16 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_2ALPHA,
OPENLDAP_REL_ENG_2_4_1ALPHA
Diff to: previous 1.112.2.1: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.1: +6 -3
lines
Sync with HEAD
Revision 1.112.2.1: download - view: text, markup - select for diffs
Tue Apr 11 16:07:16 2006 UTC (16 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_0ALPHA
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -5
lines
Sync with HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org