Commit Graph

54 Commits (71317332ecef78548d987e7dd55254e5c4a7b314)

Author SHA1 Message Date
Yaroslav Halchenko b6be8b8243 ENH/RF: remove __readJailConfig in favor of __readConfig + catch/error exceptions while reading the configuration
12 years ago
Yaroslav Halchenko 2974cac40c RF: log all logging output from fail2ban-client to stderr. Close #264
12 years ago
Yaroslav Halchenko 8e63d4c6da ENH: "is None" instead of "== None" + tune ups in headers
12 years ago
Yaroslav Halchenko ffbbb9f8a3 ENH: deleted trailing spaces in fail2ban- cmdline tools
12 years ago
Yaroslav Halchenko 5e5eaaf838 Merge pull request #134 from grooverdan/misc-fixes
12 years ago
Pascal Borreli a2b29b4875 Fixed typos
12 years ago
Daniel Black 7cd6dab7f0 ENH: add help command
12 years ago
Daniel Black 3665e6dc44 Add development documentation and framework for code coverage measurement
12 years ago
Yaroslav Halchenko 40c5a2d996 ENH: adding more of diagnostic messages into -client while starting the daemon
12 years ago
Steven Hiscocks ce3ab34dd8 Added ability to specify PID file
12 years ago
Yaroslav Halchenko d561a4c2bb BF: do not rely on scripts being under /usr -- might differ eg on Fedora -- rely on import of common.version (Closes gh-112)
12 years ago
Yaroslav Halchenko 03b31398aa ENH: BF (forgotten import) for prev commit + removed duplicate Author, adjusted __ fields for that in fail2ban-* scripts
12 years ago
Yaroslav Halchenko 9e7a3b7a04 ENH: until we make it proper module -- adjust sys.path only if system-wide run
12 years ago
Yaroslav Halchenko b33ae8c194 Ask users to report bugs to github's issues
13 years ago
Leonardo Chiquitto a7d47e8b36 Update Free Software Foundation's address
13 years ago
Yaroslav Halchenko ed6daa70bf ENH: modelines for emacs and vim to assure consistent indentation scheme (tabs)
13 years ago
Cyril Jaquier 402cdeab5e - Updated e-mail
17 years ago
Cyril Jaquier 27b3ce2adc - Updated copyright.
17 years ago
Cyril Jaquier fca32a5717 - readline is now optional in fail2ban-client (not needed in fail2ban-server).
17 years ago
Cyril Jaquier 6779814d91 - "reload <jail>" reloads a single jail and the parameters in fail2ban.conf.
17 years ago
Cyril Jaquier ce6b8c959e - Removed Python 2.4. Minimum required version is now Python 2.3.
17 years ago
Cyril Jaquier ca299b5ce4 - Removed ...
18 years ago
Cyril Jaquier a257fdc87d - Call Python interpreter directly (instead of using "env")
18 years ago
Cyril Jaquier 2725dd6f22 - fail2ban-client returns an error code if configuration is not valid
18 years ago
Cyril Jaquier 26a762ac94 - Added signal handling in fail2ban-client
18 years ago
Cyril Jaquier ab3d2d1b9a - Now Fail2ban goes in /usr/share/fail2ban instead of /usr/lib/fail2ban. This is more compliant with FHS. Thanks to Axel Thimm and Yaroslav Halchenko
18 years ago
Cyril Jaquier a77711deb6 - Changed timeout to 30 secondes before assuming the server cannot be started
18 years ago
Cyril Jaquier c27ef35b90 - Fixed bug with the "socket" option
18 years ago
Cyril Jaquier 58acd9fb9f - Moved version.py and protocol.py to common/
18 years ago
Cyril Jaquier a8299b4247 - Added "protocol.py" which describes the protocol used to communicate with the server
18 years ago
Cyril Jaquier 5569e9b816 - Changed default log level from INFO to WARNING
18 years ago
Cyril Jaquier 0866e00021 - Added "[BACKEND]" parameter to doc
18 years ago
Cyril Jaquier c8fdabf001 - Added "socket" option in "fail2ban.conf"
18 years ago
Cyril Jaquier 7989e66270 - Added "-s" option to specify the socket path
18 years ago
Cyril Jaquier 126807dea8 - Made private fields prefixed with "__"
18 years ago
Cyril Jaquier 700c1b26a6 - Added man pages
18 years ago
Cyril Jaquier d1cdfdaf01 - Small fixes
18 years ago
Cyril Jaquier b38e0dfb1e - Better output when server is not started
18 years ago
Cyril Jaquier c7747d1f17 - Improved server communication. Start a new thread for each incoming request. Allow concurrent accesses to the server. However, the server is not really thread-safe yet...
18 years ago
Cyril Jaquier 9d8ef7675e - Added interactive mode in help
18 years ago
Cyril Jaquier f880d1ff26 - Added interactive mode
18 years ago
Cyril Jaquier 5a3edcb619 - Fixed bug with dispUsage()
19 years ago
Cyril Jaquier 9f2d901040 - Added a beautifier
19 years ago
Cyril Jaquier 89b034b676 - Search "fail2ban-server" using PATH and if it fails,
19 years ago
Cyril Jaquier f44dab9ea7 - Fixed reload option
19 years ago
Cyril Jaquier 887fbc840f - Configuration path was hardcoded. Use the "-c" value instead
19 years ago
Cyril Jaquier bdc4c89051 - Improved usage message
19 years ago
Cyril Jaquier 9fe1efcc45 - Improved client
19 years ago
Cyril Jaquier 64ddab56c8 - Added a "reload" option which reload the configuration
19 years ago
Cyril Jaquier 1ec9cb8e06 - Removed foreground and background options
19 years ago