Skip to content
Snippets Groups Projects
  1. Feb 18, 2002
  2. Feb 13, 2002
  3. Jan 13, 2002
  4. Jan 05, 2002
  5. Sep 11, 2000
  6. Sep 07, 2000
  7. Aug 31, 2000
  8. Aug 23, 2000
  9. Aug 18, 2000
  10. Jul 29, 2000
  11. Jul 28, 2000
  12. Jun 29, 2000
  13. Dec 04, 1999
  14. Oct 08, 1999
  15. Sep 23, 1999
  16. Sep 22, 1999
  17. Aug 13, 1999
  18. Aug 07, 1999
  19. Aug 01, 1999
  20. Jul 28, 1999
  21. Jun 17, 1999
  22. 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
  23. Mar 28, 1999
  24. Feb 08, 1999
  25. Jan 24, 1999
  26. Jan 11, 1999
    • Kurt Zeilenga's avatar
      Change SLAPD shutdown to do a cond wait on active threads instead · 82b94e22
      Kurt Zeilenga authored
      of a busy wait and allow the pthread_yield within the loop to be
      removed.  This was the only pthread_yield which was necessary
      when usng non-preemptive threads.  As such, the configure.in
      sched_yield/pthread_yield missing error can be removed from
      configure.in.  If explicit yield function is missing, just provide
      a no-op replacement.
      Moved declaration of various slapd globals from main.c to init.c
      so they can be shared with ldbm tools.
      82b94e22
  27. Dec 26, 1998
  28. Dec 17, 1998
  29. Dec 03, 1998
  30. Nov 30, 1998
  31. Nov 20, 1998
  32. Nov 03, 1998
  33. Oct 25, 1998
  34. Oct 19, 1998
  35. Sep 23, 1998
  36. Sep 20, 1998
Loading