Skip to content
Snippets Groups Projects
  1. Jan 21, 1999
  2. Jan 20, 1999
  3. Jan 19, 1999
    • Kurt Zeilenga's avatar
      Update slap_conn to maintain client provided dn and bound dn. · e2a15115
      Kurt Zeilenga authored
      Update slap_op to maintain dn and ndn (derived from conn->c_dn).
      Update ldbm_back_bind to return actual bound dn (including rootdn)
      	for use in slapd_conn.  Other backends use client dn.
      Modify other codes to use ndn (normalized uppercase dn) most everywhere.
      Aliasing, Suffixing and modrdn could use more work.
      Applied suffixing to compare and modrdn.
      e2a15115
  4. Jan 14, 1999
  5. Jan 13, 1999
  6. Jan 10, 1999
    • Kurt Zeilenga's avatar
      Update build environment to fix VPATH support. · 334768c1
      Kurt Zeilenga authored
        make depend, make tests, and make install all work when build directory
        is not the $srcdir.
      Also modified library handling such that -lpthread more likely to be last.
      WARNING: new orderring requires use of LDFLAGS to set global loader options
        such as -L/usr/local/lib.  If you put this in LIBS, some libraries
        may not be found a link time.
      Likely broke Kerberos/LDAPD support.  Don't have those in my testbed.
      334768c1
  7. Jan 02, 1999
  8. Dec 28, 1998
    • Kurt Zeilenga's avatar
      Fix schema check bug... actually charray needs to dup strings on · cfa450d0
      Kurt Zeilenga authored
      add/merge as we now free strings agressively.  Improved debug
      message to include name of missing required attribute and added
      check for 'operational attributes'.  This check should be used
      everywhere we need to test for operational attributes (add/modify).
      Also, enabled schema checking for tests (and fixed resulting
      problems by adjusting oc.conf).
      cfa450d0
  9. Dec 10, 1998
    • Kurt Zeilenga's avatar
      Change cache.c assert logic based on Hallvard's suggestion. · 6c2949ed
      Kurt Zeilenga authored
        "Check that the entry has no writers before removing it from the
        cache" sounds more sensible to me than "check that it *has* writers"
        before removing it.
      I've also changed the default cachesize for tests to 4.  This
      should help discover such problems.
      6c2949ed
  10. Nov 30, 1998
  11. Nov 22, 1998
  12. Oct 25, 1998
  13. Sep 18, 1998
  14. Sep 17, 1998
  15. Sep 02, 1998
    • Kurt Zeilenga's avatar
      Add basic support for MD5 and SHA1 passwords. · 8c5868b5
      Kurt Zeilenga authored
      	SHA1 support is contributed by Daniel J. Gregor <dj@gregor.com>
      	MD5 support is contributed by me <kurt@OpenLDAP.org>
      	Uses public domain MD5 routines
      	Uses ISC/IBM freely redistributable Base64 routines
      	SHA1 support requires external SHA1 routines
      8c5868b5
  16. Aug 30, 1998
  17. Aug 21, 1998
  18. Aug 19, 1998
  19. Aug 15, 1998
  20. Aug 14, 1998
  21. Aug 09, 1998
Loading