search for: disable_scp_statistics

Displaying 2 results from an estimated 2 matches for "disable_scp_statistics".

2001 Oct 07
3
socks and misc patch to 2.9.9p2
...---- diff -u openssh-2.9.9p2.old/acconfig.h openssh-2.9.9p2/acconfig.h --- openssh-2.9.9p2.old/acconfig.h Thu Sep 20 12:43:41 2001 +++ openssh-2.9.9p2/acconfig.h Sat Oct 6 17:44:07 2001 @@ -111,6 +111,9 @@ * message at run-time. */ #undef RSAREF +/* Define to disable scp statistics */ +#undef DISABLE_SCP_STATISTICS + /* struct timeval */ #undef HAVE_STRUCT_TIMEVAL @@ -332,6 +335,30 @@ /* Define if you want smartcard support */ #undef SMARTCARD + +/* The code in sshconnect.c is written for SOCKS4. If SOCKS5 should be used + these needs redefining */ +#undef Rconnect +#undef Rgetsockname +#undef Rgetp...
2002 May 11
4
socks5 support
...---- diff -u openssh-2.9.9p2.old/acconfig.h openssh-2.9.9p2/acconfig.h --- openssh-2.9.9p2.old/acconfig.h Thu Sep 20 12:43:41 2001 +++ openssh-2.9.9p2/acconfig.h Sat Oct 6 17:44:07 2001 @@ -111,6 +111,9 @@ * message at run-time. */ #undef RSAREF +/* Define to disable scp statistics */ +#undef DISABLE_SCP_STATISTICS + /* struct timeval */ #undef HAVE_STRUCT_TIMEVAL @@ -332,6 +335,30 @@ /* Define if you want smartcard support */ #undef SMARTCARD + +/* The code in sshconnect.c is written for SOCKS4. If SOCKS5 should be used + these needs redefining */ +#undef Rconnect +#undef Rgetsockname +#undef Rgetp...