Commit Graph

359 Commits

Author SHA1 Message Date
Sebastian Messmer
1d7daf68e2 When installing .deb files, it will automatically add the software source for automatic updates. When uninstalling, the software source will be removed with it. 2015-12-17 19:48:56 +01:00
Sebastian Messmer
4dc3621360 Update dependencies 2015-12-16 01:51:06 +01:00
Sebastian Messmer
5319859700 Adapt to new blobstore which supports blobs >4GB 2015-12-11 00:27:26 +01:00
Sebastian Messmer
0959971b93 Adapt to new fspp interface 2015-12-07 12:14:06 +01:00
Sebastian Messmer
d26f218f2e Add recommends-dependency of debian packages to fuse. The fuse package is needed to install fusermount. On Ubuntu, it is installed automatically with libfuse2, but not on debian. 2015-11-28 09:47:04 +01:00
Sebastian Messmer
f8260ce45f Make CallAfterTimeoutTest less flaky 2015-11-27 22:27:20 +01:00
Sebastian Messmer
21059bc0fb Improve travis build 2015-11-27 18:37:34 +01:00
Sebastian Messmer
9777ac483f Fix building packages on travis 2015-11-27 18:05:16 +01:00
Sebastian Messmer
6786508148 Make classes final if they're not meant to be derived from 2015-11-27 14:06:17 +01:00
Sebastian Messmer
347e3584ee Make CallAfterTimeoutTest less flaky 2015-11-26 16:40:45 +01:00
Sebastian Messmer
ee89bb7ffb Add larger margins to CallAfterTimeoutTest 2015-11-25 22:43:13 +01:00
Sebastian Messmer
0bf06ac7ed Update biicode block ref 2015-11-25 16:47:25 +01:00
Sebastian Messmer
4a2bdd1dd1 Update dependencies 2015-11-25 16:47:15 +01:00
Sebastian Messmer
7af0bf8056 ChangeLog and TODOs 2015-11-25 15:46:44 +01:00
Sebastian Messmer
02a1ba932c Update biicode block ref 2015-11-24 21:53:38 +01:00
Sebastian Messmer
32cc986bf2 Use automatic dependency recognition when creating .deb packages 2015-11-24 21:50:40 +01:00
Sebastian Messmer
b9ce3896b8 Use gcc 4.8 on travis to ensure compatibility 2015-11-24 15:16:39 +01:00
Sebastian Messmer
7b06b9e180 Add new gcc compatibility to README 2015-11-24 15:13:02 +01:00
Sebastian Messmer
f5bf8a22f5 ChangeLog 2015-11-24 14:43:20 +01:00
Sebastian Messmer
529b888048 Code is compatible with gcc 4.8 2015-11-24 14:42:20 +01:00
Sebastian Messmer
ef2ee74884 Fix .deb dependency list 2015-11-24 12:58:08 +01:00
Sebastian Messmer
7c369c5a76 Add libfuse and libcurl dependency to debian packages 2015-11-24 10:13:46 +01:00
Sebastian Messmer
818bb17c65 Update dependencies 2015-11-24 08:42:03 +01:00
Sebastian Messmer
7126826eeb Add a maximal timeout for version update checking 2015-11-24 08:24:37 +01:00
Sebastian Messmer
7664c3de8b TODOs 2015-11-24 08:08:27 +01:00
Sebastian Messmer
68675c6212 - Move HttpClient to cpputils
- Fix VersionChecker behaviour when the returned json is invalid
- Add test cases for VersionChecker
2015-11-24 08:08:11 +01:00
Sebastian Messmer
ea151d6800 ChangeLog.txt 2015-11-23 17:44:54 +01:00
Sebastian Messmer
2796915ffe When there is a new CryFS version, ask the user to update. Furthermore, check if there is a security warning for the installed CryFS version. 2015-11-23 17:43:21 +01:00
Sebastian Messmer
8e1a0a6361 Make CPack work for x86 2015-11-23 17:42:51 +01:00
Sebastian Messmer
4bdd5ef8a3 Removed unneeded cpack generators 2015-11-22 04:06:27 +01:00
Sebastian Messmer
a336582ba2 ChangeLog 2015-11-19 10:09:00 +01:00
Sebastian Messmer
5b76a11388 When creating a new filesystem, ask password twice (second time for confirmation) 2015-11-19 10:08:09 +01:00
Sebastian Messmer
5631911485 Update biicode block ref 2015-11-18 11:25:04 +01:00
Sebastian Messmer
413f2eff40 Improve ChangeLog 2015-11-18 11:11:42 +01:00
Sebastian Messmer
0ebf9bf016 Update dependencies 2015-11-18 11:10:38 +01:00
Sebastian Messmer
a4c92848be Fix handling of relative paths and add test cases 2015-11-18 11:01:48 +01:00
Sebastian Messmer
52d3ac5efc Depend on stable version of Crypto++ 2015-11-17 20:17:30 +01:00
Sebastian Messmer
49b4a9b1c0 Allow specifying base and mount directory parameters as relative paths 2015-11-17 01:50:59 -08:00
Sebastian Messmer
142881a70f Merge commit '3e7af232e743dde44c699a72c4bde56995e2f9e9' into develop 2015-11-16 22:05:40 -08:00
Sebastian Messmer
3e7af232e7 Better error reporting when root directory is suddenly not accessible anymore 2015-11-16 22:05:25 -08:00
Sebastian Messmer
6112534856 Updated biicode block version 2015-11-12 15:45:51 -08:00
Sebastian Messmer
bb4d327c05 Update dependencies 2015-11-12 15:45:05 -08:00
Sebastian Messmer
90ea7be899 Make timing test cases more lenient 2015-11-12 15:39:52 -08:00
Sebastian Messmer
978e7dbc46 --unmount-idle x automatically unmounts the filesystem after x minutes without a filesystem operation. 2015-11-12 15:06:53 -08:00
Sebastian Messmer
4dab8c7426 Add a class that runs a callback after a (resettable) timeout. This will be used later for unmounting after a certain idle time 2015-11-12 13:08:43 -08:00
Sebastian Messmer
938528840b Added --unmount-idle command line option (without functionality yet)
And refactor cli (group Cli class and program_options in cli subfolder)
2015-11-12 11:43:39 -08:00
Sebastian Messmer
30ae2fc45c Added test cases 2015-11-12 10:59:38 -08:00
Sebastian Messmer
09f6b48710 Add a compatibility test ensuring that it can load config files from version 0.8.1 in future 2015-11-11 18:10:56 -08:00
Sebastian Messmer
9793b0e870 Added test cases for CryConfigEncryptorFactory 2015-11-11 17:10:02 -08:00
Sebastian Messmer
10cbb06a4b Added test cases for CryConfigEncryptor 2015-11-11 14:33:39 -08:00