Skip to content
Snippets Groups Projects
  1. Jan 06, 1999
  2. Jan 05, 1999
    • Kurt Spanier's avatar
      - Make install creates $(RUNDIR)/var for pid and args files of slapd. · 9c6d384b
      Kurt Spanier authored
      - slapd's pid/args file names are based on the servers binary file names,
        providing for multiple servers beeing run on one host.
      - slapd supports the -l command line parameter for selection of a
        syslog LOCAL user (-lLOCAL0 .. -lLOCAL7)
      - db_appinit() is called during first ldbm_open() in DB 2.x to initialize
        DB debugging features (good to find bugs in the DB code :-)
      - a patch for a non-initialized variable in DB's 2.x db_open is provided.
      9c6d384b
  3. Jan 03, 1999
  4. Jan 01, 1999
  5. Dec 30, 1998
  6. Dec 29, 1998
  7. Dec 28, 1998
  8. Dec 27, 1998
  9. Dec 26, 1998
  10. Dec 24, 1998
  11. Dec 22, 1998
  12. 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
  13. Dec 20, 1998
  14. Dec 18, 1998
  15. 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
Loading