Commit Graph

168 Commits

Author SHA1 Message Date
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
Kurt Zeilenga
efac7f4c88 Add Reader/Writer Locks to library 1998-08-29 21:45:04 +00:00
Kurt Zeilenga
5d64c8f95d Added Reader/Writer lock code from publicily available examples for
Nichols, Butler, Farrell's book "Pthreads Programming" (O'Reilly).
1998-08-29 21:43:18 +00:00
Kurt Zeilenga
fe035ff175 Fix typos 1998-08-29 19:43:44 +00:00
Kurt Zeilenga
27496ee554 <sys/socket.h> is required if CLDAP is enabled. 1998-08-28 21:56:24 +00:00
Kurt Zeilenga
48dcea21a1 Added modify race patch from sl@fireplug.net 1998-08-28 17:42:42 +00:00
Kurt Zeilenga
f7b5714171 Missed on of the FreeBSD split pieces 1998-08-28 05:44:46 +00:00
Kurt Zeilenga
7963420cde Add NO_THREADS fix from tih@nhh.no 1998-08-27 21:44:45 +00:00
Kurt Zeilenga
dbcbc66352 freebsd split 1998-08-27 21:35:29 +00:00
Kurt Zeilenga
8c5cd2a474 Remove BSDREGEX junk 1998-08-27 21:32:49 +00:00
Kurt Zeilenga
ed27d2f5ea Merge freebsd split 1998-08-27 21:32:33 +00:00
Kurt Zeilenga
926b7cb1c7 Pulled NetBSD changes into current 1998-08-27 08:19:14 +00:00
Kurt Zeilenga
5c5209f973 Correct URL to license 1998-08-26 19:10:10 +00:00
Kurt Zeilenga
806557a5ad Update notices to use "OpenLDAP Foundation" instead of
"Net Boolean Incorporated" and drop "Net Boolean" private
label.  This was done per agreement between the Foundation
and Net Boolean.   Long Live OpenLDAP!
1998-08-25 23:29:01 +00:00
Kurt Zeilenga
d8b37926cc Added NMI copyright 1998-08-23 23:25:53 +00:00
Kurt Zeilenga
3e4fe69eb0 Added NBI Copyright to Make-common.dist 1998-08-23 23:19:40 +00:00
Kurt Zeilenga
37b4b3f6cc Updated distribution documents. 1998-08-23 23:15:03 +00:00
Kurt Zeilenga
42c6740f95 Add Net Boolean Copyright and License. 1998-08-23 02:12:50 +00:00
Kurt Zeilenga
a65dd0488c Added include of <time.h> to get time_t 1998-08-22 17:38:29 +00:00
Kurt Zeilenga
84ab31f933 Significantly out of date. Make-common.dist replaced it. 1998-08-21 06:36:57 +00:00
Kurt Zeilenga
2ec25ef881 Merged files from branch REGEX_REMOVAL. Despite name, this merge
adds POSIX RegEx (and removes BSD re_comp/re_exec) support.
* POSIX RegEx is not currently included in the distribution, however
	we will probably add Henry Spencer's REGEX library soon.
* ACL Group functionality is also included in this merge!
1998-08-21 06:33:42 +00:00
Kurt Zeilenga
c636a39a60 BSD has re_comp/re_exec in -lcompat 1998-08-20 19:44:02 +00:00
Kurt Zeilenga
cbc4b47f70 removed lint 1998-08-20 19:42:38 +00:00
Kurt Zeilenga
6ffddf154a Fix shadowing bug created from previous change. 1998-08-20 18:40:45 +00:00
Kurt Zeilenga
0a5ab66d69 Minor cleanup 1998-08-20 08:10:06 +00:00
Kurt Zeilenga
42897d184a Make sure EXTRA flags support platform settings 1998-08-20 04:25:27 +00:00
Kurt Zeilenga
c0d5017cf8 My best guess for Linux settings 1998-08-20 04:24:31 +00:00
Kurt Zeilenga
4db1815b5a Pretty up the make depend code 1998-08-20 04:06:20 +00:00
Kurt Zeilenga
d2ef362f99 Removed use of paths not defined in ldapconfig.h.edit.
Fixed Dependency Generation not to mess with Make-templates.
	side effect: depends are not carried forward after "make makefiles"
1998-08-20 03:56:19 +00:00
Kurt Zeilenga
b3ac184962 Fixed ldapconfig.h.edit/Make-template to generate ldapconfig.h correctly.
ldif2ldbm.c defaults moved to ldapconfig.h, sed no longer needed.
Changed type of lconn_lastused to time_t.
Added include <time.h> were needed.
1998-08-20 02:18:28 +00:00
Kurt Zeilenga
1b3e8c9231 Added REVERSE_LOOKUP to Make-common.dist to document its existence. 1998-08-20 01:22:35 +00:00
Kurt Zeilenga
c6e7dd892e CLDAP need <sys/socket.h> 1998-08-20 00:13:01 +00:00
Kurt Zeilenga
2cf9690f9f Added support for SLEEPYCAT DB2.
Modified main makefile to support local Make-common.  Builds file
from Make-common.dist.
1998-08-20 00:05:08 +00:00
Kurt Zeilenga
adc2134f03 Modified build environment to correctly support bin,sbin,libexec,etc
and setting of variables from Make-platform with defaults in Make-common.
1998-08-19 18:19:39 +00:00