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
/
mount.go
Age
Commit message (
Expand
)
Author
2020-07-08
v2api: fix crash on umount
Jakob Unterwurzacher
2020-06-21
v2api (go-fuse v2 api): initial noop implementation
Jakob Unterwurzacher
2020-05-17
Update go-fuse import path to github.com/hanwen/go-fuse/v2
Jakob Unterwurzacher
2020-05-09
ctlsock: create exported ctlsock client library
Jakob Unterwurzacher
2020-05-09
main: untangle `-masterkey` handling and config loading
Jakob Unterwurzacher
2020-02-28
Show undecryptable filenames if they match supplied glob
orcas
2020-01-14
main: haveFusermount2: respect PATH environment variable
Jakob Unterwurzacher
2019-12-28
main: detect fusermount3 and don't add `nonempty`
Jakob Unterwurzacher
2019-09-08
Fix -idle unmounting despite activity
Jakob Unterwurzacher
2019-08-04
Fix "constant 2435016766 overflows int32" build failure on arm
Jakob Unterwurzacher
2019-08-04
Rename isDirEmpty -> isEmptyDir
Jakob Unterwurzacher
2019-08-04
Force -noprealloc on Btrfs
Jakob Unterwurzacher
2019-03-26
reverse mode: support wildcard exclude (--exclude-wildcard)
Eduardo M KALINOWSKI
2019-01-15
mount: Replace commas in volume name.
Sebastian Lackner
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
[next]