
CVS log for servers/slapd/back-sql/util.c
Up to [OpenLDAP] / servers / slapd / back-sql
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.52: download - view: text, markup - select for diffs
Tue Jan 4 23:43:30 2011 UTC (11 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
Happy New Year
Revision 1.51: download - view: text, markup - select for diffs
Tue Apr 13 20:18:24 2010 UTC (12 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
happy belated New Year
Revision 1.50: download - view: text, markup - select for diffs
Wed Jan 21 23:40:38 2009 UTC (13 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: ACLCHECK_0,
ACLCHECK
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Update copyright notices
Revision 1.49: download - view: text, markup - select for diffs
Mon Jan 7 23:20:14 2008 UTC (14 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Happy New Year (belated)
Revision 1.48: download - view: text, markup - select for diffs
Sat Dec 15 14:23:24 2007 UTC (14 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +13 -13
lines
fix declarations of buffers for numeric strings; other related cleanup
Revision 1.47: download - view: text, markup - select for diffs
Tue Jan 2 19:01:13 2007 UTC (15 years, 6 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
happy new year
Revision 1.46: download - view: text, markup - select for diffs
Thu Dec 21 21:05:49 2006 UTC (15 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
fix typo (ITS#4784)
Revision 1.45: download - view: text, markup - select for diffs
Tue Jan 3 22:12:24 2006 UTC (16 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP,
OPENLDAP_REL_ENG_2_4_3ALPHA,
OPENLDAP_REL_ENG_2_4_2ALPHA,
OPENLDAP_REL_ENG_2_4_1ALPHA,
OPENLDAP_REL_ENG_2_4_0ALPHA,
OPENLDAP_REL_ENG_2_3_MP
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Happy new year!
Revision 1.44: download - view: text, markup - select for diffs
Thu Nov 24 00:00:28 2005 UTC (16 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -1
lines
silence debug messages
Revision 1.43: download - view: text, markup - select for diffs
Sun Nov 13 20:51:14 2005 UTC (16 years, 7 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +18 -20
lines
use pooled memory whenever appropriate
Revision 1.42: download - view: text, markup - select for diffs
Thu Sep 8 18:18:43 2005 UTC (16 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4
lines
fix format and signedness issues
Revision 1.41: download - view: text, markup - select for diffs
Mon Jul 18 04:22:36 2005 UTC (16 years, 11 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +13 -13
lines
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
Revision 1.40: download - view: text, markup - select for diffs
Thu Jun 9 07:43:20 2005 UTC (17 years ago) by ando
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +10 -4
lines
make aliasing and aliasing quotes configurable
Revision 1.39: download - view: text, markup - select for diffs
Fri Jan 21 16:27:27 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -7
lines
(blind) improvement of column name aliasing
Revision 1.38: download - view: text, markup - select for diffs
Tue Jan 18 23:00:52 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -3
lines
remove all referral specific code; now referrals can be used by defining appropriate data/metadata
Revision 1.37: download - view: text, markup - select for diffs
Mon Jan 17 18:32:28 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1
lines
fix several schema checking issues; add rename specific statement for entry renaming without losing ID (helps e.g. in renaming referrals, otherwise referential integrity would prevent del/add because of referenced stuff in ldap_referrals and ldap_entry_objclasses); referrals need schemacheck off otherwise objectClass chain is invalid (they need to be attached to another objectClass by now; will address this later)
Revision 1.36: download - view: text, markup - select for diffs
Sun Jan 16 22:12:36 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +15 -26
lines
fixes for ITS#3480,3485,3489; implementation of DISCLOSE access for all operations (ITS#3472); ITS#3432.4; added value validate/pretty when applicable (see comments and #defines in back-sql.h)
Revision 1.35: download - view: text, markup - select for diffs
Sat Jan 8 08:59:16 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -8
lines
fix mix memory issues and cleanup
Revision 1.34: download - view: text, markup - select for diffs
Wed Jan 5 15:23:00 2005 UTC (17 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -5
lines
minor naming cleanup; improvements to DN mapping layer; major docs update
Revision 1.33: download - view: text, markup - select for diffs
Mon Jan 3 09:51:59 2005 UTC (17 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -2
lines
mostly copyright cleanup; removal of unnecessary headers
Revision 1.32: download - view: text, markup - select for diffs
Sat Jan 1 19:49:58 2005 UTC (17 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Happy New Year!
Revision 1.31: download - view: text, markup - select for diffs
Mon Nov 15 21:10:10 2004 UTC (17 years, 7 months ago) by ando
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.30: preferred, colored
Changes since revision 1.30: +1 -6
lines
minor cleanup
Revision 1.30: download - view: text, markup - select for diffs
Sun Oct 3 23:19:53 2004 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +90 -1
lines
add support for entryUUID and entryCSN operational attributes (entryUUID is honored in filters as well)
Revision 1.29: download - view: text, markup - select for diffs
Sun Oct 3 19:08:54 2004 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
improve previous commit; consistently use dn/ndn; add support for LDAP_SCOPE_SUBORDINATE
Revision 1.28: download - view: text, markup - select for diffs
Sun Sep 26 20:58:49 2004 UTC (17 years, 9 months ago) by ando
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -3
lines
multiple precision with BIGNUM/gmp/ulong
Revision 1.27: download - view: text, markup - select for diffs
Wed Aug 25 08:41:13 2004 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +9 -9
lines
more definitive improvements; now write operations are consistent; plugged some more leaks/invalid frees; tests are more complete. IBM db2 doesn't pass write test because the entries are written in a different order; need to write a script that sorts the results...
Revision 1.26: download - view: text, markup - select for diffs
Tue Aug 24 15:08:30 2004 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -1
lines
write test is almost working for ibmdb2 as well...
Revision 1.25: download - view: text, markup - select for diffs
Tue Aug 24 13:16:08 2004 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
cleanup
Revision 1.24: download - view: text, markup - select for diffs
Tue Aug 24 08:31:02 2004 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
fix various issues; line up with new tests
Revision 1.23: download - view: text, markup - select for diffs
Fri Aug 20 10:06:03 2004 UTC (17 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -5
lines
allow to search for "auxiliary" objectClasses (i.e. those in ldap_entry_objclasses); allow to return all objectClasses including "auxiliary"; various cleanup
Revision 1.22: download - view: text, markup - select for diffs
Mon Jun 14 18:06:15 2004 UTC (18 years ago) by ando
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
lines
fix build when #define BACKSQL_TRACE
Revision 1.21: download - view: text, markup - select for diffs
Sat Apr 10 07:33:55 2004 UTC (18 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -8
lines
Added provisions for a layer between the backend and the ODBC
for further mucking with data. This can be of use in ill situations
where not all the required massaging can be done on data with SQL
by means of stored procedures, but overlays are called too early
and cannot be used to make data non LDAP compliant.
- only support for bidirectional DN mucking is provided right now
- support for other values mucking is planned
- write is not completely tested yet
- the API could change quite often; don't rely too much on it
other cleanup has been added.
Revision 1.20: download - view: text, markup - select for diffs
Mon Jan 19 21:13:16 2004 UTC (18 years, 5 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -5
lines
make file names more slapd-ish; add attribute inheritance to search attributes; precompile uppercased search
Revision 1.19: download - view: text, markup - select for diffs
Sat Jan 17 17:07:43 2004 UTC (18 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
cleanup
Revision 1.18: download - view: text, markup - select for diffs
Thu Jan 1 18:15:37 2004 UTC (18 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Happy new year
Revision 1.17: download - view: text, markup - select for diffs
Sun Dec 7 18:19:18 2003 UTC (18 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -6
lines
notices and acknowledgements
Revision 1.16: download - view: text, markup - select for diffs
Tue Apr 15 19:55:25 2003 UTC (19 years, 2 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP,
OPENLDAP_REL_ENG_2_2_3BETA,
OPENLDAP_REL_ENG_2_2_2BETA,
OPENLDAP_REL_ENG_2_2_1BETA,
OPENLDAP_REL_ENG_2_2_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +61 -63
lines
fix backsql new API; use berbuf instead of berval
Revision 1.15: download - view: text, markup - select for diffs
Fri Apr 11 21:23:03 2003 UTC (19 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
fix context memory and more cleanup
Revision 1.14: download - view: text, markup - select for diffs
Wed Feb 26 18:41:27 2003 UTC (19 years, 4 months ago) by ando
Branches: MAIN
CVS tags: NO_SLAP_OP_BLOCKS
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1
lines
blind fix (accrding to back-monitor hack)
Revision 1.13: download - view: text, markup - select for diffs
Sat Aug 31 08:37:42 2002 UTC (19 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0
lines
trace illegal condition in backsql_strfcat
Revision 1.12: download - view: text, markup - select for diffs
Thu Aug 29 08:55:49 2002 UTC (19 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1
lines
- added the capability to filter based on hasSubordinate attribute
to back-bdb, back-ldbm and back-sql (the latter with limitations);
- added handling of ":dn" attributes to extended rfc2254 filters
and to matched value filter
- altered the behavior of get_mra() when a matching rule is given:
now it checks whether it is compatible with the attribute syntax
and, in case it is, the given mr is used. In case of no type,
the check is delayed when filtering
Revision 1.11: download - view: text, markup - select for diffs
Fri Aug 23 06:54:09 2002 UTC (19 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +268 -41
lines
Final run of changes to back-sql; IBM db2 support has been tested.
Now related ITSes need be audited and possibly closed.
Enhancements:
- re-styled code for better readability
- upgraded backend API to reflect recent changes
- LDAP schema is checked when loading SQL/LDAP mapping
- AttributeDescription/ObjectClass pointers used for more efficient
mapping lookup
- bervals used where string length is required often
- atomized write operations by committing at the end of each operation
and defaulting connection closure to rollback
- added LDAP access control to write operations
- fully implemented modrdn (with rdn attrs change, deleteoldrdn,
access check, parent/children check and more)
- added parent access control, children control to delete operation
- added structuralObjectClass operational attribute check and
value return on search
- added hasSubordinate operational attribute on demand
- search limits are appropriately enforced
- function backsql_strcat() has been made more efficient
- concat function has been made configurable by means of a pattern
- added config switches:
- fail_if_no_mapping write operations fail if there is no mapping
- has_ldapinfo_dn_ru overrides autodetect
- concat_pattern a string containing two '?' is used
(note that "?||?" should be more portable
than builtin function "CONCAT(?,?)")
- strcast_func cast of string constants in "SELECT DISTINCT statements (needed by PostgreSQL)
- upper_needs_cast cast the argument of upper when required
(basically when building dn substring queries)
Todo:
- add security checks for SQL statements that can be injected (?)
- re-test with previously supported RDBMs
- replace dn_ru and so with normalized dn (no need for upper() and so
in dn match)
- implement a backsql_normalize() function to replace the upper()
conversion routines
- note that subtree deletion, subtree renaming and so could be easily
implemented (rollback and consistency checks are available :)
- implement "lastmod" and other operational stuff (ldap_entries table ?)
Revision 1.10: download - view: text, markup - select for diffs
Fri Aug 16 14:45:24 2002 UTC (19 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +17 -9
lines
CHANGES:
- now all write operations appear to work correctly with PostgeSQL 7.0
- all write operations have been made transactional (atomic writes to
entries are committed separately only in case of complete^1 success
while all other operations are rolled-back by default)
- more cleanup and handling of exceptional conditions
TODO:
- deen to check with different databases and more up to date versions
of both unixODBC and PostgreSQL.
^1: attribute add/modify/delete operations silently succeed if the
appropriate add/delete proc does not exist for each attribute;
this may be correct to hide undesired/unimplemented correspondence
between LDAP and SQL databases; however, a more appropriate
LDAP behavior would be a failure with LDAP_UNAVAILABLE if a
single write operation cannot be executed for such reason
Revision 1.9: download - view: text, markup - select for diffs
Tue Aug 13 15:12:27 2002 UTC (19 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +203 -130
lines
changes:
- re-style according to the style giudelines for better readability
- updated to recent frontend/backend API changes
- fixed a few quirks about normalization
- "optimized" a few memory allocation/string handling functions
- fixed a few quirks about add/modify (still have to look ad modrdn)
todo:
- there is still something broken (at least with PostgreSQL and IBM db2,
the two RDBMS O have at hand) when adding
- move everything to struct bervals and try to save a few strlen
- try some LDAP/SQL syntax relation to use appropriate value bind if possible
- ...
Revision 1.8: download - view: text, markup - select for diffs
Mon Apr 15 18:42:44 2002 UTC (20 years, 2 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -1
lines
Re: Patch: ctype functions require 'unsigned char' args (ITS#1678)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================
Here are fixes for more places where the argument to ctype.h functions
should be in the range of `unsigned char'.
Explanation of the last patch (to schema_init.c:bvcasechr()):
TOLOWER() and TOUPPER() return values in the range of `unsigned char',
but bvcasechr() then compares those values with a plain `char'. So I
convert the return values from TOLOWER()/TOUPPER() to `char' first.
Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
Revision 1.7: download - view: text, markup - select for diffs
Mon Oct 22 11:23:09 2001 UTC (20 years, 8 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP,
OPENLDAP_REL_ENG_2_1_ALPHA0
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1
lines
Moved AttributeDescription caching into main code:
Changed AttributeDescription.{ad_cname,ad_lang} to struct berval everywhere
Deleted ad_free() everywhere
Added ad_mutex to init.c
The AttributeDescriptions are in a linked list hanging off of the
corresponding AttributeType.
Revision 1.6: download - view: text, markup - select for diffs
Fri Sep 7 11:04:11 2001 UTC (20 years, 9 months ago) by mit
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -16
lines
some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.)
Revision 1.5: download - view: text, markup - select for diffs
Thu Aug 2 15:28:59 2001 UTC (20 years, 11 months ago) by mit
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -1
lines
A big bunch of improvements, contributed by Sam Drake and Raj Damani.
Summary of changes is cited below.
The patch still needs some cosmetic changes to be made, but is ready for testing.
-----Original Message-----
From: Sam Drake [mailto:drake@timesten.com]
Sent: Saturday, April 07, 2001 10:40 PM
To: 'mitya@seismic.ru'
Cc: openldap-devel@OpenLDAP.org
Subject: RE: Slapd frontend performance issues
FYI, here is a short description of the changes I made. I'll package up the
changes asap, but it may take a couple of days.
The performance numbers quoted in this report were seen at my location with
a 100,000 object database ... the slower numbers I mentioned earlier were
reported by a customer with a 1,000,000 object database.
I also can't explain the very poor performance I saw with OpenLDAP and LDBM
with a 100,000 object database.
...Sam Drake / TimesTen Performance Software
----------
Work Performed
OpenLDAP 2.0.9, including back-sql, was built successfully on Solaris
8 using gcc. The LDAP server itself, slapd, passed all tests bundled
with OpenLDAP. OpenLDAP was built using Sleepycat LDBM release 3.1.17
as the "native" storage manager.
The experimental back-sql facility in slapd was also built
successfully. It was built using Oracle release 8.1.7 and the Oracle
ODBC driver and ODBC Driver Manager from Merant. Rudimentary testing
was performed with the data and examples provided with back-sql, and
back-sql was found to be functional.
Slapd and back-sql were then tested with TimesTen, using TimesTen
4.1.1. Back-sql was not immediately functional with TimesTen due to a
number of SQL limitations in the TimesTen product.
Functional issues encountered were:
1. Back-sql issued SELECT statements including the construct,
"UPPER(?)". While TimesTen supports UPPER, it does not support the
use of parameters as input to builtin functions. Back-sql was
modified to convert the parameter to upper case prior to giving it
to the underlying database ... a change that is appropriate for all
databases.
2. Back-sql issued SELECT statements using the SQL CONCAT function.
TimesTen does not support this function. Back-sql was modified to
concatentate the necessary strings itself (in "C" code) prior to
passing the parameters to SQL. This change is also appropriate for
all databases, not just TimesTen.
Once these two issues were resolved, back-sql could successfully
process LDAP searches using the sample data and examples provided with
back-sql.
While performance was not measured at this point, numerous serious
performance problems were observed with the back-sql code and the
generated SQL. In particular:
1. In the process of implementing an LDAP search, back-sql will
generate and execute a SQL query for all object classes stored in
back-sql. During the source of generating each SQL query, it is
common for back-sql to determine that a particular object class can
not possibly have any members satisfying the search. For example,
this can occur if the query searches an attribute of the LDAP
object that does not exist in the SQL schema. In this case,
back-sql would generate and issue the SQL query anyway, including a
clause such as "WHERE 1=0" in the generated SELECT. The overhead
of parsing, optimizing and executing the query is non-trivial, and
the answer (the empty set) is known in advance. Solution: Back-sql
was modified to stop executing a SQL query when it can be
predetermined that the query will return no rows.
2. Searches in LDAP are fundamentally case-insensitive ("abc" is equal
to "aBc"). However, in SQL this is not normally the case.
Back-sql thus generated SQL SELECT statements including clauses of
the form, "WHERE UPPER(attribute) = 'JOE'". Even if an index is
defined on the attribute in the relational database, the index can
not be used to satisfy the query, as the index is case sensitive.
The relational database then is forced to scan all rows in the
table in order to satisfy the query ... an expensive and
non-scalable proposition. Solution: Back-sql was modified to allow
the schema designer to add additional "upper cased" columns to the
SQL schema. These columns, if present, contain an upper cased
version of the "standard" field, and will be used preferentially
for searching. Such columns can be provided for all searchable
columns, some columns, or no columns. An application using
database "triggers" or similar mechanisms can automatically
maintain these upper cased columns when the standard column is
changed.
3. In order to implement the hierarchical nature of LDAP object
hierarchies, OpenLDAP uses suffix searches in SQL. For example, to
find all objects in the subtree "o=TimesTen,c=us", a SQL SELECT
statement of the form, "WHERE UPPER(dn) LIKE '%O=TIMESTEN,C=US'"
would be employed. Aside from the UPPER issue discussed above, a
second performance problem in this query is the use of suffix
search. In TimesTen (and most relational databases), indexes can
be used to optimize exact-match searches and prefix searches.
However, suffix searches must be performed by scanning every row in
the table ... an expensive and non-scalable proposition. Solution:
Back-sql was modified to optionally add a new "dn_ru" column to the
ldap_entries table. This additional column, if present, contains a
byte-reversed and upper cased version of the DN. This allows
back-sql to generate indexable prefix searches. This column is
also easily maintained automatically through the use of triggers.
Results
A simple database schema was generated holding the LDAP objects and
attributes specified by our customer. An application was written to
generate test databases. Both TimesTen and Oracle 8.1.7 were
populated with 100,000 entry databases.
Load Times
Using "slapadd" followed by "slapindex", loading and indexing 100,000
entries in an LDBM database ran for 19 minutes 10 seconds.
Using a C++ application that used ODBC, loading 100,000 entries into
a disk based RDBMS took 17 minutes 53 seconds.
Using a C++ application that used ODBC, loading 100,000 entries into
TimesTen took 1 minute 40 seconds.
Search Times
The command, "timex timesearch.sh '(cn=fname210100*)'" was used to
test search times. This command issues the same LDAP search 4000
times over a single LDAP connection. Both the client and server
(slapd) were run on the same machine.
With TimesTen as the database, 4000 queries took 14.93 seconds, for a
rate of 267.9 per second.
With a disk based RDBMS as the database, 4000 queries took 77.79 seconds,
for a
rate of 51.42 per second.
With LDBM as the database, 1 query takes 76 seconds, or 0.076 per
second. Something is clearly broken.
Revision 1.4: download - view: text, markup - select for diffs
Thu Jun 29 19:14:43 2000 UTC (22 years ago) by mit
Branches: MAIN
Branch point for: OPENLDAP_REL_ENG_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +28 -36
lines
changes for 2.0-beta
including:
- fixes according to new API changes
- closing db connection in connection_destroy callback, not unbind
- support of new schema code, samples changed accordingly
- support for multiple objectclasses (to distinguish from unique objectclass-to-tables mapping)
- auto 'ref' attribute support
- samples now include illustrations of using these 2 features to make named referrals as described in ldapext-namedref draft
more to come:
- documentation update
- different improvements to be more close to native directory (after beta?)
Revision 1.3: download - view: text, markup - select for diffs
Fri May 26 14:03:33 2000 UTC (22 years, 1 month ago) by mit
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -7
lines
Summary of changes:
- filter -> SQL translation bugfixes
- several memory leaks fixups
- improved configurability:
- allows definition of uppercasing function to support CIS matching on databases that do
case sensitive compares (this fixes up Oracle issues, example updated)
- allows more flexibility in stored procedures interface (different parameter order, optional return
codes - see samples, and comments in backsql.h)
- synchronize function interfaces to recent changes in prototypes ("const" clauses etc.) made for all backends
(those changes led to compile-time errors)
Revision 1.2: download - view: text, markup - select for diffs
Sun Mar 19 05:18:27 2000 UTC (22 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0
lines
wrap sql *.c files with #ifdef SLAPD_SQL to facilate NT builds
without -DSLAPD_SQL
Revision 1.1: download - view: text, markup - select for diffs
Thu Mar 16 18:46:21 2000 UTC (22 years, 3 months ago) by mit
Branches: MAIN
even more back-sql files
Revision 1.4.2.1: download - view: text, markup - select for diffs
Thu Jul 6 16:45:23 2000 UTC (21 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_GAMMA,
OPENLDAP_REL_ENG_2_0_BETA,
OPENLDAP_REL_ENG_2_0_9,
OPENLDAP_REL_ENG_2_0_8,
OPENLDAP_REL_ENG_2_0_7,
OPENLDAP_REL_ENG_2_0_6,
OPENLDAP_REL_ENG_2_0_5,
OPENLDAP_REL_ENG_2_0_4,
OPENLDAP_REL_ENG_2_0_3,
OPENLDAP_REL_ENG_2_0_27,
OPENLDAP_REL_ENG_2_0_26,
OPENLDAP_REL_ENG_2_0_25,
OPENLDAP_REL_ENG_2_0_24,
OPENLDAP_REL_ENG_2_0_23,
OPENLDAP_REL_ENG_2_0_22,
OPENLDAP_REL_ENG_2_0_21,
OPENLDAP_REL_ENG_2_0_20,
OPENLDAP_REL_ENG_2_0_2,
OPENLDAP_REL_ENG_2_0_19,
OPENLDAP_REL_ENG_2_0_18,
OPENLDAP_REL_ENG_2_0_17,
OPENLDAP_REL_ENG_2_0_16,
OPENLDAP_REL_ENG_2_0_15,
OPENLDAP_REL_ENG_2_0_14,
OPENLDAP_REL_ENG_2_0_13,
OPENLDAP_REL_ENG_2_0_12,
OPENLDAP_REL_ENG_2_0_11,
OPENLDAP_REL_ENG_2_0_10,
OPENLDAP_REL_ENG_2_0_1,
OPENLDAP_REL_ENG_2_0_0
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +0 -0
lines
Import experimental SQL from devel and associated configure
support.
Revision 1.7.2.5: download - view: text, markup - select for diffs
Sun Sep 1 03:58:14 2002 UTC (19 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9,
OPENLDAP_REL_ENG_2_1_8,
OPENLDAP_REL_ENG_2_1_7,
OPENLDAP_REL_ENG_2_1_6,
OPENLDAP_REL_ENG_2_1_5,
OPENLDAP_REL_ENG_2_1_30,
OPENLDAP_REL_ENG_2_1_29,
OPENLDAP_REL_ENG_2_1_28,
OPENLDAP_REL_ENG_2_1_27,
OPENLDAP_REL_ENG_2_1_26,
OPENLDAP_REL_ENG_2_1_25,
OPENLDAP_REL_ENG_2_1_24,
OPENLDAP_REL_ENG_2_1_23,
OPENLDAP_REL_ENG_2_1_22,
OPENLDAP_REL_ENG_2_1_21,
OPENLDAP_REL_ENG_2_1_20,
OPENLDAP_REL_ENG_2_1_19,
OPENLDAP_REL_ENG_2_1_18,
OPENLDAP_REL_ENG_2_1_17,
OPENLDAP_REL_ENG_2_1_16,
OPENLDAP_REL_ENG_2_1_15,
OPENLDAP_REL_ENG_2_1_14,
OPENLDAP_REL_ENG_2_1_13,
OPENLDAP_REL_ENG_2_1_12,
OPENLDAP_REL_ENG_2_1_11,
OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.7.2.4: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.4: +2 -0
lines
Sync with HEAD
Revision 1.7.2.4: download - view: text, markup - select for diffs
Fri Aug 30 00:57:50 2002 UTC (19 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.7.2.3: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.3: +1 -1
lines
Sync with HEAD
Revision 1.7.2.3: download - view: text, markup - select for diffs
Thu Aug 29 01:51:03 2002 UTC (19 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.7.2.2: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.2: +268 -41
lines
Sync with HEAD
Revision 1.7.2.2: download - view: text, markup - select for diffs
Fri Aug 16 17:19:50 2002 UTC (19 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_4
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.1: +211 -130
lines
Sync with HEAD
Revision 1.7.2.1: download - view: text, markup - select for diffs
Thu Apr 18 15:20:03 2002 UTC (20 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_BETA1,
OPENLDAP_REL_ENG_2_1_3,
OPENLDAP_REL_ENG_2_1_2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -1
lines
Resync with HEAD
Revision 1.16.2.8: download - view: text, markup - select for diffs
Thu Jan 20 17:01:17 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_30,
OPENLDAP_REL_ENG_2_2_29,
OPENLDAP_REL_ENG_2_2_28,
OPENLDAP_REL_ENG_2_2_27,
OPENLDAP_REL_ENG_2_2_26,
OPENLDAP_REL_ENG_2_2_25,
OPENLDAP_REL_ENG_2_2_24,
OPENLDAP_REL_ENG_2_2_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.16.2.7: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.7: +2 -2
lines
Happy new year!
Revision 1.16.2.7: download - view: text, markup - select for diffs
Fri Sep 24 14:09:15 2004 UTC (17 years, 9 months ago) by ando
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_20,
OPENLDAP_REL_ENG_2_2_19,
OPENLDAP_REL_ENG_2_2_18
Diff to: previous 1.16.2.6: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.6: +21 -15
lines
import improvements from HEAD
Revision 1.16.2.6: download - view: text, markup - select for diffs
Wed Jun 16 18:19:58 2004 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_17,
OPENLDAP_REL_ENG_2_2_16,
OPENLDAP_REL_ENG_2_2_15,
OPENLDAP_REL_ENG_2_2_14
Diff to: previous 1.16.2.5: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.5: +3 -3
lines
Changes from HEAD, including
+ Fixed back-bdb ignore deadlock bug (ITS#3188)
+ Fixed back-bdb pagedResults no end cookie bug (ITS#3161)
+ Fixed back-bdb pagedResults clear controls bug (ITS#3182)
+ Fixed back-bdb pagedResults ignore control bug
+ Fixed slapd internal search limit bugs (ITS#3183)
+ Added slapd -l USER/DAEMON options (ITS#3187)
+ Build environments
+ Fixed back-sql trace build
Revision 1.16.2.5: download - view: text, markup - select for diffs
Mon Apr 12 18:20:15 2004 UTC (18 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9,
OPENLDAP_REL_ENG_2_2_13,
OPENLDAP_REL_ENG_2_2_12,
OPENLDAP_REL_ENG_2_2_11,
OPENLDAP_REL_ENG_2_2_10
Diff to: previous 1.16.2.4: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.4: +8 -8
lines
From HEAD:
New module build stuff
updateref updates, new SHADOW DBFLAGS, etc.
paging control updates
limits updates
fixed duplicate value checks
fixed permissive modify
sasl auxprop propname changes
back-bdb "" suffix fixes
fixed back-bdb/ldbm approx non-indexing fixings
updated back-sql
Revision 1.16.2.4: download - view: text, markup - select for diffs
Tue Jan 20 23:44:21 2004 UTC (18 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_8,
OPENLDAP_REL_ENG_2_2_7,
OPENLDAP_REL_ENG_2_2_6,
OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.16.2.3: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.3: +4 -5
lines
Sync with HEAD
Revision 1.16.2.3: download - view: text, markup - select for diffs
Sat Jan 17 18:29:09 2004 UTC (18 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.16.2.2: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.2: +2 -2
lines
Sync with HEAD
Revision 1.16.2.2: download - view: text, markup - select for diffs
Thu Jan 1 18:16:40 2004 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.1: +2 -2
lines
Happy new year
Revision 1.16.2.1: download - view: text, markup - select for diffs
Mon Dec 15 22:05:26 2003 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -6
lines
Sync with HEAD
Revision 1.31.2.11: download - view: text, markup - select for diffs
Mon Feb 11 23:24:24 2008 UTC (14 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.31.2.10: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.10: +2 -2
lines
Happy new year! (belated)
Revision 1.31.2.10: download - view: text, markup - select for diffs
Tue Jan 2 21:44:07 2007 UTC (15 years, 6 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.31.2.9: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.9: +2 -2
lines
happy new year
Revision 1.31.2.9: download - view: text, markup - select for diffs
Thu Dec 21 21:09:07 2006 UTC (15 years, 6 months ago) by ando
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31.2.8: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.8: +2 -2
lines
fix typo (ITS#4784)
Revision 1.31.2.8: download - view: text, markup - select for diffs
Tue Jan 3 22:16:24 2006 UTC (16 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.31.2.7: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.7: +2 -2
lines
Happy new year!
Revision 1.31.2.7: download - view: text, markup - select for diffs
Sat Nov 26 23:54:51 2005 UTC (16 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14,
OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.31.2.6: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.6: +5 -1
lines
Sync with HEAD
Revision 1.31.2.6: download - view: text, markup - select for diffs
Mon Nov 14 18:06:14 2005 UTC (16 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.31.2.5: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.5: +18 -20
lines
Sync with HEAD
Revision 1.31.2.5: download - view: text, markup - select for diffs
Wed Sep 28 00:30:34 2005 UTC (16 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9,
OPENLDAP_REL_ENG_2_3_8,
OPENLDAP_REL_ENG_2_3_11,
OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.31.2.4: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.4: +4 -4
lines
Sync with HEAD
Changes needs updating for release...
Revision 1.31.2.4: download - view: text, markup - select for diffs
Tue Aug 9 21:04:06 2005 UTC (16 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_7,
OPENLDAP_REL_ENG_2_3_6,
OPENLDAP_REL_ENG_2_3_5
Diff to: previous 1.31.2.3: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.3: +13 -13
lines
Sync with HEAD
Revision 1.31.2.3: download - view: text, markup - select for diffs
Thu Jun 9 16:31:12 2005 UTC (17 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.2: +10 -4
lines
Sync with HEAD
Ready for release
Revision 1.31.2.2: download - view: text, markup - select for diffs
Mon Jan 24 21:28:53 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_3BETA,
OPENLDAP_REL_ENG_2_3_2BETA,
OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +2 -7
lines
Sync with HEAD
Revision 1.31.2.1: download - view: text, markup - select for diffs
Thu Jan 20 18:04:02 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +32 -40
lines
Sync with HEAD
Revision 1.45.2.7: download - view: text, markup - select for diffs
Tue Jan 4 23:50:48 2011 UTC (11 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.45.2.6: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.2.6: +2 -2
lines
Happy New Year!
Revision 1.45.2.6: download - view: text, markup - select for diffs
Tue Apr 13 20:23:43 2010 UTC (12 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.45.2.5: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.5: +2 -2
lines
happy belated new year
Revision 1.45.2.5: download - view: text, markup - select for diffs
Thu Jan 22 00:01:12 2009 UTC (13 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE,
OPENLDAP_REL_ENG_2_4_21,
OPENLDAP_REL_ENG_2_4_20,
OPENLDAP_REL_ENG_2_4_19,
OPENLDAP_REL_ENG_2_4_18,
OPENLDAP_REL_ENG_2_4_17,
OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15,
OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.45.2.4: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.4: +2 -2
lines
Update copyright for next release
Revision 1.45.2.4: download - view: text, markup - select for diffs
Mon Feb 11 23:26:48 2008 UTC (14 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,
OPENLDAP_REL_ENG_2_4_13,
OPENLDAP_REL_ENG_2_4_12,
OPENLDAP_REL_ENG_2_4_11,
OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.45.2.3: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.3: +2 -2
lines
Happy new year! (belated)
Revision 1.45.2.3: download - view: text, markup - select for diffs
Fri Feb 8 23:27:34 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.45.2.2: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.2: +13 -13
lines
fix declarations of buffers for numeric strings; other related cleanup
Revision 1.45.2.2: download - view: text, markup - select for diffs
Fri Aug 31 23:14:05 2007 UTC (14 years, 10 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.45.2.1: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.1: +0 -0
lines
Sync with HEAD for OL 2.4.5
Revision 1.45.2.1: download - view: text, markup - select for diffs
Tue Feb 13 20:22:29 2007 UTC (15 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3
lines
Quick merge: everything from HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org