fail2ban/client
Yaroslav Halchenko 9ba27353b6 NF: allow customization configuration under corresponding .d directories (Closes gh-114)
Additional changes:
  ENH: make basedir for Config's a kwarg to the constructor
  ENH: improved analysis/reporting on presence/accessibility of config
       files.  Got carried away and forgot about existing  work done by
	   Steven Hiscocks in the gh-115 -- will merge it in the next
       commit for the fair ack of his work

Now for any X.conf configuration file we have following ways to
provide customizations

  X.local -- read after .conf (kept for backward compatibility)
  X.d/ -- directory to contain additional .conf files, sorted
               alphabetically, e.g
  X.d/01_enable.conf       - to enable the jail
  X.d/02_custom_port.conf  - to change the port

X could be a 'jail' or 'fail2ban' or any other configuration file in
fail2ban.

Mention that all files still must contain the corresponding sections
(most of the time duplicating it across all of them).
2013-02-17 17:03:23 -05:00
..
__init__.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
actionreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00
beautifier.py RF: move exceptions used by both client and server into common/exceptions.py 2013-01-28 09:46:50 -05:00
configparserinc.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
configreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00
configurator.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
csocket.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
fail2banreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00
filterreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00
jailreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00
jailsreader.py NF: allow customization configuration under corresponding .d directories (Closes gh-114) 2013-02-17 17:03:23 -05:00