cvs commit: ports/ftp Makefile ports/ftp/vsftpd-ext Makefile
distinfo pkg-deinstall pkg-descr pkg-install pkg-plist
ports/ftp/vsftpd-ext/files patch-utility vsftpd.sh.in
Philip M. Gollucci
pgollucci at FreeBSD.org
Tue Jun 16 03:53:41 UTC 2009
pgollucci 2009-06-16 03:53:40 UTC
FreeBSD ports repository
Modified files:
ftp Makefile
Added files:
ftp/vsftpd-ext Makefile distinfo pkg-deinstall pkg-descr
pkg-install pkg-plist
ftp/vsftpd-ext/files patch-utility vsftpd.sh.in
Log:
Extended build of vsftpd with additional features.
- Added char convertion without iconv for some charsets.
- Added rules for anonymous access based on user's IP address masks.
- Added rules for user access only from defined IPs.
- Allow or disallow delete files by anonymous.
- Added chowning anonymous uploaded files by user IP.
- Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377.
- Changed find libs in "vsf_findlibs.sh".
- Different speed for upload and download data transfer rates for anonymous and local users.
WWW: http://vsftpd.devnet.ru/eng/
PR: ports/132556
Submitted by: Maxim Ignatenko
Revision Changes Path
1.145 +1 -0 ports/ftp/Makefile
1.1 +112 -0 ports/ftp/vsftpd-ext/Makefile (new)
1.1 +6 -0 ports/ftp/vsftpd-ext/distinfo (new)
1.1 +13 -0 ports/ftp/vsftpd-ext/files/patch-utility (new)
1.1 +52 -0 ports/ftp/vsftpd-ext/files/vsftpd.sh.in (new)
1.1 +16 -0 ports/ftp/vsftpd-ext/pkg-deinstall (new)
1.1 +3 -0 ports/ftp/vsftpd-ext/pkg-descr (new)
1.1 +36 -0 ports/ftp/vsftpd-ext/pkg-install (new)
1.1 +52 -0 ports/ftp/vsftpd-ext/pkg-plist (new)
More information about the cvs-ports
mailing list