encfs/encfs
2018-03-26 23:24:07 +02:00
..
autosprintf.cpp Correct FSF address. (#465) 2018-03-03 22:03:36 +01:00
autosprintf.h Correct FSF address. (#465) 2018-03-03 22:03:36 +01:00
base64.cpp Correct unnecessary-value-param clang warnings 2017-11-02 08:06:51 +01:00
base64.h Correct unnecessary-value-param clang warnings 2017-11-02 08:06:51 +01:00
BlockFileIO.cpp Correct a possible write crash (#494) 2018-03-26 08:09:01 +02:00
BlockFileIO.h Correct sign-compare warnings 2017-11-18 09:08:57 +01:00
BlockNameIO.cpp cleanup lint warnings, run clang-format 2017-08-25 22:34:33 -07:00
BlockNameIO.h modernize: =default, pass by value 2017-08-03 22:18:25 -07:00
Cipher.cpp modernize: braces around statements 2017-08-03 22:46:34 -07:00
Cipher.h modernize: use override, using aliases 2017-08-03 22:27:18 -07:00
CipherFileIO.cpp Correct sign-compare warnings 2017-11-18 09:08:57 +01:00
CipherFileIO.h Make write return the number of bytes written 2017-08-09 17:36:20 +02:00
CipherKey.cpp modernize: =default, pass by value 2017-08-03 22:18:25 -07:00
CipherKey.h modernize: use override, using aliases 2017-08-03 22:27:18 -07:00
ConfigReader.cpp modernize: braces around statements 2017-08-03 22:46:34 -07:00
ConfigReader.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
ConfigVar.cpp Correct an uninitialized value 2017-10-11 07:59:27 +02:00
ConfigVar.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
Context.cpp Cygwin, correct rename 2018-03-26 22:23:09 +02:00
Context.h Do not count usage on root path (#471) 2018-03-17 16:18:03 +01:00
DirNode.cpp Cygwin, correct rename 2018-03-26 22:23:09 +02:00
DirNode.h Ignore .encfs6.xml file in reverse mode (#478) 2018-03-17 17:58:04 +01:00
encfs.cpp Cygwin, correct rename 2018-03-26 22:23:09 +02:00
encfs.h Revert from/to link parameters for readability 2018-03-15 19:55:59 +01:00
encfs.pod Add option to disable file data encoding (#487) 2018-03-20 08:30:14 +01:00
encfsctl.cpp Correct a segfault in encfsctl (#498) 2018-03-25 23:04:34 +02:00
encfsctl.pod Corrects encfsctl cat and add reverse cat (#483) 2018-03-18 00:01:05 +01:00
encfssh Fix up encfssh (#258) 2017-03-16 22:21:02 +01:00
encfssh.pod Add an (empty) encfssh man page 2017-09-30 20:15:25 +02:00
Error.cpp modernize-use-nullptr: replace NULL, 0 with nullptr 2017-08-03 21:42:30 -07:00
Error.h Cygwin, update normal tests 2018-03-26 23:22:00 +02:00
FileIO.cpp Correct sign-compare warnings 2017-11-18 09:08:57 +01:00
FileIO.h Correct sign-compare warnings 2017-11-18 09:08:57 +01:00
FileNode.cpp Correct a int/off_t buffer overflow in getSize() (#468) 2018-02-09 08:07:05 +01:00
FileNode.h Make write return the number of bytes written 2017-08-09 17:36:20 +02:00
FileUtils.cpp Cygwin, unmount 2018-03-26 23:19:52 +02:00
FileUtils.h Cygwin, use correct mount point 2018-03-26 22:26:44 +02:00
FSConfig.h Add option to disable file data encoding (#487) 2018-03-20 08:30:14 +01:00
i18n.h reformat using clang 2014-10-18 19:19:33 -07:00
Interface.cpp Correct unused-parameter warnings 2017-11-02 23:16:50 +01:00
Interface.h Correct unused-parameter warnings 2017-11-02 23:16:50 +01:00
MACFileIO.cpp cleanup lint warnings, run clang-format 2017-08-25 22:34:33 -07:00
MACFileIO.h Make write return the number of bytes written 2017-08-09 17:36:20 +02:00
main.cpp Cygwin, update reverse tests 2018-03-26 23:24:07 +02:00
makeKey.cpp Use INITIALIZE_EASYLOGGINGPP in Error.cpp 2017-04-23 14:21:36 +02:00
MemoryPool.cpp Correct parentheses and brackets clang warnings 2017-10-29 22:58:51 +01:00
MemoryPool.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
Mutex.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
NameIO.cpp switch to vendored easylogging 2017-08-05 23:23:09 -07:00
NameIO.h modernize: use override, using aliases 2017-08-03 22:27:18 -07:00
NullCipher.cpp Add missing special member functions 2018-01-23 08:45:30 +01:00
NullCipher.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
NullNameIO.cpp modernize: =default, pass by value 2017-08-03 22:18:25 -07:00
NullNameIO.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
openssl.cpp modernize: braces around statements 2017-08-03 22:46:34 -07:00
openssl.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
Range.h replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
RawFileIO.cpp Correctly check some non-checked return values 2017-10-03 16:19:26 +02:00
RawFileIO.h Make write return the number of bytes written 2017-08-09 17:36:20 +02:00
readpassphrase.cpp Correct parentheses and brackets clang warnings 2017-10-29 22:58:51 +01:00
readpassphrase.h run clang-format 2015-06-17 21:16:50 -07:00
SSL_Cipher.cpp Add missing special member functions 2018-01-23 08:45:30 +01:00
SSL_Cipher.h modernize: use override, using aliases 2017-08-03 22:27:18 -07:00
SSL_Compat.h Ensure compatibility with LibreSSL 2017-09-30 19:48:15 +02:00
StreamNameIO.cpp switch to vendored easylogging 2017-08-05 23:23:09 -07:00
StreamNameIO.h modernize: =default, pass by value 2017-08-03 22:18:25 -07:00
test.cpp switch to vendored easylogging 2017-08-05 23:23:09 -07:00
testextpass Import version 1.4.0 2008-01-07 08:09:04 +00:00
XmlReader.cpp Add missing special member functions 2018-01-23 08:45:30 +01:00
XmlReader.h modernize: use override, using aliases 2017-08-03 22:27:18 -07:00