Package: vsftpd / 3.0.2-17+deb8u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| vsftpd | 3.0.2-17+deb8u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0025 unconditional_utf8_report.patch | (download) |
features.c |
1 0 + 1 - 0 ! |
remove unconditional utf-8 report |
| 0020 manpage hyphen.patch | (download) |
vsftpd.8 |
6 3 + 3 - 0 ! |
manpage escaped minus |
| 0001 builddefs.patch | (download) |
builddefs.h |
4 2 + 2 - 0 ! |
build with tcpwrapper and ssl support. |
| 0002 config.patch | (download) |
tunables.c |
4 2 + 2 - 0 ! |
set default configuration. |
| 0003 db doc.patch | (download) |
EXAMPLE/VIRTUAL_USERS/README |
5 4 + 1 - 0 ! |
A short explanation how to find out the right db version (Closes: #478282). |
| 0004 link local.patch | (download) |
standalone.c |
12 12 + 0 - 0 ! |
vsftpd does not accept IPv6 scope identifier in listen_address6 (Closes: #544993). . When specifying a link-local address, you need a scope identifier (tha name of the index usually), thus you cannot use the following: listen_address6=fe80::21f:16ff:fe06:3aab but you have to use: listen_address6=fe80::21f:16ff:fe06:3aab%eth0 so that it is clear on which interface this link-local address should be used. . Unfortunately, vsftpd does not correctly parse the address mentioned above and thus fails to be useful in link-local-only environments. . This patch fixes it. |
| 0005 whitespaces.patch | (download) |
parseconf.c |
2 1 + 1 - 0 ! |
trim white spaces from option values (closes: #419857, #536803). |
| 0006 greedy.patch | (download) |
ls.c |
19 19 + 0 - 0 ! |
fix file listing issue with wildcard (bugzilla: #392181). |
| 0007 utf8.patch | (download) |
features.c |
4 4 + 0 - 0 ! |
adding support for utf8. |
| 0008 manpage.patch | (download) |
vsftpd.8 |
1 0 + 1 - 0 ! |
fixing manpage formating. |
| 0009 s390.patch | (download) |
sysdeputil.c |
2 1 + 1 - 0 ! |
fix vsftpd on s390 (closes: #602726). |
| 0010 remote dos.patch | (download) |
sysdeputil.c |
38 36 + 2 - 0 ! |
remote dos on linux 2.6.32 (closes: #629373). |
| 0011 alpha.patch | (download) |
sysdeputil.c |
3 3 + 0 - 0 ! |
fixing ftbfs on alpha (closes: #656182). |
| 0012 buildflags.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
avoid overwriting build environment. |
| 0013 listen.patch | (download) |
vsftpd.conf |
14 8 + 6 - 0 ! |
removes exclusivity between listen and listen_ipv6 bz#450853 |
| 0014 ssl cert.patch | (download) |
vsftpd.conf |
4 3 + 1 - 0 ! |
using ssl-cert for snakeoil certificate. |
| 0015 disable clone newpid.patch | (download) |
sysdeputil.c |
4 2 + 2 - 0 ! |
drop clone_newpid from clone call Kernel audit system prohibits the processes created with CLONE_NEWPID, so an attempt to log into ftp server ends with . audit_log_acct_message() failed: Operation not permitted . https://bugzilla.novell.com/show_bug.cgi?id=786024#c38 |
| 0030 kfreebsd.patch | (download) |
sysdeputil.c |
4 4 + 0 - 0 ! |
Neither FreeBSD nor GNU/kFreeBSD have libpcap. Avoid confusing sys/capability.h kernel header with libpcap's |
| 0035 address_space_limit.patch | (download) |
defs.h |
2 1 + 1 - 0 ! |
increase address space limit |
| 0040 disable anonymous.patch | (download) |
EXAMPLE/INTERNET_SITE/vsftpd.conf |
2 1 + 1 - 0 ! |
disable anonymous login |
| 0045 seccomp gettimeofday.patch | (download) |
seccompsandbox.c |
1 1 + 0 - 0 ! |
permit gettimeofday() in seccomp sandbox This permits log message generation, without which vsftpd fails completely. |
| 0050 CVE 2015 1419.patch | (download) |
ls.c |
37 36 + 1 - 0 ! |
cve-2015-1419: config option deny_file is not handled correctly |
| 0055 set_default_listen.patch | (download) |
tunables.c |
2 1 + 1 - 0 ! |
change the default of tunable_listen. Change the default of tunable_listen to the same as in man page vsftpd.conf. |
