CVS log for servers/slapd/overlays/unique.c

[BACK] Up to [OpenLDAP] / servers / slapd / overlays

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

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

Revision 1.44: download - view: text, markup - select for diffs
Mon Nov 30 05:07:22 2009 UTC (13 years, 6 months ago) by hyc
Branches: MAIN
CVS tags: ACLCHECK_0, ACLCHECK
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -7 lines
ITS#6270, refix patch from ITS#5511

Revision 1.43: download - view: text, markup - select for diffs
Thu Jul 30 13:34:42 2009 UTC (13 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Fix last commit: C90 rejects declaration after code

Revision 1.42: download - view: text, markup - select for diffs
Fri Jul 24 20:00:53 2009 UTC (13 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +31 -5 lines
test whether the current entry matches the current uri filter (ITS#6077); also, don't leak DN when adding a base fails

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

Revision 1.40: download - view: text, markup - select for diffs
Thu Oct 9 20:34:44 2008 UTC (14 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732)

Revision 1.39: download - view: text, markup - select for diffs
Mon Sep 8 14:33:40 2008 UTC (14 years, 9 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
unique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).

Revision 1.38: download - view: text, markup - select for diffs
Sat Aug 9 08:29:31 2008 UTC (14 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +10 -1 lines
suffix must be defined before overlay configuration (ITS#5641)

Revision 1.37: download - view: text, markup - select for diffs
Sat Aug 9 08:20:46 2008 UTC (14 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +25 -1 lines
really check if filter is valid...(more on ITS#5581)

Revision 1.36: download - view: text, markup - select for diffs
Sun Jun 29 20:19:14 2008 UTC (14 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
make sure the strfilter is in normal form (ITS#5581)

Revision 1.35: download - view: text, markup - select for diffs
Tue May 27 20:39:12 2008 UTC (15 years ago) by hyc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
More for #5511

Revision 1.34: download - view: text, markup - select for diffs
Fri May 23 14:48:46 2008 UTC (15 years ago) by hyc
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
Fix prev commit

Revision 1.33: download - view: text, markup - select for diffs
Fri May 23 13:40:15 2008 UTC (15 years ago) by hyc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -1 lines
ITS#5511 make room for filter's terminating NUL character

Revision 1.32: download - view: text, markup - select for diffs
Fri May 23 09:47:37 2008 UTC (15 years ago) by hyc
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +76 -71 lines
ITS#5526 cleanup config structs

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

Revision 1.30: download - view: text, markup - select for diffs
Sat Sep 29 15:55:33 2007 UTC (15 years, 8 months ago) by ando
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +83 -35 lines
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred.  In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently

Revision 1.29: download - view: text, markup - select for diffs
Fri Aug 3 10:02:09 2007 UTC (15 years, 10 months ago) by ralf
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -27 lines
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.

Revision 1.28: download - view: text, markup - select for diffs
Wed Jul 25 15:21:06 2007 UTC (15 years, 10 months ago) by ralf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -5 lines
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.

Revision 1.27: download - view: text, markup - select for diffs
Wed May 9 17:10:36 2007 UTC (16 years, 1 month ago) by hallvard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
assert(pointer) -> assert(pointer != NULL)

Revision 1.26: download - view: text, markup - select for diffs
Tue Apr 10 00:38:54 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +9 -9 lines
Fix prev commit, filter construction with URI filters

Revision 1.25: download - view: text, markup - select for diffs
Thu Mar 22 07:22:53 2007 UTC (16 years, 2 months ago) by hyc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +941 -344 lines
Enhanced unique configuration

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

Revision 1.23: download - view: text, markup - select for diffs
Sun Nov 12 01:15:49 2006 UTC (16 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +11 -11 lines
ITS#4742 cleanup config error reporting

Revision 1.22: download - view: text, markup - select for diffs
Thu Apr 27 00:28:07 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -13 lines
back-config support, cleanup init/destroy

Revision 1.21: download - view: text, markup - select for diffs
Thu Apr 27 00:12:34 2006 UTC (17 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +209 -83 lines
back-config support. from Matthew Backes @ Symas.com and
Karsten Kuenne @ rentec.com (ITS#4506)

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

Revision 1.19: download - view: text, markup - select for diffs
Mon Dec 19 22:53:25 2005 UTC (17 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +22 -8 lines
Fix ITS#4267, don't bother with unique_search if no relevant attributes
were modified. Also use tmpmem for the constructed filter.

Revision 1.18: download - view: text, markup - select for diffs
Fri Nov 25 11:43:51 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
streamline overlay configuration

Revision 1.17: download - view: text, markup - select for diffs
Fri Nov 25 09:41:33 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -7 lines
add more versatile private API for filter escaping

Revision 1.16: download - view: text, markup - select for diffs
Fri Nov 25 00:13:24 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +57 -26 lines
escape filter values (ITS#4212)

Revision 1.15: download - view: text, markup - select for diffs
Tue Oct 11 00:16:09 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Remove lint

Revision 1.14: download - view: text, markup - select for diffs
Wed Oct 5 04:18:56 2005 UTC (17 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -44 lines
ITS#4066 ignore writes that aren't under the unique_base

Revision 1.13: download - view: text, markup - select for diffs
Sun Aug 28 05:02:53 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
ITS#3937 tone down informational debug msgs

Revision 1.12: download - view: text, markup - select for diffs
Fri Jul 22 11:18:29 2005 UTC (17 years, 10 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_AC_MP, OPENLDAP_AC_BP, OPENLDAP_AC
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Remove unused variables.

Revision 1.11: download - view: text, markup - select for diffs
Sun Mar 13 22:18:49 2005 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +13 -3 lines
Ignore matches from the entry being modified

Revision 1.10: download - view: text, markup - select for diffs
Tue Feb 1 14:11:33 2005 UTC (18 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Init ors_limit to NULL

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

Revision 1.8: download - view: text, markup - select for diffs
Sun Dec 5 02:06:01 2004 UTC (18 years, 6 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP, OPENLDAP_REL_ENG_2_3_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Fix typo

Revision 1.7: download - view: text, markup - select for diffs
Thu Nov 25 20:16:56 2004 UTC (18 years, 6 months ago) by hyc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
Disable back-bdb native syncrepl support, enable syncprov overlay,
remove syncrepl stuff from Operation struct

Revision 1.6: download - view: text, markup - select for diffs
Thu Nov 4 02:10:03 2004 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Minor cleanup of prev commit

Revision 1.5: download - view: text, markup - select for diffs
Thu Nov 4 01:59:34 2004 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +142 -222 lines
Consolidate redundant code

Revision 1.4: download - view: text, markup - select for diffs
Sun Jul 18 19:44:31 2004 UTC (18 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -3 lines
rework op/rs structures to deal with opeartional attributes

Revision 1.3: download - view: text, markup - select for diffs
Sat Jun 12 13:08:59 2004 UTC (19 years ago) by ando
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -11 lines
silence a few (mostly harmless) warnings

Revision 1.2: download - view: text, markup - select for diffs
Sat Jun 12 09:33:22 2004 UTC (19 years ago) by ando
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -7 lines
clarify no limits in (internal) searches

Revision 1.1: download - view: text, markup - select for diffs
Sat Apr 17 06:17:44 2004 UTC (19 years, 1 month ago) by hyc
Branches: MAIN
Added referential integrity and attribute uniqueness overlays

Revision 1.8.2.12: download - view: text, markup - select for diffs
Mon Feb 11 23:24:25 2008 UTC (15 years, 4 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.8.2.11: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.11: +2 -2 lines
Happy new year! (belated)

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

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

Revision 1.8.2.9: download - view: text, markup - select for diffs
Tue Dec 20 23:00:12 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.8.2.8: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.8: +22 -8 lines
Changes from HEAD suggested by Howard (1st round, less tests)

Revision 1.8.2.8: download - view: text, markup - select for diffs
Sat Nov 26 23:54:52 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.8.2.7: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.7: +66 -32 lines
Sync with HEAD

Revision 1.8.2.7: download - view: text, markup - select for diffs
Tue Oct 11 17:42:19 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12, OPENLDAP_REL_ENG_2_3_11
Diff to: previous 1.8.2.6: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.6: +2 -2 lines
Sync with HEAD

Revision 1.8.2.6: download - view: text, markup - select for diffs
Wed Oct 5 17:42:20 2005 UTC (17 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9, OPENLDAP_REL_ENG_2_3_8, OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.8.2.5: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.5: +9 -44 lines
Sync with HEAD

Revision 1.8.2.5: download - view: text, markup - select for diffs
Mon Aug 29 18:26:11 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.8.2.4: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.4: +3 -3 lines
Sync with HEAD

Revision 1.8.2.4: download - view: text, markup - select for diffs
Tue Aug 9 21:04:08 2005 UTC (17 years, 10 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.8.2.3: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.3: +2 -2 lines
Sync with HEAD

Revision 1.8.2.3: download - view: text, markup - select for diffs
Mon Mar 14 22:25:02 2005 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4, OPENLDAP_REL_ENG_2_3_3BETA, OPENLDAP_REL_ENG_2_3_2BETA
Diff to: previous 1.8.2.2: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.2: +13 -3 lines
Sync with HEAD

Revision 1.8.2.2: download - view: text, markup - select for diffs
Wed Feb 2 17:32:45 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.1: +2 -1 lines
Sync with HEAD
ready for 1alpha release

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

Revision 1.20.2.19: download - view: text, markup - select for diffs
Tue Jan 4 23:50:50 2011 UTC (12 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25, OPENLDAP_REL_ENG_2_4_24, OPENLDAP_RELEASE
Diff to: previous 1.20.2.18: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.18: +2 -2 lines
Happy New Year!

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

Revision 1.20.2.17: download - view: text, markup - select for diffs
Wed Dec 2 16:52:10 2009 UTC (13 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE, OPENLDAP_REL_ENG_2_4_21
Diff to: previous 1.20.2.16: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.16: +7 -7 lines
ITS#6270

Revision 1.20.2.16: download - view: text, markup - select for diffs
Sun Aug 2 18:44:04 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_20, OPENLDAP_REL_ENG_2_4_19, OPENLDAP_REL_ENG_2_4_18
Diff to: previous 1.20.2.15: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.15: +2 -2 lines
ITS6077:Fix last commit: C90 rejects declaration after code

Revision 1.20.2.15: download - view: text, markup - select for diffs
Mon Jul 27 18:39:18 2009 UTC (13 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.20.2.14: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.14: +31 -5 lines
ITS#6077

Revision 1.20.2.14: download - view: text, markup - select for diffs
Thu Jan 22 00:01:13 2009 UTC (14 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_17, OPENLDAP_REL_ENG_2_4_16, OPENLDAP_REL_ENG_2_4_15, OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.20.2.13: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.13: +2 -2 lines
Update copyright for next release

Revision 1.20.2.13: download - view: text, markup - select for diffs
Sat Nov 8 00:28:44 2008 UTC (14 years, 7 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.20.2.12: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.12: +2 -2 lines
ITS#5731,ITS#5732

Revision 1.20.2.12: download - view: text, markup - select for diffs
Mon Sep 8 18:59:02 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.20.2.11: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.11: +2 -2 lines
unique_search(): Print key->bv_val rather than key.

Revision 1.20.2.11: download - view: text, markup - select for diffs
Wed Sep 3 00:07:58 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.20.2.10: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.10: +10 -1 lines
ITS#5641

Revision 1.20.2.10: download - view: text, markup - select for diffs
Wed Sep 3 00:05:01 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.20.2.9: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.9: +25 -1 lines
ITS#5581 fix

Revision 1.20.2.9: download - view: text, markup - select for diffs
Wed Jul 9 23:45:53 2008 UTC (14 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11
Diff to: previous 1.20.2.8: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.8: +4 -4 lines
ITS#5581

Revision 1.20.2.8: download - view: text, markup - select for diffs
Tue May 27 21:05:56 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.20.2.7: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.7: +4 -4 lines
ITS#5511

Revision 1.20.2.7: download - view: text, markup - select for diffs
Tue May 27 20:16:35 2008 UTC (15 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.20.2.6: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.6: +10 -2 lines
ITS#5511

Revision 1.20.2.6: download - view: text, markup - select for diffs
Tue May 27 20:14:17 2008 UTC (15 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.20.2.5: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.5: +76 -71 lines
ITS#5526

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

Revision 1.20.2.4: download - view: text, markup - select for diffs
Tue Nov 27 18:11:43 2007 UTC (15 years, 6 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7
Diff to: previous 1.20.2.3: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.3: +83 -35 lines
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred.  In some cases, error handling could be added.

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

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

Revision 1.20.2.1: download - view: text, markup - select for diffs
Mon May 15 17:04:44 2006 UTC (17 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_3ALPHA, OPENLDAP_REL_ENG_2_4_2ALPHA, OPENLDAP_REL_ENG_2_4_1ALPHA
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +214 -91 lines
Sync with HEAD

Diff request

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

Log view options

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