Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SELinux policy: fixed some tmp file, database connection issues | Chris St. Pierre | 2012-10-03 | 1 | -11/+17 |
| | |||||
* | set default paths for ssl certs/keys according to SELinux policy | Chris St. Pierre | 2012-10-03 | 1 | -3/+3 |
| | |||||
* | wrote docs for selinux policy | Chris St. Pierre | 2012-10-03 | 2 | -2/+85 |
| | |||||
* | fleshed out selinux policy | Chris St. Pierre | 2012-10-03 | 2 | -4/+48 |
| | |||||
* | fixed determining if selinux modules exist | Chris St. Pierre | 2012-10-03 | 1 | -0/+7 |
| | |||||
* | added -selinux subpackage to rpm | Chris St. Pierre | 2012-10-03 | 1 | -12/+86 |
| | |||||
* | initial selinux configs | Chris St. Pierre | 2012-10-03 | 3 | -0/+423 |
| | |||||
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 6 | -308/+322 |
| | |||||
* | testsuite: skip django pylint checks for now | Chris St. Pierre | 2012-10-03 | 1 | -0/+10 |
| | |||||
* | fixed missing error when probe download fails | Chris St. Pierre | 2012-10-03 | 1 | -0/+1 |
| | |||||
* | testsuite: added unit tests for Cfg handlers | Chris St. Pierre | 2012-10-02 | 18 | -63/+591 |
| | |||||
* | Cfg: deprecated perms="inherit" | Chris St. Pierre | 2012-10-02 | 1 | -0/+2 |
| | |||||
* | testsuite: unit tests for Cfg plugin and base handlers | Chris St. Pierre | 2012-10-02 | 5 | -109/+859 |
| | |||||
* | consistently list ACLs on Path entries | Chris St. Pierre | 2012-10-02 | 1 | -3/+5 |
| | |||||
* | fixed contingencies on sbin pylint checks | Chris St. Pierre | 2012-09-28 | 1 | -18/+25 |
| | |||||
* | if an entry has no acls and its filesystem is mounted noacl, that's not an error | Chris St. Pierre | 2012-09-28 | 1 | -2/+7 |
| | |||||
* | Revert "POSIX: make sure to close file handles on temp files" | Chris St. Pierre | 2012-09-28 | 1 | -10/+7 |
| | | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope. | ||||
* | fixed contingent pylint code checks | Chris St. Pierre | 2012-09-28 | 1 | -10/+27 |
| | |||||
* | YUM: fixed bug in pylint compliance | Chris St. Pierre | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | wrote unit tests for encryption | Chris St. Pierre | 2012-09-28 | 2 | -10/+212 |
| | |||||
* | POSIX: make sure to close file handles on temp files | Chris St. Pierre | 2012-09-28 | 1 | -7/+10 |
| | |||||
* | full pylint checks for bcfg2 (the client script) | Chris St. Pierre | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | made client runs abort on probe failure, added option to disable that | Chris St. Pierre | 2012-09-28 | 3 | -123/+161 |
| | |||||
* | wrote unit tests for Properties | Chris St. Pierre | 2012-09-27 | 6 | -12/+305 |
| | |||||
* | made YUM driver pass pylint | Chris St. Pierre | 2012-09-26 | 2 | -257/+272 |
| | |||||
* | YUM: driver now records actions to yum.log (#1103) | Chris St. Pierre | 2012-09-26 | 1 | -107/+113 |
| | |||||
* | fixed bug with Remove and FindExtra in package tools | Chris St. Pierre | 2012-09-26 | 1 | -13/+8 |
| | |||||
* | wrote docs for Bcfg2.Compat | Chris St. Pierre | 2012-09-26 | 4 | -50/+238 |
| | |||||
* | rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docs | Chris St. Pierre | 2012-09-26 | 34 | -445/+494 |
| | |||||
* | documented which pylint messages are disabled and why | Chris St. Pierre | 2012-09-26 | 1 | -0/+32 |
| | |||||
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 17 | -207/+271 |
| | |||||
* | added more optional test prereqs | Chris St. Pierre | 2012-09-26 | 2 | -2/+3 |
| | |||||
* | deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPM | Chris St. Pierre | 2012-09-26 | 12 | -2916/+2641 |
| | |||||
* | SELinux: Fix incorrect return value | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | | | | | Previously, we were not updating the states dict with the correct return value for entries which were dispatched to Install methods via the post_txn_queue. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Check for attribute explicitly | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Do not attempt transaction while locked | Sol Jerome | 2012-09-25 | 1 | -0/+1 |
| | | | | | | | Without this, the code falls through to the rest of the method which attempts to do the install even when there is a transaction lock. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | add to path in pylint for testing | Chris St. Pierre | 2012-09-25 | 1 | -1/+3 |
| | |||||
* | moved pidfile creation into the server backends | Chris St. Pierre | 2012-09-25 | 3 | -4/+18 |
| | |||||
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 4 | -33/+106 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 26 | -124/+67 |
| | |||||
* | testsuite: fix path in pylint tests | Chris St. Pierre | 2012-09-25 | 2 | -1/+9 |
| | |||||
* | fixes for test environment | Chris St. Pierre | 2012-09-25 | 2 | -2/+2 |
| | |||||
* | misc. minor bug fixes | Chris St. Pierre | 2012-09-25 | 4 | -15/+23 |
| | |||||
* | SELinux: when selinux supports transactions but not adding modules via the ↵ | Chris St. Pierre | 2012-09-25 | 2 | -48/+140 |
| | | | | API, defer module installation until after the transaction is complete | ||||
* | settings: Fix variable usage | Sol Jerome | 2012-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 28 | -568/+825 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 9 | -102/+85 |
| | |||||
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 7 | -165/+234 |
| | |||||
* | made json optional again | Chris St. Pierre | 2012-09-25 | 5 | -11/+29 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 24 | -530/+621 |
| |