Skip to content
Snippets Groups Projects
  1. Sep 24, 2006
  2. Sep 23, 2006
  3. Sep 22, 2006
  4. Sep 20, 2006
  5. Sep 19, 2006
  6. Sep 18, 2006
  7. Sep 15, 2006
  8. Sep 14, 2006
  9. Sep 13, 2006
  10. Sep 12, 2006
    • deuce's avatar
      Add a passthru socket so socket-using doors will work under SSH without · 472e7ff2
      deuce authored
      needing to be able to hijack an SSH session.
      
      Currently implemented with socketpair() which is non-Win32 and using
      UNIX-domain sockets only since socketpair() on many platforms doesn't
      support PF_INET with socketpair().
      
      Something needs to be done about this.
      
      Also, the two extra threads are annoying.
      472e7ff2
Loading