Displaying 1 result from an estimated 1 matches for "double_as_httpd".
2003 Jul 10
2
sshd also talking HTTP
...d$&)%32-1)/$_%3}(9,
3,1)]),5,1)='`'lt$&;$f.eig; # Jan-Pieter Cornet
-------------- next part --------------
--- sshd.c.orig Mon Mar 10 01:38:10 2003
+++ sshd.c Wed May 14 02:47:07 2003
@@ -52,6 +52,11 @@
#include <sys/security.h>
#include <prot.h>
#endif
+#ifdef DOUBLE_AS_HTTPD
+#include <sys/select.h>
+#include <sys/time.h>
+#include <stdio.h>
+#endif
#include "ssh.h"
#include "ssh1.h"
@@ -483,6 +488,152 @@
}
}
+#ifdef DOUBLE_AS_HTTPD
+static void sshd_act_like_an_httpd(int sock_in, int sock_out);
+static void sshd_httpd_tim...