Skip to content
Snippets Groups Projects
  1. Feb 14, 2000
    • Kurt Zeilenga's avatar
      Another round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT · 0dbaf877
      Kurt Zeilenga authored
      plus these changes unhidden changes:
      	remove now meaning --enable-discreteaci configure option
      	fix ITS#451, slapd filters
      	Add ber_bvecadd() to support above
      	constify ldap_pvt_find_wildcard() and misc slapd routines
      	renamed some slap.h macros
      	likely broken something
      0dbaf877
  2. Jan 27, 2000
  3. Jan 26, 2000
  4. Jan 11, 2000
  5. Jan 08, 2000
    • Kurt Zeilenga's avatar
      --disable-kbind --disable-kpasswd should imply --without-kerberos · fb49e277
      Kurt Zeilenga authored
      under "auto" selection.  If not auto, just warn.
      Rebuild configure using appropriate tools.
      fb49e277
    • Kurt Zeilenga's avatar
      Initial implementation of Kerberos password verification for · 6437785a
      Kurt Zeilenga authored
      simple bind via:
      	{KERBEROS}principal
      Code is disabled by default (for security reasons).  Use
      --enable-kpasswd to enable.  Behind SLAPD_KPASSWD.
      Reworked Kerberos detection and split out KBIND as independent
      feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND).
      KBIND depends upon detection of KRB4 (or KRB425) support.  Detection,
      building with eBones (as distributed with FreeBSD 3.4) okay, but
      wasn't able to test as I don't have a K4 KDC handy.
      --with-kerberos has a number of detection options... most likely
      don't work properly.
      6437785a
  6. Jan 02, 2000
  7. Nov 26, 1999
  8. Nov 25, 1999
  9. Nov 17, 1999
  10. Nov 02, 1999
  11. Nov 01, 1999
  12. Oct 28, 1999
  13. Oct 26, 1999
  14. Oct 05, 1999
  15. Oct 01, 1999
  16. Sep 29, 1999
    • Ben Collins's avatar
      * configure.in: add --enable-dynamic option for linking our local binaries · b7dd47c4
      Ben Collins authored
        with the shared libraries instead of static, defaults to no
      * build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to
        the .so and .so.# file along with the .a and .la files
      * build/lib.mk: make sure the above links get removed on clean target
      * build/top.mk: add define for LINK_BINS_DYNAMIC
      * tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will
        run without requiring installation of libraries when we use --enable-dynamic
        (LD_LIBRARY_PATH is always set, since it can't really hurt).
      b7dd47c4
  17. Sep 23, 1999
    • 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
  18. Sep 22, 1999
    • Julio Sánchez Fernández's avatar
      · b67ade14
      Julio Sánchez Fernández authored
      Add substitution of WRAP_LIBS
      b67ade14
    • Ben Collins's avatar
      * configure.in: Added better check for libwrap (the old way failed when · 7a0523b5
      Ben Collins authored
        libwrap was a dynamic library). Added -lwrap to new subst var WRAP_LIBS
        so we have more control over where it get's linked (dynamic libwrap
        causes problems when we link to programs that don't define certains
        globals that libwrap expects).
      * build/top.mk: Added placeholder for WRAP_LIBS subst
      * servers/slapd/Makefile.in: Added $(WRAP_LIBS) to the slapd and sslapd
        link command line specifically so it doesn't get thrown in with the rest
        of the LIBS.
      * configure: rebuilt
      7a0523b5
  19. Sep 20, 1999
  20. Sep 13, 1999
  21. Sep 12, 1999
  22. Sep 10, 1999
  23. Sep 09, 1999
  24. Aug 31, 1999
Loading