Commit Graph

2501 Commits

Author SHA1 Message Date
Kurt Zeilenga
e56aa6af2c Don't output anything. 1998-09-16 03:14:16 +00:00
Kurt Zeilenga
0b36640136 From BOOLEAN_LDAP 1998-09-16 03:01:24 +00:00
Kurt Zeilenga
3e20891263 Merge in platform updates from main. 1998-09-16 02:47:02 +00:00
Kurt Zeilenga
f18687e356 Clean up Linux platform defaults based upon RPM suggestions.
-DNO_THREADS is now default.
1998-09-16 02:44:01 +00:00
Kurt Zeilenga
a8040ca213 sched.h not actually required 1998-09-16 02:42:33 +00:00
Kurt Zeilenga
58718e3bc6 Add #ifdef for when sched_yield/sched.h is missing. 1998-09-16 02:41:38 +00:00
Kurt Zeilenga
1d3df71e27 Add -DSCHED_YIELD_MISSING to commented out example 1998-09-16 02:40:05 +00:00
Kurt Zeilenga
6e9a263fa4 Add -DNO_THREAD comment for when there is no -lc_r 1998-09-16 02:38:55 +00:00
Kurt Zeilenga
467f8157c3 Remove ? from LIB_CRYPT?= in comment 1998-09-16 02:37:40 +00:00
Kurt Zeilenga
94e5282de9 Replaced "X.500" with "LDAP", seems more relevant these days.
Suggested by Jauder Ho <jauderho@transmeta.com>.
1998-09-16 00:12:37 +00:00
Kurt Zeilenga
4d845ef221 Resolves UD crash when binding with incorrect passwords.
Fix suggested by Hallvard Furuseth <h.b.furuseth@usit.uio.no>.
1998-09-16 00:01:11 +00:00
Kurt Zeilenga
32bae0e72d Add ';' between echo when Make-common doesn't exist. 1998-09-15 23:39:31 +00:00
Kurt Zeilenga
08165e5b58 Point submissions to OpenLDAP 1998-09-13 19:41:35 +00:00
Kurt Zeilenga
d9170de015 Okay, this really works. 1998-09-12 04:38:19 +00:00
Kurt Zeilenga
ac989f108d Directory rule is didn't work... use brute force 1998-09-12 04:33:13 +00:00
Kurt Zeilenga
58a295d838 Import missing mkdir in install rule from stable branch. 1998-09-12 04:18:49 +00:00
Kurt Zeilenga
cad8e004cb Add missing mkdirs in make install rules 1998-09-12 04:13:26 +00:00
Kurt Zeilenga
bb457f4ad8 Add changes to CHANGES file. 1998-09-10 02:37:37 +00:00
Kurt Zeilenga
a9ea01584a K5 patch from Pele <pele@artewisdom.com> 1998-09-09 02:06:17 +00:00
Kurt Zeilenga
3707d106d6 Fix typo. RUNDIR wasn't being defaulted. 1998-09-09 01:32:04 +00:00
Kurt Zeilenga
2fb96905d2 Add Kerberos V5 support from Predrag Balorda <pele@artewisdom.com> 1998-09-08 02:26:56 +00:00
Kurt Zeilenga
7fed5fb3ef Remove binary file 1998-09-08 02:06:36 +00:00
Kurt Zeilenga
15f771aee9 remove binary files 1998-09-08 02:06:07 +00:00
Kurt Zeilenga
f3a0f5cdf9 Remove binary files. 1998-09-08 02:05:24 +00:00
Kurt Zeilenga
bafbb80824 Add support for Gnu make 1998-09-07 23:13:46 +00:00
Kurt Zeilenga
5cc1643bc5 Add support for Gnu make. 1998-09-07 23:07:33 +00:00
Kurt Zeilenga
3596dd376f fix comment from last commit 1998-09-07 08:32:30 +00:00
Kurt Zeilenga
95b24ea482 Added greg@greg.rim.or.jp's quick hack to allow search with empty search base.
Must enable -DLDAP_ALLOW_NULL_SEARCH_BASE to use.
1998-09-05 20:33:22 +00:00
Kurt Zeilenga
c1b676a13e To the attic these should go. 1998-09-05 06:15:58 +00:00
Kurt Zeilenga
9636387761 Fix some such error 1998-09-04 05:26:01 +00:00
Kurt Zeilenga
eb9babbc65 Add comment concerning FOO?=BAR syntax 1998-09-04 04:25:43 +00:00
Kurt Zeilenga
b8f6e1afc0 Add comments concerning Pthread availability 1998-09-03 23:03:46 +00:00
Kurt Zeilenga
2c4aff0fa1 FreeBSD 2.x thread support differs between minor releases.
Default to Make-common settings (-DNO_THREADS).
1998-09-03 19:53:41 +00:00
Kurt Zeilenga
cac3ea1e92 Import public domain sha1 routines from Steve Reid <steve@edmweb.com>.
Modified for OpenLDAP use by Daniel J. Gregor <djg@gregor.com>.
1998-09-03 06:25:38 +00:00
Kurt Zeilenga
9ea86c5eb0 Merge in formating change. 1998-09-03 01:19:11 +00:00
Kurt Zeilenga
2054d40b7c Added support for SleepyCat DB2 DBI.
Derived from public posting to ldap@umich.edu
	by Kurt Spanier <kurt.spanier@zdv.uni-tuebingen.de>
	See Make-common.dist for DB2 options
1998-09-03 00:50:13 +00:00
Kurt Zeilenga
8c5868b500 Add basic support for MD5 and SHA1 passwords.
SHA1 support is contributed by Daniel J. Gregor <dj@gregor.com>
	MD5 support is contributed by me <kurt@OpenLDAP.org>
	Uses public domain MD5 routines
	Uses ISC/IBM freely redistributable Base64 routines
	SHA1 support requires external SHA1 routines
1998-09-02 21:31:35 +00:00
Kurt Zeilenga
e9233c923d Fixed null termination bug in re.c. Found by vasquez@w270.de 1998-09-02 16:12:07 +00:00
Kurt Zeilenga
927e7b5eb7 Clarify note concerning license differences. 1998-09-01 22:34:53 +00:00
Kurt Zeilenga
8beedeb92f Features should defined via Make-common 1998-09-01 03:42:35 +00:00
Kurt Zeilenga
b015c8db24 Add support for OpenBSD. Provided by djg@gregor.com. 1998-08-31 20:49:27 +00:00
Kurt Zeilenga
edcd5b272d Fix TCP_WRAPPER support. 1998-08-31 20:46:57 +00:00
Kurt Zeilenga
e77708e516 Add prototypes for check functions provided by Stuart Lynne 1998-08-30 18:58:44 +00:00
Kurt Zeilenga
3780fa4740 rdwr.h from orielly examples (with multiple inclusion protection) 1998-08-30 18:58:06 +00:00
Kurt Zeilenga
cb587e9bf0 Added check routines from Stuart Lynne 1998-08-30 18:55:54 +00:00
Kurt Zeilenga
3d6c77cbc7 Fixed rm to use more standard expression to ignore CVS directories.
Patch provided by dj@gregor.com.
1998-08-30 18:12:03 +00:00
Kurt Zeilenga
d831315a26 Fixed various rm statements to use more common expression format.
Patch provided by dj@gregor.com.
1998-08-30 18:10:20 +00:00
Kurt Zeilenga
7b531e8e62 Fix includes 1998-08-30 17:52:37 +00:00
Kurt Zeilenga
9071e067ec Belongs in the include directory 1998-08-30 17:51:34 +00:00
Kurt Zeilenga
c98a6ff9e9 Document important limitation of this basic implementation 1998-08-29 21:46:42 +00:00