meta-openembedded/meta-networking
Roy.Li 441502b68d Upgrade vsftpd to 3.0.0
Upgrade vsftpd to 3.0.0 with below modification:
1. more strict access limitation, like: do not allow anonymous access
2. use vsftpd.ftpusers and vsftpd.user_list to confine user access
3. enable pam if DISTRO_FEATURE includes pam
4. enable tcp-wrapper
5. install vsftpd.conf with 0600 permission, not 0755

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-07-19 11:00:43 -04:00
..
conf licences: Add netperf license 2013-07-17 15:25:53 -04:00
licenses licences: Add netperf license 2013-07-17 15:25:53 -04:00
recipes-connectivity inetutils: several improvement 2013-07-17 15:44:38 -04:00
recipes-daemons Upgrade vsftpd to 3.0.0 2013-07-19 11:00:43 -04:00
recipes-filter recipes: Unify indentation 2013-04-15 16:23:17 +02:00
recipes-irc/znc recipes: Unify indentation 2013-04-15 16:23:17 +02:00
recipes-protocols zeroconf: The ip is being installed into /sbin as of the latest busybox. 2013-07-17 15:44:23 -04:00
recipes-support bridge-utils: BackPort three patches 2013-07-19 08:26:55 -04:00
COPYING.MIT meta-networking: add layer 2012-08-27 14:16:45 +02:00
MAINTAINERS README: add -M to git send-email example 2013-04-26 19:41:27 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

meta-networking
===============

This layer is intended to be a central point for networking-related
packages and configuration.  It should be useful directly on top of
oe-core and compliments meta-openembedded.  It should be primarily useful
to the following groups:

      - Anyone building a small networking device (eg. a home router /
        bridge / switch).

      - Anyone wanting to add network services to their device (eg.
        anything that might benefit from a small ftp/tftp server)

Dependencies
------------

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

Maintenance
-----------

Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.