Skip to content
Snippets Groups Projects
  1. Jun 05, 2002
  2. Jun 03, 2002
  3. Jun 02, 2002
  4. Jun 01, 2002
  5. May 31, 2002
  6. May 30, 2002
  7. May 29, 2002
  8. May 23, 2002
  9. May 22, 2002
  10. May 18, 2002
  11. May 17, 2002
  12. May 16, 2002
  13. May 15, 2002
    • Kurt Zeilenga's avatar
      From: h.b.furuseth@usit.uio.no · 54d93cc0
      Kurt Zeilenga authored
      Subject: Patch: str2entry() dereferences NULL  (ITS#1822)
      
      entry.c:str2entry() prints pdn->bv_val even though pdn is always
      NULL.  pdn was pretty dn before version 1.80.
      54d93cc0
    • Kurt Zeilenga's avatar
      Patch: Implement surrogate parent for back-shell (ITS#1815) · 4e51bba2
      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.
      			================
      
      A surrogate parent is supposed to keep back-shell children from
      deadlocking due to resources locked by a threading parent.
      
      Implementation note: The surrogate parent closes all unused file
      descriptors, so it logs errors to stderr instead of via Debug() and
      uses relloc() instead of ch_realloc().
      
      Also close a file descriptor leak if fork() fails in fork.c.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
      4e51bba2
    • Kurt Zeilenga's avatar
      remove cruft · d8388e46
      Kurt Zeilenga authored
      d8388e46
Loading