head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.02.23.06.27.33;	author leeym;	state dead;
branches;
next	1.1;

1.1
date	2003.12.18.16.31.09;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update to wzdftpd 0.2.3

PR:		63214
Submitted by:	Roman Bogorodskiy <bogorodskiy@@inbox.ru>
@
text
@--- configure.orig	Fri Oct 24 13:24:16 2003
+++ configure	Thu Dec 18 18:30:49 2003
@@@@ -4359,7 +4359,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
       # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/usr/bin/cpp"
     do
       ac_preproc_ok=false
 for ac_c_preproc_warn_flag in '' yes
@@@@ -5376,7 +5376,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
       # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
+    for CXXCPP in "$CXX -E" "/usr/bin/cpp"
     do
       ac_preproc_ok=false
 for ac_cxx_preproc_warn_flag in '' yes
@


1.1
log
@Add wzdftpd 0.1, modular FTP server configurable online
using SITE commands.

wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.

wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
  (scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded

WWW:	http://www.wzdftpd.net/

PR:		59873
Submitted by:	Roman Bogorodskiy <bogorodskiy@@inbox.ru>
@
text
@@

