Skip to content
Snippets Groups Projects
  1. May 29, 2002
  2. May 23, 2002
  3. May 22, 2002
  4. May 18, 2002
  5. May 17, 2002
  6. May 16, 2002
  7. May 15, 2002
  8. May 13, 2002
  9. May 12, 2002
  10. May 11, 2002
  11. May 10, 2002
  12. May 09, 2002
    • Kurt Zeilenga's avatar
      Patch: back-passwd needs pwent mutex (ITS#1794) · 445b7982
      Kurt Zeilenga authored
      			================
      Written by Hallvard B. Furuseth and placed into the public domain.
      This software is not subject to any license of the University of Oslo.
      			================
      
      back-passwd uses getpwent() and setpwfile(), which use static data.
      It needs a mutex to make sure these operations can complete without
      interference from another back-passwd call.  Here is a patch.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
      445b7982
Loading