Skip to content
Snippets Groups Projects
  1. Oct 01, 1999
  2. Sep 20, 1999
  3. Aug 31, 1999
  4. Aug 25, 1999
  5. Aug 24, 1999
  6. Aug 22, 1999
  7. Aug 20, 1999
  8. Aug 08, 1999
  9. Aug 05, 1999
  10. Aug 03, 1999
  11. Aug 02, 1999
  12. Jul 31, 1999
  13. Jul 29, 1999
  14. Jul 27, 1999
  15. Jul 23, 1999
  16. Jul 14, 1999
  17. Jul 13, 1999
  18. Jul 05, 1999
  19. Jun 28, 1999
  20. Jun 26, 1999
  21. Jun 24, 1999
  22. Jun 18, 1999
    • Kurt Zeilenga's avatar
      ber_int_t, ber_tag_t, ber_socket_t, ber_len_t · 669b8f40
      Kurt Zeilenga authored
      added lber_types.h.nt, lber_types.h.in
      removal of NULLxxx internal macros (in favor of NULL).
      ch_free added to slapd,slurpd/ch_malloc.c
      #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h
      ch_malloc and friends use ber_memalloc and friends
      669b8f40
  23. Jun 11, 1999
  24. Jun 09, 1999
  25. May 26, 1999
  26. May 24, 1999
  27. May 21, 1999
    • Kurt Zeilenga's avatar
      s/PACKAGE/OPENLDAP_PACKAGE/ · 4e2b2f8a
      Kurt Zeilenga authored
      s/VERSION/OPENLDAP_VERSION/
      manually define for NT.  Should sort out mechanism for one place
      updating of package/version strings.
      4e2b2f8a
  28. May 19, 1999
  29. May 18, 1999
  30. May 07, 1999
  31. Apr 30, 1999
  32. Apr 21, 1999
    • Kurt Zeilenga's avatar
      Modify slapd set user/group support to use -u/-g instead -U/-G. · 7ba980f0
      Kurt Zeilenga authored
      Moved -u (udp) to -c (connectionless).  Connectionless is depreciated
      and undocumented.
      Added tests for set{,e}{u,g}id to configure.  Use existance of
      setuid/setgid to enable feature.  Use seteuid/setegid only if
      they exist.
      Fixed minor minor leak of username/groupname if specificied
      more than once.  (This should actually be an error)
      7ba980f0
  33. Apr 14, 1999
  34. Apr 07, 1999
  35. Apr 06, 1999
  36. Apr 04, 1999
    • Kurt Zeilenga's avatar
      Cleanup socket() detection. · b4658cbe
      Kurt Zeilenga authored
      Move select() detection forward, error if not available.
      Move select() args type check forward so it can be used in subsequent tests.
      b4658cbe
Loading