Skip to content
Snippets Groups Projects
  1. Sep 23, 1999
    • 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
    • Howard Chu's avatar
    • Kurt Zeilenga's avatar
      experimental ITS#109 fix: make kbind open default connection if necessary. · deafd4e2
      Kurt Zeilenga authored
      implemented ldap_open_defconn() to centralize default connection
      opening in open.c.  Used by ldap_open, kbind, and send_initial_request().
      deafd4e2
    • Kurt Zeilenga's avatar
      Forgot root in su · c5d3b3db
      Kurt Zeilenga authored
      c5d3b3db
  2. Sep 22, 1999
  3. Sep 21, 1999
  4. Sep 20, 1999
  5. Sep 19, 1999
  6. Sep 18, 1999
  7. Sep 17, 1999
  8. Sep 16, 1999
  9. Sep 15, 1999
Loading