- Jun 17, 1999
-
-
Kurt Zeilenga authored
ldap_defaults.h incorporates non-generated ldapconfig.h values. ldap_config.h.in is new template for autoconf generated defaults (namely directories and paths) ldap_config.h.nt, NT template (must be manually copied) s/<ldapconfig.h>/<ldap_defaults.h>/ s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
-
- Jun 15, 1999
-
-
Kurt Zeilenga authored
-
- Jun 10, 1999
-
-
Juan Gomez authored
-
- Jun 03, 1999
-
-
Kurt Zeilenga authored
-
- May 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
library use: LBER_ macros expand to system routines. LDAP_ macros expand to new ber_ allocators. Add ber_ and ldap_ memory allocators/deallocator: ber_ routines are wrappers of LBER_ macros. ldap_ routines are wrappers of ber_ routines. Removed safe_realloc() macro from various files. This issue (if an issue) should be resolved across whole package. ldapmodify.c now uses ber_ allocators to resolve ber_bvfree() vs. WIN32 multiple heaps issue. These changes should facilate implementation of ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...) and ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
-
- May 27, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
part fails if it does.
-
Juan Gomez authored
-
- May 26, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-
- May 21, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 12, 1999
-
-
Juan Gomez authored
test-nis-schema-bdb2 to start a server using the NIS-LDAP schema.
-
Juan Gomez authored
-
Juan Gomez authored
-
- Apr 30, 1999
-
-
Hallvard Furuseth authored
-
- Apr 29, 1999
-
-
Kurt Zeilenga authored
expected output files.
-
Kurt Zeilenga authored
Modified by me to dn_*() and attr_*() functions and to use uidObject and to handle search scopes better. Could use some more work. A fun project for anyone wanting to learn how backends work. Modified dn_parent and dn_rdn to accept be=NULL (to bypass be_issuffix check). These functions should be generalized and moved to -lldap. A project for another day.
-
- Apr 23, 1999
-
-
Kurt Zeilenga authored
-
- Apr 21, 1999
-
-
Kurt Zeilenga authored
-
- Apr 11, 1999
-
-
Kurt Zeilenga authored
-
- Apr 10, 1999
-
-
Kurt Zeilenga authored
'make bdb2' tests only BDB2 'make ldbm' tests only LDBM Fix up scripts (previous changes broke BDB2 testing)
-
Kurt Zeilenga authored
Remove disable write sync (dbcachenowsync) in master (for concurrency test).
-
- Apr 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Apr 06, 1999
-
-
Hallvard Furuseth authored
-
- Apr 04, 1999
-
-
Hallvard Furuseth authored
-
- 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().
-