last preparations for v0.3 release

This commit is contained in:
lars 2006-12-15 13:47:19 +00:00
parent 4e6bfbf480
commit 94dd631fa9
10 changed files with 24 additions and 16 deletions

2
README
View file

@ -76,7 +76,7 @@ not get compromised.
a) Start at bootup a) Start at bootup
Set NO_START in /etc/default/cryptobox-server to "0". Set NO_START in /etc/default/cryptobox-server to "0".
The CryptoBox webserver will get started by its runlevel control script The CryptoBox webserver will get started by its runlevel control script
after during booting. after bootup.
b) Define managed devices b) Define managed devices
You may restrict which blockdevices should be accessible to the CryptoBox. You may restrict which blockdevices should be accessible to the CryptoBox.

View file

@ -28,13 +28,13 @@ There are two ways for setting up a SSL connection:
2) CryptoBox behind stunnel 2) CryptoBox behind stunnel
You may want to tunnenl the traffic between the cryptobox-server You may want to tunnel the traffic between the cryptobox-server
and your browser. "stunnel" is an excellent candidate for this job. and your browser. "stunnel" is an excellent candidate for this job.
If you do not have an ssl certificate yet, then you should create If you do not have an ssl certificate yet, then you should create
one first. On Debian: "apt-get install ssl-cert" and run the following one first. On Debian: "apt-get install ssl-cert" and run the following
command (replace the <NAMES>; a default CERT_CONF is shipped with the cryptobox-server command (replace the <NAMES>; a default CERT_CONF is shipped with the
package): cryptobox-server package):
make-ssl-cert <CERT_CONF> <CERT_FILE_NAME> make-ssl-cert <CERT_CONF> <CERT_FILE_NAME>

View file

@ -1,5 +1,5 @@
Version 0.3 - 02/15/02007 Version 0.3 - 02/15/02007
* completely new interface * new interface
* manage multiple disks * manage multiple disks
* support custom partitioning * support custom partitioning
* support plaintext partitions * support plaintext partitions
@ -7,11 +7,7 @@ Version 0.3 - 02/15/02007
* allow to set time and date * allow to set time and date
* change of encryption passphrase without data losses * change of encryption passphrase without data losses
* support for pluggable features * support for pluggable features
* new kernel: 2.6.18 * seperated cryptobox-server package
* bugfix: add /dev/hdd to device scan
* support for usb, scsi and firewire cdrom drive
* seperated cryptobox-server package available
* french translation added (thanks to 'rike')
Version 0.2.1 - 10/22/02005 Version 0.2.1 - 10/22/02005
* fixed a critical bug in the initialisation process * fixed a critical bug in the initialisation process

View file

@ -12,8 +12,8 @@ UseConfigPartition = 0
DefaultVolumePrefix = "Disk " DefaultVolumePrefix = "Disk "
# which cipher should cryptsetup-luks use? # which cipher should cryptsetup-luks use?
#TODO: uml does not support this module - DefaultCipher = aes-cbc-essiv:sha256 # if you lack the appropriate kernel modules, then you could try "aes-plain" - but it is less secure
DefaultCipher = aes-plain DefaultCipher = aes-cbc-essiv:sha256
# label of the configuration partition (you should never change this) # label of the configuration partition (you should never change this)
ConfigVolumeLabel = cbox_config ConfigVolumeLabel = cbox_config

View file

@ -9,8 +9,8 @@ Set 'NO_START' to "0" if the CryptoBox should start at every bootup.
Set the port on which the cryptobox-server should listen. Set the port on which the cryptobox-server should listen.
2) Define [Main]->AllowedDevices according to the devices that you want to 2) Define [Main]->AllowedDevices according to the devices that you want to
publish via the cryptobox webinterface. Be careful this drives may be publish via the cryptobox webinterface. Be careful: the data on these drives
overwritten by front-end users! can be overwritten by front-end users!
3) Choose a list of plugins to disable in [Main]->DisabledPlugins. 3) Choose a list of plugins to disable in [Main]->DisabledPlugins.

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
cryptobox (0.3.0-1) unstable; urgency=low
* first release of the CryptoBox as a seperate package
-- Lars Kruse <devel@sumpfralle.de> Fri, 15 Dec 2006 14:37:07 +0100
cryptobox (0.2.59-1) unstable; urgency=low
* remove leading white lines to improve standard complicance of html
-- Lars Kruse <devel@sumpfralle.de> Thu, 14 Dec 2006 14:19:12 +0100
cryptobox (0.2.58-1) unstable; urgency=low cryptobox (0.2.58-1) unstable; urgency=low
* fixed small layout bug * fixed small layout bug

View file

@ -10,5 +10,5 @@ __all__ = ['core', 'web', 'plugins', 'tests']
__revision__ = "$Id$" __revision__ = "$Id$"
__version__ = "0.2.58" __version__ = "0.3.0"

View file

@ -12,7 +12,7 @@ Text {
EnterSamePassword = Repeat new password EnterSamePassword = Repeat new password
RedirectNote = Click here if your browser does not support automatic redirection. RedirectNote = Click here if your browser does not support automatic redirection.
ProjectHomePage = Website of project ProjectHomePage = Website of project
ProjectNote = The CryptoBox is a project by ProjectNote = The CryptoBox is a project of
ContainerName = Volume's name ContainerName = Volume's name
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB