Skip to content
Snippets Groups Projects
  1. Jan 01, 2005
  2. Oct 02, 2004
  3. Jun 23, 2004
  4. Feb 25, 2004
  5. Jan 01, 2004
  6. Dec 07, 2003
  7. Nov 26, 2003
  8. Feb 13, 2003
  9. Feb 09, 2003
  10. Feb 18, 2002
  11. Feb 13, 2002
  12. Jan 13, 2002
  13. Jan 05, 2002
  14. Sep 11, 2000
  15. Sep 07, 2000
  16. Aug 31, 2000
  17. Aug 23, 2000
  18. Aug 18, 2000
  19. Jul 29, 2000
  20. Jul 28, 2000
  21. Jun 29, 2000
  22. Dec 04, 1999
  23. Oct 08, 1999
  24. Sep 23, 1999
  25. Sep 22, 1999
  26. Aug 13, 1999
  27. Aug 07, 1999
  28. Aug 01, 1999
  29. Jul 28, 1999
  30. Jun 17, 1999
  31. 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
  32. Mar 28, 1999
  33. Feb 08, 1999
  34. Jan 24, 1999
  35. 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
  36. Dec 26, 1998
  37. Dec 17, 1998
Loading