Kurt Zeilenga
3550bc48c0
Add slapd -a address support. Allows you to bind to a specific
...
address. Useful for running multiple servers in a virtual hosting
environment.
Modified test001-ldif2ldbm to verify this functionality. Assumes
localhost is 127.0.0.1.
1999-03-17 03:56:25 +00:00
Kurt Zeilenga
c51e647870
Minor change to EBCDIC test.
1999-03-17 03:55:51 +00:00
Kurt Zeilenga
4f60044d29
First cut at bind race fix. Passes our test suite at least.
1999-03-16 23:33:30 +00:00
Kurt Zeilenga
cc38cf6534
Cast pointer to strcasecmp to AVL_CMP.
1999-03-16 21:55:00 +00:00
Kurt Zeilenga
fa81f43f04
Initial check of connection states. Have only implemented
...
SLAP_C_ACTIVE vs SLAP_C_INACTIVE. Need to implement BINDING and CLOSING.
Added fields tracking pending (on bind) ops. Could also be used to
implement per-connection thread limits.
1999-03-16 02:59:59 +00:00
Kurt Zeilenga
70555f853a
NULL needs to be defined for pthread_detach(NULL).
1999-03-16 00:38:16 +00:00
Kurt Zeilenga
5ba71a498b
Update EBCDIC tests.
1999-03-15 23:45:28 +00:00
Kurt Zeilenga
02e6172bf8
Implement OL_HEADER_STDC (derived from AC_HEADER_STDC) with EBCDIC
...
support. Will submit this to autoconf maintainers...
1999-03-15 21:40:57 +00:00
Kurt Zeilenga
8694a8395c
Add EBCDIC test in preparation for VM port.
1999-03-15 19:31:13 +00:00
Kurt Zeilenga
5f3c7a88dc
Add 'extern' to externals.
1999-03-15 01:06:02 +00:00
Kurt Zeilenga
a8d7ee12a5
Fix "decleration" and missing ";" errors.
1999-03-15 01:01:45 +00:00
Ben Collins
13f169ee54
Only declare strdup() if DECL_STRDUP is defined
1999-03-15 00:19:46 +00:00
Ben Collins
e732e12279
configure.in now includes OL_DECL_STRDUP, configure and portable.h.in
...
rebuilt to reflect it.
1999-03-15 00:18:49 +00:00
Ben Collins
da5444cee5
Define OL_DECL_STRDUP, the current declaration conflicts with GLIBC 2.1's
...
macro definition. If the declaration errors, then we don't declare it in
ac/string.h
1999-03-15 00:16:25 +00:00
Hallvard Furuseth
8654f340cb
selectObjectClass returned without a value. Return NULL instead.
1999-03-14 07:42:14 +00:00
Hallvard Furuseth
02d668d8a8
free -> ldap_memfree. Remove spurious strdup.
1999-03-14 07:40:45 +00:00
Hallvard Furuseth
7927ffe7f3
Add missing parens around Debug macro parameter
1999-03-14 07:15:58 +00:00
Hallvard Furuseth
45f62b42a1
Fix typo web_ldap.txt -> web_ldap_usage.txt
1999-03-13 23:46:09 +00:00
Kurt Zeilenga
ae939acafe
Fail -lbe check if -lroot doesn't exist.
1999-03-13 23:03:40 +00:00
Hallvard Furuseth
520ea9b87f
Parameters in front of va_alist are unportable; use va_arg instead.
1999-03-13 22:59:18 +00:00
Kurt Zeilenga
5d5370c3ec
Make sure LN_S is set to "cp" if "ln -s" AND "ln" does work.
1999-03-13 22:57:38 +00:00
Kurt Zeilenga
4afc7aab40
Original test failed under FreeBSD. Reworked LN_H detection
...
after LN_S test. Moved to openldap.m4 and cached result.
Does not yet handle case where LN_H == 'cp' and LN_S == 'ln'.
1999-03-13 22:53:10 +00:00
Hallvard Furuseth
212e3d0f01
Add missing newline at end of file
1999-03-13 21:38:40 +00:00
Ben Collins
6a7a4cc872
Fix URL for latest hints
1999-03-13 20:41:37 +00:00
Ben Collins
07d93d495d
BeOS compile hints, also added to the FAQ-o-Matic
1999-03-13 20:35:15 +00:00
Ben Collins
0924180fa8
Used new ldap_(un)lockf() functions
1999-03-13 20:34:27 +00:00
Ben Collins
75d6e3f738
Added lockf.o to list of OBJS and lockf.c to list of SRCS
1999-03-13 20:32:40 +00:00
Ben Collins
4e733cf024
Macros for file locking/unlocking added (ldap_lockf/ldap_unlockf)
1999-03-13 20:31:55 +00:00
Ben Collins
9d2ea940e0
Check that FIONBIO is defined, also add defined(__BEOS__) to list for send/recv defines
1999-03-13 20:29:35 +00:00
Ben Collins
b5f8f61a88
Newest from GNU's CVS, provides detection of BeOS as well as other systems
1999-03-13 20:27:57 +00:00
Ben Collins
b35e123bcb
Use LN_H in order to link (or copy) ldapadd from ldapmodify
1999-03-13 19:34:09 +00:00
Ben Collins
15e0a0f827
Declare LN_H=@LN_H@
1999-03-13 19:32:58 +00:00
Ben Collins
f18213015c
Check for how to hard link (ln or cp) and define as LS_H, also includes check for be_app() in -lbe
1999-03-13 19:31:50 +00:00
Ben Collins
615923f0d1
Functions for using fcntl to lock/unlock files in case lockf is not available
1999-03-13 19:25:15 +00:00
Ben Collins
27572b4257
Fixed small error in last commit for sys_errlist in openldap.m4
1999-03-13 18:41:07 +00:00
Ben Collins
ebce51b2db
actually define HAVE_SYS_ERRLIST if we have it, if not then declare it locally in ac/errno.h
1999-03-13 18:19:11 +00:00
Ben Collins
159083640a
We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work
1999-03-13 18:16:11 +00:00
Ben Collins
bc3d17add8
Moved 'doc' to SUBDIRS
1999-03-13 02:42:43 +00:00
Ben Collins
362f051a57
Added check for <arpa/inet.h>
1999-03-13 02:17:34 +00:00
Ben Collins
c0b11aa8b5
Added check for getpass() as well as adding it to the -llutil Makefile.in (BeOS will need this)
1999-03-13 02:08:42 +00:00
Ben Collins
8f0aae9b72
#ifdef for <arpa/inet.h>
1999-03-13 01:12:54 +00:00
Ben Collins
6023a2fe42
#ifdef for <sys/file.h>
1999-03-13 01:07:15 +00:00
Ben Collins
dfc4d48209
Don't FORCE manpages in all-common
1999-03-12 22:32:15 +00:00
Hallvard Furuseth
45c2877c92
Update README to reflect recent changes.
1999-03-11 19:52:05 +00:00
Hallvard Furuseth
72ef1d08df
Change U-M LDAP to OpenLDAP in manpage
1999-03-11 19:45:38 +00:00
Hallvard Furuseth
7645a4ec5f
Fix Makefile.in: Install in bindir instead of libexecdir. Install manpage.
1999-03-11 19:43:26 +00:00
Kurt Zeilenga
e2d90b3acb
Update configure to:
...
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings
-- relocated Pthread -mt test to be before -kthread test
1999-03-10 23:31:06 +00:00
Juan Gomez
4be6bf9e9b
Added tests for modrdn and the proper operation of the deleteoldrdn field.
1999-03-10 22:31:26 +00:00
Juan Gomez
0df308410f
Expected output for modrdn tests.
1999-03-10 22:27:58 +00:00
Juan Gomez
f8a0a67e5f
Fixed a bug related to the deallocation of memory for new_dn and new_ndn,
...
They must not be deallocated since they are used by the cache entry.
1999-03-10 22:17:54 +00:00