- Feb 20, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Feb 06, 1999
-
-
Kurt Zeilenga authored
-
- Feb 03, 1999
-
-
Kurt Spanier authored
-
Kurt Zeilenga authored
-
- Feb 01, 1999
-
-
Kurt Zeilenga authored
Add AWK for mkdep.
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
-
- Jan 26, 1999
-
-
Kurt Zeilenga authored
back-ldbm was using a cache specific lock to protect non-reentrant database routines from being reenterred. This is inadequate. Also, reentrant database systems calls were serialized unnecessarily. Non-reentrant database calls must have a big_mutex. Implemented this within -lldbm itself. library requires ldbm_initialize() be called before any other ldbm call to initialize the big_mutex and to do any other db specific initialization (ie: such as required for DB2). The dbc_mutex, dbc_cv, & dbc_readers fileds of dbcache are history. The "reentrant_database" (REENTRANT_DATABASE) define is also axed.
-
Kurt Zeilenga authored
-
- Jan 25, 1999
-
-
Kurt Zeilenga authored
with some 'make' programs that have a rule to create 'install' from it there is no 'Makefile'. (per autoconf 2.12).
-
- Jan 23, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 14, 1999
-
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
Kurt Zeilenga authored
end of link. Basic order is: $LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems. LIBS is next to last as some user might have put -lpthread (or equiv) in $LIBS.
-
Kurt Zeilenga authored
Might as well keep link order consistent between -devel and 1.1
-
- Jan 13, 1999
-
-
Kurt Zeilenga authored
-
- Jan 12, 1999
-
-
Kurt Spanier authored
-
- Jan 10, 1999
-
-
Kurt Zeilenga authored
make depend, make tests, and make install all work when build directory is not the $srcdir. Also modified library handling such that -lpthread more likely to be last. WARNING: new orderring requires use of LDFLAGS to set global loader options such as -L/usr/local/lib. If you put this in LIBS, some libraries may not be found a link time. Likely broke Kerberos/LDAPD support. Don't have those in my testbed.
-
- Jan 08, 1999
-
-
Kurt Spanier authored
also description of .pid and .args files.
-
- Jan 07, 1999
-
-
Kurt Spanier authored
-
Kurt Spanier authored
-
- Jan 05, 1999
-
-
Kurt Spanier authored
- slapd's pid/args file names are based on the servers binary file names, providing for multiple servers beeing run on one host. - slapd supports the -l command line parameter for selection of a syslog LOCAL user (-lLOCAL0 .. -lLOCAL7) - db_appinit() is called during first ldbm_open() in DB 2.x to initialize DB debugging features (good to find bugs in the DB code :-) - a patch for a non-initialized variable in DB's 2.x db_open is provided.
-
- Jan 02, 1999
-
-
Kurt Zeilenga authored
one preprocessor macro instead of two. Ran aclocal, autoconf, autoheader to update derived files. Modify util-int.c to use CTIME_R_NARGS define and fallback to ctime() if not set. Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
-
Bart Hartgers authored
Moved the ctime_r number of arguments check to the right file.
-
- Jan 01, 1999
-
-
Kurt Zeilenga authored
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 22, 1998
-
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- Dec 21, 1998
-
-
Kurt Zeilenga authored
check for $OBJFORMAT and if not available set to output of /usr/bin/objformat (if available). Otherwise assume not elf.
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
type 'sig_atomic_t' and marked it volatile. Add detection to configure to ensure sig_atomic_t and volatile are supported.
-
Kurt Zeilenga authored
-lldap_r can now be implemented...
-
Kurt Zeilenga authored
-
- Dec 19, 1998
-
-
Kurt Zeilenga authored
including use of ctime_r, gethostby*_r, etc.. Also reworked ldap_sort_entries to be reentrant. Need to add code to properly set LDAP_API_FEATURE_THREAD_SAFE.
-
- Dec 18, 1998
-
-
Kurt Zeilenga authored
Also fixed "empty translation unit" problem reported by Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
-
- Dec 04, 1998
-
-
Kurt Zeilenga authored
-
- Dec 03, 1998
-
-
Kurt Zeilenga authored
to be unique.
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
to be used. --without-subdir can be used to specify no subdirectory.
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
actually use -c option.
-