- Oct 01, 1999
-
-
Kurt Zeilenga authored
from Booker Bense <bbense@networking.stanford.edu>.
-
- Sep 20, 1999
-
-
Kurt Zeilenga authored
If not available, LDBM uses big mutex and BDB2 is disabled. Should add BerkeleyDB version detection...
-
- Aug 31, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
socketpair. Use dependent on useful detection is.
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
-
- Aug 24, 1999
-
-
Kurt Zeilenga authored
to build OpenLDAP.
-
- Aug 22, 1999
-
-
Kurt Zeilenga authored
Tests behave as expected excepting slapd sometimes does not shutdown properly.
-
- Aug 20, 1999
-
-
Kurt Zeilenga authored
-
- Aug 08, 1999
-
-
Kurt Zeilenga authored
-
- Aug 05, 1999
-
-
Kurt Zeilenga authored
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
updated patch submitted Philipp Klaus <ldapml@internet.access.ch> Can be enabled using --enable-multimaster. TODO: Replication test likely should be adjusted to test multimaster environment.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
This code is not called (yet).
-
Kurt Zeilenga authored
-
- Aug 02, 1999
-
-
Kurt Zeilenga authored
Improve detection of FreeBSD FetchURL library.
-
- Jul 31, 1999
-
-
http://localhost/pathKurt Zeilenga authored
Requires FreeBSD's -lfetch... Implementations to other URL APIs encouraged. Probably should be moved to -llutil.
-
- Jul 29, 1999
-
-
Kurt Zeilenga authored
be used during library and function checks.
-
- Jul 27, 1999
-
-
Kurt Zeilenga authored
-
- Jul 23, 1999
-
-
Kurt Zeilenga authored
of explicit acconfig.h entries.
-
- Jul 14, 1999
-
-
Kurt Zeilenga authored
-
- Jul 13, 1999
-
-
Kurt Zeilenga authored
-
- Jul 05, 1999
-
-
Kurt Zeilenga authored
-
- Jun 28, 1999
-
-
Kurt Zeilenga authored
!defined( DOS ) && !defined( MACOS ) Add detection for read & recv/send for later use.
-
- Jun 26, 1999
-
-
Kurt Zeilenga authored
used to fetch the pw_passwd which is than passwd to crypt(). getspnam() is used instead of getpwnam() when available. Added configration detection of pw_passwd, shadow.h, getpwnam() and getspnam().
-
- Jun 24, 1999
-
-
Bastiaan Bakker authored
ith --enable-modules. GLib v1.2 or higher is required.
-
- Jun 18, 1999
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-
- Jun 11, 1999
-
-
Kurt Zeilenga authored
-
- Jun 09, 1999
-
-
Kurt Zeilenga authored
-
- May 26, 1999
-
-
Howard Chu authored
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
-
- May 24, 1999
-
-
Kurt Zeilenga authored
Add #undef and other protection of macros.
-
- May 21, 1999
-
-
Kurt Zeilenga authored
s/VERSION/OPENLDAP_VERSION/ manually define for NT. Should sort out mechanism for one place updating of package/version strings.
-
- May 19, 1999
-
-
Kurt Zeilenga authored
-
- May 18, 1999
-
-
Kurt Zeilenga authored
-
- May 07, 1999
-
-
Ben Collins authored
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
-
- Apr 30, 1999
-
-
Kurt Zeilenga authored
repackagers is a can of worms.
-
- Apr 21, 1999
-
-
Kurt Zeilenga authored
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)
-
- Apr 14, 1999
-
-
Kurt Zeilenga authored
Cleanup perl detection.
-
- Apr 07, 1999
-
-
Kurt Zeilenga authored
and, if LinuxThreads, pthread_kill_other_threads_np().
-
- Apr 06, 1999
-
-
Kurt Zeilenga authored
(but not sure if it's usable yet). Needs to be tested on various versions of Linux native LinuxThreads.
-
- Apr 04, 1999
-
-
Kurt Zeilenga authored
Move select() detection forward, error if not available. Move select() args type check forward so it can be used in subsequent tests.
-