From: Rob H. <for...@us...> - 2003-02-24 06:58:44
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv2606 Modified Files: ChangeLog INSTALL Log Message: getting ready for beta.. Index: ChangeLog =================================================================== RCS file: /cvsroot/sandweb/sandweb/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- ChangeLog 10 Feb 2003 07:20:54 -0000 1.2 +++ ChangeLog 24 Feb 2003 06:58:41 -0000 1.3 @@ -1,2 +1,11 @@ +2003-02-10 22:37 formnull + + * lib/SandWeb/: Security.pm, Repository/cvs.pm: fixed security + problem, only way around it apparently is to not allow " :( + +2003-02-09 23:20 formnull + + * ChangeLog: Changelog generated by cvs2cl for BETA-1 + 2003-02-09 23:15 formnull Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- INSTALL 4 Feb 2003 22:14:37 -0000 1.13 +++ INSTALL 24 Feb 2003 06:58:41 -0000 1.14 @@ -77,6 +77,5 @@ default is to *not* have these permissions for the 'www' user. - * In this BETA release, 'cvs' must be installed on the system in order - to *do* anything. - - + * The apache user must be running "bash". Regular Bourne "sh" will probably + work too, but this has not been tested. SandWeb is known to NOT work + with ksh ( the Korn shell ). |