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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2016-07-03
main: bake build date into version string
Jakob Unterwurzacher
2016-07-03
main: yellow text for masterkey and zerokey warnings
Jakob Unterwurzacher
2016-06-26
tlog: switch default logger to syslog
Jakob Unterwurzacher
2016-06-26
main: add "-o" option to enable "suid" and "dev"
Jakob Unterwurzacher
2016-06-26
main, fusefrontend: enable suid functionality
Jakob Unterwurzacher
2016-06-26
main: enable device files when running as root
Jakob Unterwurzacher
2016-06-26
fusefronted: preserve owner if running as root
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-gcmiv128" option
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-emenames" option
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-diriv" option
Jakob Unterwurzacher
2016-06-19
Refuse mounting of v0.6 and older filesystems
Jakob Unterwurzacher
2016-06-19
main: drop "on-disk format" from -version output, add Go version
Jakob Unterwurzacher
2016-06-16
Mount v0.6 and older filesystems as read-only
Jakob Unterwurzacher
2016-06-16
Add "-ro" (read-only) flag
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-15
toggledlog: assume command of color handling
Jakob Unterwurzacher
2016-06-15
readpassword: create internal package for password reading
Jakob Unterwurzacher
2016-06-14
Fix warnings reported by Go 1.6 "go tool vet -shadow=true"
Jakob Unterwurzacher
2016-06-05
toggledlog: convert remaing naked fmt.Print*
Jakob Unterwurzacher
2016-06-05
main: print actual error from LoadConfFile()
Jakob Unterwurzacher
2016-06-05
configfile: bake the "Creator" gocryptfs version into the file
Jakob Unterwurzacher
2016-06-04
main: don't tell the user to choose a password when -extpass is used
Jakob Unterwurzacher
2016-06-04
main: print relative path in the init success message
Jakob Unterwurzacher
2016-06-01
nametransform, main: better error messages
Jakob Unterwurzacher
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
[next]