index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2016-05-18
Add "-allow_other" command-line option
Jakob Unterwurzacher
2016-05-12
prefer_openssl: autodetect whether to use OpenSSL or Go GCM
Jakob Unterwurzacher
2016-04-10
build.bash: bake the go-fuse commit hash into the binaries
v0.9
Jakob Unterwurzacher
2016-04-10
Fix "go tool vet -shadow=true" warnings
Jakob Unterwurzacher
2016-02-07
Add tests for long name creation and renaming (currently failing, obviously)
Jakob Unterwurzacher
2016-02-06
longnames part I: Create and OpenDir work with long filenames > 176 bytes
Jakob Unterwurzacher
2016-02-06
Run go fmt
Jakob Unterwurzacher
2016-02-06
Move pathfs_frontend to internal/fusefrontend
Jakob Unterwurzacher
2016-02-06
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher
2016-01-31
Add new "-wpanic" option and enable it for the automated tests
Jakob Unterwurzacher
2016-01-24
Allow "-d" as an alis for "-debug", and "-quiet" as an alias for "-q"
Jakob Unterwurzacher
2016-01-24
Add "-nosyslog" options
Jakob Unterwurzacher
2016-01-23
Suppress password prompt when using -extpass
v0.8
Jakob Unterwurzacher
2016-01-22
Remove last SetOutput from generic code
Jakob Unterwurzacher
2016-01-21
Add "-memprofile" option
Jakob Unterwurzacher
2016-01-21
Wrap Logger to make disabling output more efficient
Jakob Unterwurzacher
2016-01-20
Switch to syslog when running in the background
Jakob Unterwurzacher
2016-01-20
Convert logging to standard Go log.Logger
Jakob Unterwurzacher
2016-01-04
Color for the "init success" message
Jakob Unterwurzacher
2015-12-19
Colorize output
Jakob Unterwurzacher
2015-12-19
Increase GCM IV size from 96 to 128 bits
Jakob Unterwurzacher
2015-12-11
Rmdir: handle creating and removing unreadable directories
Jakob Unterwurzacher
2015-12-10
Simplify CreateConfFile: do not allow specification of EMENames
Jakob Unterwurzacher
2015-12-10
Add missing PlaintextNames checks in OpenDir, Mkdir, Rmdir, initDir
Jakob Unterwurzacher
2015-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-12-06
init: create gocryptfs.diriv after creating gocryptfs.conf
Jakob Unterwurzacher
2015-11-29
Run go fmt
Jakob Unterwurzacher
2015-11-29
Handle all operations except mounting without forking a child
Jakob Unterwurzacher
2015-11-29
Add "-scryptn" option that sets the cost parameter for scrypt
v0.5-rc1
Jakob Unterwurzacher
2015-11-28
diriv: also support old CBC symlink
Jakob Unterwurzacher
2015-11-28
diriv: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
main: pass args struct instead of having a huge function call
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
2015-11-27
diriv: Define "DirIV" feature flag
Jakob Unterwurzacher
2015-11-25
diriv: Create gocryptfs.diriv in every directory
Jakob Unterwurzacher
2015-11-25
Print newline after gocryptfs.conf not found error
Jakob Unterwurzacher
2015-11-15
Move "Debug output enabled" after forkChild() to remove duplicate output
Jakob Unterwurzacher
2015-11-15
Add "-extpass" cli option and associated tests
Jakob Unterwurzacher
2015-11-14
MANPAGE: add "-config" flag
Jakob Unterwurzacher
2015-11-14
Refactor cli argument handling
Jakob Unterwurzacher
2015-11-14
README: add beta badge and update text
Jakob Unterwurzacher
2015-11-14
Run go fmt and go vet
Jakob Unterwurzacher
2015-11-09
Also hide master key reminder with "-q"
Jakob Unterwurzacher
2015-11-09
Use new arg "-notifypid" for more robust daemonization
Jakob Unterwurzacher
2015-11-09
cli: Create our own FlagSet so we can set the policy to ExitOnError
Jakob Unterwurzacher
2015-11-09
Add "-q" (quiet) flag
Jakob Unterwurzacher
2015-11-03
tests: check that the filename encryption is working as expected
Jakob Unterwurzacher
2015-11-03
config: Introduce ext4-style feature flags
Jakob Unterwurzacher
2015-11-03
Update USAGE.txt
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
[next]