Bug#661646:

2012-09-05 Thread Anton Khalikov
Hello there, I reported this problem to upstream a few months before and provided similar path: http://lists.untroubled.org/?list=bgware&cmd=showmsg&msgnum=5443 New version of twoftpd (1.42) has this path included. --- Best regards, Anton Khalikov

Bug#661646: Protocol violation when executing LIST on a non-existing file

2012-02-28 Thread Evgeny Kapun
Package: twoftpd Version: 1.41-1 Tags: patch When executing LIST on a non-existing file, twoftpd answers "550 Could not access file" AND opens data connection which contains no data. This behavior violates FTP protocol and breaks some clients. Proposed patch: --- a/list.c +++ b/list.c @@ -272,