Skip to content
Snippets Groups Projects
  1. Dec 28, 1998
  2. Dec 27, 1998
  3. Dec 26, 1998
  4. Dec 24, 1998
  5. Dec 22, 1998
  6. Dec 21, 1998
    • Kurt Zeilenga's avatar
      ITS#12 realBase was being freed before use. The offending free() · 2ffb9ae3
      Kurt Zeilenga authored
      call has been removed and additional code added to properly free
      realBase variable.  Also fixed leaking of the matched variable.
      2ffb9ae3
    • Kurt Zeilenga's avatar
      LDAP C-API changes · 2d15a94d
      Kurt Zeilenga authored
      	struct friendly (Friendly) changed to ldap_friendly (LDAPFriendly)
      	  ldap_friendly friend prefix changed to 'lf_' from 'f_'
      	removed mod_next field from LDAPMod (struct ldapmod)
      	modified slapd to use new LDAPModList (struct ldapmodlist) struct.
      Added LDAPv3 result codes to ldap.h
      2d15a94d
  7. Dec 20, 1998
  8. Dec 18, 1998
  9. Dec 14, 1998
    • Kurt Zeilenga's avatar
      The result set of an EQUALITY search on a SYNTAX_BIN attribute may have been · 9df2f4f4
      Kurt Zeilenga authored
      incorrect because value_cmp() in value.c compares two attributes by
      comparing the leading bytes of the two values (candidate and filter) up to
      the smaller of the two lengths of the binary values. If the lengths of two
      SYNTAX_BIN values differ, like SYNTAX_CES and SYNTAX_CIS, the EQUALITY
      comparison should fail.
      
      It also appears that value_ncmp() in value.c has no references anywhere in
      the openLDAP source tree, save for a definition in proto-slap.h. The
      following fix the bug and remove the dead code:
      
      From: "MCGARRAHAN, KENNETH L" <km4155@momail.sbc.com>
      9df2f4f4
  10. 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
  11. Dec 04, 1998
  12. Dec 03, 1998
  13. Dec 01, 1998
  14. Nov 30, 1998
  15. Nov 29, 1998
    • Kurt Zeilenga's avatar
      Update build environment: · edd464ee
      Kurt Zeilenga authored
        default sysconfdir subdirectory is openldap instead of ldap.
          This removes conflicts with other ldap subsystems.  Should
          be configure option.
        *.conf files are now preserved.  A *.conf.default are always
          created with the latest conf.
        *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir)
        updated man pages to reflect changes.
      edd464ee
  16. Nov 27, 1998
Loading