Modified the FTP server to use the new 'sockfilt' program to do all the socket
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 06:57:44 +0000 (06:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 06:57:44 +0000 (06:57 +0000)
commit14424f7058cd6c2a5aa31dc179db3d4b7bc564a0
tree96893b10e2c340f26f7b662a3b9db342191807eb
parent6063dff8d02adfba758d9f252c5704535d0d2faa
Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support and hopefully FTP-SSL support in the future.
Added four test cases for FTP-ipv6.
14 files changed:
tests/Makefile.am
tests/data/Makefile.am
tests/data/test103
tests/data/test252 [new file with mode: 0644]
tests/data/test253 [new file with mode: 0644]
tests/data/test254 [new file with mode: 0644]
tests/data/test255 [new file with mode: 0644]
tests/ftp.pm [new file with mode: 0644]
tests/ftpserver.pl
tests/runtests.pl
tests/server/Makefile.am
tests/server/getpart.c
tests/server/sockfilt.c [new file with mode: 0644]
tests/server/testpart.c [new file with mode: 0644]