2009-02-09 22:36:11 +00:00
|
|
|
__ _ _ ___ _
|
|
|
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
|
|
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
|
|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
2006-07-16 22:05:56 +00:00
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
================================================================================
|
|
|
|
ToDo $Revision$
|
|
|
|
================================================================================
|
2006-07-16 22:05:56 +00:00
|
|
|
|
|
|
|
Legend:
|
|
|
|
- not yet done
|
|
|
|
? maybe
|
|
|
|
# partially done
|
|
|
|
* done
|
|
|
|
|
2007-03-07 20:55:08 +00:00
|
|
|
- Removed relative imports
|
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Cleanup fail2ban-client and fail2ban-server. Move code to server/ and client/
|
2007-02-11 23:22:32 +00:00
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Add timeout to external commands (signal alarm, watchdog thread, etc)
|
2007-02-07 23:20:10 +00:00
|
|
|
|
2007-03-07 20:55:08 +00:00
|
|
|
- New backend: pyinotify
|
2007-02-07 23:20:10 +00:00
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Uniformize filters and actions name. Use the software name (openssh, postfix,
|
|
|
|
proftp)
|
2007-01-29 20:31:36 +00:00
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Added <USER> tag for failregex. Add features using this information. Maybe add
|
|
|
|
more tags
|
2007-01-29 20:31:36 +00:00
|
|
|
|
2007-02-07 23:20:10 +00:00
|
|
|
- Look at the memory consumption. Decrease memory usage
|
2007-01-29 20:31:36 +00:00
|
|
|
|
|
|
|
- More detailed statistics
|
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Auto-enable function (search for log files), check modification date to see if
|
|
|
|
service is still in use
|
2007-01-29 20:31:36 +00:00
|
|
|
|
2007-01-04 11:58:58 +00:00
|
|
|
- Improve parsing of the action parameters in jailreader.py
|
|
|
|
|
2006-11-16 22:30:48 +00:00
|
|
|
- Better handling of the protocol in transmitter.py
|
|
|
|
|
2006-11-06 22:46:53 +00:00
|
|
|
- Add gettext support (I18N)
|
2006-11-01 22:13:44 +00:00
|
|
|
|
2006-10-31 22:25:48 +00:00
|
|
|
- Multiline log reading
|
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Improve execution of action. Why does subprocess.call deadlock with
|
|
|
|
multi-jails?
|
2006-09-21 22:41:21 +00:00
|
|
|
|
2006-09-10 20:53:21 +00:00
|
|
|
# see Feature Request Tracking System at SourceForge.net
|
2006-08-06 21:18:04 +00:00
|
|
|
|
2006-07-16 22:05:56 +00:00
|
|
|
# improve documentation and website for user
|
|
|
|
|
|
|
|
# better return values in function
|
|
|
|
|
2006-09-04 19:21:01 +00:00
|
|
|
# refactoring in server.py, actions.py, filter.py
|