Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if linkentry is not none | Tim Laszlo | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | POSIX: fix detection of ACLs on entry without pylibacl installed | Chris St. Pierre | 2012-11-07 | 1 | -3/+2 |
| | |||||
* | POSIX: ensure that automatically-created parent dirs have appropriate +x perms | Chris St. Pierre | 2012-11-07 | 1 | -2/+18 |
| | |||||
* | Properties: allow lax decryption, where failure to decrypt an element is not ↵ | Chris St. Pierre | 2012-11-06 | 1 | -2/+10 |
| | | | | fatal and parsing of that file continues | ||||
* | removed unused import | Chris St. Pierre | 2012-11-06 | 1 | -1/+0 |
| | |||||
* | added SSLCA option to append chain cert to cert (e.g., for Nginx) | Chris St. Pierre | 2012-11-06 | 1 | -11/+15 |
| | |||||
* | added XML schemas for SSLCA key/cert files | Chris St. Pierre | 2012-11-06 | 1 | -98/+38 |
| | |||||
* | fixed git plugin interface to git commands | Chris St. Pierre | 2012-11-02 | 1 | -2/+4 |
| | |||||
* | Fixed inversion of category-group pairs from Connector plugins in | Chris St. Pierre | 2012-11-01 | 1 | -2/+2 |
| | | | | ClientMetadata.categories | ||||
* | Version bump to 1.3.0pre2v1.3.0pre2 | Sol Jerome | 2012-10-30 | 2 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | log to stderr, not stdout | Chris St. Pierre | 2012-10-30 | 1 | -2/+2 |
| | |||||
* | fixed names of bcfg2-lint comment types | Chris St. Pierre | 2012-10-30 | 1 | -3/+3 |
| | |||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 10 | -201/+286 |
| | | | | directory than the repo root | ||||
* | Reporting: Only display profile if present | Tim Laszlo | 2012-10-29 | 1 | -0/+2 |
| | |||||
* | Reporting: remove experimental | Tim Laszlo | 2012-10-29 | 1 | -1/+0 |
| | |||||
* | Reporting: Allow interactions without a profile | Tim Laszlo | 2012-10-29 | 3 | -2/+161 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2012-10-29 | 2 | -3/+9 |
| | |||||
* | fixed repeat processing of probe data | Chris St. Pierre | 2012-10-29 | 1 | -9/+10 |
| | |||||
* | added database locking to Metadata | Chris St. Pierre | 2012-10-29 | 3 | -16/+24 |
| | |||||
* | Core: populate sources list | Tim Laszlo | 2012-10-29 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | fixed Metadata unit tests | Chris St. Pierre | 2012-10-26 | 1 | -2/+5 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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> | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Switch from lockfile to PIDLockFile | Tim Laszlo | 2012-10-18 | 1 | -3/+9 |
| |