summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid reporting Genshi bundles as missingMike McCallister2011-10-151-1/+2
* improve error logging during LDAP query processingTorsten Rehn2011-10-131-7/+14
* fixed inclusion of group packagesChris St. Pierre2011-10-122-4/+12
* Cfg: Add support for .cheetah filesJoe Digilio2011-10-121-1/+30
* only cache packages from a package set, not unknownsChris St. Pierre2011-10-121-5/+7
* Cfg: Use two-digit group prioritiesSol Jerome2011-10-111-1/+1
* fixed variable name typoChris St. Pierre2011-10-101-3/+3
* don't cache collections by hostname; this could lead to bad data if a host ch...Chris St. Pierre2011-10-072-30/+17
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-079-1328/+2145
* 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