代码搜索:ProFTPd
找到约 49 项符合「ProFTPd」的源代码
代码结果 49
www.eeworm.com/read/423501/10556714
dat programs_good.dat
Version:2007071701
httpd:%1.3.34%1.3.37%2.0.52%2.0.53%2.0.54%2.0.59%2.2.0%2.2.1%2.2.2%2.2.3%2.2.4%:
sshd:%3.1p1%3.7.1p1%3.7.1p2%3.8p1%3.8.1p1%3.9p1%3.9.0p1%4.0p1%4.1p1%4.2p1%4.3p1%4.3p2%4.4p1%4.5p1%4.
www.eeworm.com/read/423501/10556776
dat programs_bad.dat
Version:2007041601
httpd: 1.3.19 1.3.23 1.3.26 1.3.27 1.3.28 1.3.29 1.3.31 1.3.32 1.3.33 2.0.40 2.0.46 2.0.47 2.0.48 2.0.49 2.0.50 2.0.51
sshd: 3.4p1 3.5p1 3.6.1 3.6.1p1 3.6.1p2
exim: 4.24 4.30 4.32 4
www.eeworm.com/read/114188/15067968
htm 00000052.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: starw (孤星), 信区: Linux
www.eeworm.com/read/114188/15067988
htm 00000035.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: Keyboy (峰清扬), 信区: Linux
www.eeworm.com/read/114188/15067983
htm 00000053.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: cirrus (望眼欲穿), 信区: Linux
www.eeworm.com/read/252270/12290492
txt 配置redhat linux 7.0中的xinetd.txt
作者:Eazily
日期:2001-5-9 10:16:51
在redhat linux 7.0中,用xinetd来启动一些守护进程,而这一工具在相关资料中介绍并不多,为此,本人在配置时,很是头疼了一阵。现在,终于配好了,不感独占,拿出来,与各位同人分享。如有错误,也请各位大虾指正。
下面,以我配置的<mark>proftpd</mark>为例,说一下。
首先,我们先看一下/etc/xinetd.conf文件。 ...
www.eeworm.com/read/355285/3054800
xinetd
# default: on
# description: The ProFTPD FTP server
service ftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/proftpd
www.eeworm.com/read/169307/5425541
makefile
## This libcap (for proftpd) is originally from libcap-1.10,
## at ftp://linux.kernel.org/pub/libs/security/linux-privs.
## This interface is SPECIFIC TO THE LINUX 2.2 KERNEL!!! IT IS NOT GUARANTEED
www.eeworm.com/read/169307/5425576
in mod_load.c.in
/*
* ProFTPD: mod_load -- a module for refusing connections based on system load
*
* Copyright (c) 2001-2005 TJ Saunders
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/355285/3054750
makefile
## This libcap (for proftpd) is originally from libcap-1.10,
## at ftp://linux.kernel.org/pub/libs/security/linux-privs.
## This interface is SPECIFIC TO THE LINUX 2.2 KERNEL!!! IT IS NOT GUARANTEED