Commit graph

  • abacb36dbe added french translation (made by 'rike') to pythonrewrite branch lars 2006-10-30 22:00:46 +0000
  • 1f265c78c0 fixed: change-password form was visible for plaintext volumes lars 2006-10-28 17:01:56 +0000
  • b39f5ad7f8 added symbolic link to enable slovenian language (fixes unittest) lars 2006-10-26 12:33:25 +0000
  • d1d2e1edd5 base unittest class for the web interface added unittests for builtin pages seperated from plugin unittests plugin unittest framework added lars 2006-10-26 12:32:44 +0000
  • a2043742e0 added MEMSIZE option to uml-setup.sh changed default cipher to plain aes without essiv (otherwise it does not work with the uml-kernel) lars 2006-10-26 12:30:44 +0000
  • 0d41663ec3 fixed language selection bug added unittest to CryptoBoxPlugin lars 2006-10-26 12:28:50 +0000
  • 10c52fb51c added "title" tag to form header macro lars 2006-10-26 12:26:52 +0000
  • 1dc0da0382 unittests added to some plugins added "name" tag to all form elements lars 2006-10-26 12:25:12 +0000
  • 0a8fc07556 twill experiments age 2006-10-25 10:03:06 +0000
  • 1ff4bd59fb minor language fix svn property of check_language fixed lars 2006-10-11 15:52:10 +0000
  • 491d16899f plugin configuration file added setting "NameDatabase" replaced by "SettingsDir" storing of local settings implemented (CryptoBoxSettings.write()) lars 2006-10-11 15:51:28 +0000
  • 11c2873934 moved "Rank" attribute from language file to plugin code added plugin "plugin_manager" added plugin "user_manager" lars 2006-10-11 15:50:24 +0000
  • ee82f91a64 check "enabled" state of plugin before display removed obsolete forms: 'form_init', 'form_init_partition', 'form_mount', 'form_umount' and 'form_config' lars 2006-10-11 15:50:07 +0000
  • 9321677078 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) lars 2006-10-09 16:44:35 +0000
  • ca13aebdc8 new plugins: 'format_fs', 'volume_mount', 'volume_props', 'shutdown' and 'volume_details' new plugin attribute: "requestAuth" lars 2006-10-09 16:43:14 +0000
  • 0e8a5daa73 'show_volume' splitted into different pages '/plugins' shows only plugins with 'system' capability development draft for volume sub-page links "access_denied" page added lars 2006-10-09 16:42:40 +0000
  • 5fd04cf350 moved warning and success messages to lower right corner of screen added tabbed design for volume plugins (first draft) lars 2006-10-09 16:41:57 +0000
  • cbf0d0df06 removed some obsolete language values added "AccessDenied" lars 2006-10-09 16:41:43 +0000
  • 562db0cda8 "tabindex" attribute defined in all important templates lars 2006-09-27 12:20:54 +0000
  • 3b0e787d2f moved plugin-specific css definitions to the appropriate plugin cleaned up the error handling of WebInterfaceSites lars 2006-09-26 08:39:43 +0000
  • c95ba55f25 stylesheet files added to 'partition' and 'log' plugin lars 2006-09-26 08:38:45 +0000
  • 90efd72b8b removed setting "DocLanguage" (replaced by general "Language") plugins are now classes inherited from CryptoBoxPlugin language detection added (via request header "Accept-Language") lars 2006-09-25 12:22:41 +0000
  • 56e954d1c4 plugin interface changed: now we use classes (inherited by CryptoBoxPlugin) instead of plain scripts added some log entries use threading module instead of "fork" for background formatting redirection for "network" plugin fixed empty return value of plugins defaults to plugin overview page lars 2006-09-25 12:21:39 +0000
  • 52ccaeb530 replaced the old bash script for translation checks by a better (and longer) python script lars 2006-09-25 12:20:02 +0000
  • e238cbd17e "Data.TemplateFile" changed to "Settings.TemplateFile" redirection header fixed "Settings.DocLang" replaced by "Settings.Language" "Lang.Plugins" moved to "Settings.PluginList" lars 2006-09-25 12:19:12 +0000
  • b061bb4793 language file specification changed: content is at top level and will get moved below "Lang" later lars 2006-09-25 12:18:25 +0000
  • 2d8d4bdd2e fixed stylesheet for the "log" plugin lars 2006-09-25 12:17:50 +0000
  • 3cc64e84f3 add (possible) config partition to 'partition' plugin lars 2006-09-20 10:40:37 +0000
  • 1c8db28989 added gray disc icon for unitialized volumes simple partitioning interface finished order in navigation bar changed ignore extended partitions (in container list) lars 2006-09-18 10:16:05 +0000
  • 665d18bdbd age 2006-09-14 18:21:55 +0000
  • 35737da625 test fixed lars 2006-09-14 15:55:55 +0000
  • de3280806f language namespace for plugins separated plugin interface changed ("prepareForm" removed) plugins do not raise exceptions anymore first part of the partitioning plugin device-specific stuff moved to CryptoBoxTools lars 2006-09-14 12:33:01 +0000
  • f2a7ceb61c favicon age 2006-09-14 08:35:53 +0000
  • f99e155b8c python directory renamed to former perl directory comment on RFC lars 2006-09-13 11:10:38 +0000
  • e80b8874ff implemented root actions for plugins finished network and date plugins renamed old 'bin' direcory lars 2006-09-13 10:38:05 +0000
  • 2b4180a83b *test.py restored age 2006-09-13 09:32:54 +0000
  • dba8ca79fd plugin interface implemented example plugins added: date and network moved "logs" to plugins lars 2006-09-12 08:55:20 +0000
  • 5af79f90b6 twill unittests are finally working age 2006-09-09 16:18:50 +0000
  • 88fc900cc5 moved configuration handling to CryptoBoxSettings added configuration validation updated unittests.CryptoBox for new configuration validation lars 2006-09-08 11:02:27 +0000
  • 0aa1f9f74b german language file updated WebInterfaceDataset replaces CryptoBoxWebserverSettings WebInterfaceSites replaces CryptoBoxWebserverSites input validation rewritten clearsiler macro 'print_form_header' now expects the 'action' as a parameter lars 2006-09-07 11:21:56 +0000
  • 0835144ad1 some comments and changes for the previous commit lars 2006-09-06 13:13:17 +0000
  • 7f9c736116 * removed hardcoded doclangs * truly removed '?action' * some RFC comments age 2006-09-06 07:14:27 +0000
  • 528652afcb minor language fixes one unittest fixed settings for webserver improved somme RFCs and TODOs added lars 2006-09-05 15:03:16 +0000
  • 9ef218872a * added damn notworking twill tests age 2006-09-05 00:15:43 +0000
  • fccfba66d7 * forgot to add Exceptions * webserver conf in a file age 2006-09-04 06:02:53 +0000
  • baafed8f38 improve language handling and url-parameter sanitizing age 2006-09-01 23:04:17 +0000
  • f4bf1c7a34 +merged some config changes @[l] please also check the webserver if you change the config +moved language checkers +changed input sanitizing age 2006-08-30 19:56:37 +0000
  • f450e116a7 Lars' poland path #2 age 2006-08-27 08:38:48 +0000
  • 175cb831ad Lars' poland patch #1 debian rules age 2006-08-27 08:33:34 +0000
  • 3fd2064439 output of log action fixed added some RFCs added some unittests for CryptoBox config handling lars 2006-08-25 07:37:52 +0000
  • 3b97f675bf now checks url params adapted templates renderer checks for sources age 2006-08-24 14:41:11 +0000
  • 414a6c6e60 action removed age 2006-08-24 09:02:10 +0000
  • 550d0fb5e2 "link" macro updated to new url naming scheme lars 2006-08-24 08:40:40 +0000
  • 1362f79df4 german language file converted into utf-8 lars 2006-08-24 08:37:59 +0000
  • 89e06ff669 logfile is accessable via web age 2006-08-24 08:13:56 +0000
  • 707fb71476 logging cleaned up unified errorExit function instead of explicite sys.exit calls add config_file argument to CryptoBoxProps add getCapacity method to CryptoBoxContainer removed "classes.txt" lars 2006-08-24 07:36:47 +0000
  • bb16749b81 forgot to commti these changes age 2006-08-24 05:57:59 +0000
  • 697d5f9b0c webserver, sites and settings splitted included some new functions from the perl file the clearsilver templates have to be modified next age 2006-08-24 00:06:19 +0000
  • 2fec1260c5 stupid exception age 2006-08-23 18:19:37 +0000
  • 4f053af83a try if super is installed age 2006-08-23 16:44:14 +0000
  • 84028f4a92 added python version checks added startup test to CryptoBox integrate CryptoBoxRootActions into CryptoBox (see example-super.tab for details) implemented "mount" and "umount" in CryptoBoxRootActions adapted CryptoBoxRootActions checks to 'super' lars 2006-08-23 13:27:25 +0000
  • accbb7c515 more loglevel output age 2006-08-22 08:00:32 +0000
  • f95f33ba71 transition to "logging" instead of "CryptoBoxLogger" finished names of cryptobox.conf settings changed cryptsetup interface for CryptoBoxRootActions implemented lars 2006-08-22 06:55:07 +0000
  • 12868beb21 separated unittest age 2006-08-22 04:29:53 +0000
  • 04c2719c8e CryptoBoxLogger is obsolete; removed some RFCs we discussed via jabber age 2006-08-21 10:10:40 +0000
  • 76ec1ee0ca fixed a problem in CryptoBox config reading introduced "coding_guidelines.txt" for a consistent coding feeling :) added CryptoBoxRootActions for future privilege separation lars 2006-08-21 08:09:05 +0000
  • b951efdd9c privilege dropping replaced by a separate python script for root actions syslog support added moved program locations to config file removed obsolete CryptoBoxPreferences added some requests for comments (RFC) lars 2006-08-21 07:41:03 +0000
  • 975b2bb14a prefs is inheretable age 2006-08-20 18:23:35 +0000
  • c14d5cfbd7 inheritance part2 age 2006-08-20 16:33:52 +0000
  • 447958e685 sorry wrong svn resolved usage by me age 2006-08-20 08:27:03 +0000
  • eaed2ffb9d logserverice initialised, fixed typos age 2006-08-20 08:16:45 +0000
  • 4bcd42d615 further work on the new cherrypy driven web interface. clicking onhelp already works ;) we have to decide whether we want to seperate that monstrous contitional statement in cryptobox.pl into seperate functions. phear 2006-08-18 21:45:40 +0000
  • 64acd36411 random names for temporary files in test class phear 2006-08-18 20:09:00 +0000
  • a0ce824eb2 added unittest for CryptoBoxLogger and CryptoBoxProps fixed bug in devicename check minor improvements lars 2006-08-18 14:00:49 +0000
  • 07a63dbd9c use ConfigObj for config file management implement privilege dropping test script added lars 2006-08-17 10:38:05 +0000
  • 7443b4684e class CryptoBoxContainer finished lars 2006-08-16 18:17:16 +0000
  • c6ef2a3eb4 cherrypy age 2006-08-16 12:52:23 +0000
  • 9cab568312 cleaned up; used happdoc age 2006-08-16 11:07:57 +0000
  • c473798003 replacing bash age 2006-08-16 07:17:44 +0000
  • e0ec6cb9a4 init python rewrite age 2006-08-14 15:40:12 +0000
  • d0029c26c7 merged the luks branch with the main branch (r326-329) lars 2005-10-28 07:33:21 +0000
  • 734b2a3731 README and CHANGELOG linked is_init_running fixed lars 2005-10-26 21:09:50 +0000
  • eaa06602ee migrated to cryptsetup-luks list of packages reduced more dfsbuild-probe devices: sda sdb sdc sdd GPL added to all scripts check_smb_idle.sh is temporarily disabled for now initial_checks removed lars 2005-10-26 20:56:47 +0000
  • 8d1c3aa9c4 migrate to luks -- diese und die folgenden Zeilen werden ignoriert -- lars 2005-10-26 01:02:57 +0000
  • e45dfa2ed8 v0.2.1 released lars 2005-10-24 10:19:17 +0000
  • 31dd718abb some necessary release changes age 2005-10-21 18:19:35 +0000
  • 074d031db5 cb-manage is cbox-manage age 2005-10-21 14:31:46 +0000
  • 4361148abe semikolon added error handling of get_harddisk changed lars 2005-10-21 10:07:01 +0000
  • 11d58745d4 *delete hash & cipher configentry age 2005-10-21 09:44:05 +0000
  • 10c5b1082a *built new kernel *new "get_available_disks" feature *some backports in 0.2.1 age 2005-10-21 09:28:54 +0000
  • 815da956f6 * scan-device list enhanced * minor changes in cb-boot services * cbox-manage interrupts without a harddisk age 2005-10-20 12:11:32 +0000
  • e86f631050 CHANGELOG added lars 2005-10-19 09:49:20 +0000
  • 0c0943f9d8 protect the grub interface by an invalid password hash update version in dfs-cbox.conf add dfs-cbox.conf to release-policy lars 2005-10-19 06:51:27 +0000
  • c9f78a5edd executable flag of cb-hint-init-script fixed update of README lars 2005-10-17 19:23:46 +0000
  • 7260c63d86 added all non-code changes between r281 and r300 to the new release candidate lars 2005-10-17 14:36:12 +0000
  • 3cad3c5ae8 prepare new release 0.2.1 lars 2005-10-17 11:59:08 +0000
  • 3b5a729834 unused branch removed hints updated codecoop redirection added lars 2005-10-05 22:26:49 +0000
  • a6c10f516b further development lars 2005-09-23 00:55:48 +0000
  • 0b8449c48d new directory layout (trunk, tags and branches) lars 2005-07-21 09:35:28 +0000