summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Collapse)AuthorAgeFilesLines
* Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-113/+26
| | | | | dulwich is terrible. impressively so. git pull has a bug that prevents it from honoring --work-tree in many, many versions
* SSLCA: fixed variable namesChris St. Pierre2012-11-141-4/+4
|
* set default umask for server, added option to change itChris St. Pierre2012-11-143-12/+14
|
* SSHbase: turn down the noiseChris St. Pierre2012-11-141-2/+2
|
* only try to find bcfg2-yum-helper in $PATH onceChris St. Pierre2012-11-141-15/+16
|
* SSLCA: clean up temp files on error, better error messagesChris St. Pierre2012-11-141-28/+46
|
* Cfg: improved error messagesChris St. Pierre2012-11-138-65/+27
|
* SSHbase: improved error messagesChris St. Pierre2012-11-131-12/+19
|
* don't pass full stack traces to client on bind failureChris St. Pierre2012-11-131-1/+1
|
* Cfg: prevent genshi loader from caching templatesChris St. Pierre2012-11-131-4/+1
|
* fixed some docs for sphinx 1.1Chris St. Pierre2012-11-131-2/+2
|
* SSHbase: fixed invalidation of ssh_known_hosts cacheChris St. Pierre2012-11-131-4/+4
|
* SSHbase: improved error messageChris St. Pierre2012-11-131-2/+3
|
* allow setting NagiosGen Options while using the default clientChris St. Pierre2012-11-131-1/+1
| | | | settings (from Marc Gariepy)
* flush input buffers before accepting stdinChris St. Pierre2012-11-122-25/+42
|
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
|
* Metadata: improved error message from address resolution failure during ↵Chris St. Pierre2012-11-081-3/+4
| | | | client authn
* SSLCA: improved error, debug messagesChris St. Pierre2012-11-081-4/+16
|
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-061-2/+10
| | | | fatal and parsing of that file continues
* removed unused importChris St. Pierre2012-11-061-1/+0
|
* added SSLCA option to append chain cert to cert (e.g., for Nginx)Chris St. Pierre2012-11-061-11/+15
|
* added XML schemas for SSLCA key/cert filesChris St. Pierre2012-11-061-98/+38
|
* fixed git plugin interface to git commandsChris St. Pierre2012-11-021-2/+4
|
* Fixed inversion of category-group pairs from Connector plugins inChris St. Pierre2012-11-011-2/+2
| | | | ClientMetadata.categories
* 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-309-200/+279
| | | | directory than the repo root
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
|
* 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
|
* build metadata when setting client version so setting version of a new ↵Chris St. Pierre2012-10-261-1/+1
| | | | client doesn't fail
* improved error messages during failed decryptionChris St. Pierre2012-10-244-12/+15
|
* 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.
* 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>
* copy probe data when writing probed.xml to avoid race conditionChris St. Pierre2012-10-191-6/+11
|
* BuiltinCore: removed unused import osChris St. Pierre2012-10-181-1/+0
|
* fixed server core instantiation when running in foregroundChris St. Pierre2012-10-181-7/+11
|
* 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
|
* CfgLegacyInfo: Move the dict outside of the for loopTim Laszlo2012-10-171-7/+6
|
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-177-3/+36
|
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-172-2/+2
|