summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SELinux option parsing.Gordon Messmer2015-11-191-1/+1
|
* Merge branch 'maint'Chris St. Pierre2013-12-091-2/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/fedora.txt misc/bcfg2.spec schemas/types.xsd src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Client.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/Probes.py src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgEncryptedGenerator.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/common.py testsuite/install.sh
| * POSIX: skip loading POSIX sub-tools that raise ImportErrorChris St. Pierre2013-12-051-2/+5
| | | | | | | | This mimics the behavior for "real" tools
* | Pylint/PEP8 fixesSol Jerome2013-09-061-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Options: migrated client drivers to new parserChris St. Pierre2013-06-271-14/+29
| |
* | removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-1/+1
| |
* | removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-4/+4
|/
* expanded pylint testsChris St. Pierre2012-09-251-12/+15
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-5/+2
|
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+6
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* POSIX: fixed setting handled entriesChris St. Pierre2012-08-271-2/+7
|
* finally a relative import fix that works on py2.4 thru 3.2Chris St. Pierre2012-08-231-1/+5
|
* removed relative imports from POSIX toolsChris St. Pierre2012-08-231-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-1/+1
|
* POSIX:Chris St. Pierre2012-08-151-0/+147
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl