]>
 
 
git.sur5r.net Git - openldap/log 
 
 
 
 
 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 17:37:27 +0000  (17:37 +0000)] 
 
Fixup a few schema definitions 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 02:17:21 +0000  (02:17  +0000)] 
 
Update control framework 
Misc cleanup 
NT updates 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 02:15:17 +0000  (02:15  +0000)] 
 
cleanlup 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 02:14:00 +0000  (02:14  +0000)] 
 
cleanup 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 01:55:37 +0000  (01:55  +0000)] 
 
s/getdat/gendat/ 
 
Kurt Zeilenga  [Sun, 24 Mar 2002 01:55:11 +0000  (01:55  +0000)] 
 
Some cleanup 
 
Kurt Zeilenga  [Sat, 23 Mar 2002 21:14:50 +0000  (21:14 +0000)] 
 
Need a bigger buffer 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 17:24:38 +0000  (17:24 +0000)] 
 
ldap_int_thread_pool_wrapper was called with wrong prototype  (ITS#1673) 
 
                        ================ 
Written by Hallvard B. Furuseth and placed into the public domain. 
This software is not subject to any license of the University of Oslo. 
                        ================ 
 
ldap_int_thread_pool_wrapper() was defined with an parameter 
struct ldap_int_thread_pool_s* but called with a void* argument. 
Since these may have different representations, it can crash. 
 
Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, March 2002. 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 16:55:46 +0000  (16:55 +0000)] 
 
fix ITS#1668 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 16:53:44 +0000  (16:53 +0000)] 
 
fix ITS#1671 and more 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 16:17:26 +0000  (16:17 +0000)] 
 
fix ITS#1667 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 16:07:19 +0000  (16:07 +0000)] 
 
improvement of permission handling of local sockets (ITS#1660, issue 2) 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 16:06:22 +0000  (16:06 +0000)] 
 
fix ITS#1660 (issue 1) 
 
Pierangelo Masarati  [Sat, 23 Mar 2002 11:04:09 +0000  (11:04 +0000)] 
 
port hasSubordinates handling to back-bdb 
 
Howard Chu  [Wed, 20 Mar 2002 23:47:08 +0000  (23:47 +0000)] 
 
Fix ITS#1655, don't retrieve sd until we've checked for valid c_sb. 
 
Howard Chu  [Wed, 20 Mar 2002 13:11:37 +0000  (13:11 +0000)] 
 
Fix ITS#1607, longstanding bug in group and dnattr acls, gave access 
to anonymous connections. 
 
Howard Chu  [Wed, 20 Mar 2002 01:27:08 +0000  (01:27  +0000)] 
 
In bdb_idl_fetch_key, the DB_MULTIPLE buffer must be a multiple of 1024 
bytes in size. 
 
Howard Chu  [Wed, 20 Mar 2002 00:51:34 +0000  (00:51  +0000)] 
 
Rewrote bdb_idl_insert_key and bdb_idl_delete_key for BDB_IDL_MULTI, 
parses range IDLs directly to correctly handle changes to the range 
boundaries. (bdb_idl_insert_key used to call bdb_idl_fetch_key to 
handle ranges; bdb_idl_delete_key never handled ranges before.) 
 
Julius Enarusai  [Tue, 19 Mar 2002 17:44:11 +0000  (17:44 +0000)] 
 
Added LDAP_LOG messages 
 
Howard Chu  [Mon, 18 Mar 2002 16:16:47 +0000  (16:16 +0000)] 
 
Fix ITS#1649, a filter constructed from a BUFSIZ input line combined with 
an argv[] filtpattern will be larger than BUFSIZ. 
 
Howard Chu  [Mon, 18 Mar 2002 11:40:58 +0000  (11:40 +0000)] 
 
Use a single malloc'd block for all the temporary IDL storage in the 
filter processing, to avoid runtime stack blowout. Also removes the 
need for gigantic thread stacks. 
 
Howard Chu  [Mon, 18 Mar 2002 08:59:02 +0000  (08:59 +0000)] 
 
Fix backend_attribute trying to reference a NULL be. Neither backend_group 
nor backend_attribute need to worry about the noSubs parameter of 
select_backend(). 
 
Howard Chu  [Mon, 18 Mar 2002 08:57:59 +0000  (08:57 +0000)] 
 
use ber_str2bv() instead of ch_strdup/strlen. 
 
Howard Chu  [Mon, 18 Mar 2002 08:56:47 +0000  (08:56 +0000)] 
 
Fix previous commit, lutil_passwd_scheme() returns boolean, not pointer. 
 
Howard Chu  [Mon, 18 Mar 2002 08:55:21 +0000  (08:55 +0000)] 
 
Fix previous commit, missing semicolon 
 
Kurt Zeilenga  [Sun, 17 Mar 2002 23:39:45 +0000  (23:39 +0000)] 
 
fix compilation error 
 
Julius Enarusai  [Fri, 15 Mar 2002 18:57:12 +0000  (18:57 +0000)] 
 
Added LDAP_LOG messages 
 
Julius Enarusai  [Fri, 15 Mar 2002 17:50:28 +0000  (17:50 +0000)] 
 
Added/Modified LDAP_LOG messages to match the existing Debug messages 
 
Julius Enarusai  [Fri, 15 Mar 2002 17:21:06 +0000  (17:21 +0000)] 
 
Added LDAP_LOG messages to match existing Debug messages 
 
Julius Enarusai  [Thu, 14 Mar 2002 22:23:44 +0000  (22:23 +0000)] 
 
Added LDAP_LOG messages to these files to match the existing Debug messages 
 
Julius Enarusai  [Thu, 14 Mar 2002 16:34:24 +0000  (16:34 +0000)] 
 
Added LDAP_LOG messages to the above files to match the existing Debug messages 
 
Kurt Zeilenga  [Tue, 12 Mar 2002 23:07:07 +0000  (23:07 +0000)] 
 
Check components of extensible match filter sooner than later. 
 
Kurt Zeilenga  [Tue, 12 Mar 2002 22:46:13 +0000  (22:46 +0000)] 
 
Align with back-ldbm version 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 16:29:01 +0000  (16:29 +0000)] 
 
Return inappropriate matching if the syntaxes don't line up for 
extensible matching 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 16:12:36 +0000  (16:12 +0000)] 
 
Add a comment to the check which needs extending to support 
new extensible matching rules. 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 05:21:49 +0000  (05:21  +0000)] 
 
Use put/get filter to convert string to filter 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 03:39:08 +0000  (03:39  +0000)] 
 
Copyright 2001, Adrian Thurston, All rights reserved. 
This software is not subject to any license of 
Xandros Corporation. 
 
This is free software; you can redistribute and use it under the same 
terms as OpenLDAP itself. 
 
 ------------------------------------------------------------------- 
This patch adds an option to ldap_get_option which can be called after 
ldap_start_tls in order to obtain the pointer to the SSL object used 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 03:06:34 +0000  (03:06  +0000)] 
 
Add no-op mru_schema_info()... 
Not sure how best to populate matchingRuleUses... 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 03:05:43 +0000  (03:05  +0000)] 
 
ITS#1636 fix 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 01:48:37 +0000  (01:48  +0000)] 
 
Misc extensible match clean up. 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 01:48:17 +0000  (01:48  +0000)] 
 
Basic extensible matching test 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 00:25:20 +0000  (00:25  +0000)] 
 
Return EXIT_FAILURE if result code is not success. 
 
Kurt Zeilenga  [Mon, 11 Mar 2002 00:23:18 +0000  (00:23  +0000)] 
 
Add whoami test 
 
Kurt Zeilenga  [Sun, 10 Mar 2002 17:41:14 +0000  (17:41 +0000)] 
 
Deprecate filter_print in favor of filter2bv. 
 
Kurt Zeilenga  [Sun, 10 Mar 2002 17:40:22 +0000  (17:40 +0000)] 
 
Fix up handling of extended operations with no request data 
 
Kurt Zeilenga  [Sun, 10 Mar 2002 17:39:08 +0000  (17:39 +0000)] 
 
Clean up schema checking 
 
Pierangelo Masarati  [Sat, 9 Mar 2002 11:02:32 +0000  (11:02 +0000)] 
 
detect unavailable hash algorithms at startup 
 
Howard Chu  [Fri, 8 Mar 2002 23:32:28 +0000  (23:32 +0000)] 
 
Quote sed arguments, Solaris seems to need this. 
 
Howard Chu  [Thu, 7 Mar 2002 20:23:48 +0000  (20:23 +0000)] 
 
Fix ITS#1615 
 
Julius Enarusai  [Thu, 7 Mar 2002 17:50:56 +0000  (17:50 +0000)] 
 
The following file fails compile when NEW_LOGGING is enabled. 
 
Kurt Zeilenga  [Thu, 7 Mar 2002 03:13:11 +0000  (03:13  +0000)] 
 
Replace get_filter generation of fstr with filter2bv(). 
 
Ralf Haferkamp  [Wed, 6 Mar 2002 23:04:38 +0000  (23:04 +0000)] 
 
- added getAttributeByName()-method 
- Attributes are now organized by the attribute type (i.e. one can add more 
  LDAPAttribute-Objects with the same type without violating the X.500 data 
  model) 
 
Ralf Haferkamp  [Wed, 6 Mar 2002 22:57:39 +0000  (22:57 +0000)] 
 
- Some fixes in docmentation comments 
- added missing #include statement 
 
Ralf Haferkamp  [Wed, 6 Mar 2002 22:55:02 +0000  (22:55 +0000)] 
 
regenerated autoconf/automake related files 
 
Ralf Haferkamp  [Wed, 6 Mar 2002 22:54:02 +0000  (22:54 +0000)] 
 
-replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 
-regenerated autoconf and automake related files 
 
Kurt Zeilenga  [Wed, 6 Mar 2002 20:58:20 +0000  (20:58 +0000)] 
 
CLDAP fixes 
 
Kurt Zeilenga  [Mon, 4 Mar 2002 22:32:33 +0000  (22:32 +0000)] 
 
Update handling of AND/OR indexing where element is undefined. 
 
Kurt Zeilenga  [Mon, 4 Mar 2002 22:26:47 +0000  (22:26 +0000)] 
 
Fix typo 
 
Kurt Zeilenga  [Mon, 4 Mar 2002 21:28:46 +0000  (21:28 +0000)] 
 
Fix callback initializer. 
 
Kurt Zeilenga  [Mon, 4 Mar 2002 18:50:38 +0000  (18:50 +0000)] 
 
Updates to reflect recent contributions 
 
Pierangelo Masarati  [Sat, 2 Mar 2002 17:28:19 +0000  (17:28 +0000)] 
 
backout previous change; validation has been added to dnNormalize functions 
 
Kurt Zeilenga  [Sat, 2 Mar 2002 17:05:29 +0000  (17:05 +0000)] 
 
Add validation. 
 
Pierangelo Masarati  [Sat, 2 Mar 2002 14:28:08 +0000  (14:28 +0000)] 
 
null length string is not allowed 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 20:31:15 +0000  (20:31 +0000)] 
 
obsoleted by smith-psearch 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 19:07:15 +0000  (19:07 +0000)] 
 
Fix substring index error handling 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 19:06:57 +0000  (19:06 +0000)] 
 
assign 'published' OID to subentry control 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 18:58:11 +0000  (18:58 +0000)] 
 
Add some undefined assertion tests 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 18:52:45 +0000  (18:52 +0000)] 
 
Validate filter and compare inputs 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 18:05:47 +0000  (18:05 +0000)] 
 
Add normalize_validate_normalize() to be use instead of value_normalize() 
where value has not yet been validated. 
 
Kurt Zeilenga  [Fri, 1 Mar 2002 17:36:22 +0000  (17:36 +0000)] 
 
Add a value_validate() function to be used by prior to value_normalize 
calls as needed (compare/filters). 
 
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.