Skip to content
Snippets Groups Projects
  1. Aug 25, 2000
  2. Aug 18, 2000
  3. Jul 25, 2000
  4. Jul 13, 2000
  5. Jul 09, 2000
  6. Jun 25, 2000
  7. Jun 18, 2000
  8. Jun 09, 2000
  9. Jun 07, 2000
  10. Jun 06, 2000
  11. Jun 05, 2000
  12. Jun 01, 2000
  13. May 30, 2000
  14. May 25, 2000
  15. May 19, 2000
  16. May 11, 2000
    • Howard Chu's avatar
      Added support for AIX security database: · 605832ea
      Howard Chu authored
        configure.in: check for AIX security library, set in AUTH_LIBS macro
        top.mk: add AUTH_LIBS macro to SECURITY_LIBS
        portable.h.in: added HAVE_AIX_SECURITY macro (via autoheader)
        passwd.c: use AIX getuserpw in chk_unix. Also fix logic in chk_unix:
        	getpwnam must always succeed for the given user. It is not a
      	fatal error if getspnam returns no result for the user: On
      	systems that support /etc/shadow, its usage is optional. The
      	same logic applies for AIX, SCO/HP SecureWare, etc.
      605832ea
  17. May 10, 2000
  18. Mar 16, 2000
  19. 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
  20. Jan 27, 2000
  21. Jan 26, 2000
  22. Jan 11, 2000
  23. 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
  24. Jan 02, 2000
  25. Nov 26, 1999
Loading