Home
last modified time | relevance | path

Searched full:vsftpd (Results 1 – 17 of 17) sorted by relevance

/external/curl/tests/http/
Dtest_30_vsftpd.py34 from testenv import Env, CurlClient, VsFTPD
40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason=f"missing vsftpd")
44 def vsftpd(self, env): member in TestVsFTPD
45 vsftpd = VsFTPD(env=env)
46 assert vsftpd.start()
47 yield vsftpd
48 vsftpd.stop()
61 def _class_scope(self, env, vsftpd): argument
62 if os.path.exists(vsftpd.docs_dir):
63 shutil.rmtree(vsftpd.docs_dir)
[all …]
Dtest_31_vsftpds.py34 from testenv import Env, CurlClient, VsFTPD
40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason=f"missing vsftpd")
51 pytest.skip('vsftpd does not seem to support SSL')
52 vsftpds = VsFTPD(env=env, with_ssl=True)
56 pytest.skip('vsftpd does not seem to support SSL')
81 def test_31_01_list_dir(self, env: Env, vsftpds: VsFTPD, repeat): argument
93 def test_31_02_download_1(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
105 def test_31_03_download_10_serial(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
117 def test_31_04_download_10_parallel(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
Dconfig.ini.in39 [vsftpd] section
40 vsftpd = @VSFTPD@ argument
DREADME.md50 …* `--with-test-vsftpd=<vsftpd-install-path>` if you have a vsftpd ftp server installed somewhere …
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress.sh38 pkill vsftpd
44 tst_require_cmds pkill vsftpd
54 tst_resm TINFO "restart vsftpd with custom options"
55 pkill vsftpd
56 touch vsftpd.conf
61 vsftpd $ip_opt -oanonymous_enable=YES vsftpd.conf
Dftp-upload-stress.sh38 pkill vsftpd
44 tst_require_cmds pkill vsftpd
66 tst_resm TINFO "restart vsftpd with custom options"
67 pkill vsftpd
68 touch vsftpd.conf
75 vsftpd $ip_opt $upload_opt -oanonymous_enable=YES vsftpd.conf
/external/curl/tests/http/testenv/
Dvsftpd.py43 class VsFTPD: class
47 self._cmd = env.vsftpd
55 name = 'vsftpd'
61 self._pid_file = os.path.join(self._vsftpd_dir, 'vsftpd.pid')
62 self._error_log = os.path.join(self._vsftpd_dir, 'vsftpd.log')
140 log.debug(f'waiting for vsftpd to stop responding: {r}')
155 log.debug(f'waiting for vsftpd to become responsive: {r}')
Denv.py186 self.vsftpd = self.config['vsftpd']['vsftpd']
188 if self.vsftpd is not None:
190 p = subprocess.run(args=[self.vsftpd, '-v'],
193 # not a working vsftpd
194 self.vsftpd = None
195 m = re.match(r'vsftpd: version (\d+\.\d+\.\d+)', p.stderr)
202 raise Exception(f'Unable to determine VsFTPD version from: {p.stderr}')
204 self.vsftpd = None
380 return Env.CONFIG.vsftpd is not None
508 def vsftpd(self) -> str: member in Env
[all …]
D__init__.py39 from .vsftpd import VsFTPD
/external/selinux/python/audit2allow/
Dtest.log10 …67 fsuid=3267 egid=3267 sgid=3267 fsgid=3267 tty=(none) comm="vsftpd" exe="/usr/sbin/vsftpd" subj=…
11 …audit(1166023021.373:910): avc: denied { search } for pid=24427 comm="vsftpd" name="home" dev=d…
27 …67 fsuid=3267 egid=3267 sgid=3267 fsgid=3267 tty=(none) comm="vsftpd" exe="/usr/sbin/vsftpd" subj=…
28 …audit(1166027294.395:952): avc: denied { getattr } for pid=7236 comm="vsftpd" name="public_html…
/external/ltp/testcases/network/
DREADME.md36 * In `/etc/ftpusers` (or `/etc/vsftpd.ftpusers`), comment the line containing
/external/curl/tests/
Dconftest.py50 f' VsFTPD: {env.vsftpd_version()}, ftp:{env.ftp_port}'
/external/curl/.github/scripts/
Dspellcheck.words909 vsftpd
/external/curl/
Dconfigure.ac323 VSFTPD=/usr/sbin/vsftpd
324 AC_ARG_WITH(test-vsftpd,dnl
325 AS_HELP_STRING([--with-test-vsftpd=PATH],[where to find vsftpd for testing]),
326 VSFTPD=$withval
328 VSFTPD=""
331 AC_SUBST(VSFTPD) subst
Dconfigure1065 VSFTPD
2108 --with-test-vsftpd=PATH where to find vsftpd for testing
6917 VSFTPD=/usr/sbin/vsftpd
6919 # Check whether --with-test-vsftpd was given.
6922 withval=$with_test_vsftpd; VSFTPD=$withval
6924 VSFTPD=""
/external/curl/.github/workflows/
Dlinux.yml386 sudo apt-get install apache2 apache2-dev libnghttp2-dev vsftpd
/external/libxml2/test/relaxng/
Dcomps_0.xml1166 <packagereq type="mandatory">vsftpd</packagereq>
5207 <dependency>vsftpd</dependency>
15968 <name>vsftpd</name>