summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2{,-selinux}.spec: Fix BuildRootSol Jerome2012-10-302-10/+0
| | | | | | | This should work in SUSE as well according to http://fox-eye.appspot.com/bugzilla.novell.com/728682. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Add bcfg2-selinux spec file updatesSol Jerome2012-10-302-7/+34
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* log to stderr, not stdoutChris St. Pierre2012-10-301-2/+2
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-303-10/+11
|
* fixed some POSIX unit testsChris St. Pierre2012-10-301-4/+6
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-3015-267/+332
| | | | directory than the repo root
* fix ClientVersions tests when Django not installedChris St. Pierre2012-10-291-1/+1
|
* Reporting: Only display profile if presentTim Laszlo2012-10-291-0/+2
|
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
|
* Reporting: Allow interactions without a profileTim Laszlo2012-10-294-8/+161
|
* fixed unit testsChris St. Pierre2012-10-295-13/+23
|
* removed straggling references to DBStatsChris St. Pierre2012-10-293-17/+2
|
* fixed repeat processing of probe dataChris St. Pierre2012-10-291-9/+10
|
* documented potential thread contention issues when using sqliteChris St. Pierre2012-10-292-9/+15
|
* added database locking to MetadataChris St. Pierre2012-10-293-16/+24
|
* Core: populate sources listTim Laszlo2012-10-291-0/+1
|
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵Tim Laszlo2012-10-263-0/+33
| | | | multiple writes
* Metadata: only write to the database when a change occursTim Laszlo2012-10-261-5/+9
|
* tools: Add migrate_perms_to_mode toolSol Jerome2012-10-262-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 whitespaceSol Jerome2012-10-261-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* remove print statementChris St. Pierre2012-10-261-1/+0
|
* fixed Metadata unit testsChris St. Pierre2012-10-262-11/+60
|
* set profile group from Connector groups if not set initially; set from ↵Chris St. Pierre2012-10-261-0/+11
| | | | default group if not set by Connectors
* better error handling when adding a clientChris St. Pierre2012-10-261-4/+13
|
* only permit one thread to write to clients.xml (or clients.xml.new) at a timeChris St. Pierre2012-10-261-8/+27
|
* fixed display of bundles used during client runChris St. Pierre2012-10-261-1/+2
|
* build metadata when setting client version so setting version of a new ↵Chris St. Pierre2012-10-261-1/+1
| | | | client doesn't fail
* replace modes_problem with correct modes_problemTim Laszlo2012-10-251-1/+1
|
* fix setting locale in Chkconfig toolChris St. Pierre2012-10-241-1/+1
|
* improved error messages during failed decryptionChris St. Pierre2012-10-244-12/+15
|
* fixed bruteforce decryption when there are no passphrasesChris St. Pierre2012-10-241-1/+1
|
* report bundles in use during client run in debug modeChris St. Pierre2012-10-241-0/+3
|
* Fix tests for probesTim Laszlo2012-10-241-2/+5
|
* Fix tests for probesTim Laszlo2012-10-241-4/+8
|
* Update internal probe data at once.Tim Laszlo2012-10-231-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 messageChris St. Pierre2012-10-221-1/+1
|
* revert plugin interface tests that shouldn't have been included in commit (yet)Chris St. Pierre2012-10-221-6/+4
|
* fixed bcfg2-crypt bug with single passphrase and algorithm specifiedChris St. Pierre2012-10-221-8/+15
|
* fixed some POSIX unit testsChris St. Pierre2012-10-222-8/+18
|
* exit gracefully when FAM startup failsChris St. Pierre2012-10-221-3/+7
|
* Git.py - fallback to native git when dulwich not installedJake Davis2012-10-211-1/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Add more vim tempfiles to ignoreSol Jerome2012-10-211-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added init script for bcfg2-report-collector that doesn't require redhat-lsbChris St. Pierre2012-10-191-0/+100
|
* Reduce verbose sync output from bcfg2-report-collectorTim Laszlo2012-10-191-1/+3
|
* handle malformed ACL tags more elegantlyChris St. Pierre2012-10-191-1/+7
|
* copy probe data when writing probed.xml to avoid race conditionChris St. Pierre2012-10-191-6/+11
|
* Switch redis transport to use pubsub()Tim Laszlo2012-10-191-3/+5
|
* Properly handle a client with no interations in GetExtraTim Laszlo2012-10-191-0/+3
|
* add query string to filter removalTim Laszlo2012-10-181-3/+8
|
* Fix bcfg2-report-collector initscriptTim Laszlo2012-10-181-5/+3
| | | | | | pidof does not exist on rhel5 stop functions incorrectly set /var/lock/subsys/bcfg2-report-collector killproc used the wrong syntax