Howard Chu
193ab59661
Fix --enable-ldap behavior for back-ldap
1999-05-29 03:44:46 +00:00
Kurt Zeilenga
fd41e31d46
Obtain version name from build/version (re-add build/version).
...
This will facilate version.c generation on non-UNIX systems.
1999-05-28 00:35:09 +00:00
Kurt Zeilenga
984a98a84c
Disable explicit AC_PROG_INSTALL check... implicitly checked by
...
AM_INIT_AUTOMAKE.
1999-05-27 03:09:04 +00:00
Kurt Zeilenga
a57fbea79c
Add -lnet to BeOS specific libraries.
1999-05-26 20:35:31 +00:00
Howard Chu
967d1dcb2d
For ITS#157: Added LDAP backend for slapd, which also required adding
...
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
1999-05-26 02:35:20 +00:00
Kurt Zeilenga
0881444263
BeOS comment was incorrect.
1999-05-25 18:52:45 +00:00
Kurt Zeilenga
83408503a7
Eliminate DECL_STRDUP check in favor of simple fix to <ac/string.h> header.
...
Add #undef and other protection of macros.
1999-05-24 23:01:57 +00:00
Kurt Zeilenga
4e2b2f8a70
s/PACKAGE/OPENLDAP_PACKAGE/
...
s/VERSION/OPENLDAP_VERSION/
manually define for NT. Should sort out mechanism for one place
updating of package/version strings.
1999-05-21 04:00:25 +00:00
Kurt Zeilenga
1db064b821
Add EXEEXT and MKVERSION support
1999-05-19 07:13:42 +00:00
Kurt Zeilenga
00da392c5f
Add check for <sys/select.h> for AIX.
1999-05-18 18:34:02 +00:00
Ben Collins
d4f4f8f197
Moved db1/db.h check to the db1 marco in openldap.m4. Also added check for HAVE_DB1_DB_H for which header to include since it's only defined when using db1
1999-05-07 01:27:16 +00:00
Ben Collins
a650d73230
Glibc 2.1 has Berkley db as -ldb1. Set up the autoconf to check this first, else we will actually be using compat calls in db2, and not the real db1.
1999-05-06 12:33:58 +00:00
Ben Collins
014d059b5a
Moved -lnet,socket check for BeOS to the rest of the socket checks. Also added a -lnsl _with_ the -lwrap check since some libwrap's are static and need this.
1999-05-04 13:55:59 +00:00
Ben Collins
8c8249c005
Added -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton() since BeOS does not have this call.
1999-05-04 12:33:21 +00:00
Kurt Zeilenga
a42cf36dd2
Fix typos.
1999-04-30 21:32:12 +00:00
Kurt Zeilenga
beddb31813
Backout ssl/ssl.h change for now. Trying to support "odd" 3rd
...
repackagers is a can of worms.
1999-04-30 00:50:08 +00:00
Julio Sánchez Fernández
38098bcbc8
Sometimes ssl.h is ssl/ssl.h. This is a simple fix so that it is
...
detected in those cases, more work is needed to abstract its location
so that programs can be compiled without change.
1999-04-29 16:55:43 +00:00
Kurt Zeilenga
dba57a312c
Add mkversion script to generate version.c files. mkversion generates
...
identification strings compatible with ident(1) and what(1).
Uses $(VERSION) generated from configure.in. rm build/version
rm old version .c files
1999-04-28 05:40:17 +00:00
Kurt Zeilenga
51fba2644a
Add vfork comment
1999-04-26 23:55:08 +00:00
Kurt Zeilenga
7ba980f0f6
Modify slapd set user/group support to use -u/-g instead -U/-G.
...
Moved -u (udp) to -c (connectionless). Connectionless is depreciated
and undocumented.
Added tests for set{,e}{u,g}id to configure. Use existance of
setuid/setgid to enable feature. Use seteuid/setegid only if
they exist.
Fixed minor minor leak of username/groupname if specificied
more than once. (This should actually be an error)
1999-04-21 00:40:20 +00:00
Kurt Zeilenga
58afabdf00
EXPERIMENTAL: Disable cache saving and loading.
1999-04-20 01:43:01 +00:00
Kurt Zeilenga
48e73426cb
Add basic gmodule detection for SLAPD_MODULES.
...
Cleanup perl detection.
1999-04-14 01:33:01 +00:00
Kurt Spanier
ae41f268de
Re-introduction of of syslog in configure.in. The rest nothing, sorry.
1999-04-07 13:47:30 +00:00
Kurt Zeilenga
a816a5eb30
eliminate -lpthread -lexc from pthread link tests
1999-04-07 06:10:46 +00:00
Hallvard Furuseth
479c14ac6c
Fix typo ol_cv_pthread_pthread -> ol_cv_pthread_threads for -threads option
1999-04-07 04:44:19 +00:00
Hallvard Furuseth
14f4d60d49
Remove superfluous )' in the
pthread_create in default libraries' test
1999-04-07 04:20:08 +00:00
Kurt Zeilenga
404f953ef0
New pthread_try_link test. Looks for pthread_create and pthread_detach
...
and, if LinuxThreads, pthread_kill_other_threads_np().
1999-04-07 02:47:15 +00:00
Kurt Zeilenga
bbb7964508
New LinuxThreads detection. Correctly detects FreeBSD's LinuxThreads port
...
(but not sure if it's usable yet). Needs to be tested on various versions
of Linux native LinuxThreads.
1999-04-06 23:44:27 +00:00
Kurt Zeilenga
b4658cbe24
Cleanup socket() detection.
...
Move select() detection forward, error if not available.
Move select() args type check forward so it can be used in subsequent tests.
1999-04-04 20:36:35 +00:00
John Quillan
fa2e485480
Fixe problem where perl options were retrieved from perl_inc and not
...
from ccopts. This prevented the Perl backend from compiling.
1999-04-04 04:21:48 +00:00
Kurt Zeilenga
82453169fc
Add select args type & vfork tests for experimentation purposes.
1999-04-04 00:59:32 +00:00
Kurt Zeilenga
04904a4418
comment out OSF/1 yielding select force. Likely incorrect.
1999-04-03 08:19:37 +00:00
Kurt Zeilenga
4d2b0cfab6
Reorder the pthreads tests and hope for the best. IRIX users beware.
1999-04-03 07:32:17 +00:00
Kurt Zeilenga
37acf0344c
s/final/draft4/ in comment about (depreciated) draft4 libraries test order.
1999-04-03 05:58:16 +00:00
Kurt Zeilenga
0f57d966f9
Fix cut and paste mistakes in pthread detections cases: -mt, -thread, -threads.
1999-04-03 05:55:08 +00:00
Hallvard Furuseth
9ebd9a0289
Add -U and -G options to set user and group id.
...
Move socket setup to set_socket(), called before the uid/gid change.
1999-04-03 03:19:07 +00:00
Kurt Zeilenga
ff5f9edc04
Add checks for recv and recvfrom.
1999-04-02 18:58:48 +00:00
Juan Gomez
4838a836df
Added mdbm option for with-ldbm-api variable.
1999-03-30 19:46:52 +00:00
Juan Gomez
009038a795
MDBM detection feature.
1999-03-30 04:25:52 +00:00
Kurt Zeilenga
a95247a58a
Add pthread_detach to -kthread test.
1999-03-30 04:07:16 +00:00
Kurt Zeilenga
da25203c58
IRIX (very strange) default libraries have working pthread_create() but
...
no pthread_detach(). So, augment pthread_create() in default libraries
test to detach created thread.
1999-03-30 00:07:37 +00:00
Kurt Zeilenga
30f953160f
Add wait4/3 detection.
...
Modify slapd_tester to use pid_t and wait macros. May need to
implement additional macros in ac/wait.h (in addition to
WEXITSTATUS and WIFEXITED).
1999-03-29 01:40:17 +00:00
Hallvard Furuseth
dd44e1c28f
Initial port of web_ldap to OpenLDAP. Also fixed some doc bugs.
1999-03-27 18:05:33 +00:00
Kurt Zeilenga
10d7f35484
Don't call AC_CANONICAL_HOST from configure.in. We use feature tests.
...
(libtool, though, will drag it for it's use...)
1999-03-26 01:05:22 +00:00
Kurt Zeilenga
a9ed7c24e2
Use modified works test to check for pthread_create in default
...
libraries. Original work test is still used to valid detected
header/library are compatible.
1999-03-25 22:11:42 +00:00
Kurt Zeilenga
37ff5e356f
Backout previous change. It breaks specification of pthreads via
...
the environment. A more general solution is needed.
1999-03-25 19:51:54 +00:00
Juan Gomez
6a302baa9f
Fixed Pthread detection problem in IRIX.
1999-03-24 04:04:50 +00:00
Kurt Zeilenga
61f6d5d8ca
Add check for <assert.h> and put include in right file (acconfig.h)
1999-03-20 03:21:19 +00:00
Kurt Zeilenga
96b2ae55ac
Add OL_STRUCT_PASSWD_PW_GECOS test. Checks for pw_gecos in struct passwd.
1999-03-17 22:23:29 +00:00
Kurt Zeilenga
70555f853a
NULL needs to be defined for pthread_detach(NULL).
1999-03-16 00:38:16 +00:00