Commit Graph

106 Commits

Author SHA1 Message Date
frisco 615073e02c Changes to use unit tests in non-User Mode Linux environment; merged cryptobox.conf into
cryptobox-unittests.conf
2009-05-11 10:02:49 +00:00
frisco f2d88519b0 Possible fix for one unit test 2009-02-28 07:27:02 +00:00
lars 4301427e26 CryptoNAS config validation:
* adapt to changes in configobj (v4.3.2 -> v4.5.2) - Closes #218
* workaround a misbehaviour of configobj for lists with only one item - Closes: #219
2009-01-07 03:34:48 +00:00
lars 54d69c506e CryptoNAS default configuration:
* fixed broken default values (reported by Stefan)
2009-01-07 00:47:39 +00:00
lars 0541981452 fix the 'test_allowed_devices' unittest 2008-07-17 19:54:06 +00:00
lars 3e79c98545 fixed two unittests 2008-07-17 18:10:48 +00:00
lars 87289af11a fix remaining issue of cryptsetup v1.0.5 (continues r1102) 2008-07-09 23:49:08 +00:00
age 916b4bebce * fixed typo 2008-04-19 08:44:53 +00:00
age 9fa6376672 * cryptsetup demands running with uid=0 since v1.0.5 2008-04-07 10:42:37 +00:00
lars 81e5a2e8fd for self-test: handle TypeErrors nicely 2008-04-07 02:57:33 +00:00
lars b0d2a2deae fix call of test function 2008-02-18 19:28:19 +00:00
age 35bed3b4e6 * fixed network unittests
* disabled unfinished blockdevice test
2008-02-18 11:01:44 +00:00
lars eaf37a872a add "is_parent_of" function to blockdevice module
improve pre-defined exceptions
improve few failure behaviours
2008-02-17 18:10:38 +00:00
lars b1c733cd52 update blockdevice unittests to new blockdevice module
use ramX instead of loopX
2008-02-17 18:08:26 +00:00
age e8a4edee6a * use ram instaed of loop device for unittests 2008-02-17 16:37:44 +00:00
age 22eaddc496 * floppy disks are now unsupported
* ram disks are supported
2008-02-17 16:36:43 +00:00
age 5aba14b469 * device list as explicit list 2008-02-17 16:25:03 +00:00
age 085a0daa95 * reduced size for test partitions 2008-02-17 14:22:33 +00:00
age b5374d1088 * added log message 2008-01-31 10:17:49 +00:00
lars 689ccc7e0c accept spaces in container names
handle non-existent event plugin directory gracefully
2008-01-30 10:01:25 +00:00
lars cbb499e7e3 skip unreadable blockdevices (e.g. partitionable devices) 2008-01-28 21:41:55 +00:00
age 6f05e1d091 * reverted changes [996] and [998] for good old logfile download 2008-01-15 00:14:19 +00:00
lars 9f23dbddfd finally fixed the size properly 2008-01-14 22:11:03 +00:00
lars 9bf82f30dc prolong lifetime of blockdevice cache to 120 seconds
fix blockdevice size calculation
respect "empty_cache" setting during blockdevice reset
2008-01-14 22:03:17 +00:00
lars 0eccca7d22 use short device name for tests
update order and content of default test block devices
2008-01-14 20:48:23 +00:00
lars 4c634d3f9a remember if lvm is not installed 2008-01-14 20:46:42 +00:00
lars f239a27169 handle invalid plugins patiently 2008-01-14 20:45:14 +00:00
lars 6ca9c5d19a fix invalid argument type 2008-01-14 20:43:39 +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 bacd63be6c fixed the lang.sort fix 2007-11-25 09:21:03 +00:00
age 007137d6a9 fixes language sort problem, for just one language 2007-11-20 11:58:58 +00:00
lars 8817ede76a unittest of 'disk' plugin fixed 2007-09-15 19:48:31 +00:00
lars a695d37b8c do not ignore used loop devices (size > 0)
fixed tests.cryptobox.py
2007-09-12 22:35:23 +00:00
lars 9c649312d0 adapt partition plugin to the new blockdevice implementation
reduce minimum storage block size from 20 to 10 (the config partition is small)
2007-09-11 10:22:48 +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
lars 53e09ff825 new approach for blockdevice detection and handling 2007-08-14 12:44:53 +00:00
age 56584aef69 * filesystem determination works with encrypted containers 2007-08-12 09:35:26 +00:00
age d5c630393a * better checks
* moved expose code to plugin
 * download-buttons are not working as expected atm (needs change in plugin download mechanism)
2007-07-31 09:59:16 +00:00
age 91f54ffa66 * logs plugin prepares download button for syslogfile, activate in configfile 2007-07-30 23:56:40 +00:00
lars 8a0fb060e2 merged some changes of the new release v0.3.4.4 into trunk
clarified the release policy
partly reverted r959
2007-05-25 08:26:38 +00:00
lars 72139f9bd4 renamed "ee" (country code of Estonia) to "et" (language code of Eesti)
fixed some po file header tags
2007-03-29 21:17:01 +00:00
lars 7c2709e643 fixed svn:keyword tag 'Id' in various python files 2007-03-21 18:35:31 +00:00
age d4fe2145e4 * not sure what TODO here 2007-03-06 10:04:17 +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