summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-279-33/+76
|\
| * catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
| * made Reporting plugin and transports debuggable, respond to set_debug/toggle_...Chris St. Pierre2012-11-271-9/+13
| * Threaded plugin fixes:Chris St. Pierre2012-11-272-4/+10
| * gave ProbeSet a pretty stringification for debug outputChris St. Pierre2012-11-271-0/+3
| * avoid odd edge case in genshi error handlingChris St. Pierre2012-11-261-3/+7
| * SSLCA: read SSLCA config without instantiating a new ConfigParserChris St. Pierre2012-11-201-3/+2
| * fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-191-2/+1
| * Templating updates:Chris St. Pierre2012-11-193-6/+19
* | Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-1917-285/+234
|\|
| * fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-162-9/+9
| * cleaned up Templatehelper to help avoid some event handling errorsChris St. Pierre2012-11-161-20/+26
| * Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-10/+41
| * Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-113/+26
| * SSLCA: fixed variable namesChris St. Pierre2012-11-141-4/+4
| * 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
| * 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
| * Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
| * Metadata: improved error message from address resolution failure during clien...Chris St. Pierre2012-11-081-3/+4
| * SSLCA: improved error, debug messagesChris St. Pierre2012-11-081-4/+16
* | minor typo and function documentationJason Kincl2012-11-191-2/+3
* | Adding a default conflict resolver of theirs-full to Svn PluginJason Kincl2012-11-071-0/+4
|/
* Properties: allow lax decryption, where failure to decrypt an element is not ...Chris St. Pierre2012-11-061-2/+10
* added SSLCA option to append chain cert to cert (e.g., for Nginx)Chris St. Pierre2012-11-061-11/+15
* 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
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory...Chris St. Pierre2012-10-308-185/+267
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
* fixed unit testsChris St. Pierre2012-10-291-0/+3
* added database locking to MetadataChris St. Pierre2012-10-292-7/+13
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle mu...Tim Laszlo2012-10-261-0/+1
* 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 defaul...Chris St. Pierre2012-10-261-0/+11
* 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
* improved error messages during failed decryptionChris St. Pierre2012-10-243-12/+12
* Update internal probe data at once.Tim Laszlo2012-10-231-13/+10
* Git.py - fallback to native git when dulwich not installedJake Davis2012-10-211-1/+11
* copy probe data when writing probed.xml to avoid race conditionChris St. Pierre2012-10-191-6/+11
* 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