mirror of https://github.com/fail2ban/fail2ban
DOC: update TODO prior to release
parent
8671b73958
commit
e5ce9f2ac0
4
DEVELOP
4
DEVELOP
|
@ -332,7 +332,7 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire
|
||||||
|
|
||||||
To generate a list of committers use e.g.
|
To generate a list of committers use e.g.
|
||||||
|
|
||||||
git shortlog -sn 0.8.11.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
|
git shortlog -sn 0.8.12.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
|
||||||
|
|
||||||
Ensure the top of the ChangeLog has the right version and current date.
|
Ensure the top of the ChangeLog has the right version and current date.
|
||||||
|
|
||||||
|
@ -343,6 +343,8 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire
|
||||||
(cd man ; ./generate-man )
|
(cd man ; ./generate-man )
|
||||||
git commit -m 'DOC/ENH: update man pages for release' man/*
|
git commit -m 'DOC/ENH: update man pages for release' man/*
|
||||||
|
|
||||||
|
# Cleanout TODO file with the finished stuff
|
||||||
|
|
||||||
# Prepare source and rpm binary distributions
|
# Prepare source and rpm binary distributions
|
||||||
|
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
24
TODO
24
TODO
|
@ -13,20 +13,6 @@ Legend:
|
||||||
# partially done
|
# partially done
|
||||||
* done
|
* done
|
||||||
|
|
||||||
- more detailed explaination in DEVELOP for new developers (eg. howto build this HEX numbers in ChangeLog)
|
|
||||||
|
|
||||||
- Run tests though all filters/examples files - (see sshd example file) as unit
|
|
||||||
test
|
|
||||||
|
|
||||||
* Removed relative imports
|
|
||||||
|
|
||||||
* Cleanup fail2ban-client and fail2ban-server. Move code to server/ and client/
|
|
||||||
|
|
||||||
- Add timeout to external commands (signal alarm, watchdog thread, etc)
|
|
||||||
|
|
||||||
- Uniformize filters and actions name. Use the software name (openssh, postfix,
|
|
||||||
proftp) and possible qualifier (e.g. auth) after a '-'
|
|
||||||
|
|
||||||
- Added <USER> tag for failregex. Add features using this information. Maybe add
|
- Added <USER> tag for failregex. Add features using this information. Maybe add
|
||||||
more tags
|
more tags
|
||||||
|
|
||||||
|
@ -37,23 +23,13 @@ Legend:
|
||||||
- Auto-enable function (search for log files), check modification date to see if
|
- Auto-enable function (search for log files), check modification date to see if
|
||||||
service is still in use
|
service is still in use
|
||||||
|
|
||||||
- Improve parsing of the action parameters in jailreader.py
|
|
||||||
|
|
||||||
- Better handling of the protocol in transmitter.py
|
- Better handling of the protocol in transmitter.py
|
||||||
|
|
||||||
- Add gettext support (I18N)
|
- Add gettext support (I18N)
|
||||||
|
|
||||||
- Multiline log reading
|
|
||||||
|
|
||||||
- Improve execution of action. Why does subprocess.call deadlock with
|
- Improve execution of action. Why does subprocess.call deadlock with
|
||||||
multi-jails?
|
multi-jails?
|
||||||
|
|
||||||
# see Feature Request Tracking System at SourceForge.net
|
|
||||||
|
|
||||||
# improve documentation and website for user
|
# improve documentation and website for user
|
||||||
|
|
||||||
# better return values in function
|
# better return values in function
|
||||||
|
|
||||||
# refactoring in server.py, actions.py, filter.py
|
|
||||||
|
|
||||||
* New backend: pyinotify
|
|
||||||
|
|
Loading…
Reference in New Issue