fail2ban/client
Daniel Black f84a03d6b5 BF: remove nonreachable parts of code
Glob ensures the file exists so only a check that a missing dangling
symlink needs to be done.

$ ls -la /tmp/f2b-tempq0ipGY/f2
lrwxrwxrwx. 1 dan dan 11 Dec 12 08:42 /tmp/f2b-tempq0ipGY/f2 ->
xisting

In [3]: os.path.exists('/tmp/f2b-tempq0ipGY/f2')
Out[3]: False

In [4]: os.path.lexists('/tmp/f2b-tempq0ipGY/f2')
Out[4]: True
2013-12-12 09:08:42 +00:00
..
__init__.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
actionreader.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
beautifier.py BF: create flushlogs command to prevent logrotation clobbering logtarget. Closes gh-458 2013-12-04 20:51:30 +11:00
configparserinc.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
configreader.py ENH: order config as jail.conf, jail.d/*.conf, jail.local, jail.d/*.local. closes gh-388 2013-10-11 00:06:13 +11:00
configurator.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
csocket.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
fail2banreader.py Change /tmp/fail2ban.sock to /var/run/fail2ban/fail2ban.sock 2013-08-08 20:28:55 -06:00
filterreader.py ENH: remove use of $Revision and $Date SVN tags 2013-05-08 13:59:09 -04:00
jailreader.py BF: remove nonreachable parts of code 2013-12-12 09:08:42 +00:00
jailsreader.py RF(ENH): JailsReader.getOptions -- avoid code duplication when asking for 1 jail or all 2013-07-22 11:47:36 -04:00