三大ftpd之一的Vsftpd发布3.0.1正式版.2012-09-16.上个版本是2012-04-10的3.0.0 .对比proftpd和pure-ftpd,vsftpd的性能最快,安全性也很好。

可在我的ftp上下载 ftp://61.135.158.199/pub/vsftpd-3.0.1.tar.gz

或者直接下载 https://security.appspot.com/downloads/vsftpd-3.0.1.tar.gz

完全改进:the only noteworthy fix is a seccomp sandbox policy fix which stops session crashes when listing large directories whilst logged in as a real local user.

- Fix some seccomp related build errors on certain CentOS and Debian versions.
- Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort()
opens and maps /proc/meminfo but only for larger item counts?
- Seccomp filter sandbox: deny socket() gracefully for text_userdb_names.
- Fix various NULL crashes with nonsensical config settings. Noted by Tianyin Xu
<tixu@cs.ucsd.edu>.
- Force cast to unsigned char in is* char functions.
- Fix harmless integer issues in strlist.c.
- Started on a (possibly ill-advised?) crusade to compile cleanly with
Wconversion. Decided to suspend the effort half-way through.

相关文章:

  • 2021-06-23
  • 2021-07-07
  • 2021-05-25
  • 2021-11-21
  • 2021-12-06
  • 2021-05-10
  • 2021-08-04
  • 2021-07-10
猜你喜欢
  • 2021-07-02
  • 2021-09-01
  • 2021-05-07
  • 2021-11-11
  • 2021-11-12
  • 2021-06-26
相关资源
相似解决方案