Skip to content
Snippets Groups Projects
  1. Jun 10, 2002
  2. Jun 08, 2002
  3. Jun 07, 2002
  4. Jun 06, 2002
  5. Jun 05, 2002
    • Kurt Zeilenga's avatar
    • Kurt Zeilenga's avatar
      Patch: Non-unique msgid for abandon in back-<shell,tcl> (ITS#1793) · 951ca2bd
      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.
      			================
      
      It has just occurred to me - duh - that the process ID of a back-shell
      command is a perfectly good unique ID for it, and more useful than
      any connection id/message id thingy.  Doesn't need extra arguments
      to the shell commands either, except a pid: line to abandon.
      And msgid: can still be removed in a future version.
      Here is a patch.
      
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
      951ca2bd
  6. Jun 03, 2002
  7. Jun 01, 2002
  8. May 31, 2002
  9. May 30, 2002
  10. May 29, 2002
  11. May 23, 2002
  12. May 22, 2002
  13. May 18, 2002
  14. May 16, 2002
  15. 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
      Fix typo in last commit. · 36d9d972
      Kurt Zeilenga authored
      36d9d972
    • Kurt Zeilenga's avatar
      Patch: back-shell/searchexample.* nitpicks (ITS#1816) · 10a3a1b9
      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.
      			================
      
      searchexample.conf needs core.schema, otherwise it fails on the suffix
      DN.  searchexample.sh has a spurious 'sleep', probably from testing.
      Also, I suggest 'chmod +x searchexample.sh'.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
      10a3a1b9
    • Howard Chu's avatar
    • Howard Chu's avatar
      Fix nameUIDvalidate memfree · a2d310f9
      Howard Chu authored
      a2d310f9
  16. May 12, 2002
  17. May 11, 2002
Loading