]> git.sur5r.net Git - openldap/log
openldap
26 years agoAdded support for SLEEPYCAT DB2.
Kurt Zeilenga [Thu, 20 Aug 1998 00:05:08 +0000 (00:05 +0000)]
Added support for SLEEPYCAT DB2.
Modified main makefile to support local Make-common.  Builds file
from Make-common.dist.

26 years agoModified build environment to correctly support bin,sbin,libexec,etc
Kurt Zeilenga [Wed, 19 Aug 1998 18:19:39 +0000 (18:19 +0000)]
Modified build environment to correctly support bin,sbin,libexec,etc
and setting of variables from Make-platform with defaults in Make-common.

26 years agoAdded LIBEXECDIR, SBINDIR and patched install rules and files as needed.
Kurt Zeilenga [Wed, 19 Aug 1998 02:38:35 +0000 (02:38 +0000)]
Added LIBEXECDIR, SBINDIR and patched install rules and files as needed.

26 years agoMerged in LASTMOD changes from Allan Stuart.
Kurt Zeilenga [Wed, 19 Aug 1998 01:30:57 +0000 (01:30 +0000)]
Merged in LASTMOD changes from Allan Stuart.
Protects createtimestamp and creatorsname.

26 years agoAdded filter to populate test
Kurt Zeilenga [Wed, 19 Aug 1998 01:29:52 +0000 (01:29 +0000)]
Added filter to populate test

26 years agoAdded slurpd log and extend slurpd sleep to 15 seconds
Kurt Zeilenga [Wed, 19 Aug 1998 00:11:06 +0000 (00:11 +0000)]
Added slurpd log and extend slurpd sleep to 15 seconds

26 years agoAdded ldbm flush on write code which uses slapd.conf option.
Kurt Zeilenga [Wed, 19 Aug 1998 00:10:02 +0000 (00:10 +0000)]
Added ldbm flush on write code which uses slapd.conf option.

26 years agoMerged from Lambert
Kurt Zeilenga [Tue, 18 Aug 1998 23:12:54 +0000 (23:12 +0000)]
Merged from Lambert

26 years agoClean up
Kurt Zeilenga [Tue, 18 Aug 1998 23:09:25 +0000 (23:09 +0000)]
Clean up

26 years agoFix make clean in docs
Kurt Zeilenga [Tue, 18 Aug 1998 21:04:59 +0000 (21:04 +0000)]
Fix make clean in docs

26 years agoChanged calloc to ch_malloc. Don't need clear, should use ch_ functions.
Kurt Zeilenga [Tue, 18 Aug 1998 20:28:54 +0000 (20:28 +0000)]
Changed calloc to ch_malloc.  Don't need clear, should use ch_ functions.

26 years agoAdd patch from Gordon Good to fix copying of DNs with null bytes.
Kurt Zeilenga [Tue, 18 Aug 1998 19:05:33 +0000 (19:05 +0000)]
Add patch from Gordon Good to fix copying of DNs with null bytes.

26 years agoChanged FD_SETSIZE checks for consistency. Added checks where needed.
Kurt Zeilenga [Tue, 18 Aug 1998 18:19:49 +0000 (18:19 +0000)]
Changed FD_SETSIZE checks for consistency.  Added checks where needed.

26 years agoFixes from Allan Lynne
Kurt Zeilenga [Tue, 18 Aug 1998 17:51:53 +0000 (17:51 +0000)]
Fixes from Allan Lynne

26 years agoChanges prompted by Terry's patches
Kurt Zeilenga [Tue, 18 Aug 1998 00:41:35 +0000 (00:41 +0000)]
Changes prompted by Terry's patches

26 years agoSync the cache per Stuart Lynne <sl@poste.com>
Kurt Zeilenga [Mon, 17 Aug 1998 23:34:12 +0000 (23:34 +0000)]
Sync the cache per Stuart Lynne <sl@poste.com>

26 years agoMerge from LAMBERT branch
Kurt Zeilenga [Mon, 17 Aug 1998 23:26:25 +0000 (23:26 +0000)]
Merge from LAMBERT branch

26 years agoFixed uninitialized Backend pointer.
Kurt Zeilenga [Mon, 17 Aug 1998 21:10:02 +0000 (21:10 +0000)]
Fixed uninitialized Backend pointer.

26 years agoAdded support for TCP_WRAPPERS (ldapd code not tested, don't have isode here). LDAP_3_3+prerelease
Kurt Zeilenga [Sat, 15 Aug 1998 23:03:09 +0000 (23:03 +0000)]
Added support for TCP_WRAPPERS (ldapd code not tested, don't have isode here).
Cleaned up LDAP_CRYPT support.

26 years agoFixed "faled" typo in debug message
Kurt Zeilenga [Sat, 15 Aug 1998 18:39:15 +0000 (18:39 +0000)]
Fixed "faled" typo in debug message

26 years agofix SIGUNUSED typo
Kurt Zeilenga [Sat, 15 Aug 1998 18:18:43 +0000 (18:18 +0000)]
fix SIGUNUSED typo

26 years agoneeds socket.h
Kurt Zeilenga [Sat, 15 Aug 1998 18:18:12 +0000 (18:18 +0000)]
needs socket.h

26 years agoMoved both logs into test-db to be consistent with out output files.
Kurt Zeilenga [Sat, 15 Aug 1998 02:30:02 +0000 (02:30 +0000)]
Moved both logs into test-db to be consistent with out output files.

26 years agoFixed typo of SLAVELOG and made sure test directories exist.
Kurt Zeilenga [Sat, 15 Aug 1998 02:21:07 +0000 (02:21 +0000)]
Fixed typo of SLAVELOG and made sure test directories exist.

26 years agoCreate log files for slapd, sleep between tests to let things exit.
Kurt Zeilenga [Fri, 14 Aug 1998 23:59:42 +0000 (23:59 +0000)]
Create log files for slapd, sleep between tests to let things exit.

26 years agoTreat SunOS5.6 as a separate platform due to thread lib differences
Kurt Zeilenga [Fri, 14 Aug 1998 23:58:38 +0000 (23:58 +0000)]
Treat SunOS5.6 as a separate platform due to thread lib differences

26 years agoAdd Make-platform for SunOS 5.6 to handle thread lib differences
Kurt Zeilenga [Fri, 14 Aug 1998 23:56:23 +0000 (23:56 +0000)]
Add Make-platform for SunOS 5.6 to handle thread lib differences

26 years agopthread_create attr argument should be passed by value per POSIX
Kurt Zeilenga [Fri, 14 Aug 1998 20:41:47 +0000 (20:41 +0000)]
pthread_create attr argument should be passed by value per POSIX
standard.  Was working as is only because pthread_attr_t is normally
a struct.  However, on some systems it may be a integer.

26 years agoAdded patch to support LWP under SunOS 5.6
Kurt Zeilenga [Fri, 14 Aug 1998 20:12:02 +0000 (20:12 +0000)]
Added patch to support LWP under SunOS 5.6

26 years agoBacked up LDAP world P16, causes hang
Kurt Zeilenga [Fri, 14 Aug 1998 05:08:34 +0000 (05:08 +0000)]
Backed up LDAP world P16, causes hang

26 years ago*** empty log message ***
Kurt Zeilenga [Fri, 14 Aug 1998 05:06:08 +0000 (05:06 +0000)]
*** empty log message ***

26 years agoAdded better rm expressions.
Kurt Zeilenga [Fri, 14 Aug 1998 05:04:45 +0000 (05:04 +0000)]
Added better rm expressions.

26 years agoAdded better rm expression
Kurt Zeilenga [Fri, 14 Aug 1998 05:04:31 +0000 (05:04 +0000)]
Added better rm expression

26 years agodaemon -> slapd_daemon
Kurt Zeilenga [Thu, 13 Aug 1998 20:20:13 +0000 (20:20 +0000)]
daemon -> slapd_daemon

26 years ago*** empty log message ***
Kurt Zeilenga [Thu, 13 Aug 1998 20:20:00 +0000 (20:20 +0000)]
*** empty log message ***

26 years agoAdded comment about LDBM defines/includes
Kurt Zeilenga [Thu, 13 Aug 1998 20:09:38 +0000 (20:09 +0000)]
Added comment about LDBM defines/includes

26 years agointegrated changed from rage.net glibc.patch
Kurt Zeilenga [Thu, 13 Aug 1998 19:32:43 +0000 (19:32 +0000)]
integrated changed from rage.net glibc.patch

26 years agoUncommented out LDMB_LIB to get -ldb
Kurt Zeilenga [Thu, 13 Aug 1998 07:58:35 +0000 (07:58 +0000)]
Uncommented out LDMB_LIB to get -ldb

26 years ago-DLDAP_CRYPT may require -lcrypt
Kurt Zeilenga [Thu, 13 Aug 1998 07:25:37 +0000 (07:25 +0000)]
-DLDAP_CRYPT may require -lcrypt

26 years ago-DLDAP_CRYPT is disabled by default, don't need -lcrypt
Kurt Zeilenga [Thu, 13 Aug 1998 07:25:19 +0000 (07:25 +0000)]
-DLDAP_CRYPT is disabled by default, don't need -lcrypt

26 years ago-DLDAP_CRYPT is disabled by default
Kurt Zeilenga [Thu, 13 Aug 1998 07:24:57 +0000 (07:24 +0000)]
-DLDAP_CRYPT is disabled by default

26 years agoLinux defines SYS_ERRLIST in stdio (doesn't everyone)
Kurt Zeilenga [Wed, 12 Aug 1998 07:36:36 +0000 (07:36 +0000)]
Linux defines SYS_ERRLIST in stdio (doesn't everyone)

26 years agoAdded linux patch
Kurt Zeilenga [Sun, 9 Aug 1998 04:56:25 +0000 (04:56 +0000)]
Added linux patch

26 years agoRAGE: SLURPD malloc bug in st.c
Kurt Zeilenga [Sun, 9 Aug 1998 04:52:36 +0000 (04:52 +0000)]
RAGE: SLURPD malloc bug in st.c

26 years agoRAGE: LDAPD Linux does have <sys/filio.h>
Kurt Zeilenga [Sun, 9 Aug 1998 04:38:40 +0000 (04:38 +0000)]
RAGE: LDAPD Linux does have <sys/filio.h>

26 years agoMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
Kurt Zeilenga [Sun, 9 Aug 1998 04:13:55 +0000 (04:13 +0000)]
Merged LDAPworldCurrent (P1-10,13,15,16,19-22)
Cleaned up old rcs keyworld subs

26 years agoLDAPworldP22: problem with msgids greater than 32767 on 64bit architectures LDAPworld
Kurt Zeilenga [Sun, 9 Aug 1998 03:40:29 +0000 (03:40 +0000)]
LDAPworldP22: problem with msgids greater than 32767 on 64bit architectures

26 years agoLDAPworldP21: SLAPD Memory leak/error in filterentry.c
Kurt Zeilenga [Sun, 9 Aug 1998 03:37:22 +0000 (03:37 +0000)]
LDAPworldP21: SLAPD Memory leak/error in filterentry.c

26 years agoLDAPworldP20: Patch for comparing crypt()ed passwords (#ifdef LDAP_CRYPT)
Kurt Zeilenga [Sun, 9 Aug 1998 03:34:35 +0000 (03:34 +0000)]
LDAPworldP20: Patch for comparing crypt()ed passwords (#ifdef LDAP_CRYPT)

26 years agoLDAPworldP19: Patch for Next C-Threads
Kurt Zeilenga [Sun, 9 Aug 1998 03:13:49 +0000 (03:13 +0000)]
LDAPworldP19: Patch for Next C-Threads

26 years agoLDAPworldP16: Search responses may not be returned properly
Kurt Zeilenga [Sun, 9 Aug 1998 03:08:09 +0000 (03:08 +0000)]
LDAPworldP16: Search responses may not be returned properly

26 years agoLDAPworldP15: Internal LDAP function rename
Kurt Zeilenga [Sun, 9 Aug 1998 03:04:12 +0000 (03:04 +0000)]
LDAPworldP15: Internal LDAP function rename

26 years agoLDAPworld P13: LDAPv2 client referrals bug
Kurt Zeilenga [Sun, 9 Aug 1998 02:56:52 +0000 (02:56 +0000)]
LDAPworld P13: LDAPv2 client referrals bug

26 years agoLDAPworld P10: SLAPD Index corruption
Kurt Zeilenga [Sun, 9 Aug 1998 02:54:09 +0000 (02:54 +0000)]
LDAPworld P10: SLAPD Index corruption

26 years agoLDAPworld P9: SLAPD crashes with filter containing zero elements
Kurt Zeilenga [Sun, 9 Aug 1998 02:52:09 +0000 (02:52 +0000)]
LDAPworld P9: SLAPD crashes with filter containing zero elements

26 years agoLDAPworld P8: UD does not compile when NO_CACHE defined
Kurt Zeilenga [Sun, 9 Aug 1998 02:50:17 +0000 (02:50 +0000)]
LDAPworld P8: UD does not compile when NO_CACHE defined

26 years agoLDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO
Kurt Zeilenga [Sun, 9 Aug 1998 02:48:03 +0000 (02:48 +0000)]
LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO

26 years agoLDAPworld P6: SLAPD on AIX
Kurt Zeilenga [Sun, 9 Aug 1998 02:41:53 +0000 (02:41 +0000)]
LDAPworld P6: SLAPD on AIX

26 years agoLDAPworld P5: SLAPD Negation of Non-Indexed Search
Kurt Zeilenga [Sun, 9 Aug 1998 02:39:52 +0000 (02:39 +0000)]
LDAPworld P5: SLAPD Negation of Non-Indexed Search

26 years agoLDAPworld P4: SLAPD Crash when Schema Checking
Kurt Zeilenga [Sun, 9 Aug 1998 02:36:33 +0000 (02:36 +0000)]
LDAPworld P4: SLAPD Crash when Schema Checking

26 years agoLDAPworld P3: SLAPD LDBM Generation with Multiple Backends
Kurt Zeilenga [Sun, 9 Aug 1998 02:33:01 +0000 (02:33 +0000)]
LDAPworld P3: SLAPD LDBM Generation with Multiple Backends

26 years agoLDAPworld P1: DEC and other portability issues
Kurt Zeilenga [Sun, 9 Aug 1998 02:28:45 +0000 (02:28 +0000)]
LDAPworld P1: DEC and other portability issues

26 years agoMerge FreeBSD Make-templates into LDAPworld branch
Kurt Zeilenga [Sun, 9 Aug 1998 02:24:07 +0000 (02:24 +0000)]
Merge FreeBSD Make-templates into LDAPworld branch

26 years agoapply FreeBSD changes to main branch
Kurt Zeilenga [Sun, 9 Aug 1998 01:35:58 +0000 (01:35 +0000)]
apply FreeBSD changes to main branch

26 years agoFixed RCS headers
Kurt Zeilenga [Sun, 9 Aug 1998 01:32:39 +0000 (01:32 +0000)]
Fixed RCS headers

26 years agoFixed RCS Headers
Kurt Zeilenga [Sun, 9 Aug 1998 01:31:11 +0000 (01:31 +0000)]
Fixed RCS Headers

26 years agoModified make system to support CVS instead of RCS
Kurt Zeilenga [Sun, 9 Aug 1998 01:24:49 +0000 (01:24 +0000)]
Modified make system to support CVS instead of RCS

26 years agoImport of FreeBSD LDAP 3.3 Port FreeBSD FreeBSD_3_3
Kurt Zeilenga [Sun, 9 Aug 1998 01:05:15 +0000 (01:05 +0000)]
Import of FreeBSD LDAP 3.3 Port

26 years agoImport of Umich LDAP 3.3 UMICH UMICH_LDAP_3_3
Kurt Zeilenga [Sun, 9 Aug 1998 00:43:13 +0000 (00:43 +0000)]
Import of Umich LDAP 3.3

26 years agoInitial revision
Kurt Zeilenga [Sun, 9 Aug 1998 00:43:13 +0000 (00:43 +0000)]
Initial revision