324 Commits

Author SHA1 Message Date
Kurt Zeilenga
3f27364d26 Update Solaris hint. 1999-06-02 03:31:49 +00:00
Kurt Zeilenga
bfd1c3a378 ITS#189 fix: indexed normalized(e_dn) without recomputing length.
Changed to use e_ndn and it's length.
1999-06-02 00:16:48 +00:00
Kurt Zeilenga
73ba852017 Post 1.2.2 updates. 1999-06-01 03:21:41 +00:00
Kurt Zeilenga
f9b108c3fc Update for release. OPENLDAP_REL_ENG_1_2_2 1999-06-01 03:19:49 +00:00
Kurt Zeilenga
9176cd7f14 Use #error if no <regex.h> 1999-05-31 02:48:31 +00:00
Kurt Zeilenga
620c1c40fe Remove -P 3 option. 1999-05-31 02:36:15 +00:00
Kurt Zeilenga
03167506bc Mistakenly updated tag too early. 1999-05-30 05:41:52 +00:00
Kurt Zeilenga
4e2c7bbdb3 Remove LDAP_VERSION3 from ldap.h. Some folks might actually
be use this for version checking (which isn't too bright, but).
1999-05-28 02:38:17 +00:00
Kurt Zeilenga
a704ad51ac Apply ITS#159 (null ldaphost) fix. 1999-05-28 00:19:15 +00:00
Kurt Zeilenga
a858809ec0 Update CHANGES with latest mods (attribution normalization, BeOS). 1999-05-27 23:16:49 +00:00
Kurt Zeilenga
6045cac55c Add -lnet for BeOS 1999-05-27 23:09:40 +00:00
Kurt Zeilenga
f4f7ab73e8 Import fix from modification of string literal "dn" from devel. 1999-05-27 23:08:05 +00:00
Juan Gomez
9b791fbbe9 Added tests for special cases--->avoid regressions. 1999-05-26 02:17:21 +00:00
Juan Gomez
e97c8f6594 Output files for new modrdn tests. 1999-05-26 02:10:36 +00:00
Juan Gomez
f12b47af7c Add new defs for output files used in modrdn tests. 1999-05-26 02:06:42 +00:00
Juan Gomez
3b2ec6405d Use LDAP_MOD_SOFTADD instead of LDAP_MOD_ADD when adding the new rdn as
an attribute to the entry. This covers the case in which the rdn value
was already an attribute value for the entry in question.
1999-05-26 00:44:04 +00:00
Juan Gomez
0914eeefe5 Add SOFTADD OP 1999-05-25 23:07:05 +00:00
Juan Gomez
c709135954 Teach index functions how to deal with SOFTADDS. 1999-05-25 22:54:59 +00:00
Juan Gomez
fa17f46ccd Add warning to avoid hard-to-track bugs later on. 1999-05-25 22:51:08 +00:00
Juan Gomez
581bb2b951 I do not find another better way how to fix this prob so I will use this
LDAP_MOD_SOFTADD hack and hide it in this file. A LDAP_MOD_SOFTADD is just
the same as LDAP_MOD_ADD, but it does not fail when the attribute value
being added already exist. This is needed for some special cases of ldap
modrdn.
1999-05-25 22:48:06 +00:00
Juan Gomez
dea63aea42 Normalize attribute name when adding index, otherwise we end with duplicated
inconsistent index files (i.e. CN.gdbm and cn.gdbm).
1999-05-25 22:41:54 +00:00
Kurt Zeilenga
4c48df91d3 Update tests to filter create/modify dn/timestamp. 1999-05-25 19:31:23 +00:00
Kurt Zeilenga
ed3114d6d6 Update CHANGES with ITS numbers. 1999-05-25 02:49:29 +00:00
Kurt Zeilenga
9a7ba30dac Apply acl group extended parse fix. 1999-05-25 02:41:48 +00:00
Kurt Zeilenga
0e12e9ea67 Previous log bogus, last change should have log:
#ifdef around BerkeleyDB 2.4.x DB_ENV vs db_cachesize issue
1999-05-24 23:41:18 +00:00
Kurt Zeilenga
0ac8b4413f Update CHANGES in preparation for release. 1999-05-24 23:39:21 +00:00
Kurt Zeilenga
947b6422d5 Don't set db_cachesize of memory pool is in use. 1999-05-24 19:12:26 +00:00
Kurt Zeilenga
1dc9bd0991 Apply protection from glibc #define strdup .... 1999-05-24 19:08:39 +00:00
Juan Gomez
8d8a583305 Used to test modrdn fix. 1999-05-19 01:40:56 +00:00
Juan Gomez
991042b89f Modrdn fix to support deleteoldrdn (LDAP v2). 1999-05-19 01:36:03 +00:00
Kurt Zeilenga
9f0a274a5b Remove doc from CLEANDIRS (it's in SUBDIRS). 1999-04-28 23:11:42 +00:00
Kurt Zeilenga
b97c4c350d Apply ITS#148 fix for "ud find seg fault", NULL in printf 1999-04-28 20:04:37 +00:00
Kurt Zeilenga
6d27bf32d1 Fix -l. 1999-04-28 19:35:31 +00:00
Kurt Zeilenga
3205ae3c3f 2nd arg of _thread_create() is an int, not a pointer to an attribute.
s/NULL/0/
1999-04-20 21:58:53 +00:00
Kurt Zeilenga
afd9638dad Return version to -Engineering 1999-04-01 03:28:07 +00:00
Kurt Zeilenga
015c019f62 Update version for release. OPENLDAP_REL_ENG_1_2_1 1999-04-01 03:18:21 +00:00
Kurt Zeilenga
1048174e56 Update docs in preparation for release of 1.2.1 1999-04-01 03:17:44 +00:00
Kurt Zeilenga
c7127d7aa5 Import cn=config crash fix from -devel. 1999-03-31 00:41:16 +00:00
Kurt Zeilenga
0c4f519ea3 fclose( ldap.conf ) 1999-03-26 22:32:04 +00:00
Kurt Zeilenga
ecc33d6df3 Apply ldbmcat patch suggested in ITS#85.
Devel needs to be patched separately.  Ksp working on changes.
1999-03-26 22:31:40 +00:00
Kurt Zeilenga
1618e460b5 Import derefDN crash fix from -devel.
Resolves ITS#76, 83, 108.
1999-03-26 21:49:43 +00:00
Kurt Zeilenga
18bfbc9bcb Fix syntax error testing for des_debug. 1999-03-26 21:46:06 +00:00
Kurt Zeilenga
8900d9d351 Import minor WINSOCK dll fix. 1999-03-26 19:25:35 +00:00
Kurt Zeilenga
ff251bcd04 Add mkdep change. 1999-03-26 19:24:10 +00:00
Kurt Zeilenga
9fa064ebe6 Update mkdep with CC_MKDEP_FLAGS from devel. 1999-03-26 19:22:42 +00:00
Ben Collins
3db1945d67 Oops, wrong branch, reverted changes 1999-03-12 14:57:04 +00:00
Ben Collins
9b9f0b7282 Moved 'doc' to SUBDIRS and removed it from CLEANDIRS/INSTALLDIRS 1999-03-12 14:47:45 +00:00
Kurt Zeilenga
0bc408e921 Import libpath fix. 1999-03-05 23:10:53 +00:00
Kurt Zeilenga
38135725f8 Import make veryclean changes from -devel. 1999-03-05 23:07:03 +00:00
Ben Collins
88a822b8f7 Added veryclean-local-srv so that veryclean would be run in the slapd subdirectories 1999-03-05 02:00:28 +00:00