
CVS log for servers/slapd/backover.c
Up to [OpenLDAP] / servers / slapd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.102: download - view: text, markup - select for diffs
Fri Feb 4 15:10:11 2011 UTC (11 years, 11 months ago) by ralf
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +56 -23
lines
Fixed the overlay delete code to allow removing
cn=config overlays again.
Revision 1.101: download - view: text, markup - select for diffs
Tue Jan 4 23:43:12 2011 UTC (12 years ago) by kurt
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2
lines
Happy New Year
Revision 1.100: download - view: text, markup - select for diffs
Fri Jul 2 09:31:34 2010 UTC (12 years, 7 months ago) by ralf
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +13 -5
lines
use be_ctrls[cid] for counting the number of overlay instances that have
registered the control for a specific BackendDB to make sure that
the control is unregistered only after the last instance calls
overlay_unregister_control().
Revision 1.99: download - view: text, markup - select for diffs
Thu Jul 1 09:28:47 2010 UTC (12 years, 7 months ago) by ralf
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +31 -1
lines
New call to unregister controls registered form overlays
Revision 1.98: download - view: text, markup - select for diffs
Tue Jun 29 14:23:31 2010 UTC (12 years, 7 months ago) by ralf
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -2
lines
Disallow removing global and cn=config overlays for now.
Those require some special handling.
Revision 1.97: 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.96: preferred, colored
Changes since revision 1.96: +2 -2
lines
happy belated New Year
Revision 1.96: download - view: text, markup - select for diffs
Wed Aug 19 06:05:18 2009 UTC (13 years, 5 months ago) by hyc
Branches: MAIN
CVS tags: ACLCHECK_0
Branch point for: ACLCHECK
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +8 -3
lines
Look for our callback to pop, don't just do it blindly
Revision 1.95: download - view: text, markup - select for diffs
Thu Feb 19 23:56:50 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +9 -12
lines
Revert 1.91, breaks #5346. (ITS#5724)
Revision 1.94: download - view: text, markup - select for diffs
Thu Feb 12 23:02:11 2009 UTC (13 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -1
lines
more about ITS#5940
Revision 1.93: 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.92: preferred, colored
Changes since revision 1.92: +2 -2
lines
Update copyright notices
Revision 1.92: download - view: text, markup - select for diffs
Mon Oct 13 03:31:52 2008 UTC (14 years, 3 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -2
lines
Fix r1.86 (LDAP_DEVEL:SLAP_CONFIG_DELETE): No declarations after code.
Revision 1.91: download - view: text, markup - select for diffs
Sun Oct 5 19:11:13 2008 UTC (14 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +12 -9
lines
open database using the real structure (partial fix to ITS#5724)
Revision 1.90: download - view: text, markup - select for diffs
Tue Sep 16 12:44:24 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2
lines
silence warnings
Revision 1.89: download - view: text, markup - select for diffs
Sun Sep 7 22:05:15 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2
lines
don't risk using uninitialized vars
Revision 1.88: download - view: text, markup - select for diffs
Sat Aug 9 08:11:41 2008 UTC (14 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -4
lines
ITS#5649 fix overlay_register_control
Revision 1.87: download - view: text, markup - select for diffs
Sat Jul 12 09:53:49 2008 UTC (14 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +22 -1
lines
make sure rwm_op_cleanup() is called also in case of bind (in partial fulfillment of ITS#5601)
Revision 1.86: download - view: text, markup - select for diffs
Thu Jun 12 09:46:57 2008 UTC (14 years, 7 months ago) by ralf
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +38 -1
lines
Experimental code for delete support in back-config. Only overlays
supported currently.
Revision 1.85: 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.84: preferred, colored
Changes since revision 1.84: +3 -3
lines
pass ConfigReply into overlay_config() to allow progating error messages
back through back-config
Revision 1.84: download - view: text, markup - select for diffs
Wed Apr 23 08:31:22 2008 UTC (14 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +34 -41
lines
ITS#5346 overlay_db_open needs to preserve the original *be.
Revision 1.83: 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.82: preferred, colored
Changes since revision 1.82: +2 -2
lines
Happy New Year (belated)
Revision 1.82: download - view: text, markup - select for diffs
Thu Dec 27 16:36:39 2007 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +11 -10
lines
pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times
Revision 1.81: download - view: text, markup - select for diffs
Fri Aug 3 10:02:07 2007 UTC (15 years, 6 months ago) by ralf
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -4
lines
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
Revision 1.80: 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.79: preferred, colored
Changes since revision 1.79: +13 -10
lines
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
Revision 1.79: download - view: text, markup - select for diffs
Sat Feb 24 16:24:48 2007 UTC (15 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -1
lines
ITS#4848 better config context tracking
Revision 1.78: download - view: text, markup - select for diffs
Tue Feb 6 03:18:14 2007 UTC (15 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +144 -1
lines
Add overlay hooks for entry_get_rw / entry_release_rw
Revision 1.77: download - view: text, markup - select for diffs
Tue Jan 2 19:01:03 2007 UTC (16 years ago) by kurt
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
happy new year
Revision 1.76: 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.75: preferred, colored
Changes since revision 1.75: +88 -9
lines
ITS#4337 implement modrdn for back-config
Revision 1.75: download - view: text, markup - select for diffs
Wed Dec 13 02:03:48 2006 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +8 -1
lines
Remainder of fix for ITS#4615 - stop processing overlay stack at glue
boundary
Revision 1.74: download - view: text, markup - select for diffs
Fri Aug 18 08:12:21 2006 UTC (16 years, 5 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +7 -4
lines
oi_list might be null if overlay initialization failed for any reason
Revision 1.73: download - view: text, markup - select for diffs
Fri Jul 14 22:18:44 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +6 -2
lines
ITS#4614 - complain if glue/subordinate are attempted on the same backend
cleanup overlay list if overlay db_init fails.
Revision 1.72: download - view: text, markup - select for diffs
Wed Apr 12 03:53:26 2006 UTC (16 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -5
lines
unifdef -DSLAP_ACL_HONOR_DISCLOSE
unifdef -DSLAP_ACL_HONOR_MANAGE
unifdef -DSLAP_OVERLAY_ACCESS
unifdef -DSLAP_ORDERED_PRETTYNORM
unifdef -DSLAP_AUTHZ_SYNTAX
Move LDAP_COLLECTIVE_ATTRIBUTES, LDAP_COMP_MATCH, and LDAP_SYNC_TIMESTAMP
back behind LDAP_DEVEL (as these either too experimental or not yet
implemented).
Revision 1.71: download - view: text, markup - select for diffs
Sat Jan 14 17:02:35 2006 UTC (17 years ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +28 -7
lines
let overlays define if they must appear exactly once in a chain, and if they must be global/per-db only, and holler in case
Revision 1.70: download - view: text, markup - select for diffs
Tue Jan 3 22:12:13 2006 UTC (17 years ago) by kurt
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
Happy new year!
Revision 1.69: download - view: text, markup - select for diffs
Fri Dec 16 00:58:36 2005 UTC (17 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2
lines
plug one-time leaks; misc cleanup
Revision 1.68: download - view: text, markup - select for diffs
Tue Nov 29 09:02:05 2005 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +66 -4
lines
allow dynlist to take over dyngroup
Revision 1.67: download - view: text, markup - select for diffs
Mon Nov 28 13:13:54 2005 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +19 -2
lines
add support for backend/overlay obsolete names...
Revision 1.66: download - view: text, markup - select for diffs
Sat Nov 26 06:53:07 2005 UTC (17 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +9 -3
lines
ITS#4218 streamline frontend/overlay access_allowed. Probably need to
do the same for acl_group and acl_attribute.
Revision 1.65: download - view: text, markup - select for diffs
Wed Nov 23 00:13:39 2005 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -1
lines
prepare log line
Revision 1.64: download - view: text, markup - select for diffs
Sun Nov 20 08:23:43 2005 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -4
lines
remove pointless test & var
Revision 1.63: download - view: text, markup - select for diffs
Sat Oct 1 23:23:09 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1
lines
Add slap_overinfo oi_origdb field to point to original BackendDB
Revision 1.62: download - view: text, markup - select for diffs
Wed Sep 28 06:30:14 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -1
lines
ITS#4047 fix nested overlay configuration
Revision 1.61: download - view: text, markup - select for diffs
Fri Jul 22 11:18:28 2005 UTC (17 years, 6 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2
lines
Remove unused variables.
Revision 1.60: download - view: text, markup - select for diffs
Fri Jul 22 01:44:04 2005 UTC (17 years, 6 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
Cleaner version of previous patch (keep operational attr code in backend.c)
Revision 1.59: download - view: text, markup - select for diffs
Fri Jul 22 01:05:41 2005 UTC (17 years, 6 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +139 -1
lines
add over_acl_group/over_acl_attribute
Revision 1.58: download - view: text, markup - select for diffs
Thu Jul 21 12:27:31 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +9 -3
lines
cleanup
Revision 1.57: download - view: text, markup - select for diffs
Thu Jul 21 12:13:57 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
make sure we notice if this gets out of sync with slap_operation_e
Revision 1.56: download - view: text, markup - select for diffs
Thu Jul 21 11:35:32 2005 UTC (17 years, 6 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +42 -44
lines
Add overlay_op_walk()
Revision 1.55: download - view: text, markup - select for diffs
Mon Jul 18 04:22:33 2005 UTC (17 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3
lines
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
Revision 1.54: download - view: text, markup - select for diffs
Thu Jul 14 17:52:09 2005 UTC (17 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2
lines
Silence "unused <something>" warnings
Revision 1.53: download - view: text, markup - select for diffs
Sun Jun 19 20:41:49 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +80 -52
lines
add support for connection_init/destroy
Revision 1.52: download - view: text, markup - select for diffs
Mon Jun 13 20:49:01 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +22 -1
lines
ITS#3774 delete backend/overlay structures after a failed add
Revision 1.51: download - view: text, markup - select for diffs
Mon May 23 05:20:49 2005 UTC (17 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -1
lines
try to propagate cf info; required, e.g. by translucent overlay and more (please review)
Revision 1.50: download - view: text, markup - select for diffs
Mon May 9 08:33:43 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
More fixes for overlay support. Converted pcache to config table.
Revision 1.49: download - view: text, markup - select for diffs
Mon May 9 03:02:23 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +19 -2
lines
Fix prev commit, trim unused cfOC vars
Revision 1.48: download - view: text, markup - select for diffs
Mon Apr 18 07:16:26 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +14 -3
lines
fix overlay access control; cleanup
Revision 1.47: download - view: text, markup - select for diffs
Tue Apr 12 20:38:54 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +5 -11
lines
more on ITS#3652
Revision 1.46: download - view: text, markup - select for diffs
Tue Apr 12 15:01:31 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +7 -1
lines
add comment (see ITS#3652)
Revision 1.45: download - view: text, markup - select for diffs
Mon Apr 11 23:07:30 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +17 -7
lines
hide changes behind specific #ifdef, conditioned by LDAP_DEBUG; always allow access on back-dnssrv
Revision 1.44: download - view: text, markup - select for diffs
Mon Apr 11 22:24:05 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +56 -1
lines
add ACL hook to overlays
Revision 1.43: download - view: text, markup - select for diffs
Thu Mar 24 04:13:31 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -5
lines
Convert backendInfo/backendDB to STAILQs
Revision 1.42: download - view: text, markup - select for diffs
Wed Mar 16 20:44:05 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -2
lines
Check for db_init failures
Revision 1.41: download - view: text, markup - select for diffs
Mon Mar 14 00:23:38 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +15 -1
lines
ITS#3596 - fix overlay cleanup processing
Revision 1.40: download - view: text, markup - select for diffs
Sun Jan 30 21:02:37 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +51 -3
lines
"ultimate" fix of glued databases controls checking; other minor fixes
Revision 1.39: download - view: text, markup - select for diffs
Sat Jan 29 21:05:04 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -2
lines
now works
Revision 1.38: download - view: text, markup - select for diffs
Sat Jan 29 16:58:48 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -14
lines
use direct access instead of string comparison to check supported controls
Revision 1.37: download - view: text, markup - select for diffs
Wed Jan 26 07:04:19 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +10 -24
lines
fix controls run-time registered by global overlays (kludge non longer required?)
Revision 1.36: download - view: text, markup - select for diffs
Tue Jan 25 18:39:56 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +61 -1
lines
fix dynamically registered controls check; NOTE: controls registered by global overlays don't work yet; better leave Kurt's kludge in place right now
Revision 1.35: download - view: text, markup - select for diffs
Sun Jan 16 17:23:13 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3
lines
Fix ITS#3490, set proper overlay context
Revision 1.34: download - view: text, markup - select for diffs
Sat Jan 1 19:49:48 2005 UTC (18 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Happy New Year!
Revision 1.33: download - view: text, markup - select for diffs
Sat Dec 11 14:41:50 2004 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -5
lines
better fix to ITS#3433
Revision 1.32: download - view: text, markup - select for diffs
Sat Dec 11 13:06:21 2004 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -3
lines
temporarily work around ITS#3433; need to understand why it happens and how to fix it correctly
Revision 1.31: download - view: text, markup - select for diffs
Sat Dec 4 18:41:58 2004 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -3
lines
Delete backglue.c in favor of glue overlay
Revision 1.30: download - view: text, markup - select for diffs
Sat Dec 4 18:26:22 2004 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -4
lines
Always exclude subordinates from top-level ops so glue overlay can
intercept. Now a single syncprov works over the entire glued context.
Revision 1.29: download - view: text, markup - select for diffs
Mon Nov 29 13:17:16 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Fix db_close
Revision 1.28: download - view: text, markup - select for diffs
Sat Nov 27 13:43:07 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +20 -2
lines
Let the overlay run before the backend in bi_db_close
Revision 1.27: download - view: text, markup - select for diffs
Sat Nov 27 10:45:54 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -1
lines
Add SLAP_DBFLAG_OVERLAY
Revision 1.26: download - view: text, markup - select for diffs
Mon Nov 15 09:28:33 2004 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +52 -4
lines
allow backends to automatically install overlays; issue warnings in case of duplicates (fixes ITS#3395 for cases (1.a), (1.b) and (2) simultaneously)
Revision 1.25: download - view: text, markup - select for diffs
Sat Nov 13 16:20:24 2004 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +69 -6
lines
improve overlay helpers
Revision 1.24: download - view: text, markup - select for diffs
Sun Jul 18 19:44:29 2004 UTC (18 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +13 -4
lines
rework op/rs structures to deal with opeartional attributes
Revision 1.23: download - view: text, markup - select for diffs
Fri Jul 2 10:06:03 2004 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -17
lines
unifdef old code
Revision 1.22: download - view: text, markup - select for diffs
Fri Jul 2 09:59:05 2004 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +18 -9
lines
Fix pointer conflict with backglue
Revision 1.21: download - view: text, markup - select for diffs
Tue Apr 6 11:30:52 2004 UTC (18 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
revert unnecessary change
Revision 1.20: download - view: text, markup - select for diffs
Tue Apr 6 11:19:12 2004 UTC (18 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
initialize overlays
Revision 1.19: download - view: text, markup - select for diffs
Tue Apr 6 07:33:14 2004 UTC (18 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +21 -2
lines
fix addition of chk_referrals to overlay stack
Revision 1.18: download - view: text, markup - select for diffs
Mon Apr 5 15:28:13 2004 UTC (18 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +31 -4
lines
add referral check to functions elaborated by overlays
Revision 1.17: download - view: text, markup - select for diffs
Sat Mar 20 11:56:31 2004 UTC (18 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -18
lines
Replaced slap_overinfo.oi_bd with oi_orig.
Revision 1.16: download - view: text, markup - select for diffs
Wed Mar 17 16:59:47 2004 UTC (18 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2
lines
Fix passing of state info to over_back_response
Revision 1.15: download - view: text, markup - select for diffs
Tue Mar 16 20:55:45 2004 UTC (18 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +19 -5
lines
init 'oi' also when the backend already has overlays...
Revision 1.14: download - view: text, markup - select for diffs
Thu Jan 1 18:15:30 2004 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Happy new year
Revision 1.13: download - view: text, markup - select for diffs
Tue Dec 23 13:18:47 2003 UTC (19 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +12 -1
lines
Execute overlays in reverse of config order.
Revision 1.12: download - view: text, markup - select for diffs
Sun Dec 7 07:51:23 2003 UTC (19 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -11
lines
Added sc_next and sc_cleanup to slap_callback
Revision 1.11: download - view: text, markup - select for diffs
Sun Dec 7 06:07:00 2003 UTC (19 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Cleanup unknown config directive handling.
Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +14 -9
lines
Updated notices
Revision 1.9: download - view: text, markup - select for diffs
Sat Oct 11 00:52:48 2003 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
ITS#2751 additional fix
Revision 1.8: download - view: text, markup - select for diffs
Sat Oct 11 00:41:37 2003 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
ITS#2751 reset op->o_callback before returning
Revision 1.7: download - view: text, markup - select for diffs
Mon Sep 29 03:04:43 2003 UTC (19 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -6
lines
Initialization fixes
Revision 1.6: download - view: text, markup - select for diffs
Tue Aug 19 01:22:07 2003 UTC (19 years, 5 months ago) by hyc
Branches: MAIN
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -5
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.5: download - view: text, markup - select for diffs
Sat Aug 9 15:48:02 2003 UTC (19 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
clear list pointer in instatiated copy
Revision 1.4: download - view: text, markup - select for diffs
Wed Jun 11 04:32:24 2003 UTC (19 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
Fix config, chaining
Revision 1.3: download - view: text, markup - select for diffs
Wed Jun 11 02:36:35 2003 UTC (19 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +18 -4
lines
More overlay tweaks. Added LDAP chaining overlay.
Revision 1.2: download - view: text, markup - select for diffs
Wed Jun 11 00:45:50 2003 UTC (19 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -3
lines
Fix response callbacks
Revision 1.1: download - view: text, markup - select for diffs
Wed Jun 11 00:27:51 2003 UTC (19 years, 7 months ago) by hyc
Branches: MAIN
Preliminary backend overlay support, based on backglue, not tested...
Revision 1.6.2.13: download - view: text, markup - select for diffs
Mon Mar 14 19:06:24 2005 UTC (17 years, 10 months 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,
OPENLDAP_REL_ENG_2_2_25,
OPENLDAP_REL_ENG_2_2_24
Diff to: previous 1.6.2.12: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.12: +15 -1
lines
ITS#3596 - fix callback cleanups
Revision 1.6.2.12: 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_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.6.2.11: preferred, colored
Changes since revision 1.6.2.11: +2 -2
lines
Happy new year!
Revision 1.6.2.11: download - view: text, markup - select for diffs
Mon Jul 19 18:31:41 2004 UTC (18 years, 6 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.6.2.10: preferred, colored
Changes since revision 1.6.2.10: +18 -25
lines
Import backglue/backover conflict fix from HEAD
Revision 1.6.2.10: download - view: text, markup - select for diffs
Tue Apr 6 18:16:00 2004 UTC (18 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9,
OPENLDAP_REL_ENG_2_2_14,
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.6.2.9: preferred, colored
Changes since revision 1.6.2.9: +51 -5
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.6.2.9: download - view: text, markup - select for diffs
Mon Mar 22 17:33:28 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.6.2.8: preferred, colored
Changes since revision 1.6.2.8: +17 -18
lines
Sync with HEAD
Should now be ready for release
Revision 1.6.2.8: 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
Diff to: previous 1.6.2.7: preferred, colored
Changes since revision 1.6.2.7: +21 -6
lines
Sync with HEAD
Revision 1.6.2.7: 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
CVS tags: OPENLDAP_REL_ENG_2_2_6,
OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.6.2.6: preferred, colored
Changes since revision 1.6.2.6: +2 -2
lines
Happy new year
Revision 1.6.2.6: download - view: text, markup - select for diffs
Mon Dec 29 18:10:39 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.6.2.5: preferred, colored
Changes since revision 1.6.2.5: +12 -1
lines
(Partial) Sync with HEAD
Revision 1.6.2.5: 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.6.2.4: preferred, colored
Changes since revision 1.6.2.4: +6 -13
lines
Sync with HEAD
Revision 1.6.2.4: download - view: text, markup - select for diffs
Mon Dec 1 00:58:33 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.6.2.3: preferred, colored
Changes since revision 1.6.2.3: +14 -9
lines
Sync with HEAD
Revision 1.6.2.3: download - view: text, markup - select for diffs
Mon Oct 13 01:57:02 2003 UTC (19 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_2BETA
Diff to: previous 1.6.2.2: preferred, colored
Changes since revision 1.6.2.2: +3 -2
lines
Sync with HEAD
Revision 1.6.2.2: download - view: text, markup - select for diffs
Mon Oct 6 14:57:29 2003 UTC (19 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.6.2.1: preferred, colored
Changes since revision 1.6.2.1: +10 -6
lines
Merge in latest changes from HEAD
Revision 1.6.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_1BETA
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
Changes from HEAD for beta
Revision 1.31.2.24: 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.31.2.23: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.23: +2 -2
lines
Happy new year! (belated)
Revision 1.31.2.23: download - view: text, markup - select for diffs
Sun Sep 2 11:51:09 2007 UTC (15 years, 5 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_40,
OPENLDAP_REL_ENG_2_3_39
Diff to: previous 1.31.2.22: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.22: +2 -1
lines
ITS#4848 and #5082 from HEAD - better config context tracking,
allow olcPasswordHash in global and frontendDB
Revision 1.31.2.22: download - view: text, markup - select for diffs
Thu Jul 12 00:42:42 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.31.2.21: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.21: +78 -78
lines
Fix prev commit
Revision 1.31.2.21: 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
Diff to: previous 1.31.2.20: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.20: +144 -1
lines
ITS#4623 fix from HEAD
Revision 1.31.2.20: download - view: text, markup - select for diffs
Tue Jan 2 21:43:54 2007 UTC (16 years ago) by kurt
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.31.2.19: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.19: +2 -2
lines
happy new year
Revision 1.31.2.19: 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.31.2.18: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.18: +13 -4
lines
ITS#4615 fix from HEAD
Revision 1.31.2.18: 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.31.2.17: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.17: +6 -2
lines
ITS#4614 fix from HEAD
Revision 1.31.2.17: download - view: text, markup - select for diffs
Tue Jan 3 22:16:13 2006 UTC (17 years 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,
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.31.2.16: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.16: +2 -2
lines
Happy new year!
Revision 1.31.2.16: 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_14,
OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.31.2.15: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.15: +14 -6
lines
Sync with HEAD
Revision 1.31.2.15: download - view: text, markup - select for diffs
Wed Oct 5 17:42:19 2005 UTC (17 years, 3 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_12,
OPENLDAP_REL_ENG_2_3_11,
OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.31.2.14: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.14: +2 -1
lines
Sync with HEAD
Revision 1.31.2.14: 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
Diff to: previous 1.31.2.13: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.13: +0 -0
lines
Ready for release?
Revision 1.31.2.13: download - view: text, markup - select for diffs
Wed Sep 28 16:04:17 2005 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.12: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.12: +3 -1
lines
Sync with head
Revision 1.31.2.12: download - view: text, markup - select for diffs
Tue Aug 9 21:03:57 2005 UTC (17 years, 5 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.31.2.11: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.11: +191 -51
lines
Sync with HEAD
Revision 1.31.2.11: download - view: text, markup - select for diffs
Mon Jul 11 05:55:29 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.10: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.10: +80 -52
lines
Sync with HEAD
Revision 1.31.2.10: download - view: text, markup - select for diffs
Mon Jun 13 22:29:01 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4
Diff to: previous 1.31.2.9: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.9: +22 -1
lines
Sync with HEAD
Revision 1.31.2.9: download - view: text, markup - select for diffs
Fri Jun 3 19:54:13 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.8: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.8: +5 -1
lines
Merge in recent changes to HEAD
Revision 1.31.2.8: download - view: text, markup - select for diffs
Tue May 10 16:07:01 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_3BETA
Diff to: previous 1.31.2.7: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.7: +19 -2
lines
Sync with HEAD in prep for 2.3.3beta
Revision 1.31.2.7: download - view: text, markup - select for diffs
Fri Apr 29 21:29:04 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.6: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.6: +79 -5
lines
Initial round of changes for 2.3 beta
Revision 1.31.2.6: download - view: text, markup - select for diffs
Thu Mar 17 22:29:49 2005 UTC (17 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_2BETA
Diff to: previous 1.31.2.5: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.5: +4 -2
lines
Sync with HEAD
Revision 1.31.2.5: download - view: text, markup - select for diffs
Mon Mar 14 22:24:58 2005 UTC (17 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.4: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.4: +15 -1
lines
Sync with HEAD
Revision 1.31.2.4: download - view: text, markup - select for diffs
Wed Feb 2 17:32:43 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.31.2.3: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.3: +68 -16
lines
Sync with HEAD
ready for 1alpha release
Revision 1.31.2.3: download - view: text, markup - select for diffs
Fri Jan 28 17:29:48 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.2: +47 -1
lines
Sync with HEAD
Revision 1.31.2.2: download - view: text, markup - select for diffs
Thu Jan 20 18:03:54 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +4 -4
lines
Sync with HEAD
Revision 1.31.2.1: download - view: text, markup - select for diffs
Thu Dec 30 21:29:56 2004 UTC (18 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_0ALPHA
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -3
lines
Sync with HEAD
Revision 1.71.2.22: download - view: text, markup - select for diffs
Tue Jan 4 23:50:16 2011 UTC (12 years ago) by kurt
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.71.2.21: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.21: +2 -2
lines
Happy New Year!
Revision 1.71.2.21: 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
CVS tags: OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.71.2.20: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.20: +2 -2
lines
happy belated new year
Revision 1.71.2.20: download - view: text, markup - select for diffs
Tue Aug 25 21:36:51 2009 UTC (13 years, 5 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
Diff to: previous 1.71.2.19: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.19: +8 -3
lines
More for ITS#6152
Revision 1.71.2.19: download - view: text, markup - select for diffs
Fri Feb 20 00:26:01 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_17,
OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15
Diff to: previous 1.71.2.18: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.18: +9 -12
lines
ITS#5724
Revision 1.71.2.18: download - view: text, markup - select for diffs
Fri Feb 13 03:16:59 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.71.2.17: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.17: +3 -1
lines
ITS#5940
Revision 1.71.2.17: 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.71.2.16: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.16: +2 -2
lines
Update copyright for next release
Revision 1.71.2.16: download - view: text, markup - select for diffs
Sat Nov 8 00:47:20 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.71.2.15: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.15: +3 -2
lines
Fix commit 1.71.2.10
Revision 1.71.2.15: download - view: text, markup - select for diffs
Fri Nov 7 23:49:01 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.71.2.14: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.14: +12 -9
lines
ITS#5724 partial fix
Revision 1.71.2.14: download - view: text, markup - select for diffs
Fri Oct 31 23:23:58 2008 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.71.2.13: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.13: +2 -2
lines
silence warnings
Revision 1.71.2.13: download - view: text, markup - select for diffs
Mon Sep 8 18:52:20 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.71.2.12: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.12: +2 -2
lines
don't risk using uninitialized vars
Revision 1.71.2.12: download - view: text, markup - select for diffs
Wed Sep 3 00:02:22 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.71.2.11: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.11: +4 -4
lines
ITS#5649
Revision 1.71.2.11: download - view: text, markup - select for diffs
Tue Sep 2 20:46:10 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.71.2.10: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.10: +22 -1
lines
ITS#5601
Revision 1.71.2.10: download - view: text, markup - select for diffs
Tue Jul 8 19:25:38 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11
Diff to: previous 1.71.2.9: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.9: +38 -1
lines
Experimental code for delete support in back-config. Only overlays
supported currently. Only enabled if defined LDAP_DEVEL
Revision 1.71.2.9: download - view: text, markup - select for diffs
Mon Jun 2 18:00:53 2008 UTC (14 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.71.2.8: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.8: +3 -3
lines
pass ConfigReply into overlay_config() to allow progating error messages
back through back-config
pass ConfigReply to slapi overlay initialization
Revision 1.71.2.8: download - view: text, markup - select for diffs
Thu Apr 24 08:13:39 2008 UTC (14 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9
Diff to: previous 1.71.2.7: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.7: +34 -41
lines
ITS#5346 from HEAD
Revision 1.71.2.7: 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.71.2.6: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.6: +2 -2
lines
Happy new year! (belated)
Revision 1.71.2.6: download - view: text, markup - select for diffs
Mon Feb 11 21:03:36 2008 UTC (14 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.71.2.5: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.5: +11 -10
lines
pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times
Revision 1.71.2.5: 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_7,
OPENLDAP_REL_ENG_2_4_6,
OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.71.2.4: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.4: +14 -10
lines
Sync with HEAD for OL 2.4.5
Revision 1.71.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
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.71.2.3: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.3: +239 -10
lines
Quick merge: everything from HEAD
Revision 1.71.2.3: download - view: text, markup - select for diffs
Sun Aug 20 17:04:46 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.71.2.2: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.2: +7 -4
lines
sync with HEAD
Revision 1.71.2.2: 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
Diff to: previous 1.71.2.1: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.1: +6 -2
lines
Sync with HEAD
Revision 1.71.2.1: download - view: text, markup - select for diffs
Tue Apr 18 17:33:07 2006 UTC (16 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_2ALPHA,
OPENLDAP_REL_ENG_2_4_1ALPHA,
OPENLDAP_REL_ENG_2_4_0ALPHA
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -5
lines
Sync with HEAD
Revision 1.96.2.1: download - view: text, markup - select for diffs
Fri Dec 11 04:09:41 2009 UTC (13 years, 1 month ago) by hyc
Branches: ACLCHECK
Diff to: previous 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96: +4 -11
lines
Preliminary checkin for new access_allowed() signature. Still need
to update backends and overlays.
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org