158 Commits (08fced9646c7edfa61c21280152f7c6bd76df5b6)

Author SHA1 Message Date
Cyril Jaquier 3cd43b13ce - Added simple date format 18 years ago
Cyril Jaquier af41290fc6 - Added the class MyTime. Replaces call to time.time() and time.gmtime(). A fixed time value can be set for testing purpose 18 years ago
Cyril Jaquier 0fab1bbf01 - Added "backend" option 18 years ago
Cyril Jaquier 7989e66270 - Added "-s" option to specify the socket path 18 years ago
Cyril Jaquier 85293c63e4 - Fixed format string 18 years ago
Cyril Jaquier 033160eb96 - Added jail name to ban/unban log 18 years ago
Cyril Jaquier 4c315f3687 - Moved ban/unban messages from "info" to "warn" level 18 years ago
Cyril Jaquier 7b7d246a19 - Added DNS support for "ignoreip" 18 years ago
Cyril Jaquier bf3cd1d56d - (Re)added permanent banning (banTime < 0) 18 years ago
Cyril Jaquier 0616135350 - Removed unneeded import 18 years ago
Cyril Jaquier 4502c0f6ba - Organized imports (pylint) 18 years ago
Cyril Jaquier d30cfd2095 - subprocess.call deadlocks when execute action with multi-jails 18 years ago
Cyril Jaquier b5abd7f2f2 - Use cPickle instead of pickle. cPickle can be up to 1000 times faster 18 years ago
Cyril Jaquier bb6c14bfea - Use subprocess.call instead of os.system 18 years ago
Cyril Jaquier 2c737f77f1 - Oups... Forgot 2 debug output. Removed 18 years ago
Cyril Jaquier 6ab1d13234 - Fixed log rotation bug 18 years ago
Cyril Jaquier d61690fd9e - Added encoding tag (utf8) 18 years ago
Cyril Jaquier 3ca397922d - Catch IOError when file can not be read 18 years ago
Cyril Jaquier f3df224ec4 - First attempt at solving bug #1457620 18 years ago
Cyril Jaquier 9f5f6812f5 - Added a getTemplates() method because self.__templates can not be accessed directly anymore 18 years ago
Cyril Jaquier 4b80546f10 - Fixed bugs introduced by refactoring 18 years ago
Cyril Jaquier 126807dea8 - Made private fields prefixed with "__" 18 years ago
Cyril Jaquier acb2fc2c2b - Fixes in locking 18 years ago
Cyril Jaquier 2bcf1bb359 - Fixed some bugs 18 years ago
Cyril Jaquier c80164b329 - Added more locking 18 years ago
Cyril Jaquier a618313206 - Added "ignoreip" feature 18 years ago
Cyril Jaquier bd2b94cc84 - Added smmmaaallll comment 18 years ago
Cyril Jaquier 88b68c0ad2 - Replaced jails = dict() with a Jails class for better concurrency control 18 years ago
Cyril Jaquier 7f7361a282 - Added Gamin (file and directory monitoring system) support 18 years ago
Cyril Jaquier e146d07394 - Added wildcards support for "logpath" 18 years ago
Cyril Jaquier 25664605aa - Apache date start with '[' 18 years ago
Cyril Jaquier 068dea8971 - Fixed the shutdown issue with timeout on socket 18 years ago
Cyril Jaquier 86b07457cd - Implemented SYSLOG logging target 18 years ago
Cyril Jaquier 77eef14ed8 - Improved date detector 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 90d46d177d - Set the jail to idle state if file path is wrong or file is unreadable 18 years ago
Cyril Jaquier 4306c23c0f - Added timestamp to logs 18 years ago
Cyril Jaquier 438f0e8122 - Added date detector 18 years ago
Cyril Jaquier 21b6e76cde - Added date detector 18 years ago
Cyril Jaquier 88ef30c4c5 - Removed unneeded constructor arguments 18 years ago
Cyril Jaquier ab133f9364 - Added more get commands 19 years ago
Cyril Jaquier 846a3d0477 - Added a set/get for "failtime" 19 years ago
Cyril Jaquier ce5ea1fa23 - Moved hardcoded socket path to a class variable 19 years ago
Cyril Jaquier 704a0b834f - Fixed startup and daemon mode 19 years ago
Cyril Jaquier 1fd2071cd8 - Fixed a bug in DNSUtils 19 years ago
Cyril Jaquier ca5b70cd24 - Fixed a bug with static class members 19 years ago
Cyril Jaquier 64ddab56c8 - Added a "reload" option which reload the configuration 19 years ago
Cyril Jaquier 535b9a6a36 - Removed "utils" directory 19 years ago
Cyril Jaquier a694df4a9a - Improved server startup checks 19 years ago
Cyril Jaquier d4c9d92ae1 - Fixed bug with "<failures>" tag 19 years ago