summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/POSIXCompat.py
Commit message (Collapse)AuthorAgeFilesLines
* do not create data directories for plugins that don't need themChris St. Pierre2013-06-131-0/+2
|
* skip Compat plugins for anything >= 1.3.0, not >Chris St. Pierre2013-03-271-1/+1
|
* POSIXCompat: only translate to old-style entries for older clientsChris St. Pierre2013-03-041-0/+5
|
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIXCompat: Revive compatibility plugin for POSIXSol Jerome2012-10-151-0/+22
This plugin adds back the perms attribute for older client compatibility. Can be removed in a future release. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>