Commit Graph

408 Commits (3d5b32c19975d188f3d1bed7234ac68731d04c22)
 

Author SHA1 Message Date
Cyril Jaquier 4502c0f6ba - Organized imports (pylint)
18 years ago
Cyril Jaquier 66526b550f - Updated
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 f12d0fab61 - Updated
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 97a1e5b79f - Removed unneeded import
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 dac67d6ea6 - Removed "mail-report.conf" from setup.py
18 years ago
Cyril Jaquier acb2fc2c2b - Fixes in locking
18 years ago
Cyril Jaquier 0d68fc9ef1 - Added "ignoreip" and a few other options in [DEFAULT]
18 years ago
Cyril Jaquier c7451fa250 - Updated test cases
18 years ago
Cyril Jaquier 2bcf1bb359 - Fixed some bugs
18 years ago
Cyril Jaquier f3a90b9021 - Updated
18 years ago
Cyril Jaquier c80164b329 - Added more locking
18 years ago
Cyril Jaquier 94d167e620 - Improved beautifier
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 6333298fd7 - Replaced ... or ... or ... with ... in ...
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 96297b7cf3 - Fixed Command description with sed. Thanks to Yaroslav Halchenko
18 years ago
Cyril Jaquier 1d9bc1152d - Added --version in help
18 years ago
Cyril Jaquier b03d4d38bf - Updated (man pages)
18 years ago
Cyril Jaquier 700c1b26a6 - Added man pages
18 years ago
Cyril Jaquier 25664605aa - Apache date start with '['
18 years ago
Cyril Jaquier d1cdfdaf01 - Small fixes
18 years ago
Cyril Jaquier 1c0386c3ea - Updated for 0.7.2
18 years ago
Cyril Jaquier df26a74d53 - Updated
18 years ago
Cyril Jaquier 4eb611dd46 - Added date template hits summary
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 b38e0dfb1e - Better output when server is not started
18 years ago
Cyril Jaquier 8df771ce6b - Added one more test for the date detector
18 years ago
Cyril Jaquier 77eef14ed8 - Improved date detector
18 years ago
Cyril Jaquier 5c020b99da - mail-report.conf is not a good idea as the jail is already deleted when creating the report
18 years ago
Cyril Jaquier 500d203a2a - Updated
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 46dee1bd9a - Improved checking when parsing the configuration
18 years ago
Cyril Jaquier 7864bdc953 - Improved jail.conf
18 years ago
Cyril Jaquier 1c3088b267 - Added new action
18 years ago
Cyril Jaquier 9d8ef7675e - Added interactive mode in help
18 years ago