Skip to content
Snippets Groups Projects
  1. Feb 08, 1999
  2. Feb 07, 1999
  3. Feb 06, 1999
  4. Feb 05, 1999
    • Kurt Zeilenga's avatar
      Don't call idl_free() unless necessary. · dde7e3df
      Kurt Zeilenga authored
      dde7e3df
    • Kurt Zeilenga's avatar
      remove ;; typo · 63f5ec8f
      Kurt Zeilenga authored
      63f5ec8f
    • Kurt Spanier's avatar
      Introduction of a new Berkeley DB version 2 (!) specific backend. · d92b9d3c
      Kurt Spanier authored
      BEWARE: the backend will be compiled.
              the backend will NOT be invoked, yet.
              the backend CANNOT be invoked, yet, because it is NOT yet
                  integrated into the new initialization/startup environment
                  of the slapd server.
      d92b9d3c
    • Kurt Spanier's avatar
      Fix braindead signal handling in linux kernal threads. · 8107ec91
      Kurt Spanier authored
        First version with waiting on int to become 0; should be implemented
        via conditional variable...
      Fix of typos.
      First anchor for new bdb2 backend.
      8107ec91
    • Kurt Zeilenga's avatar
      New Frontend->Backend Interface · 216049bd
      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.
      216049bd
    • Will Ballantyne's avatar
  5. Feb 04, 1999
  6. Feb 03, 1999
Loading