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
/
mount.go
Age
Commit message (
Expand
)
Author
2018-10-17
main: also redirect Fatal logger to syslog on daemonization
Jakob Unterwurzacher
2018-10-11
Add option for autounmount
Jesse Dunietz
2018-09-18
main: sanitize commas from fsname
Jakob Unterwurzacher
2018-09-08
main: don't read the config file twice (fix pipe bug)
Jakob Unterwurzacher
2018-08-11
reverse mode: add --exclude option
Jakob Unterwurzacher
2018-07-01
main: improve fuse.NewServer error message
Jakob Unterwurzacher
2018-06-07
main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexec
Jakob Unterwurzacher
2018-04-08
Fix the easy golint warnings
Jakob Unterwurzacher
2018-04-01
main: move getMasterKey into initFuseFrontend
Jakob Unterwurzacher
2018-04-01
main: move masterkey logic into new helper getMasterKey
Jakob Unterwurzacher
2018-04-01
main: move and rename checkDir*() helper
Jakob Unterwurzacher
2018-03-22
Add `-masterkey=stdin` functionality
Jakob Unterwurzacher
2018-02-28
tlog: stop embedding log.Logger to prevent mistakes
Jakob Unterwurzacher
2018-02-18
main: doMount: use a deferred function for wipeKeys
Jakob Unterwurzacher
2018-02-18
main: overwrite keys and let them run out of scope
Jakob Unterwurzacher
2018-02-18
main: try to wipe cryptocore's secret keys on unmount
Jakob Unterwurzacher
2018-02-18
fusefrontend[_reverse]: move crypto init up to caller
Jakob Unterwurzacher
2018-01-20
MacOS: rely on OSXFuse to create the mountpoint
Jakob Unterwurzacher
2018-01-16
MacOS: rely on OSXFuse to create mountpoint below /Volumes
Jakob Unterwurzacher
2017-11-12
main: add "-sharedstorage" flag
Jakob Unterwurzacher
2017-10-31
main: disallow recursively encrypting ourselves
Jakob Unterwurzacher
2017-10-22
reverse mode: disable ClientInodes (hard link tracking)
Jakob Unterwurzacher
2017-10-21
Always set "max_read" kernel option
Jakob Unterwurzacher
2017-08-11
main: purge masterkey from memory as soon as possible
Jakob Unterwurzacher
2017-07-29
main: doMount: call FreeOSMemory() before jumping into server loop
Jakob Unterwurzacher
2017-07-23
main: move redirectStdFds() to daemonize.go
Jakob Unterwurzacher
2017-07-10
macos: print load_osxfuse hint if fuse.NewServer fails
Jakob Unterwurzacher
2017-07-10
Specify a volname for osxfuse
Jeff Kriske
2017-07-01
main: get rid of magic "MaxWrite: 1048576" constant
Jakob Unterwurzacher
2017-06-18
main, syscallcompat: use Dup3 instead of Dup2
Jakob Unterwurzacher
2017-06-01
main: increase max write size to maximum
Jakob Unterwurzacher
2017-06-01
Implement force_owner option to display ownership as a specific user.
Charles Duffy
2017-05-24
main: replace paniclog with logger(1)
Jakob Unterwurzacher
2017-05-23
main: downgrade panic log create failure from fatal error to warning
Jakob Unterwurzacher
2017-05-14
exitcodes: get rid of generic "Mount" exit code
Jakob Unterwurzacher
2017-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-05-03
main: RLIMIT_NOFILE: cap to 4096
Jakob Unterwurzacher
2017-05-02
main: increase open file limit to 4096
Jakob Unterwurzacher
2017-04-24
forcedecode: tighten checks
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-03-18
serialize_reads: add read serialization logic
Jakob Unterwurzacher
2017-03-07
cli: add "-hkdf" option
Jakob Unterwurzacher
2017-03-02
main: get rid of third open paniclog fd
Jakob Unterwurzacher
2017-02-26
exitcodes: define code 12 for "password incorrect"
Jakob Unterwurzacher
2017-02-15
main: don't attempt lazy unmount on MacOSX
Jakob Unterwurzacher
2017-02-12
Check for trailing garbage after the password
Jakob Unterwurzacher
2017-01-26
main: add "-fsname" option
Jakob Unterwurzacher
2017-01-26
main: make sure the ctlsock file is deleted on incorrect password
Jakob Unterwurzacher
2017-01-02
main: disconnect from the controlling terminal
Jakob Unterwurzacher
2016-12-10
ctlsock: exit early if socket cannot be created; delete on exit
Jakob Unterwurzacher
[next]