]> git.sur5r.net Git - openldap/log
openldap
24 years agoFix typo OPENLDAP_REL_ENG_1_2_3
Kurt Zeilenga [Thu, 3 Jun 1999 23:15:06 +0000 (23:15 +0000)]
Fix typo

24 years agoAdd 1959 to re12.
Kurt Zeilenga [Thu, 3 Jun 1999 23:09:44 +0000 (23:09 +0000)]
Add 1959 to re12.

24 years agoUpdate in preparation for 1.2.3 release
Kurt Zeilenga [Thu, 3 Jun 1999 23:08:04 +0000 (23:08 +0000)]
Update in preparation for 1.2.3 release

24 years agoRemove web500gw from listed contrib packages.
Kurt Zeilenga [Thu, 3 Jun 1999 01:49:25 +0000 (01:49 +0000)]
Remove web500gw from listed contrib packages.

24 years agoUpdate README with comments about licensing.
Kurt Zeilenga [Thu, 3 Jun 1999 01:48:32 +0000 (01:48 +0000)]
Update README with comments about licensing.
Add ldaptcl to list of packages.
Add URL to OpenLDAP ITS web page.

24 years agoAdd ldapd warning to rel eng 1.2 as well.
Kurt Zeilenga [Thu, 3 Jun 1999 00:42:00 +0000 (00:42 +0000)]
Add ldapd warning to rel eng 1.2 as well.

24 years agoITS#189 fix 2. value_normalize may change length of value. Recompute.
Kurt Zeilenga [Wed, 2 Jun 1999 20:35:15 +0000 (20:35 +0000)]
ITS#189 fix 2.  value_normalize may change length of value.  Recompute.

24 years agoUpdate Solaris hint.
Kurt Zeilenga [Wed, 2 Jun 1999 03:31:49 +0000 (03:31 +0000)]
Update Solaris hint.

24 years agoITS#189 fix: indexed normalized(e_dn) without recomputing length.
Kurt Zeilenga [Wed, 2 Jun 1999 00:16:48 +0000 (00:16 +0000)]
ITS#189 fix: indexed normalized(e_dn) without recomputing length.
Changed to use e_ndn and it's length.

24 years agoPost 1.2.2 updates.
Kurt Zeilenga [Tue, 1 Jun 1999 03:21:41 +0000 (03:21 +0000)]
Post 1.2.2 updates.

24 years agoUpdate for release. OPENLDAP_REL_ENG_1_2_2
Kurt Zeilenga [Tue, 1 Jun 1999 03:19:49 +0000 (03:19 +0000)]
Update for release.

24 years agoUse #error if no <regex.h>
Kurt Zeilenga [Mon, 31 May 1999 02:48:31 +0000 (02:48 +0000)]
Use #error if no <regex.h>

24 years agoRemove -P 3 option.
Kurt Zeilenga [Mon, 31 May 1999 02:36:15 +0000 (02:36 +0000)]
Remove -P 3 option.

24 years agoMistakenly updated tag too early.
Kurt Zeilenga [Sun, 30 May 1999 05:41:52 +0000 (05:41 +0000)]
Mistakenly updated tag too early.

24 years agoRemove LDAP_VERSION3 from ldap.h. Some folks might actually
Kurt Zeilenga [Fri, 28 May 1999 02:38:17 +0000 (02:38 +0000)]
Remove LDAP_VERSION3 from ldap.h.  Some folks might actually
be use this for version checking (which isn't too bright, but).

24 years agoApply ITS#159 (null ldaphost) fix.
Kurt Zeilenga [Fri, 28 May 1999 00:19:15 +0000 (00:19 +0000)]
Apply ITS#159 (null ldaphost) fix.

24 years agoUpdate CHANGES with latest mods (attribution normalization, BeOS).
Kurt Zeilenga [Thu, 27 May 1999 23:16:49 +0000 (23:16 +0000)]
Update CHANGES with latest mods (attribution normalization, BeOS).

24 years agoAdd -lnet for BeOS
Kurt Zeilenga [Thu, 27 May 1999 23:09:40 +0000 (23:09 +0000)]
Add -lnet for BeOS

24 years agoImport fix from modification of string literal "dn" from devel.
Kurt Zeilenga [Thu, 27 May 1999 23:08:05 +0000 (23:08 +0000)]
Import fix from modification of string literal "dn" from devel.

25 years agoAdded tests for special cases--->avoid regressions.
Juan Gomez [Wed, 26 May 1999 02:17:21 +0000 (02:17 +0000)]
Added tests for special cases--->avoid regressions.

25 years agoOutput files for new modrdn tests.
Juan Gomez [Wed, 26 May 1999 02:10:36 +0000 (02:10 +0000)]
Output files for new modrdn tests.

25 years agoAdd new defs for output files used in modrdn tests.
Juan Gomez [Wed, 26 May 1999 02:06:42 +0000 (02:06 +0000)]
Add new defs for output files used in modrdn tests.

25 years agoUse LDAP_MOD_SOFTADD instead of LDAP_MOD_ADD when adding the new rdn as
Juan Gomez [Wed, 26 May 1999 00:44:04 +0000 (00:44 +0000)]
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.

25 years agoAdd SOFTADD OP
Juan Gomez [Tue, 25 May 1999 23:07:05 +0000 (23:07 +0000)]
Add SOFTADD OP

25 years agoTeach index functions how to deal with SOFTADDS.
Juan Gomez [Tue, 25 May 1999 22:54:59 +0000 (22:54 +0000)]
Teach index functions how to deal with SOFTADDS.

25 years agoAdd warning to avoid hard-to-track bugs later on.
Juan Gomez [Tue, 25 May 1999 22:51:08 +0000 (22:51 +0000)]
Add warning to avoid hard-to-track bugs later on.

25 years agoI do not find another better way how to fix this prob so I will use this
Juan Gomez [Tue, 25 May 1999 22:48:06 +0000 (22:48 +0000)]
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.

25 years agoNormalize attribute name when adding index, otherwise we end with duplicated
Juan Gomez [Tue, 25 May 1999 22:41:54 +0000 (22:41 +0000)]
Normalize attribute name when adding index, otherwise we end with duplicated
inconsistent index files (i.e. CN.gdbm and cn.gdbm).

25 years agoUpdate tests to filter create/modify dn/timestamp.
Kurt Zeilenga [Tue, 25 May 1999 19:31:23 +0000 (19:31 +0000)]
Update tests to filter create/modify dn/timestamp.

25 years agoUpdate CHANGES with ITS numbers.
Kurt Zeilenga [Tue, 25 May 1999 02:49:29 +0000 (02:49 +0000)]
Update CHANGES with ITS numbers.

25 years agoApply acl group extended parse fix.
Kurt Zeilenga [Tue, 25 May 1999 02:41:48 +0000 (02:41 +0000)]
Apply acl group extended parse fix.

25 years agoPrevious log bogus, last change should have log:
Kurt Zeilenga [Mon, 24 May 1999 23:41:18 +0000 (23:41 +0000)]
Previous log bogus, last change should have log:
#ifdef around BerkeleyDB 2.4.x DB_ENV vs db_cachesize issue

25 years agoUpdate CHANGES in preparation for release.
Kurt Zeilenga [Mon, 24 May 1999 23:39:21 +0000 (23:39 +0000)]
Update CHANGES in preparation for release.

25 years agoDon't set db_cachesize of memory pool is in use.
Kurt Zeilenga [Mon, 24 May 1999 19:12:26 +0000 (19:12 +0000)]
Don't set db_cachesize of memory pool is in use.

25 years agoApply protection from glibc #define strdup ....
Kurt Zeilenga [Mon, 24 May 1999 19:08:39 +0000 (19:08 +0000)]
Apply protection from glibc #define strdup ....

25 years agoUsed to test modrdn fix.
Juan Gomez [Wed, 19 May 1999 01:40:56 +0000 (01:40 +0000)]
Used to test modrdn fix.

25 years agoModrdn fix to support deleteoldrdn (LDAP v2).
Juan Gomez [Wed, 19 May 1999 01:36:03 +0000 (01:36 +0000)]
Modrdn fix to support deleteoldrdn (LDAP v2).

25 years agoRemove doc from CLEANDIRS (it's in SUBDIRS).
Kurt Zeilenga [Wed, 28 Apr 1999 23:11:42 +0000 (23:11 +0000)]
Remove doc from CLEANDIRS (it's in SUBDIRS).

25 years agoApply ITS#148 fix for "ud find seg fault", NULL in printf
Kurt Zeilenga [Wed, 28 Apr 1999 20:04:37 +0000 (20:04 +0000)]
Apply ITS#148 fix for "ud find seg fault", NULL in printf

25 years agoFix -l.
Kurt Zeilenga [Wed, 28 Apr 1999 19:35:31 +0000 (19:35 +0000)]
Fix -l.

25 years ago2nd arg of _thread_create() is an int, not a pointer to an attribute.
Kurt Zeilenga [Tue, 20 Apr 1999 21:58:53 +0000 (21:58 +0000)]
2nd arg of _thread_create() is an int, not a pointer to an attribute.
s/NULL/0/

25 years agoReturn version to -Engineering
Kurt Zeilenga [Thu, 1 Apr 1999 03:28:07 +0000 (03:28 +0000)]
Return version to -Engineering

25 years agoUpdate version for release. OPENLDAP_REL_ENG_1_2_1
Kurt Zeilenga [Thu, 1 Apr 1999 03:18:21 +0000 (03:18 +0000)]
Update version for release.

25 years agoUpdate docs in preparation for release of 1.2.1
Kurt Zeilenga [Thu, 1 Apr 1999 03:17:44 +0000 (03:17 +0000)]
Update docs in preparation for release of 1.2.1

25 years agoImport cn=config crash fix from -devel.
Kurt Zeilenga [Wed, 31 Mar 1999 00:41:16 +0000 (00:41 +0000)]
Import cn=config crash fix from -devel.

25 years agofclose( ldap.conf )
Kurt Zeilenga [Fri, 26 Mar 1999 22:32:04 +0000 (22:32 +0000)]
fclose( ldap.conf )

25 years agoApply ldbmcat patch suggested in ITS#85.
Kurt Zeilenga [Fri, 26 Mar 1999 22:31:40 +0000 (22:31 +0000)]
Apply ldbmcat patch suggested in ITS#85.
Devel needs to be patched separately.  Ksp working on changes.

25 years agoImport derefDN crash fix from -devel.
Kurt Zeilenga [Fri, 26 Mar 1999 21:49:43 +0000 (21:49 +0000)]
Import derefDN crash fix from -devel.
Resolves ITS#76, 83, 108.

25 years agoFix syntax error testing for des_debug.
Kurt Zeilenga [Fri, 26 Mar 1999 21:46:06 +0000 (21:46 +0000)]
Fix syntax error testing for des_debug.

25 years agoImport minor WINSOCK dll fix.
Kurt Zeilenga [Fri, 26 Mar 1999 19:25:35 +0000 (19:25 +0000)]
Import minor WINSOCK dll fix.

25 years agoAdd mkdep change.
Kurt Zeilenga [Fri, 26 Mar 1999 19:24:10 +0000 (19:24 +0000)]
Add mkdep change.

25 years agoUpdate mkdep with CC_MKDEP_FLAGS from devel.
Kurt Zeilenga [Fri, 26 Mar 1999 19:22:42 +0000 (19:22 +0000)]
Update mkdep with CC_MKDEP_FLAGS from devel.

25 years agoOops, wrong branch, reverted changes
Ben Collins [Fri, 12 Mar 1999 14:57:04 +0000 (14:57 +0000)]
Oops, wrong branch, reverted changes

25 years agoMoved 'doc' to SUBDIRS and removed it from CLEANDIRS/INSTALLDIRS
Ben Collins [Fri, 12 Mar 1999 14:47:45 +0000 (14:47 +0000)]
Moved 'doc' to SUBDIRS and removed it from CLEANDIRS/INSTALLDIRS

25 years agoImport libpath fix.
Kurt Zeilenga [Fri, 5 Mar 1999 23:10:53 +0000 (23:10 +0000)]
Import libpath fix.

25 years agoImport make veryclean changes from -devel.
Kurt Zeilenga [Fri, 5 Mar 1999 23:07:03 +0000 (23:07 +0000)]
Import make veryclean changes from -devel.

25 years agoAdded veryclean-local-srv so that veryclean would be run in the slapd subdirectories
Ben Collins [Fri, 5 Mar 1999 02:00:28 +0000 (02:00 +0000)]
Added veryclean-local-srv so that veryclean would be run in the slapd subdirectories

25 years agoApply Hallvard's ctype 'unsigned char' fix from -devel.
Kurt Zeilenga [Tue, 2 Mar 1999 19:30:02 +0000 (19:30 +0000)]
Apply Hallvard's ctype 'unsigned char' fix from -devel.

25 years agoAdd pthread '-mt' detection for Solaris 2.x (from -devel).
Kurt Zeilenga [Tue, 2 Mar 1999 18:51:45 +0000 (18:51 +0000)]
Add pthread '-mt' detection for Solaris 2.x (from -devel).
Still requires ac_cv_func_pthread_create=no workaround.

25 years agoUpdate ac headers from devel
Kurt Zeilenga [Tue, 2 Mar 1999 18:44:55 +0000 (18:44 +0000)]
Update ac headers from devel

25 years agoUpdate README to 1.2. OPENLDAP_REL_ENG_1_2_0
Kurt Zeilenga [Thu, 11 Feb 1999 23:48:50 +0000 (23:48 +0000)]
Update README to 1.2.

25 years agoMinor update to 1.2 announcement.
Kurt Zeilenga [Thu, 11 Feb 1999 23:31:30 +0000 (23:31 +0000)]
Minor update to 1.2 announcement.

25 years agoUpdate docs for 1.2 release
Kurt Zeilenga [Thu, 11 Feb 1999 23:18:43 +0000 (23:18 +0000)]
Update docs for 1.2 release

25 years agoImport Randy's LDAP TCL API.
Kurt Zeilenga [Thu, 11 Feb 1999 23:09:03 +0000 (23:09 +0000)]
Import Randy's LDAP TCL API.

25 years agoMinor changes to support MSVC.
Kurt Zeilenga [Thu, 11 Feb 1999 22:54:04 +0000 (22:54 +0000)]
Minor changes to support MSVC.

25 years agoImport tmplout Y2k bug fix from -devel.
Kurt Zeilenga [Thu, 11 Feb 1999 22:19:51 +0000 (22:19 +0000)]
Import tmplout Y2k bug fix from -devel.

25 years agoImport NT changes from -devel.
Kurt Zeilenga [Thu, 11 Feb 1999 22:09:59 +0000 (22:09 +0000)]
Import NT changes from -devel.

25 years agoImport minor doc updates from -devel.
Kurt Zeilenga [Thu, 11 Feb 1999 21:37:54 +0000 (21:37 +0000)]
Import minor doc updates from -devel.

25 years agoRemove extra space in dn created by modrdn.
Kurt Zeilenga [Thu, 11 Feb 1999 21:29:34 +0000 (21:29 +0000)]
Remove extra space in dn created by modrdn.

25 years agoRemove gtk-tool from the Release Engineering branch until
Kurt Zeilenga [Wed, 10 Feb 1999 20:49:38 +0000 (20:49 +0000)]
Remove gtk-tool from the Release Engineering branch until
updated to support the 1.x API.

25 years agoPort cache add vs update bug fix from devel without new
Kurt Zeilenga [Wed, 10 Feb 1999 20:36:53 +0000 (20:36 +0000)]
Port cache add vs update bug fix from devel without new
cache managed entry locking.  The cache managed entry locking
should be imported as soon as possible.

25 years agoUpdate CHANGES in preparation for release.
Kurt Zeilenga [Tue, 9 Feb 1999 18:03:29 +0000 (18:03 +0000)]
Update CHANGES in preparation for release.

25 years agoUpdate required autoconf comment.
Kurt Zeilenga [Tue, 9 Feb 1999 18:02:44 +0000 (18:02 +0000)]
Update required autoconf comment.

25 years agoImport pthread_detach detection fix from devel. Supports symbol
Kurt Zeilenga [Mon, 8 Feb 1999 22:56:47 +0000 (22:56 +0000)]
Import pthread_detach detection fix from devel.  Supports symbol
mangling by pthread.h.

25 years agoMore pthread related changes.
Kurt Zeilenga [Mon, 8 Feb 1999 21:52:42 +0000 (21:52 +0000)]
More pthread related changes.

25 years agoUpdate build environment
Kurt Zeilenga [Mon, 8 Feb 1999 19:52:14 +0000 (19:52 +0000)]
Update build environment
- remove OpenLDAP defaults from ldap.conf
- add "edit configuration" step to INSTALL doc
- update AC_TRY_LINK detections (mainly affects pthread detections)

25 years agoImport fix from devel to handle signals in all threads.
Kurt Zeilenga [Sun, 7 Feb 1999 19:42:24 +0000 (19:42 +0000)]
Import fix from devel to handle signals in all threads.

25 years agoImport fixes for cache assert problems from devel.
Kurt Zeilenga [Sun, 7 Feb 1999 19:24:50 +0000 (19:24 +0000)]
Import fixes for cache assert problems from devel.

25 years agoFix man.mk "ln -sf" bug found by Roy Hooper <rhooper@cyberus.ca>
Kurt Zeilenga [Sun, 7 Feb 1999 19:22:13 +0000 (19:22 +0000)]
Fix man.mk "ln -sf" bug found by Roy Hooper <rhooper@cyberus.ca>

25 years agoDon't call idl_free() unless necessary.
Kurt Zeilenga [Fri, 5 Feb 1999 23:44:32 +0000 (23:44 +0000)]
Don't call idl_free() unless necessary.

25 years agoChange to 1.2.0-Engineering (after laying 1.2beta2 tag)
Kurt Zeilenga [Fri, 5 Feb 1999 18:02:55 +0000 (18:02 +0000)]
Change to 1.2.0-Engineering (after laying 1.2beta2 tag)

25 years agoUpdate for release as 1.2beta2 OPENLDAP_REL_ENG_1_2_BETA2
Kurt Zeilenga [Fri, 5 Feb 1999 18:00:38 +0000 (18:00 +0000)]
Update for release as 1.2beta2

25 years agoRemove ;; typos
Kurt Zeilenga [Fri, 5 Feb 1999 17:39:10 +0000 (17:39 +0000)]
Remove ;; typos

25 years agoImport build environment changes from -devel.
Kurt Zeilenga [Fri, 5 Feb 1999 17:32:37 +0000 (17:32 +0000)]
Import build environment changes from -devel.
- KerberosV des_debug fix
- conditional include some inet headers

25 years agoNeed $(KRB_LIBS) to link test programs.
Kurt Zeilenga [Thu, 4 Feb 1999 19:58:00 +0000 (19:58 +0000)]
Need $(KRB_LIBS) to link test programs.

25 years agoImport alias deref'ing changes from -devel.
Kurt Zeilenga [Thu, 4 Feb 1999 19:49:52 +0000 (19:49 +0000)]
Import alias deref'ing changes from -devel.
Remove SLAPD_ALIAS_DEREF define.

25 years agoAdd pid/arg file example from -devel.
Kurt Zeilenga [Thu, 4 Feb 1999 19:03:27 +0000 (19:03 +0000)]
Add pid/arg file example from -devel.

25 years agoinstalled slapd.conf needs localstatedir translation.
Kurt Zeilenga [Thu, 4 Feb 1999 18:52:26 +0000 (18:52 +0000)]
installed slapd.conf needs localstatedir translation.

25 years agoImport cache/entry deadlock fix from devel.
Kurt Zeilenga [Thu, 4 Feb 1999 18:45:32 +0000 (18:45 +0000)]
Import cache/entry deadlock fix from devel.
Includes new reader/writer locking code with trylock() support.

25 years agoImport most recent LDBM code from -devel.
Kurt Zeilenga [Thu, 4 Feb 1999 18:38:44 +0000 (18:38 +0000)]
Import most recent LDBM code from -devel.

25 years agoRebuild after acconfig.h change.
Kurt Zeilenga [Thu, 4 Feb 1999 05:02:19 +0000 (05:02 +0000)]
Rebuild after acconfig.h change.

25 years agoSucked in too much of portable.h.bot <ldap_features.h>
Kurt Zeilenga [Thu, 4 Feb 1999 05:00:43 +0000 (05:00 +0000)]
Sucked in too much of portable.h.bot  <ldap_features.h>

25 years agoImport concurrency fix from devel.
Kurt Zeilenga [Wed, 3 Feb 1999 18:33:53 +0000 (18:33 +0000)]
Import concurrency fix from devel.

25 years agoUpdate configure with autoconf 1.3 changes from devel.
Kurt Zeilenga [Wed, 3 Feb 1999 17:54:16 +0000 (17:54 +0000)]
Update configure with autoconf 1.3 changes from devel.

25 years agoImport slapd library depends from devel.
Kurt Zeilenga [Wed, 3 Feb 1999 17:48:31 +0000 (17:48 +0000)]
Import slapd library depends from devel.

25 years agoImport memory leak fix from devel.
Kurt Zeilenga [Wed, 3 Feb 1999 17:39:53 +0000 (17:39 +0000)]
Import memory leak fix from devel.

25 years agoImport getfilter() double free() bug fix from -devel
Kurt Zeilenga [Wed, 3 Feb 1999 17:39:07 +0000 (17:39 +0000)]
Import getfilter() double free() bug fix from -devel

25 years agoImport latest IDL changes from devel including ALLIDS/memory leak
Kurt Zeilenga [Wed, 3 Feb 1999 17:36:29 +0000 (17:36 +0000)]
Import latest IDL changes from devel including ALLIDS/memory leak
bug fixes.

25 years agoAdd idl == NULL handling to has_children. Improve trace message.
Kurt Zeilenga [Wed, 3 Feb 1999 17:34:23 +0000 (17:34 +0000)]
Add idl == NULL handling to has_children.  Improve trace message.

25 years agoremove config.status dependencies from main makefile.
Kurt Zeilenga [Wed, 3 Feb 1999 17:29:02 +0000 (17:29 +0000)]
remove config.status dependencies from main makefile.