Sebastian Messmer
|
f2831c0426
|
Rewrite subprocess and add test cases for it
|
2018-05-20 19:21:58 -07:00 |
|
Sebastian Messmer
|
89ee45be0b
|
Add test case for DontEchoStdinToStdoutRAII
|
2018-05-20 19:21:58 -07:00 |
|
Sebastian Messmer
|
ec9931e09e
|
- Test showBacktraceOnSigsegv
- Test that failed assertions show a backtrace
|
2018-05-16 22:42:03 -07:00 |
|
Sebastian Messmer
|
3563f4687d
|
Add testcases for backtrace
|
2018-05-16 22:31:43 -07:00 |
|
Sebastian Messmer
|
1126d7bd10
|
- Make get_total_memory work for windows
- Add test cases for it
|
2018-05-16 22:22:42 -07:00 |
|
Sebastian Messmer
|
61cad69671
|
- Fix nanoseconds in clock_gettime for Mac
- Hide clock_gettime in favor of cpputils::time::now()
- Add test cases to cpputils::time::now()
|
2018-05-16 22:18:45 -07:00 |
|
Sebastian Messmer
|
bd1dc9f747
|
Add test case for clock_gettime
|
2018-05-16 21:47:46 -07:00 |
|
Sebastian Messmer
|
2888ea6efd
|
- Make homedir work on windows
- add test cases for homedir
|
2018-05-16 21:34:01 -07:00 |
|
Sebastian Messmer
|
f439bf9d0f
|
Remove c style casts and unaligned memory accesses
|
2017-12-03 19:01:41 +00:00 |
|
Sebastian Messmer
|
cc7b38b3c1
|
- run-clang-tidy.sh also runs on test cases.
- fix clang-tidy warnings in test cases
|
2017-12-01 15:01:49 +00:00 |
|
Sebastian Messmer
|
7a5b23db13
|
Remember hashed filesystem key in local state so attacker can't replace it
|
2017-09-30 08:49:24 +01:00 |
|
Sebastian Messmer
|
7e56c46bb0
|
CryFS tells the operating system to not swap the encryption key to the disk (note: this is best-effort and cannot be guaranteed. Hibernation, for example, will still write the encryption key to the disk)
|
2017-09-05 00:43:43 +01:00 |
|
Sebastian Messmer
|
d5a0b725fe
|
Refactor interface for key derivation functions. This allows easily adding new (password based) key derivation functions.
|
2016-02-22 02:38:06 +01:00 |
|
Sebastian Messmer
|
63d0b2b29d
|
Fix compiling test cases on Debian
|
2016-02-14 18:17:37 +01:00 |
|
Sebastian Messmer
|
b324ec5221
|
Fix compile on Debian 8 (link it to a library it wants)
|
2016-02-14 17:09:14 +01:00 |
|
Sebastian Messmer
|
59474b10b6
|
Handle vendor libraries better in cmake
|
2016-02-11 14:01:59 +01:00 |
|
Sebastian Messmer
|
9088a3d366
|
Use lowercase for cmake function definitions and rename add_boost/enable_style_warnings/activate_cpp14 to target_add_boost/target_enable_style_warnings/target_activate_cpp14
|
2016-02-11 12:57:50 +01:00 |
|
Sebastian Messmer
|
92cf6fa66d
|
Refactor directory layout to allow other modules in same repository
|
2016-02-11 12:04:49 +01:00 |
|