zoukankan      html  css  js  c++  java
  • vsftpd 3.0.1 正式版发布

    三大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.
  • 相关阅读:
    浅谈 iOS 事件的传递和响应过程
    iOS 之渐变颜色
    系统enum的一些样式
    Storyboard操作的2个小技巧
    iOS 动画初步
    iOS之Runtime初应用
    Block使有注意点
    使用ios系统自带分享
    IOS原生地图与高德地图
    反向传值实例
  • 原文地址:https://www.cnblogs.com/shihao/p/2693228.html
Copyright © 2011-2022 走看看