Consolidated a bit BETA.README and TODO
This commit is contained in:
parent
c92225d8da
commit
7e30d72f41
|
|
@ -13,17 +13,21 @@ FSP Development Battle plan:
|
|||
FSP Protocol wire changes:
|
||||
- add FSP Info command
|
||||
|
||||
2.8.3
|
||||
Symlink handling:
|
||||
- security: symlink to FILE can escape from FSP root directory
|
||||
|
||||
2.8.X
|
||||
- support for ~user namespace
|
||||
Code fixups:
|
||||
- fix Sven's compiling problems on various unixes
|
||||
- fspd: add special defence against rapid/double fire clients (burst command in fspclient)
|
||||
|
||||
2.9.0
|
||||
- add FSP change password command (do we really need this ??)
|
||||
- hard coded access list, do not load it from filesystem
|
||||
|
||||
* for next point Stable version 2.8.3
|
||||
- hard coded access list, do not load it from filesystem
|
||||
- support for ~user namespace
|
||||
|
||||
FSP V2.8.1 Beta version Notes:
|
||||
------------------------------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Version 2.8.1b29 - Not Released yet
|
||||
Version 2.8.1b29 - 24 Aug 2019
|
||||
added scons command line argument without-fspscan=yes for building
|
||||
without fspscan
|
||||
do not install shell scripts if no clients are installed
|
||||
|
|
@ -6,6 +6,7 @@ Version 2.8.1b29 - Not Released yet
|
|||
display pidfile name in case we can not write to it
|
||||
add error exit 8 if we can't write pid file
|
||||
RPM packaging of fspd
|
||||
packaging files added to source code repo
|
||||
Version 2.8.1b28 - 16 Aug 2019
|
||||
Pull scons site Python 3 fixed from fsplib and fspclient projects
|
||||
More scons with python 3 build fixes
|
||||
|
|
|
|||
9
TODO
9
TODO
|
|
@ -3,9 +3,7 @@ FSP SUITE TO DO LIST
|
|||
|
||||
/* maintained by hsn -at- sendmail * cz */
|
||||
|
||||
Radim Kolar's personal wishlist from 1997
|
||||
*-high priority-*
|
||||
- show loosers online (finfo command) and server statz
|
||||
See file BETA.README for short term plans
|
||||
|
||||
SCons build framework:
|
||||
Supports for detecting cygwin environment and define OS_CYGWIN 1
|
||||
|
|
@ -16,14 +14,13 @@ Write a test suite using testing tool
|
|||
test for remote buffer overflows
|
||||
Test if >2GB files but <4GB works correctly with and without --disable-largefile
|
||||
|
||||
SECURITY BUGS:
|
||||
POSSIBLE SECURITY BUG:
|
||||
symlink to FILE can escape from FSP root directory. OLD known problem.
|
||||
symlink support must be reworked before `final` release.
|
||||
|
||||
PROTOCOL-RELATED BUGS:
|
||||
we should add real,portable error codes support to CC_ERR extended data area.
|
||||
|
||||
NEEDS IMPROVMENT:
|
||||
AREAS NEEDING IMPROVMENT:
|
||||
|
||||
Client LIBRARY
|
||||
:low:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user