Commit Graph

28 Commits

Author SHA1 Message Date
lars 87289af11a fix remaining issue of cryptsetup v1.0.5 (continues r1102) 2008-07-09 23:49:08 +00:00
age 9fa6376672 * cryptsetup demands running with uid=0 since v1.0.5 2008-04-07 10:42:37 +00:00
lars 689ccc7e0c accept spaces in container names
handle non-existent event plugin directory gracefully
2008-01-30 10:01:25 +00:00
age 66cf3a013e * sed in the webdav event script now works
* share names must not have any whitespaces
2008-01-09 00:29:41 +00:00
age e6965127e8 * fixed typo
* new balck/green ascii theme (the nerdy one)
2007-08-21 09:02:10 +00:00
lars 1270b00a5f removed dependency on /dev/mapper location from container.py
replaced some functions in container.py with their new blockdevice.py counterparts
move "type_id" detection from container.py to blockdevice.py
reduce calls of "reset" for blockdevices
2007-08-20 11:21:56 +00:00
lars 3224d59dfe change identation from tabs to spaces 2007-08-18 00:45:12 +00:00
lars c8e28f5241 improved log messages
skip label detection for luks devices
finished change to new blockdevice handling
2007-08-18 00:19:32 +00:00
lars 35a6570a52 improved implementation of blockdevice cache
added UUID detection for blockdevices
changed interface of cryptobox.core.container and cryptobox.core.main for new blockdevice detection
 * beware: the change is not finished - the cryptobox is not working properly for now
2007-08-17 11:25:51 +00:00
lars b72310097c changed the interface of CryptoBoxRootActions: "allowedProgs" are now prefixed with the parameter "program"
added allowedProg "pvdisplay" to CryptoBoxRootActions to allow LVM detection
improved blockdevice handling: caching and detection of lvm, luks and raid
2007-08-16 16:13:04 +00:00
age 56584aef69 * filesystem determination works with encrypted containers 2007-08-12 09:35:26 +00:00
lars 7c2709e643 fixed svn:keyword tag 'Id' in various python files 2007-03-21 18:35:31 +00:00
age ba0c164e94 plugin volume_details shows filesystem 2007-03-03 00:51:35 +00:00
age e10e86e511 * added some (all tested) filesystems for mounting
* ntfs is read-only
  * we could use ntfs-3g, which works fine for writing but is not used automatically by mount
2007-03-02 19:49:16 +00:00
age bdba5dd4f5 * xfs mounting works, too 2007-03-02 00:46:19 +00:00
age 6266c1f124 * added help content for disk overview
* legend for disk icons
 * larger disk icons
2007-02-25 01:01:33 +00:00
lars ef20189851 fixed bug in plugin_manager (missing name of submit button)
cleaned up the base plugin code
2007-01-26 23:23:24 +00:00
lars 0c129de015 added "is_writeable" method to cryptobox.core.container
changed the log level of some messages
added early "not writeable" warnings to "volume_format_fs" and "partition" plugins
disable "encrypted_webinterface" by default (for cryptobox-server)
2007-01-26 21:53:24 +00:00
lars b4f6312fb2 spelling fixed 2007-01-08 05:01:29 +00:00
lars 9ec9475015 better permission handling of startup script
minor bugfixes
update of CryptoBoxWebserver manpage
2006-12-19 14:02:30 +00:00
lars 3e1bfda98e added some exception catching for writing setting files
added help texts for all plugins
fixed 'encryption status' bug in 'volume_details'
improved rendering of 'volume_properties' and 'user_manager'
chmod root directory of mounted volumes to 0777 to avoid later permission problems for samba or WebDAV
2006-12-13 10:01:58 +00:00
lars 108acd0e8a 'log' plugin: show warning if no log file is used
moved log file reading from cryptobox/core/main to 'log' plugin
added unittests for volume_mount, volume_format_fs and volume_rename
replace "get help" links with a "help mode" displaying information for every form
added first drafts of help texts for volume_mount, volume_format and partition
replaced the word 'container' with 'volume' in english texts
2006-12-12 13:34:05 +00:00
lars 77324ae946 added minor parts of slovene translation
fixed samba integration script
added syslog support
replaced 'pattern' with 'level' for 'logs' plugin
improved fetch_po_files script
improved output of log plugin
recursively storing setting files fixed
umask set to 022
defining bootup and shutdown handler for the server
implementing volume_automount mounting
simplified the output preperation of the partition plugin
"busy" flag handling moved from core/container to core/main
2006-12-11 14:16:10 +00:00
lars f6ddb82f4c fixed wrong redirection after reboot (causing reboot loop)
clarified interpretation of blkid output
added missing success message to volume_format_fs
execute formatting in the background
mark busy devices as such
fixed a small bug in CryptoBoxRootActions
2006-12-06 16:25:52 +00:00
lars fe69eb38ae changed coding style according to pylint 2006-12-05 12:24:47 +00:00
lars f5be96ec9c updated translation 2006-11-30 14:50:28 +00:00
lars 3490be26ef mark created mountpoints to remove them safely afterwards 2006-11-24 11:02:02 +00:00
lars 7741c87fb8 moved some more stuff around 2006-11-23 20:52:30 +00:00
Renamed from src/core/container.py (Browse further)