- 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.
-
Kurt Zeilenga authored
-
- Apr 03, 1999
-
-
Hallvard Furuseth authored
Move socket setup to set_socket(), called before the uid/gid change.
-
- Mar 30, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
- Mar 29, 1999
-
-
Kurt Zeilenga authored
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).
-
- Mar 20, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
by portable.h with NDEBUG undefined. This makes assert() is always available and automatically disables itself when LDAP_DEBUG is undefined. I've included a basic assert() for pre-STDC compilers. It relies on abort() which may not actually be available. (well replace abort() with whatever is appropriate if and when we're faced with a pre-STDC compiler that doesn't have assert()).
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 15, 1999
-
-
Kurt Zeilenga authored
-
Ben Collins authored
rebuilt to reflect it.
-
- Mar 13, 1999
-
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Mar 10, 1999
-
-
Kurt Zeilenga authored
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings -- relocated Pthread -mt test to be before -kthread test
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Disable ctime_r() type check. Need better test.
-