Skip to content
Snippets Groups Projects
  1. Oct 05, 1999
  2. Oct 01, 1999
  3. Sep 30, 1999
  4. Sep 29, 1999
  5. Sep 28, 1999
  6. Sep 25, 1999
  7. Sep 24, 1999
  8. Sep 23, 1999
    • Kurt Zeilenga's avatar
      I believe ldap_result2error should return the value returned · a93ac070
      Kurt Zeilenga authored
      by ldap_parse_result unless that value is SUCCESS.
      a93ac070
    • Howard Chu's avatar
      Update ld->ld_errno if LDAP_DECODING_ERROR... · 91e24173
      Howard Chu authored
      91e24173
    • Howard Chu's avatar
    • Kurt Zeilenga's avatar
      32601a6e
    • Kurt Zeilenga's avatar
      c9941e6e
    • Kurt Zeilenga's avatar
      Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). · 35655c05
      Kurt Zeilenga authored
      Old code applied sync flags to store(), however supported DBMs
      require such flags to be specified during open().  The new
      code now applies flags in ldbm_cache_open (which calls ldbm_open).
      ldbm_cache_close() now calls ldbm_sync().  This will force
      a updating of on-disk contents after each LDAP operation.
      The old code either failed to sync the on-disk contents until
      close or synced on every store.   Per LDBM operation syncing
      *should* be safe enough... real data safety requires transactions.
      Removed nosync option from BDB2 as it is not compatible with
      txn support.
      Also added code to disable DBM level locking as slapd is only
      process acessing the databases (dbnolocking).
      35655c05
    • Kurt Zeilenga's avatar
      Fix ManageDSAit OID · 4acaa64c
      Kurt Zeilenga authored
      4acaa64c
    • Julio Sánchez Fernández's avatar
      · 0bd0a8d4
      Julio Sánchez Fernández authored
      Fix creation of ldapadd link to ldapmodify
      0bd0a8d4
    • Julio Sánchez Fernández's avatar
      · f3c09a4f
      Julio Sánchez Fernández authored
      The loading step in slapd build was failing because of a weird
      @SLAPD tag.  Removing it fixes the problem for me, but this should
      be reviewed by someone who knows which @SLAPD_...@ tag was meant to
      be there, if any.
      f3c09a4f
    • Ben Collins's avatar
      * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB · ed75be1b
      Ben Collins authored
        and related AC_SUBST() so that when back-tcl is compiled as a dynamic module we link
        -ltcl to the module and not slapd (this is the correct way to do this since the .la file
        handles giving the correct libs when we pass the module to it in the linker line with
        -dlopen). Also modified the perl backend in a similar way except that the PERL_CPPFLAGS
        always go to the module and never to slapd (slapd doesn't need them).
      * build/mod.mk: added $(MODLIBS) to the dynamic module link line to accomodate module
        specific libraries. These should be defined in the back-*/Makefile.in file for each
        module (so far only back-tcl and back-perl need it).
      * build/top.mk: modified the perl ldflags and cppflags slightly
      * servers/slapd/Makefile.in: same here
      * servers/slapd/back-perl/Makefile.in: added MODLIBS=$(MOD_PERL_LDFLAGS) for when we are
        using a dynamic module (problem, libtool wont allow linking static libs into a libtool
        lib, so unless perl's libs are compiled dynamic, then back-perl can't be a dynamic
        module. We need a test for this on perl and tcl).
      * servers/slapd/back-tcl/Makefile.in: added MODLIBS=$(MOD_TCL_LIB)
      * back-perl and back-tcl now compile
      ed75be1b
Loading