Commit Graph

68 Commits

Author SHA1 Message Date
Kurt Zeilenga
079f21c3ac Added LIBEXECDIR, SBINDIR and patched install rules and files as needed. 1998-08-19 02:38:35 +00:00
Kurt Zeilenga
7df4daffcd Merged in LASTMOD changes from Allan Stuart.
Protects createtimestamp and creatorsname.
1998-08-19 01:30:57 +00:00
Kurt Zeilenga
ad8929fb47 Added filter to populate test 1998-08-19 01:29:52 +00:00
Kurt Zeilenga
70c5050d85 Added slurpd log and extend slurpd sleep to 15 seconds 1998-08-19 00:11:06 +00:00
Kurt Zeilenga
49d40a26f8 Added ldbm flush on write code which uses slapd.conf option. 1998-08-19 00:10:02 +00:00
Kurt Zeilenga
05c63ed421 Merged from Lambert 1998-08-18 23:12:54 +00:00
Kurt Zeilenga
6aadb5f512 Clean up 1998-08-18 23:09:25 +00:00
Kurt Zeilenga
f3aee9f267 Fix make clean in docs 1998-08-18 21:04:59 +00:00
Kurt Zeilenga
8a3eefd111 Changed calloc to ch_malloc. Don't need clear, should use ch_ functions. 1998-08-18 20:28:54 +00:00
Kurt Zeilenga
3eb609ab21 Add patch from Gordon Good to fix copying of DNs with null bytes. 1998-08-18 19:05:33 +00:00
Kurt Zeilenga
f51765eead Changed FD_SETSIZE checks for consistency. Added checks where needed. 1998-08-18 18:19:49 +00:00
Kurt Zeilenga
dfeabf5213 Fixes from Allan Lynne 1998-08-18 17:51:53 +00:00
Kurt Zeilenga
e4af28135d Changes prompted by Terry's patches 1998-08-18 00:41:35 +00:00
Kurt Zeilenga
97e88afb5e Sync the cache per Stuart Lynne <sl@poste.com> 1998-08-17 23:34:12 +00:00
Kurt Zeilenga
fa2da63ca4 Merge from LAMBERT branch 1998-08-17 23:26:25 +00:00
Kurt Zeilenga
401bd7495a Fixed uninitialized Backend pointer. 1998-08-17 21:10:02 +00:00
Kurt Zeilenga
e66aa92102 Added support for TCP_WRAPPERS (ldapd code not tested, don't have isode here).
Cleaned up LDAP_CRYPT support.
1998-08-15 23:03:09 +00:00
Kurt Zeilenga
412f44afa3 Fixed "faled" typo in debug message 1998-08-15 18:39:15 +00:00
Kurt Zeilenga
cf1d3904a4 fix SIGUNUSED typo 1998-08-15 18:18:43 +00:00
Kurt Zeilenga
b58c782eeb needs socket.h 1998-08-15 18:18:12 +00:00
Kurt Zeilenga
1c96c959bc Moved both logs into test-db to be consistent with out output files. 1998-08-15 02:30:02 +00:00
Kurt Zeilenga
93557d325a Fixed typo of SLAVELOG and made sure test directories exist. 1998-08-15 02:21:07 +00:00
Kurt Zeilenga
36445924b5 Create log files for slapd, sleep between tests to let things exit. 1998-08-14 23:59:42 +00:00
Kurt Zeilenga
8fa93f02ec Treat SunOS5.6 as a separate platform due to thread lib differences 1998-08-14 23:58:38 +00:00
Kurt Zeilenga
4b23e633b1 Add Make-platform for SunOS 5.6 to handle thread lib differences 1998-08-14 23:56:23 +00:00
Kurt Zeilenga
3a431b77ef 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.
1998-08-14 20:41:47 +00:00
Kurt Zeilenga
1b5451d619 Added patch to support LWP under SunOS 5.6 1998-08-14 20:12:02 +00:00
Kurt Zeilenga
c46afcbd63 Backed up LDAP world P16, causes hang 1998-08-14 05:08:34 +00:00
Kurt Zeilenga
57a4773951 *** empty log message *** 1998-08-14 05:06:08 +00:00
Kurt Zeilenga
f96fee80d3 Added better rm expressions. 1998-08-14 05:04:45 +00:00
Kurt Zeilenga
c157ae7997 Added better rm expression 1998-08-14 05:04:31 +00:00
Kurt Zeilenga
efc5e2d0e4 daemon -> slapd_daemon 1998-08-13 20:20:13 +00:00
Kurt Zeilenga
58576e9753 *** empty log message *** 1998-08-13 20:20:00 +00:00
Kurt Zeilenga
3ab0b0873d Added comment about LDBM defines/includes 1998-08-13 20:09:38 +00:00
Kurt Zeilenga
f3e9bc606c integrated changed from rage.net glibc.patch 1998-08-13 19:32:43 +00:00
Kurt Zeilenga
14b7b66f94 Uncommented out LDMB_LIB to get -ldb 1998-08-13 07:58:35 +00:00
Kurt Zeilenga
61be3047a7 -DLDAP_CRYPT may require -lcrypt 1998-08-13 07:25:37 +00:00
Kurt Zeilenga
6ec1387e18 -DLDAP_CRYPT is disabled by default, don't need -lcrypt 1998-08-13 07:25:19 +00:00
Kurt Zeilenga
a6843a7e8a -DLDAP_CRYPT is disabled by default 1998-08-13 07:24:57 +00:00
Kurt Zeilenga
cda1faaf00 Linux defines SYS_ERRLIST in stdio (doesn't everyone) 1998-08-12 07:36:36 +00:00
Kurt Zeilenga
412b85ec7e Added linux patch 1998-08-09 04:56:25 +00:00
Kurt Zeilenga
7b115db732 RAGE: SLURPD malloc bug in st.c 1998-08-09 04:52:36 +00:00
Kurt Zeilenga
1596b380e9 RAGE: LDAPD Linux does have <sys/filio.h> 1998-08-09 04:38:40 +00:00
Kurt Zeilenga
fcbca73f90 Merged LDAPworldCurrent (P1-10,13,15,16,19-22)
Cleaned up old rcs keyworld subs
1998-08-09 04:13:55 +00:00
Kurt Zeilenga
271d678b0e LDAPworldP22: problem with msgids greater than 32767 on 64bit architectures 1998-08-09 03:40:29 +00:00
Kurt Zeilenga
ccc2797a77 LDAPworldP21: SLAPD Memory leak/error in filterentry.c 1998-08-09 03:37:22 +00:00
Kurt Zeilenga
29062d06e4 LDAPworldP20: Patch for comparing crypt()ed passwords (#ifdef LDAP_CRYPT) 1998-08-09 03:34:35 +00:00
Kurt Zeilenga
b63a0b1c61 LDAPworldP19: Patch for Next C-Threads 1998-08-09 03:13:49 +00:00
Kurt Zeilenga
0b0c178c1a LDAPworldP16: Search responses may not be returned properly 1998-08-09 03:08:09 +00:00
Kurt Zeilenga
29eda9c799 LDAPworldP15: Internal LDAP function rename 1998-08-09 03:04:12 +00:00