Deleted Added
full compact
ftp-proxy.c (126355) ftp-proxy.c (127024)
1/* $FreeBSD: head/contrib/pf/ftp-proxy/ftp-proxy.c 126355 2004-02-28 17:32:53Z mlaier $ */
1/* $FreeBSD: head/contrib/pf/ftp-proxy/ftp-proxy.c 127024 2004-03-15 13:41:17Z mlaier $ */
2/* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */
3
4/*
5 * Copyright (c) 1996-2001
6 * Obtuse Systems Corporation. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 54 unchanged lines hidden (view full) ---

64 *
65 * - IPv6 and EPASV support
66 * - Content filter support
67 * - filename filter support
68 * - per-user rules perhaps.
69 */
70
71#include <sys/param.h>
2/* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */
3
4/*
5 * Copyright (c) 1996-2001
6 * Obtuse Systems Corporation. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 54 unchanged lines hidden (view full) ---

64 *
65 * - IPv6 and EPASV support
66 * - Content filter support
67 * - filename filter support
68 * - per-user rules perhaps.
69 */
70
71#include <sys/param.h>
72#include <sys/types.h>
73#include <sys/time.h>
74#include <sys/socket.h>
75
76#include <net/if.h>
77#include <netinet/in.h>
78
79#include <arpa/inet.h>
80

--- 1242 unchanged lines hidden ---
72#include <sys/time.h>
73#include <sys/socket.h>
74
75#include <net/if.h>
76#include <netinet/in.h>
77
78#include <arpa/inet.h>
79

--- 1242 unchanged lines hidden ---