Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵ | Tim Laszlo | 2012-10-26 | 3 | -0/+33 |
| | | | | multiple writes | ||||
* | Metadata: only write to the database when a change occurs | Tim Laszlo | 2012-10-26 | 1 | -5/+9 |
| | |||||
* | tools: Add migrate_perms_to_mode tool | Sol Jerome | 2012-10-26 | 2 | -0/+72 |
| | | | | | | | Helps users to migrate their repositories from the perms attribute to mode. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | migrate_info: Remove trailing whitespace | Sol Jerome | 2012-10-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | remove print statement | Chris St. Pierre | 2012-10-26 | 1 | -1/+0 |
| | |||||
* | fixed Metadata unit tests | Chris St. Pierre | 2012-10-26 | 2 | -11/+60 |
| | |||||
* | set profile group from Connector groups if not set initially; set from ↵ | Chris St. Pierre | 2012-10-26 | 1 | -0/+11 |
| | | | | default group if not set by Connectors | ||||
* | better error handling when adding a client | Chris St. Pierre | 2012-10-26 | 1 | -4/+13 |
| | |||||
* | only permit one thread to write to clients.xml (or clients.xml.new) at a time | Chris St. Pierre | 2012-10-26 | 1 | -8/+27 |
| | |||||
* | fixed display of bundles used during client run | Chris St. Pierre | 2012-10-26 | 1 | -1/+2 |
| | |||||
* | build metadata when setting client version so setting version of a new ↵ | Chris St. Pierre | 2012-10-26 | 1 | -1/+1 |
| | | | | client doesn't fail | ||||
* | replace modes_problem with correct modes_problem | Tim Laszlo | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | fix setting locale in Chkconfig tool | Chris St. Pierre | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | improved error messages during failed decryption | Chris St. Pierre | 2012-10-24 | 4 | -12/+15 |
| | |||||
* | fixed bruteforce decryption when there are no passphrases | Chris St. Pierre | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | report bundles in use during client run in debug mode | Chris St. Pierre | 2012-10-24 | 1 | -0/+3 |
| | |||||
* | Fix tests for probes | Tim Laszlo | 2012-10-24 | 1 | -2/+5 |
| | |||||
* | Fix tests for probes | Tim Laszlo | 2012-10-24 | 1 | -4/+8 |
| | |||||
* | Update internal probe data at once. | Tim Laszlo | 2012-10-23 | 1 | -13/+10 |
| | | | | | | | When a large number of clients upload probe data at once, the data is occasionally written out before the data is fully populated. This causes writes to fail with KeyErrors on the server and clients to stop running. | ||||
* | bcfg2-crypt: improved error message | Chris St. Pierre | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | revert plugin interface tests that shouldn't have been included in commit (yet) | Chris St. Pierre | 2012-10-22 | 1 | -6/+4 |
| | |||||
* | fixed bcfg2-crypt bug with single passphrase and algorithm specified | Chris St. Pierre | 2012-10-22 | 1 | -8/+15 |
| | |||||
* | fixed some POSIX unit tests | Chris St. Pierre | 2012-10-22 | 2 | -8/+18 |
| | |||||
* | exit gracefully when FAM startup fails | Chris St. Pierre | 2012-10-22 | 1 | -3/+7 |
| | |||||
* | Git.py - fallback to native git when dulwich not installed | Jake Davis | 2012-10-21 | 1 | -1/+11 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Options: Add more vim tempfiles to ignore | Sol Jerome | 2012-10-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added init script for bcfg2-report-collector that doesn't require redhat-lsb | Chris St. Pierre | 2012-10-19 | 1 | -0/+100 |
| | |||||
* | Reduce verbose sync output from bcfg2-report-collector | Tim Laszlo | 2012-10-19 | 1 | -1/+3 |
| | |||||
* | handle malformed ACL tags more elegantly | Chris St. Pierre | 2012-10-19 | 1 | -1/+7 |
| | |||||
* | copy probe data when writing probed.xml to avoid race condition | Chris St. Pierre | 2012-10-19 | 1 | -6/+11 |
| | |||||
* | Switch redis transport to use pubsub() | Tim Laszlo | 2012-10-19 | 1 | -3/+5 |
| | |||||
* | Properly handle a client with no interations in GetExtra | Tim Laszlo | 2012-10-19 | 1 | -0/+3 |
| | |||||
* | add query string to filter removal | Tim Laszlo | 2012-10-18 | 1 | -3/+8 |
| | |||||
* | Fix bcfg2-report-collector initscript | Tim Laszlo | 2012-10-18 | 1 | -5/+3 |
| | | | | | | pidof does not exist on rhel5 stop functions incorrectly set /var/lock/subsys/bcfg2-report-collector killproc used the wrong syntax | ||||
* | BuiltinCore: removed unused import os | Chris St. Pierre | 2012-10-18 | 1 | -1/+0 |
| | |||||
* | fix lockfile imports for pyhton-daemon >= 1.6 | Tim Laszlo | 2012-10-18 | 1 | -1/+2 |
| | |||||
* | fixed server core instantiation when running in foreground | Chris St. Pierre | 2012-10-18 | 1 | -7/+11 |
| | |||||
* | ty daemon.pidlock before pidlockfile | Tim Laszlo | 2012-10-18 | 1 | -1/+7 |
| | |||||
* | fix return value from _daemonize | Chris St. Pierre | 2012-10-18 | 2 | -0/+2 |
| | |||||
* | use daemon.pid[lock]file.PIDLockFile to write PID file | Chris St. Pierre | 2012-10-18 | 1 | -19/+7 |
| | |||||
* | bcfg2-info: Remove extraneous strip() call | Sol Jerome | 2012-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Switch from lockfile to PIDLockFile | Tim Laszlo | 2012-10-18 | 1 | -3/+9 |
| | |||||
* | Append query string to erver/state filters so sort parameters follow | Tim Laszlo | 2012-10-18 | 1 | -0/+3 |
| | |||||
* | Sort links were referencing the old schema | Tim Laszlo | 2012-10-18 | 1 | -4/+2 |
| | |||||
* | add group filter for common problems | Tim Laszlo | 2012-10-17 | 3 | -2/+11 |
| | |||||
* | add missing server, group views | Tim Laszlo | 2012-10-17 | 1 | -1/+3 |
| | |||||
* | Default to a url friendly group name | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | POSIX: only enable selinux if its enabled on the host | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | CfgLegacyInfo: Move the dict outside of the for loop | Tim Laszlo | 2012-10-17 | 1 | -7/+6 |
| | |||||
* | add a higher timeout for caching certain objects | Tim Laszlo | 2012-10-17 | 2 | -2/+2 |
| |