mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
It does this by passively analysing FTP control connections and adding rules into a pf anchor when an FTP data connection is about to commence. WWW: http://www.sentia.org/projects/ftpsesame/
11 lines
231 B
C
11 lines
231 B
C
--- ftpsesame.c.orig Mon May 1 01:30:43 2006
|
|
+++ ftpsesame.c Mon May 1 01:30:51 2006
|
|
@@ -663,7 +663,7 @@
|
|
gotsig_close = 1;
|
|
}
|
|
|
|
-__dead void
|
|
+void
|
|
usage(void)
|
|
{
|
|
fprintf(stderr, "usage: %s [-d] [-D level] [-i interface] " \
|