unittests for CryptoBoxTools

mount/umount moved to separate volume plugins
volume name change moved to 'volume_props' plugin
webinterface for password change (luks) added
attribute "pluginCapabilities" added to plugins
attribute "requestAuth" added to plugins
http authentication implemented (for now: static user database)
This commit is contained in:
lars 2006-10-09 16:44:35 +00:00
parent ca13aebdc8
commit 9321677078
9 changed files with 226 additions and 216 deletions

View file

@ -87,5 +87,7 @@ class WebInterfaceDataset(dict):
self[entryName] = p.getName()
self[entryName + ".Rank"] = lang_data.getValue("Rank", "100")
self[entryName + ".Link"] = lang_data.getValue("Link", p.getName())
for a in p.pluginCapabilities:
self[entryName + ".Types." + a] = "1"