Skip to content
Snippets Groups Projects
  1. Jan 01, 1999
  2. Dec 30, 1998
  3. Dec 29, 1998
  4. Dec 28, 1998
  5. Dec 27, 1998
  6. Dec 26, 1998
  7. Dec 24, 1998
  8. Dec 22, 1998
  9. 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
  10. Dec 20, 1998
  11. Dec 18, 1998
  12. 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
  13. 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
  14. Dec 04, 1998
Loading