- Mar 09, 1999
-
-
Kurt Zeilenga authored
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Disable ctime_r() type check. Need better test.
-
- Mar 06, 1999
-
-
Kurt Zeilenga authored
lber: ifdef'ed out lber_..set_nonblock() function because it used ioctl's. If it remains, it needs to be written to support various methods for setting non-blocking. ioctls should probably be last choice. configure could detect existance of fcntl(), ioctl(), etc. bdb2: added .dsp/.dsw files and did some basic cleanup (still needs work).
-
- Mar 05, 1999
-
-
Kurt Spanier authored
2. Make ldbm_Env a failure-safe entity.
-
- Mar 04, 1999
-
-
Juan Gomez authored
a MODDN or MODRDN request depending on the newSuperior parameter.
-
- Mar 03, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
construction which may be useful later when adding new tags. This in preparation to support moddn v3.
-
Hallvard Furuseth authored
-
Bart Hartgers authored
which only part of a LDAPMessage is available on a socket. The server-code seemed to handle this correctly already, so I didn't touch it. My apologies for the hack in ber_get_next :-).
-
- Mar 02, 1999
-
-
Bart Hartgers authored
support for TLS and SASL will be build. Please inform me of any problems.
-
Kurt Zeilenga authored
AVL_CMP, AVL_DUP, AVL_FREE, AVL_APPLY. Apply casts as needed. Change data pointer from caddr_t to void *.
-
- Mar 01, 1999
-
-
Kurt Zeilenga authored
changes.
-
- Feb 22, 1999
-
-
Hallvard Furuseth authored
-
- Feb 20, 1999
-
-
Kurt Zeilenga authored
Implementation no longer uses strtok_r(), it may be broken or have an odd prototype. Update configure not to check for strtok/strtok_r nor require strtok_r to LDAP_API_FEATURE_X_OPENLDAP_REENTRANT.
-
Kurt Zeilenga authored
when symbol being replaced was defined as a macro.
-
Hallvard Furuseth authored
-
- Feb 14, 1999
-
-
Kurt Zeilenga authored
-
- Feb 11, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Fix library/include paths for building "Release". Create getpass() from ud's mygetpass().
-
- Feb 08, 1999
-
-
Kurt Zeilenga authored
instead of AC_CHECK_FUNCS() as symbol may be mangled.
-
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 05, 1999
-
-
Kurt Zeilenga authored
Separates per backend type from per backend database initialization and startup. Also supports per type / per backend shutdown. New frontend startup/shutdown routines are also provided: slap_init() slap_startup() slap_shutdown() slap_destroy() New frontend->backend startup/shutdown is managed by: backend_init() backend_startup() backend_shutdown backend_destroy backend_init() now calls bi_init() to initial all function pointers for the backend (excepting bi_init() which is now the only hardcoded entry point). New entry points are detailed in slap.h struct backend_info. backend_info is a per database type structure. Besides the new startup/shutdown entry points, the new interface also supports per backend type configuration options. One could have: backend bdb2 (new Berkeley DB 2 backend) bdb2_home /directory database bdb2 ... *** This code is fairly experimental *** *** Much cleanup and testing is still needed *** see slap.h for details on struct backend_db and backend_info.
-
- Feb 04, 1999
-
-
Kurt Zeilenga authored
Kerberos detection of des_debug detection of resolv.h and arpa/nameserv.h Updated affected codes.
-
Kurt Zeilenga authored
okay to read and write LDBM specific fields (state, refcnt, LRU. The id field, though is read-only once set. cache_find_entry_dn2id(), hence, does not require any entry locks. cache_find_entry_id() must do a entry_rdwr_trylock() and back off if busy. Add new rdwr lock code with trylock() functionality. Implement entry_rdwr_trylock().
-
Kurt Zeilenga authored
new frontend-backend interface.
-
- Feb 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Update acconfig.h to use @TOP@ and @BOTTOM@ to rid ourselves of the .top/.bot files.
-
- Feb 01, 1999
-
-
Kurt Zeilenga authored
Supports 'yes', 'no' (default), and 'auto'.
-
Kurt Spanier authored
initialization after reading slapd.conf, and before starting the daemon
-
Kurt Zeilenga authored
Fix LDAP_API_VENDOR_VERSION -> LDAP_VENDOR_VERSION bug
-
Kurt Zeilenga authored
-
- Jan 29, 1999
-
-
Kurt Zeilenga authored
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-
- Jan 27, 1999
-
-
Kurt Zeilenga authored
Assume portable.h has been included Include ldap_cdefs.h at the top.
-
- 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
Ripple name change through -llber & -lldap. Update -lldif to use lber_pvt_log_printf() instead of Debug.
-
Kurt Zeilenga authored
-