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. Author's website: http://vsftpd.devnet.ru/eng/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"