summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changed default pidfile location in init scripts to allow easier privilege ↵Chris St. Pierre2012-10-044-12/+14
| | | | dropping
* added docs for privilege droppingChris St. Pierre2012-10-044-48/+211
|
* drop privs options added, works in CherryPyChris St. Pierre2012-10-044-3/+45
|
* testsuite: tried to fix a broken testChris St. Pierre2012-10-031-5/+2
|
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-032-94/+32
|
* Cfg: fixed some issues with genshi error handlingChris St. Pierre2012-10-031-2/+2
|
* better error reporting for unknown template bundle render failuresChris St. Pierre2012-10-031-3/+3
|
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-034-138/+140
|
* testsuite: fixed some assorted testsChris St. Pierre2012-10-033-4/+6
|
* fixed default SSL CA cert, which is optionalChris St. Pierre2012-10-031-1/+1
|
* fixed selinux rpm buildChris St. Pierre2012-10-031-5/+33
|
* updated SELinux policy docsChris St. Pierre2012-10-033-17/+28
|
* SELinux policy: fixed some tmp file, database connection issuesChris St. Pierre2012-10-031-11/+17
|
* set default paths for ssl certs/keys according to SELinux policyChris St. Pierre2012-10-031-3/+3
|
* wrote docs for selinux policyChris St. Pierre2012-10-032-2/+85
|
* fleshed out selinux policyChris St. Pierre2012-10-032-4/+48
|
* fixed determining if selinux modules existChris St. Pierre2012-10-031-0/+7
|
* added -selinux subpackage to rpmChris St. Pierre2012-10-031-12/+86
|
* initial selinux configsChris St. Pierre2012-10-033-0/+423
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-036-308/+322
|
* testsuite: skip django pylint checks for nowChris St. Pierre2012-10-031-0/+10
|
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-0218-63/+591
|
* Cfg: deprecated perms="inherit"Chris St. Pierre2012-10-021-0/+2
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-025-109/+859
|
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
|
* fixed contingencies on sbin pylint checksChris St. Pierre2012-09-281-18/+25
|
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7
|
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-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 checksChris St. Pierre2012-09-281-10/+27
|
* YUM: fixed bug in pylint complianceChris St. Pierre2012-09-281-1/+1
|
* wrote unit tests for encryptionChris St. Pierre2012-09-282-10/+212
|
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* full pylint checks for bcfg2 (the client script)Chris St. Pierre2012-09-281-1/+1
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-283-123/+161
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-276-12/+305
|
* made YUM driver pass pylintChris St. Pierre2012-09-262-257/+272
|
* YUM: driver now records actions to yum.log (#1103)Chris St. Pierre2012-09-261-107/+113
|
* fixed bug with Remove and FindExtra in package toolsChris St. Pierre2012-09-261-13/+8
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-264-50/+238
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-2634-445/+494
|
* documented which pylint messages are disabled and whyChris St. Pierre2012-09-261-0/+32
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-2617-207/+271
|
* added more optional test prereqsChris St. Pierre2012-09-262-2/+3
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-2612-2916/+2641
|
* SELinux: Fix incorrect return valueSol Jerome2012-09-251-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 explicitlySol Jerome2012-09-251-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SELinux: Do not attempt transaction while lockedSol Jerome2012-09-251-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 testingChris St. Pierre2012-09-251-1/+3
|
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|