Commit Graph

1042 Commits (d28788c87b4f02f5ec6ab2f7d928a58da0e06ff6)
 

Author SHA1 Message Date
Daniel Black 3cffb0c9e0 ENH: add test case for testing socket
12 years ago
Daniel Black 3aeb1a9f4e ENH: jail.conf man page
12 years ago
Daniel Black c6ac9c2e35 ENH: git ignore failed patch reminants
12 years ago
Daniel Black 10d4aa1682 BF: remove non-existant files from setup.py. ENH: add documentation
12 years ago
Daniel Black a5928cc3cf ENH: packaging information for RPM builds
12 years ago
Daniel Black 2a57a17c86 completed items from TODO list
12 years ago
Yaroslav Halchenko abd56dbedf Merge branch 'master' into 0.9
12 years ago
Steven Hiscocks d4362859ef Added testcase for csocket and asyncserver
12 years ago
sebres b6bb2f88c1 invalid date recognition, irregular because of sorting template list, now via setRegex
12 years ago
Yaroslav Halchenko be42522bba Merge branch 'transmitter-testcase' of https://github.com/kwirk/fail2ban
12 years ago
Yaroslav Halchenko cabbc0fd96 DOC: added a note that coverage script is python-coverage on Debian systems
12 years ago
Yaroslav Halchenko 5e5eaaf838 Merge pull request #134 from grooverdan/misc-fixes
12 years ago
Yaroslav Halchenko 5163f02e92 Merge pull request #138 from pborreli/typos
12 years ago
Pascal Borreli a2b29b4875 Fixed typos
12 years ago
Steven Hiscocks 4bbbc07872 Added additional Transmitter tests, and some associated fixes
12 years ago
Yaroslav Halchenko a6cf3246d0 Merge pull request #135 from grooverdan/dev-doco-2
12 years ago
Daniel Black d0d89b4321 TODO: test filters/examples files
12 years ago
Daniel Black 8b91b58e2d add corresponding ChangeLog entry
12 years ago
Daniel Black 23bbc60b1c do catch all exception
12 years ago
Yaroslav Halchenko b03e046370 Merge pull request #133 from grooverdan/development-code-coverage
12 years ago
Daniel Black a0f088be25 ENH: typo + head -1 has been deprecated for 10+ years.
12 years ago
Daniel Black 7cd6dab7f0 ENH: add help command
12 years ago
Daniel Black f0610c01d5 BF: allow more than single word for command action[start,stop,ban,unban,check] and for setcinfo too
12 years ago
Daniel Black c8c7b0b984 BF: general Exception catch was excessive. Only IOError and OSError are possible and has different meanings
12 years ago
Daniel Black 3665e6dc44 Add development documentation and framework for code coverage measurement
12 years ago
Daniel Black 00ad4d56a7 FSF address changes missing from previous
12 years ago
Yaroslav Halchenko 6e77427516 refresh generated manpages (since 0.8.2 state)
12 years ago
sebres d17b415371 invalid date recognition, irregular because of sorting template list (sometimes not reproducible by fail2ban-regex, cause will be not sorted)
12 years ago
Yaroslav Halchenko 59c35bc44a Downgrade log rotation detection message to DEBUG level from INFO. Closes: gh-129
12 years ago
Steven Hiscocks a4a24048d4 Minor tweaks to fail2ban-regex for encoding
12 years ago
Steven Hiscocks 578d9bed1b Added ability to set log file encoding with fail2ban-regex
12 years ago
Steven Hiscocks 66367876bb Add ability to set log encoding for jail
12 years ago
Steven Hiscocks d23d365be2 Move handling of unicode decoding to FileContainer readline
12 years ago
Steven Hiscocks 7e1819ed65 Fix incorrect exit code from fail2ban-2to3
12 years ago
Steven Hiscocks 184e0eccb6 Remove redundant reassignment of variable
12 years ago
Steven Hiscocks 78d86bc38d Minor typo in fail2ban-testcases-all-python3
12 years ago
Steven Hiscocks 3a3d07ef39 Undo removal of unicode prefix in server/datetemplate.py
12 years ago
Steven Hiscocks 31b173f032 Remove functools from filter testcases for python2.4 compatibility
12 years ago
Steven Hiscocks 418d845f9b fail2ban-regex open files as utf-8 for python3
12 years ago
Steven Hiscocks dbc40d6210 Added helper scripts to carry out 2to3 and testcases on python3
12 years ago
Steven Hiscocks c8c9ed4dfc Fix DNSUtils dnsToIp not catching general socket.error exception
12 years ago
Steven Hiscocks 0dd3a81ba2 Fix use of python3 bytes in client/server socket for python2.5
12 years ago
Steven Hiscocks e28a698c0e Change filter testcases python3 open wrapper to utf-8
12 years ago
Steven Hiscocks 46a2b6e428 Fix up for client/server socket for python3
12 years ago
Steven Hiscocks 6f4da8f3c4 Remove spurious space in fail2ban-server
12 years ago
Steven Hiscocks df255063ae python3: Default open encoding for files to UTF-8
12 years ago
Steven Hiscocks 5d0d362e3f Ensure jail names return in alphabetical order in status
12 years ago
Steven Hiscocks 53be2ade86 Wrap open method to allow python3 to ignore unicode errors
12 years ago
Steven Hiscocks 2bb3469644 Change filter to ignore unicode errors in python3
12 years ago
Steven Hiscocks ad7119a3fe time.mktime argument should be tuple
12 years ago