summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* fixed issue with bogus filenames in Bundler in a more generic way for all Dir...Chris St. Pierre2011-10-051-7/+2
* make Bundler skip unknown filenames; this prevents an occasional stack trace ...Chris St. Pierre2011-10-051-2/+7
* fixed previous commit so that SingleXMLFileBacked plugins use xinclude, and G...Chris St. Pierre2011-09-191-6/+4
* made all XMLFileBacked plugins (e.g., GroupPatterns) support XIncludeChris St. Pierre2011-09-191-7/+6
* added Defaults pluginChris St. Pierre2011-09-191-0/+51
* made templated bundles understand <Group> and <Client> tagsChris St. Pierre2011-09-151-4/+22
* Fix predicate call from PkgmgrCalen Pennington2011-09-141-2/+3
* Packages: Properly detect when user didn't create sources.xmlanatoly techtonik2011-09-121-1/+4
* Packages: Fix traceback when sources.xml is missing (#1043)Sol Jerome2011-09-121-1/+6
* fixed indentation bug in SSHbase introduced in cb8b988774c573bb8f6840aa60be0c...Chris St. Pierre2011-09-061-26/+24
* fix traceback when packages.conf doesn't exist or there is no [global]Joe Digilio2011-09-021-0/+2
* Cfg : doesn't add a LineFeed after patching of filesKioob2011-09-021-3/+1
* Cfg : do not strip() end of lines before applying .diff filesKioob2011-09-011-2/+1
* fixed tracebacks introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-1/+2
* fixed traceback introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-2/+3
* anchor rules regexes at both ends to avoid bogus matchesChris St. Pierre2011-08-311-7/+3
* added regex support to RulesChris St. Pierre2011-08-311-1/+31
* Metadata: Add missing sys import (Resolves #1032)Sol Jerome2011-08-281-0/+2
* Cfg: Fix traceback in bcfg2-admin pullSol Jerome2011-08-271-3/+3
* fixed comparisons for probe dataChris St. Pierre2011-08-261-0/+18
* SSHbase: Create only requested key typesHolger Weiß2011-08-261-38/+41
* Cfg: Fix traceback caused by previous commitSol Jerome2011-08-221-1/+1
* Cfg: Log error when base file missing (reported by Ana Guerrero)Sol Jerome2011-08-211-5/+8
* Decisions: Add missing import (reported by Rob Lemley)Sol Jerome2011-08-201-0/+2
* set path in Ohai probeChris St. Pierre2011-08-191-0/+2
* Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)Sol Jerome2011-08-111-2/+18
* Be more patient for notifications about generated SSHkeys.Mike McCallister2011-08-091-8/+13
* fixed backtrace if Packages downloads a bogus GPG keyChris St. Pierre2011-08-051-6/+13
* fixed more unescaped shell commandsChris St. Pierre2011-08-052-13/+24
* made packages.conf optionalChris St. Pierre2011-08-051-1/+5
* Removed the explicit calls to AddEntry from SSHbase.py in favor ofMike McCallister2011-08-051-3/+7
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-054-24/+18
* fix broken assembling of yum repo urlJoe Digilio2011-08-031-1/+1
* don't add gpg-pubkey package unless there are instances to installChris St. Pierre2011-08-021-35/+36
* fixed error message to avoid tracebackChris St. Pierre2011-08-011-1/+1
* Lots of improvements to Packages plugin:Chris St. Pierre2011-08-011-247/+652
* added write() method to Properties to write back persistent changesChris St. Pierre2011-07-271-4/+43
* Rewrote DirectoryBacked so it handles files contained in an arbitrary directo...Mike McCallister2011-07-261-2/+3
* Update to Deps to eliminate "Failed to add dep entry for <built-in function C...Mike McCallister2011-07-251-1/+6
* Treat Bound entries like unbound entries for calculating prerequisites in Deps.Mike McCallister2011-07-231-5/+7
* Refactor the validate_structure() method into two.Mike McCallister2011-07-231-25/+45
* Created a new method to return a sorted list of plugins by type.Mike McCallister2011-07-221-0/+1
* Fixed to accommodate changes made to Plugin.py in changeset 3291a875339a7e556...Mike McCallister2011-07-221-3/+4
* fixed output from ohai plugin when ohai not installedChris St. Pierre2011-07-151-1/+0
* made ohai plugin fail gracefully on machines without ohai installedChris St. Pierre2011-07-111-2/+12
* Enhanced bcfg2-admin viz to allow output to be limited to one client.Mike McCallister2011-07-051-12/+29
* Statistics: Abort if "sensitive" files are pulledHolger Weiß2011-06-301-1/+3
* New database field: "is_sensitive"Holger Weiß2011-06-291-2/+3
* New Info attribute: "sensitive"Holger Weiß2011-06-291-2/+4
* Merge branch 'master' of git.mcs.anl.gov:bcfg2Narayan Desai2011-06-228-62/+147
|\