winix/templates
Tomasz Sowa c9bf20201b added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies)
added:   possibility to ban if a client tries to hijack the session cookie
added:   possibility to ban if a client did not send a session cookie
renamed: ezc functions:
         login_cannot_login -> ipban_is_login_allowed_from_this_ip  (and the return value was changed)
         login_when_available_login -> ipban_current_ip_expires_time
added: config options:
       // after how many broken encoded cookie we should ban the current IP
       // default: 2 (value in the range <0 - 65535>)
       size_t broken_encoded_cookie_treshold;

       // after how many incorrect session identifiers (or session indices) we should ban the current IP
       // do not set this value too low, as people connecting from the same IP address (from behind a NAT)
       // would be banned if they have an old session cookie remembered in the browser
       // default: 128 (value in the range <0 - 65535>)
       size_t session_hijacking_treshold;

       // after how many times a client will be banned if it did not send a session cookie
       // default: 1000 (value in the range <0 - 65535>)
       size_t no_session_cookie_treshold;








git-svn-id: svn://ttmath.org/publicrep/winix/trunk@995 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-11-24 20:22:30 +00:00
..
Makefile removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
Makefile.dep added: possibility to encode the session cookie (added files core/sessionidmanager.h and core/sessionidmanager.cpp) 2014-11-22 15:30:56 +00:00
Makefile.o.dep updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
adduser.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
changepatterns.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
changepatterns.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
config.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
dir.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
doc.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
env.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
filters.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
generic.cpp updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
htmltextstream.cpp added: to HtmlTextStream: Escape(bool) method 2014-11-06 21:17:41 +00:00
htmltextstream.h added: to HtmlTextStream: Escape(bool) method 2014-11-06 21:17:41 +00:00
indexpatterns.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
indexpatterns.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
insert.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
ipban.cpp added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
item.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
last.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
locale.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
locale.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
localefilter.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
localefilter.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
login.cpp added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
ls.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
man.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
misc.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
misc.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
miscspace.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
miscspace.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
mount.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
passwd.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
patterncacher.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
patterncacher.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
patterns.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
patterns.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
priv.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
rebus.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
slog.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
stat.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
sys.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
template.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
templates.cpp added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
templates.h added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
textextstream.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
textextstream.h removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
upload.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
uptime.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
user.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
who.cpp removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
winix.cpp updated: to the new Ezc API 2014-11-02 17:47:34 +00:00