libgocryptfs/internal
Jakob Unterwurzacher 8adfbf2dc3 Check for trailing garbage after the password
From the comment:

// CheckTrailingGarbage tries to read one byte from stdin and exits with a
// fatal error if the read returns any data.
// This is meant to be called after reading the password, when there is no more
// data expected. This helps to catch problems with third-party tools that
// interface with gocryptfs.
2017-02-12 17:59:09 +01:00
..
configfile main: make sure the ctlsock file is deleted on incorrect password 2017-01-26 21:32:08 +01:00
contentenc Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
cryptocore Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
ctlsock ctlsock: handle non-canonical empty paths 2017-02-05 18:17:30 +01:00
fusefrontend ctlsock: better error message for forward mode path decryption 2017-01-29 18:55:52 +01:00
fusefrontend_reverse reverse: add single-entry path cache 2017-01-03 18:14:01 +01:00
nametransform Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword Check for trailing garbage after the password 2017-02-12 17:59:09 +01:00
siv_aead Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
stupidgcm stupidgcm: Fix without_openssl build failure 2016-12-10 13:15:19 +01:00
syscallcompat A few more lint fixes 2016-10-04 23:30:05 +02:00
tlog tlog: better comment for the terminal colors 2017-01-26 20:01:45 +01:00