
CVS log for servers/slapd/overlays/constraint.c
Up to [OpenLDAP] / servers / slapd / overlays
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.28: download - view: text, markup - select for diffs
Fri Dec 31 09:46:22 2010 UTC (12 years, 1 month ago) by hallvard
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2
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.27: download - view: text, markup - select for diffs
Thu Dec 30 22:43:12 2010 UTC (12 years, 1 month ago) by hallvard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -11
lines
noop commit for ITS#6758: Remove no-effect code.
Unused variable resets, unused SlapReply parameters to some functions.
Revision 1.26: download - view: text, markup - select for diffs
Tue Sep 7 11:21:21 2010 UTC (12 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +24 -1
lines
add support for ADD_IF_NOT_PRESENT and SOFTDEL internal modification types (ITS#6561)
Revision 1.25: download - view: text, markup - select for diffs
Sun Oct 19 19:23:06 2008 UTC (14 years, 3 months ago) by ando
Branches: MAIN
CVS tags: ACLCHECK_0,
ACLCHECK
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2
lines
return LDAP_OTHER if the filter cannot be parsed (ITS#5751)
Revision 1.24: download - view: text, markup - select for diffs
Sat Oct 18 09:42:13 2008 UTC (14 years, 3 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -8
lines
Fix Debug format (%d, size_t) => (%lu, (unsigned long)value).
Warning cleanup: signed meets unsigned.
Revision 1.23: download - view: text, markup - select for diffs
Thu Sep 18 19:12:13 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -2
lines
honor relax by not applying constraints (ITS#5705)
Revision 1.22: download - view: text, markup - select for diffs
Thu Sep 18 18:30:59 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +45 -11
lines
add support for constraining rename (ITS#5703)
Revision 1.21: download - view: text, markup - select for diffs
Wed Sep 17 18:59:58 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +275 -55
lines
optional parameter that allows to restrict constraints to entries matching a LDAP URI (ITS#5704)
Revision 1.20: download - view: text, markup - select for diffs
Tue Sep 16 22:40:18 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +174 -36
lines
add "set" constraint type (ITS#5702)
Revision 1.19: download - view: text, markup - select for diffs
Tue Sep 16 12:44:25 2008 UTC (14 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2
lines
silence warnings
Revision 1.18: download - view: text, markup - select for diffs
Sat Jul 12 15:58:11 2008 UTC (14 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +68 -38
lines
improve diagnostics
Revision 1.17: download - view: text, markup - select for diffs
Sat Jul 12 14:03:31 2008 UTC (14 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +11 -2
lines
trim extra brackets (ITS#5609); NULL-terminate string
Revision 1.16: download - view: text, markup - select for diffs
Fri May 9 19:49:47 2008 UTC (14 years, 8 months ago) by manu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3
lines
Fix an error in debug message, and correctly keep track of attribute count
after a mod_replace
Revision 1.15: download - view: text, markup - select for diffs
Fri May 9 10:59:16 2008 UTC (14 years, 8 months ago) by manu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +133 -27
lines
Add attribute size and count constraints to slapo-constaint
Approved by Ando
Usage example:
overlay constraint
constraint_attribute jpegPhoto size 131072
constraint_attribute userPassword count 3
Revision 1.14: download - view: text, markup - select for diffs
Tue Jan 15 19:32:35 2008 UTC (15 years ago) by ando
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -4
lines
fix ITS#5327 crasher
Revision 1.13: download - view: text, markup - select for diffs
Tue Jan 8 15:49:13 2008 UTC (15 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3
lines
Remove unused variable
Revision 1.12: download - view: text, markup - select for diffs
Sat Dec 15 10:12:56 2007 UTC (15 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +471 -288
lines
ITS#4987 extensions from Emmanuel Dreyfus manu @ netbsd.org with major
cleanups
Revision 1.11: download - view: text, markup - select for diffs
Fri Aug 3 10:02:09 2007 UTC (15 years, 6 months ago) by ralf
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7
lines
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
Revision 1.10: download - view: text, markup - select for diffs
Wed Jul 25 15:21:06 2007 UTC (15 years, 6 months ago) by ralf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
Revision 1.9: download - view: text, markup - select for diffs
Sun May 13 20:32:33 2007 UTC (15 years, 8 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
Reapply part of rev 1.2 warning cleanup, it was lost in next revision
Revision 1.8: download - view: text, markup - select for diffs
Thu Jan 11 11:04:22 2007 UTC (16 years ago) by hallvard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -1
lines
Delete unused variables.
Revision 1.7: download - view: text, markup - select for diffs
Sun Nov 12 01:15:49 2006 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -9
lines
ITS#4742 cleanup config error reporting
Revision 1.6: download - view: text, markup - select for diffs
Thu Aug 17 23:37:21 2006 UTC (16 years, 5 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -14
lines
Fix null pointer reference (coverity scan) and freed pointer reference
Revision 1.5: download - view: text, markup - select for diffs
Wed Jul 12 05:05:09 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
s/HPcfgOv/OLcfgOv/
Revision 1.4: download - view: text, markup - select for diffs
Wed Jul 12 00:14:22 2006 UTC (16 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +192 -74
lines
ITS#4609, dynamic config support from Neil Dunbar
Revision 1.3: download - view: text, markup - select for diffs
Thu May 25 14:11:24 2006 UTC (16 years, 8 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -13
lines
Format fixes: Debug() arg#2 must be format.
Warning cleanup: Move format strings, let gcc recognize them. Unused var.
Revision 1.2: download - view: text, markup - select for diffs
Mon May 1 12:53:19 2006 UTC (16 years, 9 months ago) by ando
Branches: MAIN
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2
lines
fix automated static build
Revision 1.1: download - view: text, markup - select for diffs
Sat Apr 29 08:03:36 2006 UTC (16 years, 9 months ago) by hyc
Branches: MAIN
ITS#4463 add constraint overlay
Revision 1.2.2.18: download - view: text, markup - select for diffs
Wed Jan 26 23:23:34 2011 UTC (12 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25,
OPENLDAP_REL_ENG_2_4_24,
OPENLDAP_RELEASE
Diff to: previous 1.2.2.17: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.17: +7 -12
lines
ITS#6758
Revision 1.2.2.17: download - view: text, markup - select for diffs
Mon Nov 10 18:24:27 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE,
OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22,
OPENLDAP_REL_ENG_2_4_21,
OPENLDAP_REL_ENG_2_4_20,
OPENLDAP_REL_ENG_2_4_19,
OPENLDAP_REL_ENG_2_4_18,
OPENLDAP_REL_ENG_2_4_17,
OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15,
OPENLDAP_REL_ENG_2_4_14,
OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.2.2.16: preferred, colored
Changes since revision 1.2.2.16: +3 -2
lines
ITS#5751
Revision 1.2.2.16: download - view: text, markup - select for diffs
Mon Nov 10 18:11:24 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.15: preferred, colored
Changes since revision 1.2.2.15: +8 -8
lines
Warning cleanup: signed meets unsigned.
Revision 1.2.2.15: download - view: text, markup - select for diffs
Mon Nov 10 18:10:08 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.14: preferred, colored
Changes since revision 1.2.2.14: +9 -2
lines
ITS#5705
Revision 1.2.2.14: download - view: text, markup - select for diffs
Fri Nov 7 23:37:18 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.13: preferred, colored
Changes since revision 1.2.2.13: +45 -11
lines
ITS#5703
Revision 1.2.2.13: download - view: text, markup - select for diffs
Fri Nov 7 23:33:06 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.12: preferred, colored
Changes since revision 1.2.2.12: +275 -55
lines
ITS#5704
Revision 1.2.2.12: download - view: text, markup - select for diffs
Fri Nov 7 23:30:42 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.11: preferred, colored
Changes since revision 1.2.2.11: +174 -36
lines
ITS#5702
Revision 1.2.2.11: download - view: text, markup - select for diffs
Fri Oct 31 23:23:59 2008 UTC (14 years, 3 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.10: preferred, colored
Changes since revision 1.2.2.10: +1 -2
lines
silence warnings
Revision 1.2.2.10: download - view: text, markup - select for diffs
Tue Sep 2 22:41:10 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.2.2.9: preferred, colored
Changes since revision 1.2.2.9: +68 -38
lines
improve diagnostics
Revision 1.2.2.9: download - view: text, markup - select for diffs
Tue Sep 2 20:23:30 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.8: preferred, colored
Changes since revision 1.2.2.8: +11 -2
lines
ITS#5609
Revision 1.2.2.8: download - view: text, markup - select for diffs
Tue May 27 19:59:47 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11,
OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.2.2.7: preferred, colored
Changes since revision 1.2.2.7: +134 -26
lines
Add attribute size and count constraints to slapo-constaint
Revision 1.2.2.7: download - view: text, markup - select for diffs
Mon Feb 11 23:46:12 2008 UTC (14 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9,
OPENLDAP_REL_ENG_2_4_8
Diff to: previous 1.2.2.6: preferred, colored
Changes since revision 1.2.2.6: +6 -4
lines
ITS#5327
Revision 1.2.2.6: download - view: text, markup - select for diffs
Mon Feb 11 22:44:25 2008 UTC (14 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.5: preferred, colored
Changes since revision 1.2.2.5: +1 -3
lines
Remove unused variable
Revision 1.2.2.5: download - view: text, markup - select for diffs
Fri Feb 8 22:49:44 2008 UTC (14 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.2.2.4: preferred, colored
Changes since revision 1.2.2.4: +471 -288
lines
ITS#4987
Revision 1.2.2.4: download - view: text, markup - select for diffs
Fri Aug 31 23:14:05 2007 UTC (15 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7,
OPENLDAP_REL_ENG_2_4_6,
OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.2.2.3: preferred, colored
Changes since revision 1.2.2.3: +13 -13
lines
Sync with HEAD for OL 2.4.5
Revision 1.2.2.3: download - view: text, markup - select for diffs
Tue Feb 13 20:22:29 2007 UTC (15 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.2.2.2: preferred, colored
Changes since revision 1.2.2.2: +15 -10
lines
Quick merge: everything from HEAD
Revision 1.2.2.2: download - view: text, markup - select for diffs
Thu Aug 17 23:50:32 2006 UTC (16 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_3ALPHA
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +179 -70
lines
Sync with HEAD
Revision 1.2.2.1: download - view: text, markup - select for diffs
Mon May 15 17:04:44 2006 UTC (16 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_2ALPHA,
OPENLDAP_REL_ENG_2_4_1ALPHA
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -0
lines
Sync with HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org