- Apr 02, 1999
-
-
Hallvard Furuseth authored
-
- Mar 29, 1999
-
-
Kurt Spanier authored
-
Kurt Zeilenga authored
-
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 22, 1999
-
-
Kurt Zeilenga authored
Mainly updated back-bdb2, back-passwd, back-shell to use slap_get_time().
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
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.
-
- Mar 10, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
- Mar 09, 1999
-
-
Kurt Zeilenga authored
-
- Mar 06, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 04, 1999
-
-
Hallvard Furuseth authored
-
- Mar 03, 1999
-
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 02, 1999
-
-
Kurt Zeilenga authored
-
- Mar 01, 1999
-
-
Kurt Spanier authored
-
- Feb 22, 1999
-
-
Hallvard Furuseth authored
These functions require their arguments to be in the range of `unsigned char'.
-
Kurt Spanier authored
Building tests/progs/*.c in the main build process. ==> Test-suite must be called by 'make test', or 'make test-bdb2'
-
- Feb 20, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Feb 18, 1999
-
-
Kurt Spanier authored
-
- Feb 17, 1999
-
-
Kurt Spanier authored
Slight adaption of concurrency-test to enable even more writers/readers.
-
- Feb 15, 1999
-
-
Kurt Spanier authored
correctness of locking schemas in backends. In back-bdb2 open NEXTID during startup and close at shutdown.
-
- Feb 12, 1999
-
-
Kurt Spanier authored
slapd server timing via a new slapd command line option '-t'.
-
- Feb 08, 1999
-
-
Kurt Zeilenga authored
Use $BACKEND instead of BDB2. Fallback to LDBM if $BACKEND is not BDB2.
-
Kurt Spanier authored
Integration into ./configure ( --enable-bdb2 ). Adaptation of the test-suite ( 'make' -> ldbm; 'make bdb2-local' -> bdb2 ). Minor fixes in slapd/libldbm.
-
- Feb 01, 1999
-
-
Kurt Spanier authored
initialization after reading slapd.conf, and before starting the daemon
-
- Jan 21, 1999
-
-
Kurt Zeilenga authored
-
Kurt Spanier authored
introduction of pid/agrs parameters to the test-suite slapd.conf files; creation of sub-directory test/var for storage of pid/args files during test; update of the slapd and slapd.conf man pages. (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT and SLAPD_ARGSEXT are deleted from the code.)
-
- Jan 20, 1999
-
-
Kurt Zeilenga authored
-
- Jan 19, 1999
-
-
Kurt Zeilenga authored
Update slap_op to maintain dn and ndn (derived from conn->c_dn). Update ldbm_back_bind to return actual bound dn (including rootdn) for use in slapd_conn. Other backends use client dn. Modify other codes to use ndn (normalized uppercase dn) most everywhere. Aliasing, Suffixing and modrdn could use more work. Applied suffixing to compare and modrdn.
-
- Jan 14, 1999
-
-
Kurt Zeilenga authored
might have in their ldap.conf(5) file.
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
- Jan 13, 1999
-
-
Kurt Zeilenga 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 02, 1999
-
-
Kurt Zeilenga authored
-