minor fixes in git repo

pull/61/head
Christophe Vandeplas 2011-12-11 16:59:35 +01:00
parent b81874fc3d
commit 1980998ee7
3 changed files with 21 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,7 +2,11 @@
/plugins
/vendors
/.project
/.settings
/.buildpath
.DS_Store
/.htaccess
/cake
/index.php
/README
/app/tmp/sessions/sess_*

View File

@ -7,14 +7,23 @@ Contact reporter
Signature
- add "no-ids-signature" option
Auth
- Use captcha authenticaiton
- cleanup ACL and do it using the CakePHP concept
implement auditing/logging system
- add / edit events and signatures
- failed / success logins (with source IP, headers,...)
Security
- apply CSRF checks by enabling security modules and rewriting some parts
- force cookie reset after login
INSTALLATION INSTRUCTIONS
-------------------------
Download CakePHP 1.3 and copy the app to the app directory.
First you need to edit the files in the /app/config directory.
# (or copy your local config settings including the salts and passwords)
# cp app/config/* /Users/chri/tmp/sshfs/sig/app/config/
@ -27,3 +36,10 @@ cd sig/app/
chmod -R g+w tmp
Recommended patches
-------------------
By default CakePHP exposes his name and version in email headers. Apply a patch to remove this behavior.

View File

@ -78,6 +78,7 @@ class DATABASE_CONFIG {
'persistent' => false,
'host' => 'localhost',
'login' => 'cyberdefence',
'port' => 8889,
'password' => '',
'database' => 'cyberdefence_sig',
'prefix' => '',