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.
Showing
- tests/Makefile.am 2 additions, 1 deletiontests/Makefile.am
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test103 4 additions, 2 deletionstests/data/test103
- tests/data/test252 57 additions, 0 deletionstests/data/test252
- tests/data/test253 57 additions, 0 deletionstests/data/test253
- tests/data/test254 58 additions, 0 deletionstests/data/test254
- tests/data/test255 58 additions, 0 deletionstests/data/test255
- tests/ftp.pm 17 additions, 0 deletionstests/ftp.pm
- tests/ftpserver.pl 273 additions, 109 deletionstests/ftpserver.pl
- tests/runtests.pl 61 additions, 13 deletionstests/runtests.pl
- tests/server/Makefile.am 7 additions, 9 deletionstests/server/Makefile.am
- tests/server/getpart.c 0 additions, 16 deletionstests/server/getpart.c
- tests/server/sockfilt.c 668 additions, 0 deletionstests/server/sockfilt.c
- tests/server/testpart.c 52 additions, 0 deletionstests/server/testpart.c
Loading
Please register or sign in to comment