2009-02-09 22:36:11 +00:00
|
|
|
__ _ _ ___ _
|
|
|
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
|
|
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
|
|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
2006-07-16 22:05:56 +00:00
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
================================================================================
|
2011-10-03 20:31:56 +00:00
|
|
|
ToDo
|
2009-02-09 22:36:11 +00:00
|
|
|
================================================================================
|
2006-07-16 22:05:56 +00:00
|
|
|
|
|
|
|
Legend:
|
|
|
|
- not yet done
|
|
|
|
? maybe
|
|
|
|
# partially done
|
|
|
|
* done
|
|
|
|
|
2013-04-28 08:44:31 +00:00
|
|
|
- more detailed explaination in DEVELOP for new developers (eg. howto build this HEX numbers in ChangeLog)
|
|
|
|
|
2013-03-10 06:33:32 +00:00
|
|
|
- Run tests though all filters/examples files - (see sshd example file) as unit
|
|
|
|
test
|
|
|
|
|
2013-03-16 02:51:23 +00:00
|
|
|
* Removed relative imports
|
2007-03-07 20:55:08 +00:00
|
|
|
|
2013-03-16 02:51:23 +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
|
|
|
|
2009-02-09 22:36:11 +00:00
|
|
|
- Uniformize filters and actions name. Use the software name (openssh, postfix,
|
2012-01-27 04:43:47 +00:00
|
|
|
proftp) and possible qualifier (e.g. auth) after a '-'
|
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
|
2012-01-04 02:30:55 +00:00
|
|
|
|
|
|
|
* New backend: pyinotify
|