]>
git.sur5r.net Git - openldap/log
Stig Venaas [Wed, 27 Feb 2002 16:11:24 +0000 (16:11 +0000)]
Using new UTF8bv* all over, getting rid of UTF8normalize() and
UTF8normcmp().
Stig Venaas [Tue, 26 Feb 2002 18:38:40 +0000 (18:38 +0000)]
Added code for approximate matching in UTF8bvnormalize() and changed to use
this in approxMatch etc in schema_init.c
Kurt Zeilenga [Mon, 25 Feb 2002 16:57:29 +0000 (16:57 +0000)]
tool install should not be dependent on $(BUILD_LDBM)
Stig Venaas [Mon, 25 Feb 2002 13:20:09 +0000 (13:20 +0000)]
Optimizing UTF8bvnormcmp() by adding flags that tells which arguments are
in NFC. By default no arguments are assumed to be NFC.
Kurt Zeilenga [Sun, 24 Feb 2002 18:56:06 +0000 (18:56 +0000)]
Minor tweaks.
Kurt Zeilenga [Sat, 23 Feb 2002 23:47:37 +0000 (23:47 +0000)]
C translator portability changes (ITS#1609)
Kurt Zeilenga [Sat, 23 Feb 2002 23:26:48 +0000 (23:26 +0000)]
Silence a warning
Kurt Zeilenga [Sat, 23 Feb 2002 23:00:26 +0000 (23:00 +0000)]
Check for -ldb4 before -ldb
Kurt Zeilenga [Thu, 21 Feb 2002 19:29:32 +0000 (19:29 +0000)]
Return proper result codes for usage errors
Kurt Zeilenga [Thu, 21 Feb 2002 19:28:49 +0000 (19:28 +0000)]
Fix bug in unused function
Kurt Zeilenga [Thu, 21 Feb 2002 15:39:35 +0000 (15:39 +0000)]
If port is zero, use default.
Stig Venaas [Wed, 20 Feb 2002 15:51:10 +0000 (15:51 +0000)]
Added UTF8bvnormcmp(), should replace UTF8normcmp()
Pierangelo Masarati [Tue, 19 Feb 2002 09:11:55 +0000 (09:11 +0000)]
#ifdef local time hack
Kurt Zeilenga [Mon, 18 Feb 2002 20:06:50 +0000 (20:06 +0000)]
#ifdef ACI/authpasswd schema
Kurt Zeilenga [Mon, 18 Feb 2002 19:48:27 +0000 (19:48 +0000)]
#ifdef experimental controls
Kurt Zeilenga [Mon, 18 Feb 2002 18:22:07 +0000 (18:22 +0000)]
Assigned 'published' OID for whoami? op
Kurt Zeilenga [Mon, 18 Feb 2002 18:10:25 +0000 (18:10 +0000)]
Updates from SDF
Kurt Zeilenga [Mon, 18 Feb 2002 18:09:26 +0000 (18:09 +0000)]
Updates from -devel
Kurt Zeilenga [Mon, 18 Feb 2002 18:05:11 +0000 (18:05 +0000)]
More
Kurt Zeilenga [Mon, 18 Feb 2002 18:02:26 +0000 (18:02 +0000)]
Misc updates
Howard Chu [Fri, 15 Feb 2002 16:33:44 +0000 (16:33 +0000)]
Changed supportedFeatures to array of struct bervals
Howard Chu [Fri, 15 Feb 2002 16:27:31 +0000 (16:27 +0000)]
Changed reqoid to struct berval
Howard Chu [Fri, 15 Feb 2002 15:21:13 +0000 (15:21 +0000)]
Add basic objectClass filtering to filtered replicas
Howard Chu [Fri, 15 Feb 2002 14:48:01 +0000 (14:48 +0000)]
Fix ad_inlist typo on oc->required
Pierangelo Masarati [Thu, 14 Feb 2002 21:10:13 +0000 (21:10 +0000)]
use memchr in ber_bvchr
Pierangelo Masarati [Thu, 14 Feb 2002 18:55:38 +0000 (18:55 +0000)]
substrings match works with NULs in UTF8 strings
Pierangelo Masarati [Thu, 14 Feb 2002 18:15:56 +0000 (18:15 +0000)]
don't free dangling pointers :(
Pierangelo Masarati [Thu, 14 Feb 2002 18:01:15 +0000 (18:01 +0000)]
not-so-easy-to-spot bug in filter writing
Pierangelo Masarati [Thu, 14 Feb 2002 16:01:48 +0000 (16:01 +0000)]
first round at replacing UTF8normalize with UTF8bvnormalize
Stig Venaas [Thu, 14 Feb 2002 14:03:27 +0000 (14:03 +0000)]
Added UTF8bvnormalize which is like UTF8normalize but returns berval. It
can be passed a pointer to the berval to be used for the return value. If
this is NULL, it will allocate a new one.
Howard Chu [Thu, 14 Feb 2002 13:32:40 +0000 (13:32 +0000)]
For ITS#1601, add ber_init2() using given buffer in-place instead of
allocating a copy.
Pierangelo Masarati [Wed, 13 Feb 2002 22:49:03 +0000 (22:49 +0000)]
disallow unescaped NULs in UTF-8 string values
Kurt Zeilenga [Wed, 13 Feb 2002 21:26:24 +0000 (21:26 +0000)]
Fix for Linux on zSeries.
Pierangelo Masarati [Wed, 13 Feb 2002 21:25:57 +0000 (21:25 +0000)]
make UTF8STringNormalize handle NUL
Pierangelo Masarati [Wed, 13 Feb 2002 19:25:58 +0000 (19:25 +0000)]
fix dnValidate (leak and return SUCCESS)
Pierangelo Masarati [Wed, 13 Feb 2002 19:18:31 +0000 (19:18 +0000)]
DNs may include NULs
Kurt Zeilenga [Wed, 13 Feb 2002 18:11:52 +0000 (18:11 +0000)]
Limit the length of [R]DNs on input to 8192. A lower limit,
especially for anonymous clients, might be even more reasonable.
Kurt Zeilenga [Wed, 13 Feb 2002 17:48:39 +0000 (17:48 +0000)]
Use memchr, not strlen, to look for embedded NULs.
Kurt Zeilenga [Wed, 13 Feb 2002 17:23:33 +0000 (17:23 +0000)]
Add embedded NUL check. This is one case where we don't want to
be liberal in what we accept.
Kurt Zeilenga [Wed, 13 Feb 2002 16:41:41 +0000 (16:41 +0000)]
Check for NULs in DNs.
Pierangelo Masarati [Wed, 13 Feb 2002 14:44:08 +0000 (14:44 +0000)]
minor cleanup
Pierangelo Masarati [Wed, 13 Feb 2002 12:09:36 +0000 (12:09 +0000)]
honor the ber_len field to allow to exploit ldap_bv2[r]dn to handle DNs embedded in longer strings ...
Pierangelo Masarati [Wed, 13 Feb 2002 11:46:33 +0000 (11:46 +0000)]
use ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
Howard Chu [Wed, 13 Feb 2002 11:29:05 +0000 (11:29 +0000)]
Fix previous commit, need to detect very short packets.
Pierangelo Masarati [Wed, 13 Feb 2002 10:05:22 +0000 (10:05 +0000)]
prepare for ldap_bv2dn()
Howard Chu [Wed, 13 Feb 2002 09:59:10 +0000 (09:59 +0000)]
ber_get_next: return error if decoded ber_len is smaller than actual count
Kurt Zeilenga [Wed, 13 Feb 2002 09:26:25 +0000 (09:26 +0000)]
Add embedded NUL checks, fix last commit
Kurt Zeilenga [Wed, 13 Feb 2002 09:20:07 +0000 (09:20 +0000)]
dnValidate needs to check for embedded NULs.
Kurt Zeilenga [Wed, 13 Feb 2002 08:00:31 +0000 (08:00 +0000)]
#if 0 RDN debugging
Kurt Zeilenga [Wed, 13 Feb 2002 06:35:27 +0000 (06:35 +0000)]
Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values
Also, pass empty_bv when bv_val is NULL.
Kurt Zeilenga [Wed, 13 Feb 2002 04:20:11 +0000 (04:20 +0000)]
Quick (and expensive) fix to detect DNs with embedded NULs
Kurt Zeilenga [Tue, 12 Feb 2002 22:55:36 +0000 (22:55 +0000)]
improve log message
Kurt Zeilenga [Tue, 12 Feb 2002 19:29:27 +0000 (19:29 +0000)]
Don't print unprintable keys
Kurt Zeilenga [Tue, 12 Feb 2002 19:18:39 +0000 (19:18 +0000)]
Fix pointer initialization bug
Kurt Zeilenga [Tue, 12 Feb 2002 18:47:48 +0000 (18:47 +0000)]
Fix overly complex control management
Kurt Zeilenga [Tue, 12 Feb 2002 04:51:23 +0000 (04:51 +0000)]
Minor cleanup.
Kurt Zeilenga [Tue, 12 Feb 2002 04:50:40 +0000 (04:50 +0000)]
no need to check escaping of normalized dn
Kurt Zeilenga [Tue, 12 Feb 2002 01:30:35 +0000 (01:30 +0000)]
Revert most of last change
Kurt Zeilenga [Tue, 12 Feb 2002 00:35:29 +0000 (00:35 +0000)]
Misc cleanup
Kurt Zeilenga [Mon, 11 Feb 2002 21:25:12 +0000 (21:25 +0000)]
Use scope base searches
Kurt Zeilenga [Mon, 11 Feb 2002 21:07:55 +0000 (21:07 +0000)]
Fix bug in last commit
Kurt Zeilenga [Mon, 11 Feb 2002 20:33:27 +0000 (20:33 +0000)]
Note that we likely need to make some of this conditional.
Kurt Zeilenga [Mon, 11 Feb 2002 20:17:08 +0000 (20:17 +0000)]
Add uuid_to_str() detection.
Kurt Zeilenga [Mon, 11 Feb 2002 18:18:34 +0000 (18:18 +0000)]
Fix typo
Kurt Zeilenga [Mon, 11 Feb 2002 17:45:39 +0000 (17:45 +0000)]
Use UUID to generate a GID for txn_prepare. Based upon submission
from Jong Hyuk Choi <jongchoi@us.ibm.com> (ITS#1585 for ITS1575).
Kurt Zeilenga [Mon, 11 Feb 2002 17:31:09 +0000 (17:31 +0000)]
Move BDB backend initialization to bdb_open. bdb_initialize()
shouldn't do much more than register callbacks.
Kurt Zeilenga [Mon, 11 Feb 2002 16:55:32 +0000 (16:55 +0000)]
Use shtool --version for pathtest
Kurt Zeilenga [Mon, 11 Feb 2002 16:43:13 +0000 (16:43 +0000)]
No need to AC_SUBST(SHTOOL)
Kurt Zeilenga [Mon, 11 Feb 2002 16:40:13 +0000 (16:40 +0000)]
Set SHTOOL directly. Add 'make pathtest'.
Howard Chu [Mon, 11 Feb 2002 09:57:08 +0000 (09:57 +0000)]
Fix ITS#1597
Howard Chu [Mon, 11 Feb 2002 09:39:15 +0000 (09:39 +0000)]
Fix #include of sasl.h
Howard Chu [Mon, 11 Feb 2002 09:38:49 +0000 (09:38 +0000)]
Silence a warning about ldap_debug
Kurt Zeilenga [Mon, 11 Feb 2002 08:28:51 +0000 (08:28 +0000)]
Don't use 'shtool mkln' as ln(1) replacement.
Allow both <sasl/sasl.h> and <sasl.h>
Pierangelo Masarati [Mon, 11 Feb 2002 08:09:25 +0000 (08:09 +0000)]
remove cruft related to librewrite
Kurt Zeilenga [Mon, 11 Feb 2002 06:45:59 +0000 (06:45 +0000)]
Add rcs ids
Kurt Zeilenga [Mon, 11 Feb 2002 01:58:36 +0000 (01:58 +0000)]
notes needs for future additions
Kurt Zeilenga [Mon, 11 Feb 2002 00:28:17 +0000 (00:28 +0000)]
Minor astestic changes
Kurt Zeilenga [Sun, 10 Feb 2002 23:49:57 +0000 (23:49 +0000)]
Add a little boldness
Kurt Zeilenga [Sun, 10 Feb 2002 22:54:02 +0000 (22:54 +0000)]
shtool mkln -s doesn't work like ln -s. Revert for now.
Kurt Zeilenga [Sun, 10 Feb 2002 22:42:51 +0000 (22:42 +0000)]
Update libtool usage
s/-L.../libraries -lldap/.../libraries/libldap/libldap.la/
Kurt Zeilenga [Sun, 10 Feb 2002 20:14:38 +0000 (20:14 +0000)]
Need to libldap/liblber to library path to get proper linkage
Kurt Zeilenga [Sun, 10 Feb 2002 18:05:04 +0000 (18:05 +0000)]
Fix compile error properly
Kurt Zeilenga [Sun, 10 Feb 2002 17:51:19 +0000 (17:51 +0000)]
Update Cyrus SASL detection to always look for <sasl.h> regardless
of version and then try -lsasl2 and -lsasl. Make SASL code
conditional on SASL_VERSION_MAJOR, not HAVE_CYRUS_SASL.
Kurt Zeilenga [Sun, 10 Feb 2002 17:50:58 +0000 (17:50 +0000)]
shtool updates
Howard Chu [Sun, 10 Feb 2002 14:27:23 +0000 (14:27 +0000)]
Support for Cyrus SASLv2. Untested.
Howard Chu [Sun, 10 Feb 2002 14:23:55 +0000 (14:23 +0000)]
Added check for Cyrus SASLv2
Kurt Zeilenga [Sun, 10 Feb 2002 06:33:57 +0000 (06:33 +0000)]
Reflect recent updates
Kurt Zeilenga [Sun, 10 Feb 2002 06:26:48 +0000 (06:26 +0000)]
Misc SHTOOL use updates
Kurt Zeilenga [Sun, 10 Feb 2002 05:42:57 +0000 (05:42 +0000)]
Re add ltmain.sh
Kurt Zeilenga [Sun, 10 Feb 2002 05:10:19 +0000 (05:10 +0000)]
Disable use of --only-* flags
Kurt Zeilenga [Sun, 10 Feb 2002 04:30:23 +0000 (04:30 +0000)]
Update to use shtool, remove ltconfig
Kurt Zeilenga [Sun, 10 Feb 2002 03:03:47 +0000 (03:03 +0000)]
Update to libtool 1.4.2
Kurt Zeilenga [Sun, 10 Feb 2002 02:09:25 +0000 (02:09 +0000)]
Suck in very latest versions from the FSF.
Kurt Zeilenga [Sat, 9 Feb 2002 23:55:37 +0000 (23:55 +0000)]
Reverse arguments of is_object_subclass and reverse backwards calls
Kurt Zeilenga [Sat, 9 Feb 2002 23:13:59 +0000 (23:13 +0000)]
Change structuralObjectClass to use objectClassMatch,
enabling objectclass subclass debugging
Kurt Zeilenga [Sat, 9 Feb 2002 23:12:30 +0000 (23:12 +0000)]
s/person/pilotPerson
Kurt Zeilenga [Sat, 9 Feb 2002 23:08:40 +0000 (23:08 +0000)]
Add manager to expected output as it a person, not a pilotPerson
Kurt Zeilenga [Sat, 9 Feb 2002 23:04:18 +0000 (23:04 +0000)]
Search for pilotPerson instead of person to test objectClass handling
Pierangelo Masarati [Sat, 9 Feb 2002 17:31:49 +0000 (17:31 +0000)]
fix for acl state
Pierangelo Masarati [Sat, 9 Feb 2002 09:05:40 +0000 (09:05 +0000)]
fix for acl state