
CVS log for servers/slapd/bconfig.c
Up to [OpenLDAP] / servers / slapd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.435: download - view: text, markup - select for diffs
Fri Mar 18 09:50:44 2011 UTC (12 years, 2 months ago) by ralf
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.434: preferred, colored
Changes since revision 1.434: +2 -2
lines
Set appropriate error code, when trying to delete non-leaf
entry from cn=config
Revision 1.434: download - view: text, markup - select for diffs
Wed Mar 16 16:29:10 2011 UTC (12 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.433: preferred, colored
Changes since revision 1.433: +45 -4
lines
Allow deleting Cft_Misc config entries by setting a delete
handler in the ConfigOCs structure
Revision 1.433: download - view: text, markup - select for diffs
Tue Mar 15 15:57:41 2011 UTC (12 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.432: preferred, colored
Changes since revision 1.432: +2 -2
lines
silence warning
Revision 1.432: download - view: text, markup - select for diffs
Tue Mar 15 15:26:05 2011 UTC (12 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.431: preferred, colored
Changes since revision 1.431: +2 -9
lines
removing global overlays should work now as well
Revision 1.431: download - view: text, markup - select for diffs
Wed Mar 9 17:22:50 2011 UTC (12 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.430: preferred, colored
Changes since revision 1.430: +7 -4
lines
ITS#6858 fix segv if adding values out of order
Revision 1.430: download - view: text, markup - select for diffs
Thu Feb 24 16:50:08 2011 UTC (12 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.429: preferred, colored
Changes since revision 1.429: +29 -2
lines
ITS#6843 Fix cn=config slapadd for global overlays with private
database instances (e.g. slapo-chain)
Revision 1.429: download - view: text, markup - select for diffs
Sat Feb 19 01:48:47 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.428: preferred, colored
Changes since revision 1.428: +19 -12
lines
ITS#6837 make sure objectclasses are processed in correct
inheritance order
Revision 1.428: download - view: text, markup - select for diffs
Fri Feb 11 03:27:17 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.427: preferred, colored
Changes since revision 1.427: +6 -1
lines
Add substring matching rules for some of the olc-schema attributes.
Allows for easy extraction of individual objectclass definitions using
matchedValues searches.
Revision 1.427: download - view: text, markup - select for diffs
Fri Feb 4 16:13:29 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.426: preferred, colored
Changes since revision 1.426: +2 -1
lines
config OID for back-perl
Revision 1.426: download - view: text, markup - select for diffs
Fri Feb 4 15:10:11 2011 UTC (12 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.425: preferred, colored
Changes since revision 1.425: +2 -7
lines
Fixed the overlay delete code to allow removing
cn=config overlays again.
Revision 1.425: download - view: text, markup - select for diffs
Fri Feb 4 12:09:15 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.424: preferred, colored
Changes since revision 1.424: +2 -1
lines
Dynamic config for back-shell
Revision 1.424: download - view: text, markup - select for diffs
Fri Feb 4 11:22:17 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.423: preferred, colored
Changes since revision 1.423: +3 -2
lines
Dynamic config for back-passwd
Revision 1.423: download - view: text, markup - select for diffs
Wed Feb 2 18:56:08 2011 UTC (12 years, 4 months ago) by ralf
Branches: MAIN
Diff to: previous 1.422: preferred, colored
Changes since revision 1.422: +3 -3
lines
ITS#6822 fix back-config's default ACL when overlays are in place
Revision 1.422: download - view: text, markup - select for diffs
Tue Jan 4 23:43:13 2011 UTC (12 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.421: preferred, colored
Changes since revision 1.421: +2 -2
lines
Happy New Year
Revision 1.421: download - view: text, markup - select for diffs
Tue Jan 4 14:02:52 2011 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.420: preferred, colored
Changes since revision 1.420: +1 -0
lines
ITS#6758 config_back_add: Don't set sr_text if compareTrue
Revision 1.420: download - view: text, markup - select for diffs
Fri Dec 31 09:46:22 2010 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.419: preferred, colored
Changes since revision 1.419: +9 -3
lines
ITS#6758 Avoid SlapReply reuse, simple cases.
Caller provides and reuses a SlapReply it does not read after
initialization. So reinitialize or move the declaration inwards.
In case of refint, move the rs parameter into refint_repair().
Revision 1.419: download - view: text, markup - select for diffs
Fri Dec 31 08:02:34 2010 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.418: preferred, colored
Changes since revision 1.418: +9 -4
lines
ITS#6758 config_build_entry, avoid SlapReply reuse
Do not use the 'SlapReply *rs' passed to config_build_entry(). Instead
pass a new one to op->o_bd->be_add() and copy the output sr_err to rs.
This takes care of most SlapReply reuse in bconfig.c.
Revision 1.418: download - view: text, markup - select for diffs
Fri Dec 31 07:45:48 2010 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.417: preferred, colored
Changes since revision 1.417: +6 -2
lines
ITS#6758 bconfig.c: ensure sr_text==NULL if sr_err==LDAP_SUCCESS
config_modify_internal(): Do not send rs->sr_text with success.
config_back_modify(): When slap_bv2ad() can set rs->sr_text,
set sr->sr_err too and catch failure.
Revision 1.417: download - view: text, markup - select for diffs
Thu Dec 30 22:48:41 2010 UTC (12 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.416: preferred, colored
Changes since revision 1.416: +4 -2
lines
noop commit for ITS#6758: simplify future commits
Revision 1.416: download - view: text, markup - select for diffs
Tue Sep 7 11:21:20 2010 UTC (12 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.415: preferred, colored
Changes since revision 1.415: +18 -3
lines
add support for ADD_IF_NOT_PRESENT and SOFTDEL internal modification types (ITS#6561)
Revision 1.415: download - view: text, markup - select for diffs
Tue Aug 17 16:56:29 2010 UTC (12 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.414: preferred, colored
Changes since revision 1.414: +2 -1
lines
support back-config (ITS#6624, Ondrej Kuznik)
Revision 1.414: download - view: text, markup - select for diffs
Fri Aug 6 01:24:24 2010 UTC (12 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.413: preferred, colored
Changes since revision 1.413: +27 -1
lines
Add support for multiple listener threads. Lightly tested on Linux,
Winsock needs a couple more tweaks
Revision 1.413: download - view: text, markup - select for diffs
Tue Jun 29 14:23:31 2010 UTC (12 years, 11 months ago) by ralf
Branches: MAIN
Diff to: previous 1.412: preferred, colored
Changes since revision 1.412: +14 -2
lines
Disallow removing global and cn=config overlays for now.
Those require some special handling.
Revision 1.412: download - view: text, markup - select for diffs
Thu Apr 15 16:13:53 2010 UTC (13 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.411: preferred, colored
Changes since revision 1.411: +134 -2
lines
add support for don't use copy in SASL auxprops lookup/store (ITS#6475; TODO: document new directives)
Revision 1.411: download - view: text, markup - select for diffs
Thu Apr 15 03:26:21 2010 UTC (13 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.410: preferred, colored
Changes since revision 1.410: +59 -2
lines
allow to specify a per-database list of attributes that need to be always collected, even if not explicitly requested by clients (addresses ITS#6513)
Revision 1.410: download - view: text, markup - select for diffs
Tue Apr 13 20:18:04 2010 UTC (13 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.409: preferred, colored
Changes since revision 1.409: +2 -2
lines
happy belated New Year
Revision 1.409: download - view: text, markup - select for diffs
Mon Jan 18 14:00:40 2010 UTC (13 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.408: preferred, colored
Changes since revision 1.408: +25 -4
lines
implement support for selective iteration in slaptools (ITS#6442)
Revision 1.408: download - view: text, markup - select for diffs
Fri Dec 11 17:09:47 2009 UTC (13 years, 5 months ago) by ralf
Branches: MAIN
Diff to: previous 1.407: preferred, colored
Changes since revision 1.407: +3 -2
lines
declaration after code (introduced by ITS#6428 fix)
Revision 1.407: download - view: text, markup - select for diffs
Thu Dec 10 18:53:10 2009 UTC (13 years, 5 months ago) by hallvard
Branches: MAIN
CVS tags: ACLCHECK_0
Branch point for: ACLCHECK
Diff to: previous 1.406: preferred, colored
Changes since revision 1.406: +3 -2
lines
Fix rev 1.403 (ITS#6428): C90 does not accept mixed declarations and code
Revision 1.406: download - view: text, markup - select for diffs
Thu Dec 10 13:57:12 2009 UTC (13 years, 5 months ago) by ralf
Branches: MAIN
Diff to: previous 1.405: preferred, colored
Changes since revision 1.405: +34 -5
lines
ITS#6428 fixes for olcTimeLimit
Revision 1.405: download - view: text, markup - select for diffs
Thu Dec 10 13:22:26 2009 UTC (13 years, 5 months ago) by ralf
Branches: MAIN
Diff to: previous 1.404: preferred, colored
Changes since revision 1.404: +7 -3
lines
global limits can also be set in "cn=config" (more forITS#6428)
Revision 1.404: download - view: text, markup - select for diffs
Thu Dec 10 12:07:13 2009 UTC (13 years, 5 months ago) by ralf
Branches: MAIN
Diff to: previous 1.403: preferred, colored
Changes since revision 1.403: +17 -8
lines
apply frontend limits when deleting olcSizeLimit from a database (more forITS#6428)
Revision 1.403: download - view: text, markup - select for diffs
Thu Dec 10 10:56:52 2009 UTC (13 years, 5 months ago) by ralf
Branches: MAIN
Diff to: previous 1.402: preferred, colored
Changes since revision 1.402: +26 -2
lines
ITS#6428 apply global sizelimit changes to all databases
Revision 1.402: download - view: text, markup - select for diffs
Tue Dec 1 21:21:18 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.401: preferred, colored
Changes since revision 1.401: +7 -7
lines
ITS#6408, fix r1.265 (from ITS#4884) - use correct ce_type
Revision 1.401: download - view: text, markup - select for diffs
Sat Nov 21 06:13:48 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.400: preferred, colored
Changes since revision 1.400: +12 -2
lines
Ignore attempts to Add cn=schema,cn=config
Revision 1.400: download - view: text, markup - select for diffs
Sat Nov 21 03:44:51 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.399: preferred, colored
Changes since revision 1.399: +29 -18
lines
ITS#6392 fix authid-rewrite parsing
Revision 1.399: download - view: text, markup - select for diffs
Sun Nov 15 20:36:23 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.398: preferred, colored
Changes since revision 1.398: +1 -9
lines
ITS#6363 cleanup prev commit
Revision 1.398: download - view: text, markup - select for diffs
Wed Nov 11 03:09:26 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.397: preferred, colored
Changes since revision 1.397: +2 -2
lines
ITS#6373 fix subentry keyword
Revision 1.397: download - view: text, markup - select for diffs
Wed Nov 11 02:06:32 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.396: preferred, colored
Changes since revision 1.396: +18 -2
lines
ITS#6373 add sync_use_subentry keyword
Revision 1.396: download - view: text, markup - select for diffs
Thu Nov 5 14:38:03 2009 UTC (13 years, 6 months ago) by ralf
Branches: MAIN
Diff to: previous 1.395: preferred, colored
Changes since revision 1.395: +14 -1
lines
Initialize ConfigArgs before calling config_del_vals (ITS#6363)
Revision 1.395: download - view: text, markup - select for diffs
Fri Oct 30 21:53:27 2009 UTC (13 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.394: preferred, colored
Changes since revision 1.394: +8 -10
lines
remove unused parameter idx (ITS#6356)
Revision 1.394: download - view: text, markup - select for diffs
Fri Oct 30 16:46:38 2009 UTC (13 years, 7 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.393: preferred, colored
Changes since revision 1.393: +7 -6
lines
Alternate ITS#6324 fix. Use bitmask, handle -1 (LDAP_DEBUG_ANY) specially.
Revision 1.393: download - view: text, markup - select for diffs
Fri Oct 23 10:20:31 2009 UTC (13 years, 7 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.392: preferred, colored
Changes since revision 1.392: +3 -3
lines
more ITS#6324: fix fprintf(%u, long) format
Revision 1.392: download - view: text, markup - select for diffs
Wed Oct 21 01:09:28 2009 UTC (13 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.391: preferred, colored
Changes since revision 1.391: +2 -1
lines
ITS#6342 include <ac/unistd.h>
Revision 1.391: download - view: text, markup - select for diffs
Wed Oct 7 18:01:19 2009 UTC (13 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.390: preferred, colored
Changes since revision 1.390: +3 -2
lines
more about ITS#6324
Revision 1.390: download - view: text, markup - select for diffs
Tue Oct 6 20:03:15 2009 UTC (13 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.389: preferred, colored
Changes since revision 1.389: +2 -2
lines
don't "overflow" debug levels (ITS#6324)
Revision 1.389: download - view: text, markup - select for diffs
Thu Sep 17 13:06:22 2009 UTC (13 years, 8 months ago) by rein
Branches: MAIN
Diff to: previous 1.388: preferred, colored
Changes since revision 1.388: +5 -4
lines
ITS#6297 Allow hex in serverID directive
Revision 1.388: download - view: text, markup - select for diffs
Fri Aug 21 15:08:04 2009 UTC (13 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.387: preferred, colored
Changes since revision 1.387: +2 -71
lines
remove unneded code
Revision 1.387: download - view: text, markup - select for diffs
Wed Aug 19 16:57:04 2009 UTC (13 years, 9 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.386: preferred, colored
Changes since revision 1.386: +3 -2
lines
Fix Debug() format (%x -> %lx) since rev 1.385
Revision 1.386: download - view: text, markup - select for diffs
Wed Aug 19 07:54:03 2009 UTC (13 years, 9 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.385: preferred, colored
Changes since revision 1.385: +2 -2
lines
More ITS#6234: // comment from rev 1.384 -> /**/
Revision 1.385: download - view: text, markup - select for diffs
Mon Aug 17 21:02:50 2009 UTC (13 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.384: preferred, colored
Changes since revision 1.384: +2 -2
lines
silence warning
Revision 1.384: download - view: text, markup - select for diffs
Mon Aug 17 20:53:15 2009 UTC (13 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.383: preferred, colored
Changes since revision 1.383: +414 -1
lines
add support for TCP buffer configuration (ITS#6234)
Revision 1.383: download - view: text, markup - select for diffs
Mon Aug 17 20:48:34 2009 UTC (13 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.382: preferred, colored
Changes since revision 1.382: +9 -9
lines
use UINT where appropriate (silence warnings)
Revision 1.382: download - view: text, markup - select for diffs
Wed Jul 29 07:21:50 2009 UTC (13 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.381: preferred, colored
Changes since revision 1.381: +2 -2
lines
ITS#5946 always allow mirrormode to be set to FALSE
Revision 1.381: download - view: text, markup - select for diffs
Wed Jul 29 07:04:39 2009 UTC (13 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.380: preferred, colored
Changes since revision 1.380: +4 -57
lines
ITS#5942 consolidate server URL match to config_check_my_url().
In syncrepl, assume consumer pointing to same server but different
searchbase is OK otherwise ignore config.
Revision 1.380: download - view: text, markup - select for diffs
Thu Jul 16 13:41:05 2009 UTC (13 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.379: preferred, colored
Changes since revision 1.379: +20 -3
lines
check the value of the olcSubordinate attribute
Revision 1.379: download - view: text, markup - select for diffs
Thu Jul 16 13:28:22 2009 UTC (13 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.378: preferred, colored
Changes since revision 1.378: +11 -1
lines
subordinate needs a suffix (ITS#6216)
Revision 1.378: download - view: text, markup - select for diffs
Mon Jul 13 12:20:31 2009 UTC (13 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.377: preferred, colored
Changes since revision 1.377: +2 -1
lines
Add sssvlv config
Revision 1.377: download - view: text, markup - select for diffs
Mon Jun 8 18:03:43 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.376: preferred, colored
Changes since revision 1.376: +2 -2
lines
ITS#6162 accept non-decimal loglevels
Revision 1.376: download - view: text, markup - select for diffs
Thu Jun 4 19:16:38 2009 UTC (14 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.375: preferred, colored
Changes since revision 1.375: +17 -3
lines
For ITS#6157: Catch most invalid cancels/abandons, and honor them before waits
Revision 1.375: download - view: text, markup - select for diffs
Tue Jun 2 21:17:58 2009 UTC (14 years ago) by ando
Branches: MAIN
Diff to: previous 1.374: preferred, colored
Changes since revision 1.374: +31 -1
lines
allow to delete olcLimits values (ITS#6159)
Revision 1.374: download - view: text, markup - select for diffs
Wed May 27 10:53:04 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.373: preferred, colored
Changes since revision 1.373: +2 -2
lines
ITS#6147 fix typos
Revision 1.373: download - view: text, markup - select for diffs
Wed May 27 10:41:09 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.372: preferred, colored
Changes since revision 1.372: +9 -1
lines
ITS#6147 add sasl-auxprop config, default to "slapd"
Revision 1.372: download - view: text, markup - select for diffs
Wed May 27 09:35:12 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.371: preferred, colored
Changes since revision 1.371: +26 -1
lines
ITS#6135 reinit TLS context after changes
Revision 1.371: download - view: text, markup - select for diffs
Mon May 25 10:58:40 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.370: preferred, colored
Changes since revision 1.370: +2 -2
lines
ITS#6139 password-hash has no max # args
Revision 1.370: download - view: text, markup - select for diffs
Wed May 20 10:44:25 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.369: preferred, colored
Changes since revision 1.369: +2 -2
lines
set Conf->what for authz-regexp
Revision 1.369: download - view: text, markup - select for diffs
Sun May 17 20:23:33 2009 UTC (14 years ago) by hyc
Branches: MAIN
Diff to: previous 1.368: preferred, colored
Changes since revision 1.368: +4 -5
lines
ITS#6109 fix readonly restriction
Revision 1.368: download - view: text, markup - select for diffs
Mon Mar 9 23:42:10 2009 UTC (14 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.367: preferred, colored
Changes since revision 1.367: +5 -2
lines
ITS#5836, add writetimeout keyword for timing out hung writers
Revision 1.367: download - view: text, markup - select for diffs
Tue Feb 24 20:09:41 2009 UTC (14 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.366: preferred, colored
Changes since revision 1.366: +2 -2
lines
fix ldap namespace (part of ITS#5974)
Revision 1.366: download - view: text, markup - select for diffs
Thu Feb 12 23:03:07 2009 UTC (14 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.365: preferred, colored
Changes since revision 1.365: +3 -3
lines
more about ITS#5940
Revision 1.365: download - view: text, markup - select for diffs
Tue Feb 10 10:09:50 2009 UTC (14 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.364: preferred, colored
Changes since revision 1.364: +21 -11
lines
ITS#5613 compare listener URLs verbatim with serverID URLs
Revision 1.364: download - view: text, markup - select for diffs
Thu Feb 5 18:54:51 2009 UTC (14 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.363: preferred, colored
Changes since revision 1.363: +6 -5
lines
fix use of dangling pointers (ITS#5924)
Revision 1.363: download - view: text, markup - select for diffs
Wed Feb 4 21:36:49 2009 UTC (14 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.362: preferred, colored
Changes since revision 1.362: +3 -3
lines
fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792)
Revision 1.362: download - view: text, markup - select for diffs
Sat Jan 24 04:49:14 2009 UTC (14 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.361: preferred, colored
Changes since revision 1.361: +2 -2
lines
FIx prev commit, OID clash
Revision 1.361: download - view: text, markup - select for diffs
Sat Jan 24 02:34:49 2009 UTC (14 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.360: preferred, colored
Changes since revision 1.360: +11 -1
lines
ITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
Revision 1.360: download - view: text, markup - select for diffs
Wed Jan 21 23:40:25 2009 UTC (14 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.359: preferred, colored
Changes since revision 1.359: +2 -2
lines
Update copyright notices
Revision 1.359: download - view: text, markup - select for diffs
Tue Jan 20 22:31:33 2009 UTC (14 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.358: preferred, colored
Changes since revision 1.358: +2 -2
lines
ITS#5897 fix bval length of serverID w/URL
Revision 1.358: download - view: text, markup - select for diffs
Sat Dec 20 21:45:02 2008 UTC (14 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.357: preferred, colored
Changes since revision 1.357: +11 -6
lines
return error codes (ITS#5867)
Revision 1.357: download - view: text, markup - select for diffs
Sat Dec 6 16:16:03 2008 UTC (14 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.356: preferred, colored
Changes since revision 1.356: +11 -2
lines
don't muck with shadow flags if database is already shadow (ITS#5850)
Revision 1.356: download - view: text, markup - select for diffs
Tue Nov 11 20:40:39 2008 UTC (14 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.355: preferred, colored
Changes since revision 1.355: +7 -18
lines
ITS#5572 cleanup unneeded code
Revision 1.355: download - view: text, markup - select for diffs
Mon Nov 10 21:10:19 2008 UTC (14 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.354: preferred, colored
Changes since revision 1.354: +21 -2
lines
ITS#4556 allow Add content checking to be configured per-DB
Revision 1.354: download - view: text, markup - select for diffs
Sun Nov 2 20:40:02 2008 UTC (14 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.353: preferred, colored
Changes since revision 1.353: +3 -1
lines
add dontUseCopy and proxiedAuthz "non_critical" disallow switches (ITS#5785)
Revision 1.353: download - view: text, markup - select for diffs
Wed Oct 22 09:54:46 2008 UTC (14 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.352: preferred, colored
Changes since revision 1.352: +2 -2
lines
olcLogFile missing from olcGlobal (ITS#5765)
Revision 1.352: download - view: text, markup - select for diffs
Tue Oct 21 02:42:25 2008 UTC (14 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.351: preferred, colored
Changes since revision 1.351: +52 -18
lines
ITS#5755 values from slapd.conf aren't all strictly validated; detect and
report syntax errors when generating LDAP format.
Revision 1.351: download - view: text, markup - select for diffs
Sat Oct 18 05:21:27 2008 UTC (14 years, 7 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.350: preferred, colored
Changes since revision 1.350: +3 -3
lines
Warning cleanup: signed meets unsigned.
Revision 1.350: download - view: text, markup - select for diffs
Sun Oct 12 18:20:46 2008 UTC (14 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.349: preferred, colored
Changes since revision 1.349: +13 -1
lines
fix overlays with private instances of databases (ITS#5736)
Revision 1.349: download - view: text, markup - select for diffs
Sun Oct 12 18:20:01 2008 UTC (14 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.348: preferred, colored
Changes since revision 1.348: +15 -6
lines
allow private databases to be instantiated by global overlays (ITS#5735)
Revision 1.348: download - view: text, markup - select for diffs
Mon Sep 29 20:08:29 2008 UTC (14 years, 8 months ago) by manu
Branches: MAIN
Diff to: previous 1.347: preferred, colored
Changes since revision 1.347: +10 -1
lines
Make sur attribute ACL are evaluated on ADD operations (see ITS#4556)
Revision 1.347: download - view: text, markup - select for diffs
Sat Sep 27 11:30:43 2008 UTC (14 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.346: preferred, colored
Changes since revision 1.346: +122 -5
lines
allow definition of syntaxes via configuration, including X-SUBST (ITS#5663)
Revision 1.346: download - view: text, markup - select for diffs
Thu Sep 18 22:09:56 2008 UTC (14 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.345: preferred, colored
Changes since revision 1.345: +2 -1
lines
add back-config support to slapo-retcode(5)
Revision 1.345: download - view: text, markup - select for diffs
Tue Sep 16 12:44:24 2008 UTC (14 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.344: preferred, colored
Changes since revision 1.344: +2 -4
lines
silence warnings
Revision 1.344: download - view: text, markup - select for diffs
Thu Sep 4 15:12:07 2008 UTC (14 years, 9 months ago) by ralf
Branches: MAIN
Diff to: previous 1.343: preferred, colored
Changes since revision 1.343: +18 -4
lines
allow databases to be deleted (hidden behind LDAP_DEVEL)
Revision 1.343: download - view: text, markup - select for diffs
Thu Sep 4 14:05:55 2008 UTC (14 years, 9 months ago) by ralf
Branches: MAIN
Diff to: previous 1.342: preferred, colored
Changes since revision 1.342: +2 -2
lines
don't dereference NULL pointer
Revision 1.342: download - view: text, markup - select for diffs
Thu Sep 4 11:56:31 2008 UTC (14 years, 9 months ago) by ralf
Branches: MAIN
Diff to: previous 1.341: preferred, colored
Changes since revision 1.341: +2 -2
lines
A new entry's index should not be larger than the number of its siblings (ITS#5684)
Revision 1.341: download - view: text, markup - select for diffs
Mon Jun 30 21:16:02 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.340: preferred, colored
Changes since revision 1.340: +2 -2
lines
Fix prev commit
Revision 1.340: download - view: text, markup - select for diffs
Sun Jun 29 20:48:40 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.339: preferred, colored
Changes since revision 1.339: +6 -1
lines
ITS#5571 prevent Adds from displacing {0}config
Revision 1.339: download - view: text, markup - select for diffs
Sun Jun 29 20:33:26 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.338: preferred, colored
Changes since revision 1.338: +1 -1
lines
Forced commit - prev commit fixes ITS#5571
Revision 1.338: download - view: text, markup - select for diffs
Sun Jun 29 20:26:59 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.337: preferred, colored
Changes since revision 1.337: +2 -2
lines
Fix entry insert order
Revision 1.337: download - view: text, markup - select for diffs
Sun Jun 29 01:42:46 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.336: preferred, colored
Changes since revision 1.336: +3 -1
lines
ITS#5440 add eq rules for olcRootDN / olcSchemaDN
Revision 1.336: download - view: text, markup - select for diffs
Sun Jun 29 01:35:54 2008 UTC (14 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.335: preferred, colored
Changes since revision 1.335: +7 -1
lines
ITS#5540 check for structural_class() failures
Revision 1.335: download - view: text, markup - select for diffs
Mon Jun 16 12:45:30 2008 UTC (14 years, 11 months ago) by rein
Branches: MAIN
Diff to: previous 1.334: preferred, colored
Changes since revision 1.334: +2 -2
lines
ITS#5563 don't die if there are no listeners when matching serverID URL.
Revision 1.334: download - view: text, markup - select for diffs
Thu Jun 12 09:46:57 2008 UTC (14 years, 11 months ago) by ralf
Branches: MAIN
Diff to: previous 1.333: preferred, colored
Changes since revision 1.333: +85 -2
lines
Experimental code for delete support in back-config. Only overlays
supported currently.
Revision 1.333: download - view: text, markup - select for diffs
Fri May 30 12:49:24 2008 UTC (15 years ago) by ralf
Branches: MAIN
Diff to: previous 1.332: preferred, colored
Changes since revision 1.332: +3 -3
lines
pass ConfigReply into overlay_config() to allow progating error messages
back through back-config
Revision 1.332: download - view: text, markup - select for diffs
Wed Apr 9 13:22:23 2008 UTC (15 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.331: preferred, colored
Changes since revision 1.331: +3 -3
lines
ITS#5383 use public OID for config schema, no more hiding
Revision 1.331: download - view: text, markup - select for diffs
Mon Feb 11 19:56:46 2008 UTC (15 years, 3 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.330: preferred, colored
Changes since revision 1.330: +9 -4
lines
ITS#5328 - return LDAP result code from config_back_entry_get (back-config bi_entry_get_rw)
Revision 1.330: download - view: text, markup - select for diffs
Tue Feb 5 11:16:21 2008 UTC (15 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.329: preferred, colored
Changes since revision 1.329: +7 -2
lines
Don't emit global ACLs for other database than frontendDB (ITS#5352)
Revision 1.329: download - view: text, markup - select for diffs
Thu Jan 31 17:12:00 2008 UTC (15 years, 4 months ago) by ralf
Branches: MAIN
Diff to: previous 1.328: preferred, colored
Changes since revision 1.328: +11 -8
lines
don't error out if replacing a non-existant attribute, create opattrs in
config_build_entry() to have them also when started with -f (ITS#5343)
Revision 1.328: download - view: text, markup - select for diffs
Wed Jan 30 13:45:35 2008 UTC (15 years, 4 months ago) by ralf
Branches: MAIN
Diff to: previous 1.327: preferred, colored
Changes since revision 1.327: +2 -1
lines
error out if modify_delete_vindex() fails (ITS#5343)
Revision 1.327: download - view: text, markup - select for diffs
Tue Jan 22 12:26:16 2008 UTC (15 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.326: preferred, colored
Changes since revision 1.326: +40 -40
lines
Clean up config.h
Revision 1.326: download - view: text, markup - select for diffs
Mon Jan 7 23:20:07 2008 UTC (15 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.325: preferred, colored
Changes since revision 1.325: +2 -2
lines
Happy New Year (belated)
Revision 1.325: download - view: text, markup - select for diffs
Mon Dec 24 04:18:25 2007 UTC (15 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.324: preferred, colored
Changes since revision 1.324: +2 -1
lines
Convert back-sock to dynamic config
Revision 1.324: download - view: text, markup - select for diffs
Sat Dec 15 00:34:39 2007 UTC (15 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.323: preferred, colored
Changes since revision 1.323: +18 -2
lines
ITS#5284 fix overlay order
Revision 1.323: download - view: text, markup - select for diffs
Sun Dec 2 15:10:23 2007 UTC (15 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.322: preferred, colored
Changes since revision 1.322: +5 -1
lines
Integer indexing - handle huge values
Revision 1.322: download - view: text, markup - select for diffs
Sun Nov 25 12:19:08 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.321: preferred, colored
Changes since revision 1.321: +7 -16
lines
Change integer indexing to ordered only, no backward compatibility
Revision 1.321: download - view: text, markup - select for diffs
Wed Nov 21 02:24:49 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.320: preferred, colored
Changes since revision 1.320: +3 -1
lines
Silently restrict index_intlen to 4-255.
Revision 1.320: download - view: text, markup - select for diffs
Wed Nov 21 02:22:02 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.319: preferred, colored
Changes since revision 1.319: +8 -4
lines
Tweak prev commit
Revision 1.319: download - view: text, markup - select for diffs
Wed Nov 21 01:54:57 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.318: preferred, colored
Changes since revision 1.318: +25 -3
lines
Add index_intlen keyword for ordered indexing of integers
Revision 1.318: download - view: text, markup - select for diffs
Tue Nov 20 13:56:20 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.317: preferred, colored
Changes since revision 1.317: +11 -3
lines
Fix test050
Revision 1.317: download - view: text, markup - select for diffs
Wed Nov 14 00:28:29 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.316: preferred, colored
Changes since revision 1.316: +4 -2
lines
Fix rev 1.266, was creating {0}config entry prematurely.
Revision 1.316: download - view: text, markup - select for diffs
Wed Nov 7 03:31:06 2007 UTC (15 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.315: preferred, colored
Changes since revision 1.315: +10 -1
lines
ITS#5186 check for multiple suffixes at config time, not open time
Revision 1.315: download - view: text, markup - select for diffs
Mon Nov 5 08:30:40 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.314: preferred, colored
Changes since revision 1.314: +2 -2
lines
ITS#5209 sasl_host may be different from global_host
Revision 1.314: download - view: text, markup - select for diffs
Mon Oct 15 22:59:39 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.313: preferred, colored
Changes since revision 1.313: +6 -2
lines
Don't leak logfiles
Revision 1.313: download - view: text, markup - select for diffs
Mon Oct 15 08:22:51 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.312: preferred, colored
Changes since revision 1.312: +3 -1
lines
Fix error message propagation
Revision 1.312: download - view: text, markup - select for diffs
Mon Oct 15 08:16:36 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.311: preferred, colored
Changes since revision 1.311: +2 -2
lines
Revert prev commit, bogus
Revision 1.311: download - view: text, markup - select for diffs
Mon Oct 15 07:56:03 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.310: preferred, colored
Changes since revision 1.310: +2 -2
lines
Save return code from cleanup handler
Revision 1.310: download - view: text, markup - select for diffs
Mon Oct 15 07:38:25 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.309: preferred, colored
Changes since revision 1.309: +3 -5
lines
Partial revert from 1.246, not sure what's the point
Revision 1.309: download - view: text, markup - select for diffs
Mon Oct 8 04:19:50 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.308: preferred, colored
Changes since revision 1.308: +3 -1
lines
Check for cleanup on Adds, not just Modifies
Revision 1.308: download - view: text, markup - select for diffs
Mon Oct 8 03:41:44 2007 UTC (15 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.307: preferred, colored
Changes since revision 1.307: +16 -3
lines
ITS#4884 fix prev commit
Revision 1.307: download - view: text, markup - select for diffs
Mon Sep 24 03:02:31 2007 UTC (15 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.306: preferred, colored
Changes since revision 1.306: +2 -1
lines
Use attr_valfind instead of value_find_ex to optimize lookups
Revision 1.306: download - view: text, markup - select for diffs
Sun Sep 23 23:31:23 2007 UTC (15 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.305: preferred, colored
Changes since revision 1.305: +92 -5
lines
Preliminary sorted value support
Revision 1.305: download - view: text, markup - select for diffs
Sat Sep 22 21:58:54 2007 UTC (15 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.304: preferred, colored
Changes since revision 1.304: +3 -3
lines
Use OLcfgCt{Oc|At} arc for contrib modules
Revision 1.304: download - view: text, markup - select for diffs
Fri Sep 21 06:43:56 2007 UTC (15 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.303: preferred, colored
Changes since revision 1.303: +4 -1
lines
Attribute/Modification value counters
Revision 1.303: download - view: text, markup - select for diffs
Sun Sep 2 22:40:52 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.302: preferred, colored
Changes since revision 1.302: +2 -1
lines
Add IA5String macro
Revision 1.302: download - view: text, markup - select for diffs
Sun Sep 2 21:47:49 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.301: preferred, colored
Changes since revision 1.301: +17 -9
lines
Fix schema undo crash
Revision 1.301: download - view: text, markup - select for diffs
Sun Sep 2 11:24:14 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.300: preferred, colored
Changes since revision 1.300: +18 -14
lines
ITS#5082 RE23 compatibility, allow olcPasswordHash in global entry
Revision 1.300: download - view: text, markup - select for diffs
Sun Sep 2 10:01:56 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.299: preferred, colored
Changes since revision 1.299: +26 -6
lines
Partially resurrect cn=Include stuff - parse from LDIF and ignore.
Revision 1.299: download - view: text, markup - select for diffs
Wed Aug 29 16:12:05 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.298: preferred, colored
Changes since revision 1.298: +8 -1
lines
note what SID the server is assuming
Revision 1.298: download - view: text, markup - select for diffs
Tue Aug 28 07:19:07 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.297: preferred, colored
Changes since revision 1.297: +2 -1
lines
Convert collect to dynamic config. Even though it's only a demo...
Revision 1.297: download - view: text, markup - select for diffs
Mon Aug 27 05:14:55 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.296: preferred, colored
Changes since revision 1.296: +2 -1
lines
allocate OID for back-sql configuration
Revision 1.296: download - view: text, markup - select for diffs
Sun Aug 26 15:03:22 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.295: preferred, colored
Changes since revision 1.295: +6 -3
lines
improve previous commit; fix ITS#5108 by letting both SID and RID be 0..4095, input/output in decimal, but consistently handled in hexadecimals within CSN
Revision 1.295: download - view: text, markup - select for diffs
Fri Aug 24 00:46:58 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.294: preferred, colored
Changes since revision 1.294: +2 -1
lines
add memberOf overlay
Revision 1.294: download - view: text, markup - select for diffs
Wed Aug 22 23:52:04 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.293: preferred, colored
Changes since revision 1.293: +2 -1
lines
Register dyngroup OID
Revision 1.293: download - view: text, markup - select for diffs
Mon Aug 20 20:09:19 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.292: preferred, colored
Changes since revision 1.292: +11 -11
lines
fix yet another potential dereference of NULL op (caught by Coverity)
Revision 1.292: download - view: text, markup - select for diffs
Thu Aug 16 07:38:15 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.291: preferred, colored
Changes since revision 1.291: +2 -2
lines
uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962)
Revision 1.291: download - view: text, markup - select for diffs
Fri Aug 10 21:26:25 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.290: preferred, colored
Changes since revision 1.290: +2 -2
lines
Fix prev commit
Revision 1.290: download - view: text, markup - select for diffs
Fri Aug 10 20:32:03 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.289: preferred, colored
Changes since revision 1.289: +2 -2
lines
ITS#5082 must remove olcPasswordHash from global config...
Revision 1.289: download - view: text, markup - select for diffs
Fri Aug 10 20:28:24 2007 UTC (15 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.288: preferred, colored
Changes since revision 1.288: +2 -2
lines
ITS#5082 allow olcPassdwordHash in frontendDB config
Revision 1.288: download - view: text, markup - select for diffs
Mon Aug 6 21:22:19 2007 UTC (15 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.287: preferred, colored
Changes since revision 1.287: +2 -1
lines
add back-config support to back-relay
Revision 1.287: download - view: text, markup - select for diffs
Fri Aug 3 10:02:07 2007 UTC (15 years, 10 months ago) by ralf
Branches: MAIN
Diff to: previous 1.286: preferred, colored
Changes since revision 1.286: +105 -104
lines
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
Revision 1.286: download - view: text, markup - select for diffs
Tue Jul 31 13:49:16 2007 UTC (15 years, 10 months ago) by ralf
Branches: MAIN
Diff to: previous 1.285: preferred, colored
Changes since revision 1.285: +4 -3
lines
initialize msg[] Array, fixed typo
Revision 1.285: download - view: text, markup - select for diffs
Wed Jul 25 15:21:05 2007 UTC (15 years, 10 months ago) by ralf
Branches: MAIN
Diff to: previous 1.284: preferred, colored
Changes since revision 1.284: +17 -15
lines
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
Revision 1.284: download - view: text, markup - select for diffs
Mon Jul 23 18:18:30 2007 UTC (15 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.283: preferred, colored
Changes since revision 1.283: +3 -4
lines
Revert integer type change from rev 1.281 (ITS#5035) for now. It just
replaced one inttype bug with another, the proper fix is to change the API.
Revision 1.283: download - view: text, markup - select for diffs
Sat Jul 14 14:17:43 2007 UTC (15 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.282: preferred, colored
Changes since revision 1.282: +8 -7
lines
"register" slapo-rwm
Revision 1.282: download - view: text, markup - select for diffs
Fri Jul 13 01:18:20 2007 UTC (15 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.281: preferred, colored
Changes since revision 1.281: +3 -3
lines
Fallout from ITS#4986 - remove unused param of select_backend()
Revision 1.281: download - view: text, markup - select for diffs
Sun Jul 1 11:39:24 2007 UTC (15 years, 11 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.280: preferred, colored
Changes since revision 1.280: +5 -7
lines
Fix integer overflow in slap_loglevel_get() - ITS#5035.
Revision 1.280: download - view: text, markup - select for diffs
Tue Jun 19 11:49:03 2007 UTC (15 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.279: preferred, colored
Changes since revision 1.279: +1 -5
lines
ITS#4870 remove lint
Revision 1.279: download - view: text, markup - select for diffs
Fri May 18 21:54:26 2007 UTC (16 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.278: preferred, colored
Changes since revision 1.278: +9 -9
lines
Give OperationBuffer normal struct members instead of using
LBER_ALIGNED_BUFFER(OPERATION_BUFFER_SIZE), as discussed in ITS#4078.
Add a corresponding SyncOperationBuffer in overlays/syncprov.c.
Revision 1.278: download - view: text, markup - select for diffs
Sat May 12 23:34:12 2007 UTC (16 years ago) by hyc
Branches: MAIN
Diff to: previous 1.277: preferred, colored
Changes since revision 1.277: +14 -2
lines
Add CRLfile option for GNUtls
Revision 1.277: download - view: text, markup - select for diffs
Sat May 12 15:55:37 2007 UTC (16 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.276: preferred, colored
Changes since revision 1.276: +2 -1
lines
Add back-monitor (and its OID arc) to Backend/Database registry
Revision 1.276: download - view: text, markup - select for diffs
Wed May 9 17:11:44 2007 UTC (16 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.275: preferred, colored
Changes since revision 1.275: +1 -4
lines
Remove unused variables
Revision 1.275: download - view: text, markup - select for diffs
Fri May 4 23:22:29 2007 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.274: preferred, colored
Changes since revision 1.274: +6 -4
lines
ITS#4949 make config_syslog accumulate across multiple values
Can set to zero to explicitly clear it. (As well as just deleting
all values.)
Revision 1.274: download - view: text, markup - select for diffs
Tue Apr 24 09:46:22 2007 UTC (16 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.273: preferred, colored
Changes since revision 1.273: +2 -2
lines
Disallow runtime delete of modload values
Revision 1.273: download - view: text, markup - select for diffs
Thu Apr 5 22:31:08 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.272: preferred, colored
Changes since revision 1.272: +4 -1
lines
Fix prev commit, config_obsolete
Revision 1.272: download - view: text, markup - select for diffs
Thu Apr 5 22:21:02 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.271: preferred, colored
Changes since revision 1.271: +19 -356
lines
Axe slurpd / replog support
Revision 1.271: download - view: text, markup - select for diffs
Thu Apr 5 14:12:24 2007 UTC (16 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.270: preferred, colored
Changes since revision 1.270: +17 -5
lines
olcDatabase=config always gets index 0,
don't allow multiple olcDatabase=config entries (ITS#4914)
Revision 1.270: download - view: text, markup - select for diffs
Wed Apr 4 23:03:02 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.269: preferred, colored
Changes since revision 1.269: +2 -1
lines
Fix uninit'd serverID field
Revision 1.269: download - view: text, markup - select for diffs
Fri Mar 30 16:39:33 2007 UTC (16 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.268: preferred, colored
Changes since revision 1.268: +51 -100
lines
use slap_add_opattrs as discussed on -devel.
Revision 1.268: download - view: text, markup - select for diffs
Thu Mar 29 13:39:52 2007 UTC (16 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.267: preferred, colored
Changes since revision 1.267: +93 -3
lines
Add operational Attributes when creating frontend and config database entries.
(Otherwise test049-sync-config fails)
Revision 1.267: download - view: text, markup - select for diffs
Thu Mar 29 12:45:44 2007 UTC (16 years, 2 months ago) by ralf
Branches: MAIN
Diff to: previous 1.266: preferred, colored
Changes since revision 1.266: +74 -2
lines
Create frontend and config database entries automatically during slapadd
Revision 1.266: download - view: text, markup - select for diffs
Wed Mar 21 08:51:11 2007 UTC (16 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.265: preferred, colored
Changes since revision 1.265: +21 -6
lines
improve previous commit (check result of structural_class())
Revision 1.265: download - view: text, markup - select for diffs
Tue Mar 20 23:57:20 2007 UTC (16 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.264: preferred, colored
Changes since revision 1.264: +170 -52
lines
exploit inheritance in add (ITS#4884): passes all tests; modify may need work. Please review
Revision 1.264: download - view: text, markup - select for diffs
Mon Mar 12 21:47:43 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.263: preferred, colored
Changes since revision 1.263: +4 -1
lines
Don't generate schema entries for include files that didn't define schema
elements. Use proper directory separator on Windows
Revision 1.263: download - view: text, markup - select for diffs
Sat Feb 24 16:34:40 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.262: preferred, colored
Changes since revision 1.262: +3 -1
lines
Fix prev commit
Revision 1.262: download - view: text, markup - select for diffs
Sat Feb 24 16:24:48 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.261: preferred, colored
Changes since revision 1.261: +17 -13
lines
ITS#4848 better config context tracking
Revision 1.261: download - view: text, markup - select for diffs
Fri Feb 16 01:22:24 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.260: preferred, colored
Changes since revision 1.260: +4 -1
lines
Plug leaks
Revision 1.260: download - view: text, markup - select for diffs
Tue Feb 13 10:03:16 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.259: preferred, colored
Changes since revision 1.259: +5 -3
lines
Coverity scan - saved attr may not exist for a Replace
Revision 1.259: download - view: text, markup - select for diffs
Fri Feb 9 17:49:38 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.258: preferred, colored
Changes since revision 1.258: +7 -3
lines
ITS#4833 refix
Revision 1.258: download - view: text, markup - select for diffs
Wed Feb 7 15:06:41 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.257: preferred, colored
Changes since revision 1.257: +3 -3
lines
Fix entry ordering in config_build_entry
Revision 1.257: download - view: text, markup - select for diffs
Wed Feb 7 15:00:03 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.256: preferred, colored
Changes since revision 1.256: +5 -2
lines
ITS#4833 fix olcDatabase index offset
Revision 1.256: download - view: text, markup - select for diffs
Wed Feb 7 13:57:02 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +52 -5
lines
ITS#4752 add undo for schema entries.
Revision 1.255: download - view: text, markup - select for diffs
Wed Feb 7 10:42:23 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +154 -97
lines
ITS#4752 try to undo failed Modifies
Revision 1.254: download - view: text, markup - select for diffs
Mon Feb 5 23:22:49 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +2 -1
lines
Add equality match for olcSyncrepl
Revision 1.253: download - view: text, markup - select for diffs
Mon Feb 5 11:39:37 2007 UTC (16 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +4 -4
lines
Fix typos
Revision 1.252: download - view: text, markup - select for diffs
Mon Feb 5 03:50:07 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +4 -6
lines
Preliminary multi-context support for syncrepl. Passes all single-master
tests, needs multi-master testing.
Revision 1.251: download - view: text, markup - select for diffs
Sat Feb 3 23:02:38 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +163 -2
lines
Add olcServerID for configuring serverID portion of CSN
Revision 1.250: download - view: text, markup - select for diffs
Wed Jan 31 10:35:20 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +7 -1
lines
Note for future - we should provide macros for all of the syntaxes
listed in RFC4517 and just let users use them.
Revision 1.249: download - view: text, markup - select for diffs
Tue Jan 30 06:29:11 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +39 -1
lines
More for syncrepl support
Revision 1.248: download - view: text, markup - select for diffs
Sat Jan 27 04:58:18 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +11 -76
lines
Delete olcInclude support
Revision 1.247: download - view: text, markup - select for diffs
Mon Jan 22 12:33:55 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +21 -14
lines
More for syncrepl
Revision 1.246: download - view: text, markup - select for diffs
Mon Jan 22 09:53:48 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +36 -11
lines
Fixes for syncrepl compatibility
Revision 1.245: download - view: text, markup - select for diffs
Sun Jan 21 12:44:32 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +17 -9
lines
Preliminary steps to enabling sync replication of config. Needs work.
Allow configuring a consumer on the provider that points to the provider
but is a no-op. This ensures that the consumer will continue to be a
consumer after the replication occurs.
Revision 1.244: download - view: text, markup - select for diffs
Sun Jan 21 10:22:52 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +12 -12
lines
Fix - don't just generate missing cn=schema entry in memory, write it
out as well.
Revision 1.243: download - view: text, markup - select for diffs
Thu Jan 11 11:04:22 2007 UTC (16 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +1 -2
lines
Delete unused variables.
Revision 1.242: download - view: text, markup - select for diffs
Tue Jan 9 23:23:28 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +2 -11
lines
ITS#4799 remove kerberos / kbind
Revision 1.241: download - view: text, markup - select for diffs
Mon Jan 8 19:16:45 2007 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +4 -24
lines
Make syncrepl inherit default TLS settings from main slapd config (except
for reqcert, default demand)
Revision 1.240: download - view: text, markup - select for diffs
Tue Jan 2 19:01:03 2007 UTC (16 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +2 -2
lines
happy new year
Revision 1.239: download - view: text, markup - select for diffs
Sun Dec 24 09:51:07 2006 UTC (16 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -2
lines
plug rootDSE info one-time leak
Revision 1.238: download - view: text, markup - select for diffs
Sun Dec 24 02:51:08 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +3 -1
lines
Fix prev commit, renaming schema
Revision 1.237: download - view: text, markup - select for diffs
Sun Dec 24 02:44:08 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +31 -5
lines
ITS#4337 insert EntryInfo in proper slot
Revision 1.236: download - view: text, markup - select for diffs
Sun Dec 24 00:27:35 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +23 -15
lines
ITS#4337 allow suffix overlap when inserting new DB before existing ones
Revision 1.235: download - view: text, markup - select for diffs
Sat Dec 23 23:56:37 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +440 -106
lines
ITS#4337 implement modrdn for back-config
Revision 1.234: download - view: text, markup - select for diffs
Thu Dec 21 06:36:16 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +68 -1
lines
ITS#4733 make sure frontend and config DB entries exist.
Revision 1.233: download - view: text, markup - select for diffs
Mon Nov 27 18:59:59 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +17 -17
lines
Avoid unnecessary calls to oc_bvfind
Revision 1.232: download - view: text, markup - select for diffs
Fri Nov 17 21:52:20 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +115 -10
lines
Better tracking of system schema, refresh cn=schema after moduleloads
Revision 1.231: download - view: text, markup - select for diffs
Wed Nov 15 00:18:37 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +14 -10
lines
Convert schema parsers to ConfigArgs so they can pass errors back to clients
Revision 1.230: download - view: text, markup - select for diffs
Sun Nov 12 01:22:23 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +3 -3
lines
Add valx arg to config_parse_add - indicate which value in the current
operation is executing (as opposed to c->valx which indicates which
value in the target is being changed)
Revision 1.229: download - view: text, markup - select for diffs
Sun Oct 15 16:01:27 2006 UTC (16 years, 7 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +3 -3
lines
fix format; silence warning
Revision 1.228: download - view: text, markup - select for diffs
Wed Sep 13 22:31:18 2006 UTC (16 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +3 -2
lines
Tweak ordered index check in check_vals
Revision 1.227: download - view: text, markup - select for diffs
Wed Sep 13 22:09:46 2006 UTC (16 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +28 -1
lines
Forgot the OC delete handler
Revision 1.226: download - view: text, markup - select for diffs
Wed Sep 13 22:06:04 2006 UTC (16 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +114 -21
lines
Support dynamic add/delete of attributeTypes and objectClasses
Revision 1.225: download - view: text, markup - select for diffs
Fri Sep 8 16:10:53 2006 UTC (16 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +23 -1
lines
re-enable "-d '?'" as a means to list what loglevels are available (ITS#4666)
Revision 1.224: download - view: text, markup - select for diffs
Wed Sep 6 21:08:57 2006 UTC (16 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +20 -3
lines
custom monitoring can be enabled/disabled via config
Revision 1.223: download - view: text, markup - select for diffs
Mon Aug 28 23:43:24 2006 UTC (16 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +2 -2
lines
Entry/Attribute struct caching, to minimize malloc fragmentation
Note: this breaks LDAP_COMP_MATCH and SLAP_ZONE_MALLOC. But they
were probably broken already anyway.
Revision 1.222: download - view: text, markup - select for diffs
Wed Aug 2 23:15:41 2006 UTC (16 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +2 -2
lines
fix uri rewriting
Revision 1.221: download - view: text, markup - select for diffs
Sun Jun 18 00:51:58 2006 UTC (16 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -1
lines
Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.
Revision 1.220: download - view: text, markup - select for diffs
Tue Jun 13 08:03:44 2006 UTC (16 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +10 -4
lines
refine previous commit
Revision 1.219: download - view: text, markup - select for diffs
Mon Jun 12 22:16:45 2006 UTC (16 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +12 -4
lines
fix "require" inheritance and handling of "none" (ITS#4574)
Revision 1.218: download - view: text, markup - select for diffs
Fri Jun 9 18:26:36 2006 UTC (16 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +2 -1
lines
fix leak in prev commit
Revision 1.217: download - view: text, markup - select for diffs
Thu Jun 8 09:37:14 2006 UTC (16 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +23 -5
lines
ITS#4580 make sure port number is preserved in replica info
Revision 1.216: download - view: text, markup - select for diffs
Tue May 30 09:49:16 2006 UTC (17 years ago) by hyc
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +2 -1
lines
Add dynamic config support for auditlog and ppolicy
Revision 1.215: download - view: text, markup - select for diffs
Mon May 29 04:03:43 2006 UTC (17 years ago) by hyc
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +29 -3
lines
Add "hidden" database config, allow hidden DBs with redundant suffixes
Revision 1.214: download - view: text, markup - select for diffs
Wed May 10 22:40:34 2006 UTC (17 years ago) by hyc
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +14 -1
lines
ITS#4535 set default cn=config access to NONE
Revision 1.213: download - view: text, markup - select for diffs
Tue May 9 08:41:05 2006 UTC (17 years ago) by hyc
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +3 -3
lines
coverity cleanup
Revision 1.212: download - view: text, markup - select for diffs
Fri May 5 21:53:14 2006 UTC (17 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +5 -1
lines
fix "host=", broken by rev 1.446 of servers/slapd/config.c
Revision 1.211: download - view: text, markup - select for diffs
Tue May 2 19:07:49 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +15 -2
lines
ITS#4515 add missing equality rules
Revision 1.210: download - view: text, markup - select for diffs
Mon May 1 21:36:38 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +5 -4
lines
FIx rev 1.207, ACL parsing
Revision 1.209: download - view: text, markup - select for diffs
Sat Apr 29 00:15:53 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +12 -1
lines
Kludge to allow reading undefined attrs in DNs at startup
Revision 1.208: download - view: text, markup - select for diffs
Fri Apr 28 23:26:07 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +51 -23
lines
Honor ACLs, don't just require root any more
Revision 1.207: download - view: text, markup - select for diffs
Fri Apr 28 21:01:59 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +9 -1
lines
Fix adding ACLs to specific DBs vs global/frontend
Revision 1.206: download - view: text, markup - select for diffs
Thu Apr 27 21:52:53 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +12 -23
lines
Fix slapadd of config tree, broken by ITS#4194
Revision 1.205: download - view: text, markup - select for diffs
Thu Apr 27 00:13:21 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +6 -1
lines
OIDs for more overlays
Revision 1.204: download - view: text, markup - select for diffs
Wed Apr 12 03:53:26 2006 UTC (17 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +1 -3
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.203: download - view: text, markup - select for diffs
Thu Apr 6 23:25:46 2006 UTC (17 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +10 -9
lines
Use new TLS SSL_CTX support
Revision 1.202: download - view: text, markup - select for diffs
Sat Apr 1 21:44:42 2006 UTC (17 years, 2 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.201: preferred, colored
Changes since revision 1.201: +5 -5
lines
Cast ctype.h char arguments to unsigned char
Revision 1.201: download - view: text, markup - select for diffs
Fri Mar 31 10:20:04 2006 UTC (17 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +6 -1
lines
plug leaks
Revision 1.200: download - view: text, markup - select for diffs
Mon Mar 20 11:12:28 2006 UTC (17 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +17 -4
lines
refuse illegal values for "threads" (ITS#4433)
Revision 1.199: download - view: text, markup - select for diffs
Tue Mar 7 11:55:27 2006 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +5 -2
lines
Fix prev commit
Revision 1.198: download - view: text, markup - select for diffs
Tue Mar 7 11:48:46 2006 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2
lines
FIx olcMirrorMode keyword
Revision 1.197: download - view: text, markup - select for diffs
Thu Feb 16 12:22:37 2006 UTC (17 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +3 -2
lines
fixed last commit
Revision 1.196: download - view: text, markup - select for diffs
Thu Feb 16 10:16:22 2006 UTC (17 years, 3 months ago) by ralf
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +47 -13
lines
Error out if creating the back-config entries fails when converting from
config file to config backend. [ITS: #4407]
Revision 1.195: download - view: text, markup - select for diffs
Wed Feb 8 09:16:20 2006 UTC (17 years, 3 months ago) by luca
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -2
lines
s/olcMultiMaster/olcMirrorMode
Revision 1.194: download - view: text, markup - select for diffs
Wed Feb 8 04:48:41 2006 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +8 -8
lines
s/multimaster/mirrormode/ we don't want folks confusing this with real
multimaster.
Revision 1.193: download - view: text, markup - select for diffs
Mon Feb 6 03:45:12 2006 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +25 -3
lines
Unifdef SLAPD_MULTIMASTER, use config setting instead
Revision 1.192: download - view: text, markup - select for diffs
Thu Feb 2 07:30:56 2006 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +2 -2
lines
Reparse unknown debug flags after config is read to allow use
of dynamically registered debug levels
Revision 1.191: download - view: text, markup - select for diffs
Tue Jan 24 03:40:01 2006 UTC (17 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +12 -27
lines
unifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNOWN_IGNORED=""
-DSLAPD_DEBUG_CONFIG_ERROR=LDAP_DEBUG_ANY
Revision 1.190: download - view: text, markup - select for diffs
Sat Jan 21 09:42:21 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +2 -2
lines
cleanup
Revision 1.189: download - view: text, markup - select for diffs
Mon Jan 16 22:28:08 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +14 -6
lines
further cleanup
Revision 1.188: download - view: text, markup - select for diffs
Mon Jan 16 22:14:21 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +16 -8
lines
refine previous commit (error out before actual add)
Revision 1.187: download - view: text, markup - select for diffs
Mon Jan 16 21:58:36 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +6 -1
lines
ITS#4337: renaming not implemented yet(need a better fix)
Revision 1.186: download - view: text, markup - select for diffs
Sat Jan 14 09:21:47 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +4 -2
lines
tolerate that config_get_vals() returns success with no values (ITS#4341)
Revision 1.185: download - view: text, markup - select for diffs
Fri Jan 13 15:42:34 2006 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +4 -1
lines
ITS#4339 attributeoptions patch from Ralf Haferkamp @ SuSE
Revision 1.184: download - view: text, markup - select for diffs
Tue Jan 10 01:05:54 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -1
lines
refine fix to ITS#4320
Revision 1.183: download - view: text, markup - select for diffs
Fri Jan 6 16:47:37 2006 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -1
lines
rfc2589 support (ITS#4293)
Revision 1.182: download - view: text, markup - select for diffs
Thu Jan 5 23:19:56 2006 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -1
lines
ITS#4306 fix for syslog with NULL string on modify
Revision 1.181: download - view: text, markup - select for diffs
Tue Jan 3 22:12:13 2006 UTC (17 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -2
lines
Happy new year!
Revision 1.180: download - view: text, markup - select for diffs
Thu Dec 22 21:33:32 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +3 -1
lines
cleanup debug handling
Revision 1.179: download - view: text, markup - select for diffs
Tue Dec 20 14:33:50 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +5 -4
lines
more unparsing buffer overflow cleanup
Revision 1.178: download - view: text, markup - select for diffs
Tue Dec 20 13:31:16 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +7 -3
lines
fix potential overflow in syncrepl_unbind() and related helpers
Revision 1.177: download - view: text, markup - select for diffs
Fri Dec 16 00:58:36 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +4 -3
lines
plug one-time leaks; misc cleanup
Revision 1.176: download - view: text, markup - select for diffs
Thu Dec 15 16:46:37 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +3 -2
lines
shortcut to allow restricting all operations
Revision 1.175: download - view: text, markup - select for diffs
Sat Dec 10 11:25:27 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +108 -15
lines
allow per-replogfile pid/args file & replication interval (ITS#3523)
Revision 1.174: download - view: text, markup - select for diffs
Wed Dec 7 08:58:54 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +8 -1
lines
warn if "excessive" thread number is set (ITS#4249)
Revision 1.173: download - view: text, markup - select for diffs
Tue Nov 29 01:10:47 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +6 -5
lines
complete merging of dyngroup into dynlist; add back-config support
Revision 1.172: download - view: text, markup - select for diffs
Mon Nov 28 09:53:52 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +6 -5
lines
cleanup OID comments
Revision 1.171: download - view: text, markup - select for diffs
Sat Nov 26 20:32:11 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +33 -3
lines
ITS#4220 - add warnings for unsupported modules. Note that back-monitor
causes a warning due to its no-op bi_db_config entry point. Unimplemented
entry points are supposed to be NULL.
Revision 1.170: download - view: text, markup - select for diffs
Fri Nov 25 21:17:24 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -4
lines
use LDAP_SIZELIMIT_EXCEEDED; rework the return values of slap_send_search_entry(); silence a few warnings
Revision 1.169: download - view: text, markup - select for diffs
Fri Nov 25 16:10:11 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +17 -3
lines
frontend/config/monitor cannot be shadow, I bet
Revision 1.168: download - view: text, markup - select for diffs
Fri Nov 25 14:16:54 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +13 -3
lines
detect if trying to make back-monitor shadow
Revision 1.167: download - view: text, markup - select for diffs
Thu Nov 24 21:53:28 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +4 -2
lines
one s/strtol/lutil_atoi/ too much...
Revision 1.166: download - view: text, markup - select for diffs
Thu Nov 24 20:20:06 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -1
lines
always set sr_flags before sending an entry
Revision 1.165: download - view: text, markup - select for diffs
Thu Nov 24 00:10:07 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +32 -34
lines
use lutil_ato*() whenever appropriate
Revision 1.164: download - view: text, markup - select for diffs
Tue Nov 22 09:53:15 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +32 -17
lines
ITS#4192 (reverts ITS#4035 patch) always use "cn=config" as the underlying
DB's rootDN independently of the configured back-config rootDN.
Revision 1.163: download - view: text, markup - select for diffs
Tue Nov 22 09:11:06 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +14 -5
lines
Fix ITS#4194, require config dir to be usable if only -F is specified.
Revision 1.162: download - view: text, markup - select for diffs
Thu Nov 17 10:25:48 2005 UTC (17 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +5 -3
lines
Fix threads vs tool_threads settings
Revision 1.161: download - view: text, markup - select for diffs
Wed Nov 16 20:52:14 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +29 -12
lines
more URI into bindconf
Revision 1.160: download - view: text, markup - select for diffs
Sun Nov 13 21:26:59 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +3 -3
lines
don't trust strchr/strrchr with bervals
Revision 1.159: download - view: text, markup - select for diffs
Sat Nov 12 15:32:19 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +14 -1
lines
add overlay config schema registry
Revision 1.158: download - view: text, markup - select for diffs
Sun Nov 6 22:32:08 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +22 -7
lines
silence warnings
Revision 1.157: download - view: text, markup - select for diffs
Thu Nov 3 19:31:11 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +5 -7
lines
ITS#4128 use backend_db_init to init the private backend
Revision 1.156: download - view: text, markup - select for diffs
Tue Nov 1 16:50:57 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +147 -56
lines
s/sprintf/snprintf/
Revision 1.155: download - view: text, markup - select for diffs
Mon Oct 31 16:46:03 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +3 -2
lines
allow the "none" log level
Revision 1.154: download - view: text, markup - select for diffs
Mon Oct 31 15:23:27 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +16 -4
lines
check length (FIXME: snprintf return value may not be portable?)
Revision 1.153: download - view: text, markup - select for diffs
Mon Oct 31 15:08:33 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +13 -13
lines
cleanup namespace (ITS#423)
Revision 1.152: download - view: text, markup - select for diffs
Mon Oct 31 15:00:51 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +6 -2
lines
address ITS#4127 (please review)
Revision 1.151: download - view: text, markup - select for diffs
Fri Oct 28 03:35:19 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +7 -7
lines
ITS#4017, additional revisions for DH parameters
Revision 1.150: download - view: text, markup - select for diffs
Thu Oct 27 07:29:42 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +15 -1
lines
Add tool-threads config keyword, init thread pool in tool mode.
Revision 1.149: download - view: text, markup - select for diffs
Sat Oct 15 15:37:18 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +35 -2
lines
complete fix of slapd-monitor log modify (ITS#4091)
Revision 1.148: download - view: text, markup - select for diffs
Wed Oct 12 21:17:28 2005 UTC (17 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +5 -5
lines
Align Operation buffers using LBER_ALIGNED_BUFFER
Revision 1.147: download - view: text, markup - select for diffs
Sun Oct 9 19:20:40 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +3 -3
lines
Improve prev commit
Revision 1.146: download - view: text, markup - select for diffs
Sun Oct 9 19:17:18 2005 UTC (17 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +10 -1
lines
ITS#4035 let underlying backend know about updated rootdn
Revision 1.145: download - view: text, markup - select for diffs
Wed Oct 5 18:07:32 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +12 -2
lines
ITS#4017 add TLSDHParamDir for Diffie-Hellman key parameters
Revision 1.144: download - view: text, markup - select for diffs
Thu Sep 29 18:30:09 2005 UTC (17 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2
lines
ITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
longer works well.
Revision 1.143: download - view: text, markup - select for diffs
Wed Sep 7 01:30:59 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2
lines
ITS#4009 set X-ORDERED extension on olcReplica
Revision 1.142: download - view: text, markup - select for diffs
Thu Sep 1 10:19:08 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2
lines
Fix olcSubordinate OID clash
Revision 1.141: download - view: text, markup - select for diffs
Thu Sep 1 09:45:04 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +42 -2
lines
Moving glue overlay back into slapd core, returning to 2.2 config syntax
Revision 1.140: download - view: text, markup - select for diffs
Tue Aug 30 08:38:11 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +11 -3
lines
don't let back-monitor appear __after__ a database that hides it; currently, only <suffix ""> :-( ; make error messages more descriptive
Revision 1.139: download - view: text, markup - select for diffs
Sun Aug 28 08:23:10 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +5 -2
lines
In ordered_value_sort, allow zero-length ordered values.
In check_vals, log msg when ordered_value_sort fails.
Revision 1.138: download - view: text, markup - select for diffs
Sun Aug 28 05:15:11 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +7 -4
lines
More for ITS#3937, pick up pre-set ldap_syslog values.
Revision 1.137: download - view: text, markup - select for diffs
Sun Aug 28 05:11:10 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +14 -6
lines
ITS#3937 add config_syslog var to track state of loglevel directive,
copy to ldap_syslog when in SLAP_SERVER_MODE
Revision 1.136: download - view: text, markup - select for diffs
Sat Aug 27 08:51:08 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +5 -1
lines
Additional log msg for config tree processing failures
Revision 1.135: download - view: text, markup - select for diffs
Sat Aug 27 07:40:06 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2
lines
More for ITS#3900 - olcDefaultSearchBase doesn't belong in root entry
Revision 1.134: download - view: text, markup - select for diffs
Fri Aug 26 20:23:27 2005 UTC (17 years, 9 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +7 -7
lines
Rename label "leave" to "done".
Tru64 5.1 alpha's <pthread.h> turns "leave" into an exception handling keyword.
Revision 1.133: download - view: text, markup - select for diffs
Tue Aug 23 02:12:57 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +5 -5
lines
ITS#3961 better fix - provide a context for the main thread. The context
must be reset by the caller to clear out temp allocations etc.
Revision 1.132: download - view: text, markup - select for diffs
Tue Aug 23 01:25:21 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +10 -6
lines
ITS#3961 provide ldap_pvt_thread_pool_fake_context_init/destroy, don't
use arbitrary context pointers.
Revision 1.131: download - view: text, markup - select for diffs
Mon Aug 8 20:35:38 2005 UTC (17 years, 9 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +1 -3
lines
Remove unused variables in config_updatedn()
Revision 1.130: download - view: text, markup - select for diffs
Mon Aug 8 12:01:40 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +22 -4
lines
allow textual log levels in command line
Revision 1.129: download - view: text, markup - select for diffs
Sun Aug 7 13:20:14 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +9 -13
lines
more about freeing replica resources
Revision 1.128: download - view: text, markup - select for diffs
Sun Aug 7 12:13:29 2005 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -1
lines
cleanup resources
Revision 1.127: download - view: text, markup - select for diffs
Mon Aug 1 13:26:13 2005 UTC (17 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2
lines
Add o_no_schema_check to operation structure
entry_schema_check() nows takes Operation instead of Backend as first
argument, allows it to check o_no_schema_check
Revision 1.126: download - view: text, markup - select for diffs
Sun Jul 31 16:17:13 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -2
lines
Cleanup
Revision 1.125: download - view: text, markup - select for diffs
Sat Jul 30 10:20:52 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +23 -19
lines
fix conditional compilation of config schema
Revision 1.124: download - view: text, markup - select for diffs
Fri Jul 29 00:48:31 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +32 -25
lines
ITS#3900 move olcDefaultSearchBase to frontend DB
expose config DB
Revision 1.123: download - view: text, markup - select for diffs
Thu Jul 28 16:25:43 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +27 -6
lines
don't complain during EMIT
Revision 1.122: download - view: text, markup - select for diffs
Wed Jul 27 06:52:32 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +3 -1
lines
Silence unused variable warnings
Revision 1.121: download - view: text, markup - select for diffs
Mon Jul 25 19:03:08 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2
lines
Fix debug format %d -> %lu
Revision 1.120: download - view: text, markup - select for diffs
Mon Jul 25 18:47:39 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +15 -3
lines
plug leaks
Revision 1.119: download - view: text, markup - select for diffs
Sat Jul 23 09:32:10 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +39 -5
lines
add infrastructure to register verbmasks; allow to register loglevels programmatically; cleanup glue protos
Revision 1.118: download - view: text, markup - select for diffs
Fri Jul 22 00:08:41 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +14 -7
lines
don't crash if no underlying database was initialized
Revision 1.117: download - view: text, markup - select for diffs
Thu Jul 21 23:53:19 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -1
lines
Fix prev commit
Revision 1.116: download - view: text, markup - select for diffs
Thu Jul 21 21:26:40 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +22 -9
lines
Plug more memleaks
Revision 1.115: download - view: text, markup - select for diffs
Thu Jul 21 19:27:37 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +57 -13
lines
Add config_back_db_close, free some structures
Revision 1.114: download - view: text, markup - select for diffs
Tue Jul 19 17:13:50 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +9 -5
lines
improve previous commit
Revision 1.113: download - view: text, markup - select for diffs
Tue Jul 19 16:59:50 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +4 -2
lines
Solaris doesn't like being passed NULL pointers to [vsf[n]]printf
Revision 1.112: download - view: text, markup - select for diffs
Mon Jul 18 06:30:33 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2
lines
Fix format arg to "overlay...configuration failed" message
Revision 1.111: download - view: text, markup - select for diffs
Mon Jul 18 06:28:25 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -3
lines
Remove spurious snprintf(..., "<%s> cannot be deleted") lacking a format arg
Revision 1.110: download - view: text, markup - select for diffs
Mon Jul 18 03:48:21 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2
lines
Make ConfigArgs.lineno int like elsewhere instead of unsigned long
Revision 1.109: download - view: text, markup - select for diffs
Mon Jul 18 03:34:04 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +4 -11
lines
Delete unused variables
Revision 1.108: download - view: text, markup - select for diffs
Mon Jul 18 03:08:57 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1
lines
#include <ldif.h> for ldif_must_b64_encode_*()
Revision 1.107: download - view: text, markup - select for diffs
Fri Jul 15 14:21:15 2005 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +21 -4
lines
improve diagnostics when configuring suffix for special databases
Revision 1.106: download - view: text, markup - select for diffs
Tue Jul 12 12:25:15 2005 UTC (17 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2
lines
Fix loglevel to accept negative integers
Revision 1.105: download - view: text, markup - select for diffs
Tue Jul 5 09:46:55 2005 UTC (17 years, 11 months ago) by ralf
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2
lines
fix previous commit (check for co_type==Cft_Overlay before calling
overlay_destroy_one)
Revision 1.104: download - view: text, markup - select for diffs
Tue Jul 5 09:17:25 2005 UTC (17 years, 11 months ago) by ralf
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +9 -5
lines
Destroy Backend/Overlay after an error happend during one of the
config_parse_add() calls, as backend_db_init() might have been called.
Revision 1.103: download - view: text, markup - select for diffs
Sat Jul 2 08:54:09 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -5
lines
ITS#3829 fix attributeoptions parse order
Revision 1.102: download - view: text, markup - select for diffs
Thu Jun 30 22:20:54 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -2
lines
ITS#3820 fix olcReadOnly check
Revision 1.101: download - view: text, markup - select for diffs
Thu Jun 30 21:24:48 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2
lines
ITS#3818 fix index_substr_any_step keyword
Revision 1.100: download - view: text, markup - select for diffs
Tue Jun 28 20:06:24 2005 UTC (17 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +19 -35
lines
better fix to ITS#3806
Revision 1.99: download - view: text, markup - select for diffs
Tue Jun 28 17:23:46 2005 UTC (17 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +32 -10
lines
fix spaces in DN-valued attrs (ITS#3806)
Revision 1.98: download - view: text, markup - select for diffs
Mon Jun 13 20:49:01 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +5 -1
lines
ITS#3774 delete backend/overlay structures after a failed add
Revision 1.97: download - view: text, markup - select for diffs
Fri Jun 10 22:53:28 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2
lines
Fix prev commit
Revision 1.96: download - view: text, markup - select for diffs
Fri Jun 10 22:47:12 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +5 -4
lines
Fix modload/modpath, allow either/both to be empty
Revision 1.95: download - view: text, markup - select for diffs
Thu Jun 9 20:55:21 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2
lines
Tweak mask_to_verbs for multiple-bit masks
Revision 1.94: download - view: text, markup - select for diffs
Thu Jun 9 05:15:49 2005 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +25 -12
lines
Fix dynamic modload, make sure to use correct modulepath.
Revision 1.93: download - view: text, markup - select for diffs
Fri Jun 3 06:26:55 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +65 -36
lines
ITS#3748 fix startup of newly added databases and overlays
Revision 1.92: download - view: text, markup - select for diffs
Thu May 26 07:43:39 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +15 -6
lines
ITS#3748 do necessary startup when adding databases online
Revision 1.91: download - view: text, markup - select for diffs
Tue May 24 15:06:33 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +19 -3
lines
ITS#3747 move subschemasubentry attr initialization
Revision 1.90: download - view: text, markup - select for diffs
Mon May 23 05:21:58 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +21 -3
lines
authid-rewrite*: fix parsing, rework unparsing
Revision 1.89: download - view: text, markup - select for diffs
Fri May 20 22:08:28 2005 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3
lines
ISO C forbids zero-size array (ITS#3739)
Revision 1.88: download - view: text, markup - select for diffs
Fri May 13 17:07:31 2005 UTC (18 years ago) by kurt
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3
lines
manageDIT framework and obsolete objectclasses/DIT-content-rule override
Revision 1.87: download - view: text, markup - select for diffs
Fri May 13 15:35:36 2005 UTC (18 years ago) by kurt
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -19
lines
finish global_schemacheck removal
Revision 1.86: download - view: text, markup - select for diffs
Thu May 12 01:24:34 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +5 -2
lines
Fix for slapadd'ing a config db
Revision 1.85: download - view: text, markup - select for diffs
Wed May 11 20:24:18 2005 UTC (18 years ago) by kurt
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -1
lines
Mostly remove global_schemacheck. More cleanup needed in
bconfig.c and back-sql.
Revision 1.84: download - view: text, markup - select for diffs
Tue May 10 18:42:39 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1
lines
Add LDAP_DEBUG_SYNC loglevel
Revision 1.83: download - view: text, markup - select for diffs
Mon May 9 08:41:05 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +4 -1
lines
Add comments for config_overlay
Revision 1.82: download - view: text, markup - select for diffs
Mon May 9 08:33:43 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +24 -11
lines
More fixes for overlay support. Converted pcache to config table.
Revision 1.81: download - view: text, markup - select for diffs
Mon May 9 03:14:59 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3
lines
Fix prev commit, extra objectclass table
Revision 1.80: download - view: text, markup - select for diffs
Mon May 9 03:02:23 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +16 -18
lines
Fix prev commit, trim unused cfOC vars
Revision 1.79: download - view: text, markup - select for diffs
Mon May 9 01:42:51 2005 UTC (18 years ago) by hyc
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +268 -426
lines
Restructured to allow miscellaneous Adds under database/overlay objects
Revision 1.78: download - view: text, markup - select for diffs
Fri May 6 18:36:59 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +11 -9
lines
use appropriate log level if bailing out; need to use Debug() instead fprintf( stderr ) in many places...
Revision 1.77: download - view: text, markup - select for diffs
Fri May 6 18:20:45 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -4
lines
Propagate config errors back to caller.
Revision 1.76: download - view: text, markup - select for diffs
Fri May 6 14:42:03 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +36 -8
lines
more on strict config parsing (ITS#3705)
Revision 1.75: download - view: text, markup - select for diffs
Fri May 6 07:52:42 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -4
lines
Fix prev commit
Revision 1.74: download - view: text, markup - select for diffs
Thu May 5 18:55:35 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +14 -5
lines
Fix global entry setup
Revision 1.73: download - view: text, markup - select for diffs
Wed May 4 08:52:42 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +117 -9
lines
ITS#3702 add tool entry points
Revision 1.72: download - view: text, markup - select for diffs
Tue May 3 07:44:46 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -3
lines
ITS#3699 fix dbconfig, limits schema flags
Revision 1.71: download - view: text, markup - select for diffs
Sun May 1 18:55:15 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +50 -31
lines
Fix config selection:
if -f but no -F, just read config file
if -f and -F, convert config file to config dir
else, try reading config dir
if no config dir, try config filE
Revision 1.70: download - view: text, markup - select for diffs
Mon Apr 25 07:18:32 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1
lines
Fix some return codes
Revision 1.69: download - view: text, markup - select for diffs
Mon Apr 25 06:44:52 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +167 -151
lines
More error reporting for clients
Revision 1.68: download - view: text, markup - select for diffs
Mon Apr 25 03:45:53 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +14 -2
lines
More modpath fixes
Revision 1.67: download - view: text, markup - select for diffs
Sat Apr 23 15:56:25 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +7 -15
lines
Cleanup ModulePath handling
Revision 1.66: download - view: text, markup - select for diffs
Fri Apr 22 19:34:49 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +34 -30
lines
Fix prev commit
Revision 1.65: download - view: text, markup - select for diffs
Fri Apr 22 19:15:20 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +32 -30
lines
Fix single-value delete, replace
Revision 1.64: download - view: text, markup - select for diffs
Fri Apr 22 12:38:35 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -568
lines
Isolate syncrepl stuff in syncrepl.c
Revision 1.63: download - view: text, markup - select for diffs
Thu Apr 21 21:36:37 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +15 -20
lines
more attr_merge cleanup (please check)
Revision 1.62: download - view: text, markup - select for diffs
Thu Apr 21 17:31:39 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -1
lines
config cleanup handler
Revision 1.61: download - view: text, markup - select for diffs
Thu Apr 21 10:03:35 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +35 -14
lines
Placeholders for unimplemented Delete handlers
Revision 1.60: download - view: text, markup - select for diffs
Thu Apr 21 04:39:58 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
Fix X-ORDERED SIBLINGS
Revision 1.59: download - view: text, markup - select for diffs
Tue Apr 19 16:37:39 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +55 -29
lines
Fixes for ordered deletes
Revision 1.58: download - view: text, markup - select for diffs
Tue Apr 19 14:39:48 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +310 -50
lines
More modify support. ACL editing works.
Revision 1.57: download - view: text, markup - select for diffs
Thu Apr 14 09:36:37 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +18 -7
lines
Fix config_build_entry, normalized attributes
Revision 1.56: download - view: text, markup - select for diffs
Thu Apr 14 09:16:20 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +59 -26
lines
Ignore back-ldif if config directory is inaccessible
Revision 1.55: download - view: text, markup - select for diffs
Thu Apr 14 08:31:51 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -83
lines
Generic ordered value support
Revision 1.54: download - view: text, markup - select for diffs
Wed Apr 13 04:56:26 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +11 -1
lines
Store modification in back-ldif
Revision 1.53: download - view: text, markup - select for diffs
Wed Apr 13 04:44:32 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2
lines
Fix typo in OMsInteger macro
Revision 1.52: download - view: text, markup - select for diffs
Wed Apr 13 04:38:00 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +77 -12
lines
More for Modify. Single-valued attrs working.
Revision 1.51: download - view: text, markup - select for diffs
Wed Apr 13 03:36:13 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +205 -55
lines
Basic Modify framework, still in progress
Revision 1.50: download - view: text, markup - select for diffs
Tue Apr 12 20:38:54 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -1
lines
more on ITS#3652
Revision 1.49: download - view: text, markup - select for diffs
Sun Apr 10 20:27:50 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +102 -87
lines
apply naming scheme to global/database schema
Revision 1.48: download - view: text, markup - select for diffs
Sun Apr 10 07:54:21 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2
lines
clarify comment
Revision 1.47: download - view: text, markup - select for diffs
Sat Apr 9 13:19:36 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +27 -6
lines
base64 encode passwords in back-config
Revision 1.46: download - view: text, markup - select for diffs
Fri Apr 8 22:11:44 2005 UTC (18 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -4
lines
check parameters
Revision 1.45: download - view: text, markup - select for diffs
Thu Apr 7 17:54:37 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -5
lines
Fix access error return
Revision 1.44: download - view: text, markup - select for diffs
Thu Apr 7 03:32:21 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -2
lines
Ignore include file records when loading LDIF tree, their contents
have already been incorporated into the LDIF.
Revision 1.43: download - view: text, markup - select for diffs
Thu Apr 7 03:23:23 2005 UTC (18 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +77 -13
lines
On add, sort attributes in schema order to enforce config sequencing
Revision 1.42: download - view: text, markup - select for diffs
Thu Mar 31 10:18:56 2005 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -15
lines
rework provious commit(s)
Revision 1.41: download - view: text, markup - select for diffs
Wed Mar 30 22:30:41 2005 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4
lines
more cleanup?
Revision 1.40: download - view: text, markup - select for diffs
Wed Mar 30 22:27:53 2005 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
cleanup
Revision 1.39: download - view: text, markup - select for diffs
Wed Mar 30 21:46:25 2005 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +14 -7
lines
beautify conditional compilation warning
Revision 1.38: download - view: text, markup - select for diffs
Tue Mar 29 01:31:48 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +25 -18
lines
Tighten up some schema
Revision 1.37: download - view: text, markup - select for diffs
Mon Mar 28 08:23:04 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +15 -1
lines
Register ManageDSAit control
Revision 1.36: download - view: text, markup - select for diffs
Sun Mar 27 11:27:30 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1
lines
Fix missing break's, add overlay works
Revision 1.35: download - view: text, markup - select for diffs
Sun Mar 27 11:08:57 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +76 -13
lines
Fix search, fix add. Adding backends/databases works.
Revision 1.34: download - view: text, markup - select for diffs
Thu Mar 24 04:13:31 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -7
lines
Convert backendInfo/backendDB to STAILQs
Revision 1.33: download - view: text, markup - select for diffs
Mon Mar 21 22:59:53 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +181 -20
lines
Preliminary ldapAdd support
Revision 1.32: download - view: text, markup - select for diffs
Mon Mar 21 19:07:05 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +8 -5
lines
Define SLAP_USE_CONFDIR, fix moduleload
Revision 1.31: download - view: text, markup - select for diffs
Mon Mar 21 10:14:37 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -7
lines
More parsing fixes
Revision 1.30: download - view: text, markup - select for diffs
Mon Mar 21 09:32:28 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -3
lines
Fix startup check
Revision 1.29: download - view: text, markup - select for diffs
Mon Mar 21 09:23:01 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +79 -17
lines
Fix unparsers, schema loading works
Revision 1.28: download - view: text, markup - select for diffs
Mon Mar 21 07:31:48 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +260 -84
lines
Schema unparsing support
Revision 1.27: download - view: text, markup - select for diffs
Sun Mar 20 23:22:54 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3
lines
Add HARDCODE schema flags
Revision 1.26: download - view: text, markup - select for diffs
Sun Mar 20 08:50:09 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4
lines
Fix config_rootpw
Revision 1.25: download - view: text, markup - select for diffs
Sun Mar 20 08:24:35 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -5
lines
Fix prev commit
Revision 1.24: download - view: text, markup - select for diffs
Sun Mar 20 08:13:48 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +389 -54
lines
More for loading config from LDIF
Revision 1.23: download - view: text, markup - select for diffs
Fri Mar 18 22:24:28 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4
lines
Add ordered-values schema flag
Revision 1.22: download - view: text, markup - select for diffs
Fri Mar 18 08:50:06 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +24 -1
lines
Added some implementation notes (reminders...)
Revision 1.21: download - view: text, markup - select for diffs
Thu Mar 17 22:47:20 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Silently ignore if back-ldif is not present
Revision 1.20: download - view: text, markup - select for diffs
Thu Mar 17 22:07:44 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +61 -15
lines
More for loading config from database. Fix non-reentrant strtok_quote.
Revision 1.19: download - view: text, markup - select for diffs
Thu Mar 17 05:34:11 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -3
lines
Read config tree from back-ldif
Revision 1.18: download - view: text, markup - select for diffs
Tue Mar 15 07:57:34 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +258 -100
lines
More back-config / back-ldif integration, added config_generic_wrapper,
added -F option to specify config directory
Revision 1.17: download - view: text, markup - select for diffs
Mon Mar 14 22:21:00 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -2
lines
Move cn=config from namingContexts to configContext
Revision 1.16: download - view: text, markup - select for diffs
Mon Mar 7 20:03:04 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +81 -54
lines
Added dummy config_back_modify, using ldap_pvt_thread_pool_pause/resume
Revision 1.15: download - view: text, markup - select for diffs
Mon Mar 7 17:14:13 2005 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +48 -8
lines
Moved ACLs to their own entry
Revision 1.14: download - view: text, markup - select for diffs
Wed Mar 2 15:35:59 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +62 -62
lines
More verbmasks cleanup, added index unparsing
Revision 1.13: download - view: text, markup - select for diffs
Wed Mar 2 13:49:54 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +19 -18
lines
Cleanup verb/mask processing
Revision 1.12: download - view: text, markup - select for diffs
Wed Mar 2 04:20:22 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +40 -33
lines
Fix initial config file info
Revision 1.11: download - view: text, markup - select for diffs
Wed Mar 2 03:46:50 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2421 -69
lines
Reorganized config/bconfig. Migrated back-bdb config.
Revision 1.10: download - view: text, markup - select for diffs
Tue Mar 1 19:08:36 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
Added authz-regexp, slapi plugin retrieval
Revision 1.9: download - view: text, markup - select for diffs
Sun Feb 27 19:02:13 2005 UTC (18 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
fix ITS#3570 (please review)
Revision 1.8: download - view: text, markup - select for diffs
Wed Feb 23 03:25:24 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1
lines
Fix up memory usage
Revision 1.7: download - view: text, markup - select for diffs
Mon Feb 21 17:04:37 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +33 -2
lines
Added overlay objects
Revision 1.6: download - view: text, markup - select for diffs
Mon Feb 21 16:38:27 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +95 -54
lines
Added includeFile objects
Revision 1.5: download - view: text, markup - select for diffs
Mon Feb 21 13:57:02 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +145 -16
lines
More schema fixes
Revision 1.4: download - view: text, markup - select for diffs
Mon Feb 21 10:28:59 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -5
lines
Use backend#0 for config, tools default to #1
Revision 1.3: download - view: text, markup - select for diffs
Mon Feb 21 02:50:05 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1
lines
Retrieve more values, bypass tool mode (for now)
Revision 1.2: download - view: text, markup - select for diffs
Mon Feb 21 01:21:29 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +27 -2
lines
Simple values retrievable
Revision 1.1: download - view: text, markup - select for diffs
Sun Feb 20 17:33:40 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Adding back-config pieces
Revision 1.17.2.55: download - view: text, markup - select for diffs
Mon Feb 11 23:24:15 2008 UTC (15 years, 3 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.17.2.54: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.54: +2 -2
lines
Happy new year! (belated)
Revision 1.17.2.54: download - view: text, markup - select for diffs
Sun Sep 2 11:51:09 2007 UTC (15 years, 9 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.17.2.53: preferred, colored
Changes since revision 1.17.2.53: +30 -20
lines
ITS#4848 and #5082 from HEAD - better config context tracking,
allow olcPasswordHash in global and frontendDB
Revision 1.17.2.53: download - view: text, markup - select for diffs
Mon Jul 23 19:41:30 2007 UTC (15 years, 10 months ago) by hallvard
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_38
Diff to: previous 1.17.2.52: preferred, colored
Changes since revision 1.17.2.52: +4 -7
lines
Import slap_loglevel_get() integer fix (ITS#5035 part 4)
Revision 1.17.2.52: download - view: text, markup - select for diffs
Fri Jun 8 08:07:34 2007 UTC (15 years, 11 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_37,
OPENLDAP_REL_ENG_2_3_36
Diff to: previous 1.17.2.51: preferred, colored
Changes since revision 1.17.2.51: +6 -4
lines
ITS#4949 config_syslog fix from HEAD
Revision 1.17.2.51: download - view: text, markup - select for diffs
Tue Apr 24 09:47:18 2007 UTC (16 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.50: preferred, colored
Changes since revision 1.17.2.50: +2 -2
lines
ITS#4921 disallow modload runtime delete
Revision 1.17.2.50: download - view: text, markup - select for diffs
Tue Apr 24 09:40:13 2007 UTC (16 years, 1 month ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.49: preferred, colored
Changes since revision 1.17.2.49: +4 -1
lines
Part of ITS#4921, don't create schema nodes for arbitrary include files
Revision 1.17.2.49: download - view: text, markup - select for diffs
Tue Jan 2 21:43:54 2007 UTC (16 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: 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.17.2.48: preferred, colored
Changes since revision 1.17.2.48: +2 -2
lines
happy new year
Revision 1.17.2.48: download - view: text, markup - select for diffs
Sun Aug 6 10:36:24 2006 UTC (16 years, 10 months ago) by ando
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_31,
OPENLDAP_REL_ENG_2_3_30,
OPENLDAP_REL_ENG_2_3_29,
OPENLDAP_REL_ENG_2_3_28,
OPENLDAP_REL_ENG_2_3_27,
OPENLDAP_REL_ENG_2_3_26
Diff to: previous 1.17.2.47: preferred, colored
Changes since revision 1.17.2.47: +2 -2
lines
import fix to ITS#4633 (though it was HEAD only when first fixed)
Revision 1.17.2.47: download - view: text, markup - select for diffs
Mon Jul 31 23:15:36 2006 UTC (16 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_25
Diff to: previous 1.17.2.46: preferred, colored
Changes since revision 1.17.2.46: +22 -7
lines
ITS#4574 fix
Segfault fix for ldapadding new schema entries
Revision 1.17.2.46: download - view: text, markup - select for diffs
Fri Jul 28 13:01:36 2006 UTC (16 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.45: preferred, colored
Changes since revision 1.17.2.45: +24 -5
lines
Patches from Quanah
+ Patch to fix ITS4572
+ Patch to fix ITS4575
+ Patch to fix ITS4576
+ Patch to fix ITS4580
+ Patch to fix ITS4582
+ Patch to fix ITS4583
+ Patch to fix ITS4589
+ Patch to fix ITS4595
+ Patch to fix ITS4616
+ Patch to fix ITS4534/ITS4622
+ Fixes auditlog DB initialization
+ Fix for back-bdb and back-hdb cache job
+ liblber fix
+ Password length bug fix
+ Fixes return code bug
CHANGES needs work
Revision 1.17.2.45: download - view: text, markup - select for diffs
Tue May 9 19:26:26 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
Diff to: previous 1.17.2.44: preferred, colored
Changes since revision 1.17.2.44: +12 -23
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.17.2.44: download - view: text, markup - select for diffs
Tue May 9 17:29:12 2006 UTC (17 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.43: preferred, colored
Changes since revision 1.17.2.43: +30 -3
lines
Suck in patches using Quanah's diffs
+ Fixed slapo-syncprov MODs cause DELs (ITS#4423)
+ Fixed slapd slap_send_ldap_result bug (ITS#4499)
+ Fixed slapd-ldif deadlock (ITS#4500)
+ Fixed liblutil strtoul(3) usage (ITS#4503)
+ Updated ldapsearch(1) BASE output (ITS#4504)
+ Fixed slapd cn=config (ITS#4512)
+ Fixed slapd thread pool init issue (ITS#4513)
+ Fixed slapd cn=config olcLimits (ITS#4515)
+ Fixed slapd runqueue use of freed memory (ITS#4517)
Revision 1.17.2.43: download - view: text, markup - select for diffs
Tue Apr 4 22:34:42 2006 UTC (17 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_21
Diff to: previous 1.17.2.42: preferred, colored
Changes since revision 1.17.2.42: +17 -4
lines
Changes suggested by Ando.
Revision 1.17.2.42: download - view: text, markup - select for diffs
Fri Feb 17 07:38:40 2006 UTC (17 years, 3 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_20
Diff to: previous 1.17.2.41: preferred, colored
Changes since revision 1.17.2.41: +2 -2
lines
Import dynamic debug level support from HEAD
Revision 1.17.2.41: download - view: text, markup - select for diffs
Thu Feb 16 22:37:41 2006 UTC (17 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.40: preferred, colored
Changes since revision 1.17.2.40: +49 -14
lines
bconfig updates
Revision 1.17.2.40: download - view: text, markup - select for diffs
Tue Jan 17 19:09:51 2006 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_19,
OPENLDAP_REL_ENG_2_3_18
Diff to: previous 1.17.2.39: preferred, colored
Changes since revision 1.17.2.39: +4 -1
lines
More fixes from HEAD
Revision 1.17.2.39: download - view: text, markup - select for diffs
Mon Jan 16 21:03:03 2006 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.38: preferred, colored
Changes since revision 1.17.2.38: +4 -2
lines
ITS#4241 fix from HEAD
Revision 1.17.2.38: download - view: text, markup - select for diffs
Fri Jan 6 19:03:01 2006 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_17,
OPENLDAP_REL_ENG_2_3_16
Diff to: previous 1.17.2.37: preferred, colored
Changes since revision 1.17.2.37: +2 -1
lines
Fixed slapd-bdb reindexing via cn=config not noticed issue (ITS#4260)
Fixed slapd-monitor connection search crash (ITS#4300)
Flapd slapd cn=config bad ACL syntax modfy crash (ITS#4306)
Fixed slapd ACL/suffix configuration issue (ITS#4307)
Added slapd-bdb(5) cachefree description
Revision 1.17.2.37: download - view: text, markup - select for diffs
Tue Jan 3 22:16:13 2006 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_15
Diff to: previous 1.17.2.36: preferred, colored
Changes since revision 1.17.2.36: +2 -2
lines
Happy new year!
Revision 1.17.2.36: download - view: text, markup - select for diffs
Wed Dec 21 02:45:01 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14
Diff to: previous 1.17.2.35: preferred, colored
Changes since revision 1.17.2.35: +1 -3
lines
cleanup
Revision 1.17.2.35: download - view: text, markup - select for diffs
Tue Dec 20 19:05:00 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.34: preferred, colored
Changes since revision 1.17.2.34: +8 -1
lines
ITS#4249 changes from HEAD
Revision 1.17.2.34: download - view: text, markup - select for diffs
Sat Nov 26 23:54:47 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.17.2.33: preferred, colored
Changes since revision 1.17.2.33: +137 -61
lines
Sync with HEAD
Revision 1.17.2.33: download - view: text, markup - select for diffs
Thu Nov 17 20:29:41 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.17.2.32: preferred, colored
Changes since revision 1.17.2.32: +33 -14
lines
Sync with HEAD
Revision 1.17.2.32: download - view: text, markup - select for diffs
Mon Nov 14 18:06:07 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.31: preferred, colored
Changes since revision 1.17.2.31: +37 -9
lines
Sync with HEAD
Revision 1.17.2.31: download - view: text, markup - select for diffs
Thu Nov 3 20:26:10 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.30: preferred, colored
Changes since revision 1.17.2.30: +5 -7
lines
Sync with HEAD
Revision 1.17.2.30: download - view: text, markup - select for diffs
Thu Nov 3 18:02:57 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.29: preferred, colored
Changes since revision 1.17.2.29: +229 -64
lines
Sync with HEAD
Revision 1.17.2.29: download - view: text, markup - select for diffs
Wed Oct 12 21:33:52 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_11
Diff to: previous 1.17.2.28: preferred, colored
Changes since revision 1.17.2.28: +5 -5
lines
Operation buffer align fix from HEAD
Revision 1.17.2.28: download - view: text, markup - select for diffs
Mon Oct 10 17:35:26 2005 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.17.2.27: preferred, colored
Changes since revision 1.17.2.27: +10 -1
lines
Sync with HEAD
Ready for release?
Revision 1.17.2.27: download - view: text, markup - select for diffs
Thu Sep 29 19:07:58 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9,
OPENLDAP_REL_ENG_2_3_8
Diff to: previous 1.17.2.26: preferred, colored
Changes since revision 1.17.2.26: +2 -2
lines
Ready for release?
Revision 1.17.2.26: download - view: text, markup - select for diffs
Wed Sep 28 00:30:30 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.25: preferred, colored
Changes since revision 1.17.2.25: +2 -2
lines
Sync with HEAD
Changes needs updating for release...
Revision 1.17.2.25: download - view: text, markup - select for diffs
Thu Sep 1 20:28:10 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_7
Diff to: previous 1.17.2.24: preferred, colored
Changes since revision 1.17.2.24: +42 -2
lines
Ready for release
Revision 1.17.2.24: download - view: text, markup - select for diffs
Wed Aug 31 17:11:42 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.23: preferred, colored
Changes since revision 1.17.2.23: +11 -3
lines
Sync with HEAD
Revision 1.17.2.23: download - view: text, markup - select for diffs
Mon Aug 29 18:26:09 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.22: preferred, colored
Changes since revision 1.17.2.22: +0 -0
lines
Sync with HEAD
Revision 1.17.2.22: download - view: text, markup - select for diffs
Sun Aug 28 08:26:09 2005 UTC (17 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.21: preferred, colored
Changes since revision 1.17.2.21: +27 -13
lines
Sync with HEAD
Revision 1.17.2.21: download - view: text, markup - select for diffs
Sat Aug 27 08:54:13 2005 UTC (17 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.20: preferred, colored
Changes since revision 1.17.2.20: +5 -1
lines
Resync, additional error log
Revision 1.17.2.20: download - view: text, markup - select for diffs
Sat Aug 27 07:41:19 2005 UTC (17 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.19: preferred, colored
Changes since revision 1.17.2.19: +2 -2
lines
Import additional ITS#3900 fix from HEAD
Revision 1.17.2.19: download - view: text, markup - select for diffs
Thu Aug 25 05:01:17 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.18: preferred, colored
Changes since revision 1.17.2.18: +10 -6
lines
Sync with HEAD (need to update CHANGES)
Revision 1.17.2.18: download - view: text, markup - select for diffs
Tue Aug 9 21:03:57 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_6,
OPENLDAP_REL_ENG_2_3_5
Diff to: previous 1.17.2.17: preferred, colored
Changes since revision 1.17.2.17: +261 -88
lines
Sync with HEAD
Revision 1.17.2.17: download - view: text, markup - select for diffs
Mon Jul 11 05:55:29 2005 UTC (17 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.16: preferred, colored
Changes since revision 1.17.2.16: +28 -17
lines
Sync with HEAD
Revision 1.17.2.16: download - view: text, markup - select for diffs
Mon Jun 13 22:29:01 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4
Diff to: previous 1.17.2.15: preferred, colored
Changes since revision 1.17.2.15: +5 -1
lines
Sync with HEAD
Revision 1.17.2.15: download - view: text, markup - select for diffs
Fri Jun 10 23:03:11 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.14: preferred, colored
Changes since revision 1.17.2.14: +6 -5
lines
Last round of changes from HEAD
Revision 1.17.2.14: download - view: text, markup - select for diffs
Fri Jun 10 15:11:25 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.13: preferred, colored
Changes since revision 1.17.2.13: +2 -2
lines
Sync with HEAD
Revision 1.17.2.13: download - view: text, markup - select for diffs
Thu Jun 9 16:31:12 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.12: preferred, colored
Changes since revision 1.17.2.12: +25 -12
lines
Sync with HEAD
Ready for release
Revision 1.17.2.12: download - view: text, markup - select for diffs
Fri Jun 3 19:54:13 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.11: preferred, colored
Changes since revision 1.17.2.11: +114 -42
lines
Merge in recent changes to HEAD
Revision 1.17.2.11: download - view: text, markup - select for diffs
Fri May 20 16:12:22 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.10: preferred, colored
Changes since revision 1.17.2.10: +2 -2
lines
Fix entry_schema_check call
Revision 1.17.2.10: download - view: text, markup - select for diffs
Wed May 18 16:29:21 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.9: preferred, colored
Changes since revision 1.17.2.9: +8 -20
lines
Sync with HEAD
Revision 1.17.2.9: download - view: text, markup - select for diffs
Tue May 10 19:06:22 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_3BETA
Diff to: previous 1.17.2.8: preferred, colored
Changes since revision 1.17.2.8: +2 -1
lines
Sync with HEAD
Revision 1.17.2.8: download - view: text, markup - select for diffs
Tue May 10 16:07:01 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.7: preferred, colored
Changes since revision 1.17.2.7: +303 -445
lines
Sync with HEAD in prep for 2.3.3beta
Revision 1.17.2.7: download - view: text, markup - select for diffs
Fri May 6 16:42:50 2005 UTC (18 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.6: preferred, colored
Changes since revision 1.17.2.6: +211 -48
lines
Merge from HEAD
Revision 1.17.2.6: download - view: text, markup - select for diffs
Fri Apr 29 21:29:04 2005 UTC (18 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.5: preferred, colored
Changes since revision 1.17.2.5: +1888 -999
lines
Initial round of changes for 2.3 beta
Revision 1.17.2.5: download - view: text, markup - select for diffs
Fri Mar 18 16:35:33 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_2BETA
Diff to: previous 1.17.2.4: preferred, colored
Changes since revision 1.17.2.4: +24 -1
lines
Sync with HEAD
Revision 1.17.2.4: download - view: text, markup - select for diffs
Thu Mar 17 23:33:20 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.3: preferred, colored
Changes since revision 1.17.2.3: +2 -2
lines
Sync with HEAD
Revision 1.17.2.3: download - view: text, markup - select for diffs
Thu Mar 17 22:29:49 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.2: preferred, colored
Changes since revision 1.17.2.2: +326 -114
lines
Sync with HEAD
Revision 1.17.2.2: download - view: text, markup - select for diffs
Mon Mar 14 22:33:12 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17.2.1: preferred, colored
Changes since revision 1.17.2.1: +7 -2
lines
Sync with HEAD
Revision 1.17.2.1: download - view: text, markup - select for diffs
Mon Mar 14 22:24:58 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -6
lines
Sync with HEAD
Revision 1.202.2.94: download - view: text, markup - select for diffs
Thu Mar 24 02:11:41 2011 UTC (12 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25,
OPENLDAP_RELEASE
Diff to: previous 1.202.2.93: preferred, colored; branchpoint 1.202: preferred, colored; next MAIN 1.203: preferred, colored
Changes since revision 1.202.2.93: +6 -3
lines
ITS#6858
Revision 1.202.2.93: download - view: text, markup - select for diffs
Thu Mar 24 01:37:45 2011 UTC (12 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.92: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.92: +18 -11
lines
ITS#6837
Revision 1.202.2.92: download - view: text, markup - select for diffs
Wed Mar 23 19:51:55 2011 UTC (12 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.91: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.91: +5 -0
lines
Add substring matching rules for some of the olc-schema attributes.
Allows for easy extraction of individual objectclass definitions using
matchedValues searches.
Revision 1.202.2.91: download - view: text, markup - select for diffs
Wed Feb 2 21:32:02 2011 UTC (12 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_24
Diff to: previous 1.202.2.90: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.90: +2 -2
lines
ITS#6822
Revision 1.202.2.90: download - view: text, markup - select for diffs
Wed Jan 26 23:23:28 2011 UTC (12 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.89: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.89: +25 -7
lines
ITS#6758
Revision 1.202.2.89: download - view: text, markup - select for diffs
Thu Jan 6 18:06:35 2011 UTC (12 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.88: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.88: +27 -1
lines
Add support for multiple listener threads.
Revision 1.202.2.88: download - view: text, markup - select for diffs
Tue Jan 4 23:50:16 2011 UTC (12 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.87: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.87: +2 -2
lines
Happy New Year!
Revision 1.202.2.87: download - view: text, markup - select for diffs
Sun Dec 12 00:59:47 2010 UTC (12 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.86: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.86: +1 -0
lines
ITS#6624
Revision 1.202.2.86: download - view: text, markup - select for diffs
Wed Apr 14 22:59:08 2010 UTC (13 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.202.2.85: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.85: +25 -4
lines
ITS#6442
Revision 1.202.2.85: download - view: text, markup - select for diffs
Tue Apr 13 20:23:11 2010 UTC (13 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.84: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.84: +2 -2
lines
happy belated new year
Revision 1.202.2.84: download - view: text, markup - select for diffs
Tue Dec 15 20:40:12 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
Diff to: previous 1.202.2.83: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.83: +80 -12
lines
ITS#6428
Revision 1.202.2.83: download - view: text, markup - select for diffs
Wed Dec 2 16:59:00 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.82: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.82: +6 -6
lines
ITS#6408
Revision 1.202.2.82: download - view: text, markup - select for diffs
Sat Nov 21 18:17:34 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_20
Diff to: previous 1.202.2.81: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.81: +11 -1
lines
Ignore attempts to Add cn=schema,cn=config
Revision 1.202.2.81: download - view: text, markup - select for diffs
Sat Nov 21 18:13:50 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.80: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.80: +28 -17
lines
ITS#6392
Revision 1.202.2.80: download - view: text, markup - select for diffs
Wed Nov 18 01:16:15 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.79: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.79: +17 -1
lines
ITS#6373
Revision 1.202.2.79: download - view: text, markup - select for diffs
Tue Nov 17 16:08:58 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.78: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.78: +5 -0
lines
ITS#6363
Revision 1.202.2.78: download - view: text, markup - select for diffs
Sat Oct 31 00:17:50 2009 UTC (13 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.77: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.77: +7 -9
lines
ITS#6356
Revision 1.202.2.77: download - view: text, markup - select for diffs
Fri Oct 30 23:54:33 2009 UTC (13 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.76: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.76: +4 -3
lines
ITS#6297
Revision 1.202.2.76: download - view: text, markup - select for diffs
Fri Oct 30 18:37:08 2009 UTC (13 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.75: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.75: +1 -0
lines
ITS#6342
Revision 1.202.2.75: download - view: text, markup - select for diffs
Fri Oct 30 17:52:53 2009 UTC (13 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.74: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.74: +6 -4
lines
ITS#6324
Revision 1.202.2.74: download - view: text, markup - select for diffs
Tue Aug 25 22:44:24 2009 UTC (13 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_19,
OPENLDAP_REL_ENG_2_4_18
Diff to: previous 1.202.2.73: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.73: +347 -2
lines
ITS#6234
Revision 1.202.2.73: download - view: text, markup - select for diffs
Mon Aug 17 21:51:36 2009 UTC (13 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.72: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.72: +9 -9
lines
use UINT where appropriate (silence warnings)
Revision 1.202.2.72: download - view: text, markup - select for diffs
Sun Aug 2 21:31:35 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.71: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.71: +2 -2
lines
ITS#5946
Revision 1.202.2.71: download - view: text, markup - select for diffs
Sun Aug 2 21:26:42 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.70: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.70: +4 -57
lines
ITS#5942
Revision 1.202.2.70: download - view: text, markup - select for diffs
Wed Jul 22 20:26:50 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.69: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.69: +30 -3
lines
ITS#6216
Revision 1.202.2.69: download - view: text, markup - select for diffs
Wed Jul 22 20:02:21 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.68: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.68: +2 -1
lines
Add sssvlv overlay
Revision 1.202.2.68: download - view: text, markup - select for diffs
Mon Jun 8 18:24:59 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_17
Diff to: previous 1.202.2.67: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.67: +2 -2
lines
ITS#6162
Revision 1.202.2.67: download - view: text, markup - select for diffs
Thu Jun 4 23:19:18 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.66: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.66: +17 -2
lines
ITS#6157
Revision 1.202.2.66: download - view: text, markup - select for diffs
Tue Jun 2 23:29:15 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.65: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.65: +5 -2
lines
ITS#5836
Revision 1.202.2.65: download - view: text, markup - select for diffs
Tue Jun 2 23:03:45 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.64: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.64: +31 -1
lines
ITS#6159
Revision 1.202.2.64: download - view: text, markup - select for diffs
Tue Jun 2 22:09:52 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.63: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.63: +10 -2
lines
ITS#6147
Revision 1.202.2.63: download - view: text, markup - select for diffs
Tue Jun 2 21:50:12 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.62: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.62: +26 -1
lines
ITS#6135
Revision 1.202.2.62: download - view: text, markup - select for diffs
Tue Jun 2 21:48:55 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.61: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.61: +2 -2
lines
ITS#6139
Revision 1.202.2.61: download - view: text, markup - select for diffs
Tue Jun 2 21:46:20 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.60: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.60: +2 -2
lines
Avoid printf(NULL) on Solaris
Revision 1.202.2.60: download - view: text, markup - select for diffs
Mon May 18 17:51:55 2009 UTC (14 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.59: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.59: +4 -5
lines
ITS#6109
Revision 1.202.2.59: download - view: text, markup - select for diffs
Fri Feb 13 03:16:59 2009 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15,
OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.202.2.58: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.58: +3 -3
lines
ITS#5940
Revision 1.202.2.58: download - view: text, markup - select for diffs
Tue Feb 10 16:58:02 2009 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.57: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.57: +21 -11
lines
ITS#5631
Revision 1.202.2.57: download - view: text, markup - select for diffs
Thu Feb 5 19:55:17 2009 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.56: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.56: +6 -5
lines
ITS#5924
Revision 1.202.2.56: download - view: text, markup - select for diffs
Thu Feb 5 19:35:54 2009 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.55: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.55: +3 -3
lines
ITS#5921
Revision 1.202.2.55: download - view: text, markup - select for diffs
Mon Jan 26 23:29:53 2009 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.54: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.54: +11 -1
lines
Use modular TLS
ITS#5655
ITS#5887
ITS#5462
ITS#5789
Revision 1.202.2.54: download - view: text, markup - select for diffs
Thu Jan 22 00:01:00 2009 UTC (14 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.53: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.53: +2 -2
lines
Update copyright for next release
Revision 1.202.2.53: download - view: text, markup - select for diffs
Wed Jan 21 01:31:22 2009 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.52: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.52: +2 -2
lines
ITS#5897
Revision 1.202.2.52: download - view: text, markup - select for diffs
Wed Jan 21 00:57:45 2009 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.51: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.51: +11 -6
lines
ITS#5867
Revision 1.202.2.51: download - view: text, markup - select for diffs
Fri Dec 12 21:26:20 2008 UTC (14 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.50: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.50: +11 -2
lines
ITS#5850
Revision 1.202.2.50: download - view: text, markup - select for diffs
Tue Nov 11 20:51:53 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.202.2.49: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.49: +7 -18
lines
ITS#5572
Revision 1.202.2.49: download - view: text, markup - select for diffs
Mon Nov 10 22:57:29 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.48: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.48: +21 -2
lines
ITS#4556
Revision 1.202.2.48: download - view: text, markup - select for diffs
Mon Nov 10 22:07:07 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.47: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.47: +3 -1
lines
More for ITS#5785
Revision 1.202.2.47: download - view: text, markup - select for diffs
Mon Nov 10 21:48:23 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.46: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.46: +10 -1
lines
ITS#4556,ITS#5723
Revision 1.202.2.46: download - view: text, markup - select for diffs
Mon Nov 10 18:58:49 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.45: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.45: +2 -2
lines
ITS#5765
Revision 1.202.2.45: download - view: text, markup - select for diffs
Mon Nov 10 18:37:03 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.44: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.44: +52 -18
lines
ITS#5755
Revision 1.202.2.44: download - view: text, markup - select for diffs
Mon Nov 10 17:39:16 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.43: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.43: +3 -3
lines
Warning cleanup: signed meets unsigned.
Revision 1.202.2.43: download - view: text, markup - select for diffs
Sat Nov 8 00:40:33 2008 UTC (14 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.42: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.42: +27 -6
lines
ITS#5735,ITS#5736
Revision 1.202.2.42: download - view: text, markup - select for diffs
Fri Oct 31 23:23:58 2008 UTC (14 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.41: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.41: +2 -4
lines
silence warnings
Revision 1.202.2.41: download - view: text, markup - select for diffs
Mon Sep 29 20:58:51 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.202.2.40: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.40: +122 -5
lines
ITS#5663
Revision 1.202.2.40: download - view: text, markup - select for diffs
Fri Sep 26 22:04:56 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.39: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.39: +2 -1
lines
add back-config support to slapo-retcode(5)
Revision 1.202.2.39: download - view: text, markup - select for diffs
Fri Sep 5 19:06:19 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.38: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.38: +2 -2
lines
don't dereference NULL pointer
Revision 1.202.2.38: download - view: text, markup - select for diffs
Fri Sep 5 19:05:37 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.37: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.37: +2 -2
lines
ITS#5684
Revision 1.202.2.37: download - view: text, markup - select for diffs
Wed Jul 9 23:52:27 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11
Diff to: previous 1.202.2.36: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.36: +2 -2
lines
More for ITS#5571
Revision 1.202.2.36: download - view: text, markup - select for diffs
Wed Jul 9 23:47:39 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.35: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.35: +7 -2
lines
ITS#5571
Revision 1.202.2.35: download - view: text, markup - select for diffs
Wed Jul 9 23:27:41 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.34: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.34: +3 -1
lines
More for ITS#5540
Revision 1.202.2.34: download - view: text, markup - select for diffs
Wed Jul 9 23:26:02 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.33: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.33: +7 -1
lines
ITS#5540 (partial)
Revision 1.202.2.33: download - view: text, markup - select for diffs
Wed Jul 9 00:43:42 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.32: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.32: +2 -2
lines
ITS#5563
Revision 1.202.2.32: download - view: text, markup - select for diffs
Tue Jul 8 19:25:38 2008 UTC (14 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.31: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.31: +85 -2
lines
Experimental code for delete support in back-config. Only overlays
supported currently. Only enabled if defined LDAP_DEVEL
Revision 1.202.2.31: download - view: text, markup - select for diffs
Mon Jun 2 18:00:53 2008 UTC (15 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.202.2.30: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.30: +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.202.2.30: download - view: text, markup - select for diffs
Mon Apr 14 22:20:28 2008 UTC (15 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9
Diff to: previous 1.202.2.29: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.29: +3 -3
lines
ITS#5383
Revision 1.202.2.29: download - view: text, markup - select for diffs
Tue Feb 12 00:58:15 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_8
Diff to: previous 1.202.2.28: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.28: +9 -4
lines
ITS#5328 - cosmetic cleanup
Revision 1.202.2.28: download - view: text, markup - select for diffs
Tue Feb 12 00:05:05 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.27: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.27: +7 -2
lines
ITS#5352
Revision 1.202.2.27: download - view: text, markup - select for diffs
Tue Feb 12 00:01:29 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.26: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.26: +11 -7
lines
ITS#5343
Revision 1.202.2.26: download - view: text, markup - select for diffs
Mon Feb 11 23:54:17 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.25: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.25: +40 -40
lines
Clean up
Revision 1.202.2.25: download - view: text, markup - select for diffs
Mon Feb 11 23:26:43 2008 UTC (15 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.24: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.24: +2 -2
lines
Happy new year! (belated)
Revision 1.202.2.24: download - view: text, markup - select for diffs
Sat Feb 9 00:46:08 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.23: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.23: +2 -1
lines
ITS#4094
Revision 1.202.2.23: download - view: text, markup - select for diffs
Fri Feb 8 20:34:35 2008 UTC (15 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.22: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.22: +18 -2
lines
ITS#5284
Revision 1.202.2.22: download - view: text, markup - select for diffs
Mon Dec 3 15:04:31 2007 UTC (15 years, 6 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7
Diff to: previous 1.202.2.21: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.21: +5 -1
lines
Integer indexing, sync with HEAD
Revision 1.202.2.21: download - view: text, markup - select for diffs
Tue Nov 27 18:59:57 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.20: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.20: +22 -3
lines
ITS#5239 -- Ordered indexing for integer attributes
Revision 1.202.2.20: download - view: text, markup - select for diffs
Tue Nov 20 19:11:27 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.19: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.19: +11 -3
lines
ITS#5238
Revision 1.202.2.19: download - view: text, markup - select for diffs
Thu Nov 15 00:56:07 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.18: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.18: +4 -2
lines
Fix rev 1.266, was creating {0}config entry prematurely.
Revision 1.202.2.18: download - view: text, markup - select for diffs
Thu Nov 8 19:43:50 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.17: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.17: +10 -1
lines
ITS#5186 check for multiple suffixes at config time, not open time
Revision 1.202.2.17: download - view: text, markup - select for diffs
Thu Nov 8 19:30:04 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.16: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.16: +2 -2
lines
ITS#5209 Fix sasl_host may be different from global_host
Revision 1.202.2.16: download - view: text, markup - select for diffs
Thu Oct 18 01:03:41 2007 UTC (15 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_6
Diff to: previous 1.202.2.15: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.15: +10 -6
lines
db config validity check
error message propagation fix
Revision 1.202.2.15: download - view: text, markup - select for diffs
Mon Oct 8 10:31:24 2007 UTC (15 years, 7 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.14: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.14: +18 -3
lines
More for #4884, helper for #5173
Revision 1.202.2.14: download - view: text, markup - select for diffs
Sat Sep 29 09:55:21 2007 UTC (15 years, 8 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.13: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.13: +96 -5
lines
ITS#5153 from HEAD - sorted values
Revision 1.202.2.13: download - view: text, markup - select for diffs
Sat Sep 29 08:39:16 2007 UTC (15 years, 8 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.12: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.12: +3 -3
lines
ITS#5158 from HEAD - separate config OID arc for contrib
Revision 1.202.2.12: download - view: text, markup - select for diffs
Sun Sep 2 22:43:47 2007 UTC (15 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.202.2.11: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.11: +2 -1
lines
IA5String stuff from HEAD
Revision 1.202.2.11: download - view: text, markup - select for diffs
Sun Sep 2 22:15:33 2007 UTC (15 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.10: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.10: +17 -9
lines
Schema undo fix from HEAD
Revision 1.202.2.10: download - view: text, markup - select for diffs
Sun Sep 2 11:25:01 2007 UTC (15 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.9: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.9: +18 -14
lines
ITS#5082 compatibility from HEAD
Revision 1.202.2.9: download - view: text, markup - select for diffs
Sun Sep 2 10:09:22 2007 UTC (15 years, 9 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.8: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.8: +26 -6
lines
Sync with HEAD - parse and ignore RE23 cn=Include entries
Revision 1.202.2.8: download - view: text, markup - select for diffs
Fri Aug 31 23:13:58 2007 UTC (15 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.7: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.7: +516 -557
lines
Sync with HEAD for OL 2.4.5
Revision 1.202.2.7: download - view: text, markup - select for diffs
Fri Feb 16 01:53:38 2007 UTC (16 years, 3 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.202.2.6: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.6: +4 -1
lines
Mem leak fixes from HEAD
Revision 1.202.2.6: download - view: text, markup - select for diffs
Tue Feb 13 20:22:16 2007 UTC (16 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.5: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.5: +1202 -394
lines
Quick merge: everything from HEAD
Revision 1.202.2.5: download - view: text, markup - select for diffs
Thu Oct 19 20:06:43 2006 UTC (16 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202.2.4: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.4: +185 -25
lines
Sync with HEAD
Revision 1.202.2.4: download - view: text, markup - select for diffs
Thu Aug 17 23:50:27 2006 UTC (16 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_3ALPHA
Diff to: previous 1.202.2.3: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.3: +74 -13
lines
Sync with HEAD
Revision 1.202.2.3: download - view: text, markup - select for diffs
Mon May 15 17:04:41 2006 UTC (17 years 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.202.2.2: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.2: +119 -47
lines
Sync with HEAD
Revision 1.202.2.2: download - view: text, markup - select for diffs
Tue Apr 18 17:33:07 2006 UTC (17 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_0ALPHA
Diff to: previous 1.202.2.1: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.1: +1 -3
lines
Sync with HEAD
Revision 1.202.2.1: download - view: text, markup - select for diffs
Tue Apr 11 16:07:16 2006 UTC (17 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +10 -9
lines
Sync with HEAD
Revision 1.407.2.2: download - view: text, markup - select for diffs
Fri Dec 11 04:52:22 2009 UTC (13 years, 5 months ago) by hyc
Branches: ACLCHECK
Diff to: previous 1.407.2.1: preferred, colored; branchpoint 1.407: preferred, colored; next MAIN 1.408: preferred, colored
Changes since revision 1.407.2.1: +2 -2
lines
Fix typos in prev commit
Revision 1.407.2.1: download - view: text, markup - select for diffs
Fri Dec 11 04:09:41 2009 UTC (13 years, 5 months ago) by hyc
Branches: ACLCHECK
Diff to: previous 1.407: preferred, colored
Changes since revision 1.407: +31 -16
lines
Preliminary checkin for new access_allowed() signature. Still need
to update backends and overlays.
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org