]> git.sur5r.net Git - openldap/log
openldap
25 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.

25 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.

25 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.

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

25 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

25 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.

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

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

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

25 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.

25 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.

25 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.

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

25 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

25 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>

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

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

25 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.

25 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

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

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

25 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.

25 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.

25 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.

25 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

25 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

25 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.

25 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

25 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

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

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

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

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

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

25 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

25 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

25 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

25 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

25 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

25 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

25 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)

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

25 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

25 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>

25 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

25 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

25 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

25 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)

25 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

25 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

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

25 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

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

25 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

25 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

25 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

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

25 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

25 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

25 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

25 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

25 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

25 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

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

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

25 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

25 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

25 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

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