summaryrefslogtreecommitdiff
path: root/fail2ban/server/actions.py
Commit message (Expand)AuthorAgeFilesLines
* Introduces new tags with hostname:sebres2017-04-241-0/+4
* dummy action extended with more examples and test-covered nowsebres2017-03-301-1/+1
* bulk unban: introduced new command `actionflush`: executed in order to flush ...sebres2017-03-291-3/+15
* [interim commit] try to fix possible escape vulnerability in actionssebres2017-03-201-0/+1
* New tag '<ip-host>' introduced: can be used in actions to retrieve the host n...sebres2017-03-081-0/+1
* rewritten CallingMap: performance optimized, immutable, self-referencing, tem...sebres2017-02-241-63/+85
* try to provide filter captures (already in ticket data) to the actions as int...sebres2017-02-171-1/+3
* provides new tag `<ip-rev>` for PTR reversed representation of IP address;sebres2017-02-161-7/+9
* python3.6 compatibility fixsebres2017-02-151-1/+1
* Another way to recognize restored tickets - new option `norestored` of action...sebres2017-01-161-0/+4
* Recognize restored (from database) tickets after restart (tell action restore...sebres2017-01-131-0/+4
* normalized log output (all jail parameters in filter are indented with 2 spaces)sebres2016-11-221-1/+1
* fixes deprecated DNSUtils.IsValidIP in fakegooglebot ignore command + test co...sebres2016-10-051-14/+3
* badips test cases check availability of badips service (and skip this tests i...sebres2016-09-301-15/+21
* increase default wait operation (sleep time, threshold interval) - avowedly g...sebres2016-09-221-2/+3
* introduced new flag "banned" as property, used to recognize the ticket was re...sebres2016-09-091-3/+18
* reload actions amend, code review and test cases extended for update/start/st...sebres2016-09-091-3/+7
* temp commit: reload now supported actions and action reloading (parameters, u...sebres2016-09-081-25/+71
* optimized BanManager: increase performance, fewer system load, try to prevent...sebres2016-09-081-9/+23
* temp commit: partially cherry picked from ban-time-incr branchsebres2016-09-081-1/+1
* temp commit: reload not ready...sebres2016-09-071-7/+22
* remove redundant IPAddr importAlexander Koeppe2016-05-221-1/+0
* meantime commit: code review, simplification, pythonization, etc. (test cases...sebres2016-05-091-5/+3
* change IP address string to object handling part 1Alexander Koeppe2016-05-041-3/+6
* - performance of fail2ban optimizedsebres2015-12-291-7/+5
* code review and few new test casessebres2015-12-291-0/+1
* unbanip always deletes ip from database (independent of bantime, also if curr...sebres2015-07-101-2/+3
* Merge pull request #1093 from leeclemens/pep8-e7Yaroslav Halchenko2015-07-051-1/+1
|\
| * Fix pep8 E712 comparison to False should be 'if cond is False:' or 'if not co...Lee Clemens2015-07-041-1/+1
* | Fix PEP8 E302 expected 2 blank lines, found XLee Clemens2015-07-041-0/+1
|/
* Fix pep8 E401 multiple imports on one lineLee Clemens2015-06-261-1/+2
* Update extended status to accept additional argument, flavorLee Clemens2015-01-261-14/+13
* Add extended info to status output using CyrmuLee Clemens2015-01-241-1/+12
* few confusing merge info helpersebres2014-10-291-15/+15
* code reviewsebres2014-10-291-1/+3
* actions: bug fix in lambdas in checkBan, because getBansMerged could return N...sebres2014-10-291-8/+43
* BF: Remove manually unbanned IPs from persistent databaseSteven Hiscocks2014-07-191-0/+2
* Merge branch 'ainfo-copy' of https://github.com/kwirk/fail2banYaroslav Halchenko2014-06-221-6/+8
|\
| * BF: aInfo could be modified by actions, causing unexpected behaviourSteven Hiscocks2014-06-171-6/+8
* | ENH: Tweak naming of getF2BLogger, and ensure consistent useSteven Hiscocks2014-06-101-2/+2
* | ENH: Realign and harmonise log messages with getF2BLogger helperSteven Hiscocks2014-06-091-1/+2
|/
* fix a TypeError bugs like "Failed to execute ban jail 'pam-generic' action 'i...sebres2014-05-151-13/+10
* ENH: Log trace info for failed action events when in DEBUGSteven Hiscocks2014-04-121-4/+8
* Merge branch 'badips-blacklist' into 0.9Steven Hiscocks2014-03-131-2/+12
|\
| * BF: Require Python 2.7+ for badips.py actionSteven Hiscocks2014-03-121-2/+9
| * ENH: Add badips.com reporting and blacklisting action (python based)Steven Hiscocks2014-02-091-3/+6
* | DOC: Fix up doc strings styling to comply with numpy doc styleSteven Hiscocks2014-02-271-7/+18
* | Merge branch 'logging' into 0.9Steven Hiscocks2014-02-231-3/+3
|\ \
| * | ENH: Change logging levels and make info more verboseSteven Hiscocks2014-02-201-3/+3
| |/
* | RF: Refactor Jail and JailThreadSteven Hiscocks2014-02-231-30/+21
|/