Sebastian Messmer
|
636445cd82
|
Introduce version flags for file system entities to allow future CryFS versions to be backwards-compatible even if the format changes.
|
2016-02-13 15:06:28 +01:00 |
|
Sebastian Messmer
|
f433da7dc1
|
Remove --extpass parameter, because that encourages tool writers to do bad things like storing a password in a file and using --extpass="cat filename".
The password can now be passed in to stdin without problems, so tools should use that.
|
2016-02-13 10:46:05 +01:00 |
|
Sebastian Messmer
|
098f16a4fe
|
Since Mac OS X doesn't support clock_gettime, implement it if running on Mac.
|
2016-02-13 02:46:00 +01:00 |
|
Sebastian Messmer
|
f749ad66f1
|
Fix a compiler error on Mac OS X
|
2016-02-13 02:19:31 +01:00 |
|
Sebastian Messmer
|
ff62ef1b88
|
Don't use libc getpass() for asking the password anymore. It is deprecated and doesn't play nice with tools that want to pass in the password on stdin. Now we just use stdin.
|
2016-02-12 23:18:13 +01:00 |
|
Sebastian Messmer
|
d05e3841bd
|
Mountdir has correct ownership and permissions set. Fixes https://github.com/cryfs/cryfs/issues/10
|
2016-02-12 12:21:39 +01:00 |
|
Sebastian Messmer
|
cfe2a48ebc
|
Merge branch 0.9 (pre-work for version 0.9)
|
2016-02-11 17:35:20 +01:00 |
|
Sebastian Messmer
|
fff5b4b6e9
|
Make CPack work with new repository layout
|
2016-02-11 17:34:08 +01:00 |
|
Sebastian Messmer
|
c6e8052d93
|
Merge all git repositories into one
|
2016-02-11 16:40:48 +01:00 |
|