summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-30/+39
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-045-249/+324
|\
| * fixed conversion to octal in py3kChris St. Pierre2012-12-042-5/+6
| |
| * SSLCA improvements:Chris St. Pierre2012-12-031-230/+261
| | | | | | | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
| * SELinux: Split up selinux entriesSol Jerome2012-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Cfg: Fixed bugs in Genshi error handling:Chris St. Pierre2012-11-291-11/+54
| | | | | | | | | | * Find the correct frame of the stack trace if the exception is raised by something outside the template * Determine if the version of Genshi in use strips all blank lines or not to correctly locate the line of the error
* | Future-proofed conflict option selectionJason Kincl2012-12-031-13/+9
| | | | | | | | * moved from a map table to a getattr() lookup
* | fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-7/+4
| |
* | adding doc, changing variable namesJason Kincl2012-11-271-3/+3
| |
* | fixing syntaxJason Kincl2012-11-271-1/+1
| |
* | log actions betterJason Kincl2012-11-271-0/+3
| |
* | fixing line lengthsJason Kincl2012-11-271-1/+2
| |
* | fixing bugsJason Kincl2012-11-271-5/+6
| |
* | adding svn_resolution to global namespaceJason Kincl2012-11-271-2/+2
| |
* | adding svn merge resolution mapJason Kincl2012-11-271-3/+27
| |
* | 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 ↵Chris St. Pierre2012-11-271-9/+13
| | | | | | | | set_debug/toggle_debug RMI
| * Threaded plugin fixes:Chris St. Pierre2012-11-272-4/+10
| | | | | | | | | | | | | | * Added "Threaded" plugin interface for any plugin that uses threads * Start plugin threads after daemonization * Update existing plugins that use threads (Reporting, Snapshots, ThreadedStatistics interface) * Update unit tests
| * 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
| | | | | | | | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* | 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
| | | | | | | | | | 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
| |
| * 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
| | | | | | | | settings (from Marc Gariepy)
| * 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
| |
* | 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
| | | | fatal and parsing of that file continues
* 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
| | | | ClientMetadata.categories
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-308-185/+267
| | | | directory than the repo root