e8a4edee6a
* use ram instaed of loop device for unittests
2008-02-17 16:37:44 +00:00
22eaddc496
* floppy disks are now unsupported
...
* ram disks are supported
2008-02-17 16:36:43 +00:00
5aba14b469
* device list as explicit list
2008-02-17 16:25:03 +00:00
085a0daa95
* reduced size for test partitions
2008-02-17 14:22:33 +00:00
b5374d1088
* added log message
2008-01-31 10:17:49 +00:00
6c769299fc
make template plugin invisible by default - it can still be configured through the plugin_manager ...
2008-01-31 00:39:03 +00:00
689ccc7e0c
accept spaces in container names
...
handle non-existent event plugin directory gracefully
2008-01-30 10:01:25 +00:00
d08dbb1957
adapt partition plugin to the new blockdevice interface
2008-01-30 09:58:15 +00:00
cbb499e7e3
skip unreadable blockdevices (e.g. partitionable devices)
2008-01-28 21:41:55 +00:00
61ad765be6
* added new logo to webfrontend
...
* optimized & renamed ascii art stylesheet
2008-01-16 12:19:41 +00:00
d28e81646d
* help for preferences
2008-01-16 12:12:58 +00:00
e98b0e4183
* new loge & name in webfrontend
...
* flush \t
2008-01-15 22:46:00 +00:00
d7c5b5ead5
removed two TODOs
2008-01-15 10:57:17 +00:00
636973af95
fix ambigious file open flag - previously it could be interpreted as a read-only access
2008-01-15 01:59:00 +00:00
6f05e1d091
* reverted changes [996] and [998] for good old logfile download
2008-01-15 00:14:19 +00:00
8aa7eaf225
more verbose error reporting for non-writeable pid file
2008-01-14 23:54:02 +00:00
1537f0f2ec
remove bashism
2008-01-14 22:48:20 +00:00
98ffdfbb27
smily was in css only, now the file is available, too
2008-01-14 22:42:54 +00:00
8eaeb76e1c
* different default name (without whitespace)
...
* more languages enabled per default
2008-01-14 22:16:12 +00:00
7506a3c454
update...dir works fine now
2008-01-14 22:14:50 +00:00
9f23dbddfd
finally fixed the size properly
2008-01-14 22:11:03 +00:00
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
640cfd1b3f
fixed typo
2008-01-14 21:48:45 +00:00
f50f5b69d0
adapt "disks" plugin to new object structure of "blockdevice""
2008-01-14 21:05:29 +00:00
ecf056709e
CryptoBoxRootActions
...
* improve structure
* allow to distinguish betweeen "execution return failure" and "program does not exist"
2008-01-14 21:04:02 +00:00
0eccca7d22
use short device name for tests
...
update order and content of default test block devices
2008-01-14 20:48:23 +00:00
4c634d3f9a
remember if lvm is not installed
2008-01-14 20:46:42 +00:00
f239a27169
handle invalid plugins patiently
2008-01-14 20:45:14 +00:00
6ca9c5d19a
fix invalid argument type
2008-01-14 20:43:39 +00:00
66cf3a013e
* sed in the webdav event script now works
...
* share names must not have any whitespaces
2008-01-09 00:29:41 +00:00
2c77ef5ef5
* new logo drafts
2007-12-14 22:45:44 +00:00
bacd63be6c
fixed the lang.sort fix
2007-11-25 09:21:03 +00:00
007137d6a9
fixes language sort problem, for just one language
2007-11-20 11:58:58 +00:00
8817ede76a
unittest of 'disk' plugin fixed
2007-09-15 19:48:31 +00:00
524555c8e8
change MAC retrieval to use ifconfig ('ip' would be an additional dependency)
2007-09-15 16:41:41 +00:00
a695d37b8c
do not ignore used loop devices (size > 0)
...
fixed tests.cryptobox.py
2007-09-12 22:35:23 +00:00
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
4a4778d876
improve handling of python versions for debian
...
upload release cryptobox-server v0.3.4.5
upload source file of cryptobox-server v0.3.4.4
2007-09-03 21:18:21 +00:00
f9da813bd9
typo fixed: reported by Gilles Accad
2007-08-22 16:46:36 +00:00
397cf128d2
synchronized changelog and README
2007-08-22 16:37:53 +00:00
247b188aec
* network plugin displays mac address
2007-08-21 22:12:23 +00:00
e6965127e8
* fixed typo
...
* new balck/green ascii theme (the nerdy one)
2007-08-21 09:02:10 +00:00
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
3224d59dfe
change identation from tabs to spaces
2007-08-18 00:45:12 +00:00
c8e28f5241
improved log messages
...
skip label detection for luks devices
finished change to new blockdevice handling
2007-08-18 00:19:32 +00:00
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
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
53e09ff825
new approach for blockdevice detection and handling
2007-08-14 12:44:53 +00:00
cbfddddeb2
* network plugin supports dhcp
2007-08-14 02:12:59 +00:00
c33ae31267
* added ntfs write support via fuse (ntfs-3g)
...
* manually downloaded ntfs-3g package for dfsbuild
2007-08-13 22:35:16 +00:00