1. 12 Sep, 2011 1 commit
  2. 11 Sep, 2011 4 commits
  3. 10 Sep, 2011 2 commits
  4. 09 Sep, 2011 5 commits
  5. 08 Sep, 2011 3 commits
  6. 07 Sep, 2011 4 commits
  7. 06 Sep, 2011 5 commits
  8. 05 Sep, 2011 4 commits
  9. 04 Sep, 2011 5 commits
  10. 03 Sep, 2011 6 commits
  11. 02 Sep, 2011 1 commit
    • Dan Fandrich's avatar
      Fix NTLM winbind support to pass the torture tests · ded3638d
      Dan Fandrich authored
      Calling sclose() both in the child and the parent fools the
      socket leak detector into thinking it's been closed twice.
      Calling close() in the child instead overcomes this problem. It's
      not as portable as the sclose() macro, but this code is highly
      POSIX-specific, anyway.
      ded3638d