]> andersk Git - openssh.git/commitdiff
- Use socket pairs by default (instead of pipes). Prevents race condition
authordamien <damien>
Tue, 1 Feb 2000 12:05:30 +0000 (12:05 +0000)
committerdamien <damien>
Tue, 1 Feb 2000 12:05:30 +0000 (12:05 +0000)
   on several (buggy) OSs. Report and fix from tridge@linuxcare.com

ChangeLog
includes.h

index affee131ac140afcb5bcb50cc7eeffcdff1bd539..4fe35ba73b5e5dfa9dcd2c18fc082eb477e9762c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20000201
+ - Use socket pairs by default (instead of pipes). Prevents race condition
+   on several (buggy) OSs. Report and fix from tridge@linuxcare.com
+
 20000127
  - Seed OpenSSL's random number generator before generating RSA keypairs
  - Split random collector into seperate file
index 3abf2851d42527a5d3eb859c297f52fc64341156..746e76e588ed80f050fb399308b2ee53334636c8 100644 (file)
@@ -122,6 +122,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
  * Define this to use pipes instead of socketpairs for communicating with the
  * client program.  Socketpairs do not seem to work on all systems.
  */
-#define USE_PIPES 1
+/* #define USE_PIPES 1 */
 
 #endif                         /* INCLUDES_H */
This page took 0.055754 seconds and 5 git commands to generate.