SOCKS-support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@860 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-18 05:35:32 +00:00
parent 76c1e7812c
commit edb66c9354
33 changed files with 103 additions and 5 deletions

View File

@@ -7,6 +7,10 @@
#include <config.h> #include <config.h>
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
#include <sys/bitypes.h> #include <sys/bitypes.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>

View File

@@ -1,10 +1,6 @@
#ifdef HAVE_CONFIG_H #include "ftp_locl.h"
#include <config.h>
#endif
RCSID("$Id$"); RCSID("$Id$");
#include "ftp_locl.h"
#include <krb.h> #include <krb.h>
void kauth(int argc, char **argv) void kauth(int argc, char **argv)

View File

@@ -54,6 +54,10 @@ static char rcsid[] = "$NetBSD: ftpcmd.y,v 1.6 1995/06/03 22:46:45 mycroft Exp $
#include <config.h> #include <config.h>
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -38,6 +38,10 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
/* /*
* FTP server. * FTP server.
*/ */

View File

@@ -4,6 +4,10 @@
#include "config.h" #include "config.h"
#endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */
#ifdef SOCKS
#include <socks.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -21,6 +21,10 @@
#define RETURN_PATH_HANDLING #define RETURN_PATH_HANDLING
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
/* Common include files */ /* Common include files */
#include <stdio.h> #include <stdio.h>

View File

@@ -52,6 +52,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -53,6 +53,9 @@
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -55,6 +55,10 @@
#include <config.h> #include <config.h>
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");
#ifdef KRB4 #ifdef KRB4

View File

@@ -60,6 +60,9 @@ char rcsid_kerberos5_c[] = "$Id$";
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -45,6 +45,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -38,6 +38,9 @@ static char copyright[] =
#endif /* not lint */ #endif /* not lint */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
#include "roken.h" #include "roken.h"
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -35,6 +35,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -34,6 +34,9 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif #endif
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -32,6 +32,9 @@
*/ */
#include <config.h> #include <config.h>
#ifdef SOCKS
#include <socks.h>
#endif
RCSID("$Id$"); RCSID("$Id$");