summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-302-2/+2
| | | | 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-301-3/+3
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-3010-201/+286
| | | | directory than the repo root
* 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-293-2/+161
|
* fixed unit testsChris St. Pierre2012-10-292-3/+9
|
* fixed repeat processing of probe dataChris St. Pierre2012-10-291-9/+10
|
* 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
|
* fixed Metadata unit testsChris St. Pierre2012-10-261-2/+5
|
* 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
|
* 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
|
* fixed bcfg2-crypt bug with single passphrase and algorithm specifiedChris St. Pierre2012-10-221-8/+15
|
* 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>
* 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
|
* BuiltinCore: removed unused import osChris St. Pierre2012-10-181-1/+0
|
* fix lockfile imports for pyhton-daemon >= 1.6Tim Laszlo2012-10-181-1/+2
|
* fixed server core instantiation when running in foregroundChris St. Pierre2012-10-181-7/+11
|
* ty daemon.pidlock before pidlockfileTim Laszlo2012-10-181-1/+7
|
* fix return value from _daemonizeChris St. Pierre2012-10-182-0/+2
|
* use daemon.pid[lock]file.PIDLockFile to write PID fileChris St. Pierre2012-10-181-19/+7
|
* bcfg2-info: Remove extraneous strip() callSol Jerome2012-10-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Switch from lockfile to PIDLockFileTim Laszlo2012-10-181-3/+9
|
* Append query string to erver/state filters so sort parameters followTim Laszlo2012-10-181-0/+3
|
* Sort links were referencing the old schemaTim Laszlo2012-10-181-4/+2
|
* add group filter for common problemsTim Laszlo2012-10-173-2/+11
|
* add missing server, group viewsTim Laszlo2012-10-171-1/+3
|
* POSIX: only enable selinux if its enabled on the hostTim Laszlo2012-10-171-1/+1
|
* CfgLegacyInfo: Move the dict outside of the for loopTim Laszlo2012-10-171-7/+6
|