summaryrefslogtreecommitdiff
path: root/mount.go
AgeCommit message (Expand)Author
2018-08-11reverse mode: add --exclude optionJakob Unterwurzacher
2018-07-01main: improve fuse.NewServer error messageJakob Unterwurzacher
2018-06-07main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexecJakob Unterwurzacher
2018-04-08Fix the easy golint warningsJakob Unterwurzacher
2018-04-01main: move getMasterKey into initFuseFrontendJakob Unterwurzacher
2018-04-01main: move masterkey logic into new helper getMasterKeyJakob Unterwurzacher
2018-04-01main: move and rename checkDir*() helperJakob Unterwurzacher
2018-03-22Add `-masterkey=stdin` functionalityJakob Unterwurzacher
2018-02-28tlog: stop embedding log.Logger to prevent mistakesJakob Unterwurzacher
2018-02-18main: doMount: use a deferred function for wipeKeysJakob Unterwurzacher
2018-02-18main: overwrite keys and let them run out of scopeJakob Unterwurzacher
2018-02-18main: try to wipe cryptocore's secret keys on unmountJakob Unterwurzacher
2018-02-18fusefrontend[_reverse]: move crypto init up to callerJakob Unterwurzacher
2018-01-20MacOS: rely on OSXFuse to create the mountpointJakob Unterwurzacher
2018-01-16MacOS: rely on OSXFuse to create mountpoint below /VolumesJakob Unterwurzacher
2017-11-12main: add "-sharedstorage" flagJakob Unterwurzacher
2017-10-31main: disallow recursively encrypting ourselvesJakob Unterwurzacher
2017-10-22reverse mode: disable ClientInodes (hard link tracking)Jakob Unterwurzacher
2017-10-21Always set "max_read" kernel optionJakob Unterwurzacher
2017-08-11main: purge masterkey from memory as soon as possibleJakob Unterwurzacher
2017-07-29main: doMount: call FreeOSMemory() before jumping into server loopJakob Unterwurzacher
2017-07-23main: move redirectStdFds() to daemonize.goJakob Unterwurzacher
2017-07-10macos: print load_osxfuse hint if fuse.NewServer failsJakob Unterwurzacher
2017-07-10Specify a volname for osxfuseJeff Kriske
2017-07-01main: get rid of magic "MaxWrite: 1048576" constantJakob Unterwurzacher
2017-06-18main, syscallcompat: use Dup3 instead of Dup2Jakob Unterwurzacher
2017-06-01main: increase max write size to maximumJakob Unterwurzacher
2017-06-01Implement force_owner option to display ownership as a specific user.Charles Duffy
2017-05-24main: replace paniclog with logger(1)Jakob Unterwurzacher
2017-05-23main: downgrade panic log create failure from fatal error to warningJakob Unterwurzacher
2017-05-14exitcodes: get rid of generic "Mount" exit codeJakob Unterwurzacher
2017-05-07exitcodes: pull all exit code definitions into the packageJakob Unterwurzacher
2017-05-03main: RLIMIT_NOFILE: cap to 4096Jakob Unterwurzacher
2017-05-02main: increase open file limit to 4096Jakob Unterwurzacher
2017-04-24forcedecode: tighten checksJakob Unterwurzacher
2017-04-23Add -forcedecodedanim7
2017-03-18serialize_reads: add read serialization logicJakob Unterwurzacher
2017-03-07cli: add "-hkdf" optionJakob Unterwurzacher
2017-03-02main: get rid of third open paniclog fdJakob Unterwurzacher
2017-02-26exitcodes: define code 12 for "password incorrect"Jakob Unterwurzacher
2017-02-15main: don't attempt lazy unmount on MacOSXJakob Unterwurzacher
2017-02-12Check for trailing garbage after the passwordJakob Unterwurzacher
2017-01-26main: add "-fsname" optionJakob Unterwurzacher
2017-01-26main: make sure the ctlsock file is deleted on incorrect passwordJakob Unterwurzacher
2017-01-02main: disconnect from the controlling terminalJakob Unterwurzacher
2016-12-10ctlsock: exit early if socket cannot be created; delete on exitJakob Unterwurzacher
2016-12-10ctlsock: exit if socket cannot be createdJakob Unterwurzacher
2016-11-25main, fusefrontend: add "-noprealloc" optionJakob Unterwurzacher
2016-11-10ctlsock: add initial limited implementationJakob Unterwurzacher
2016-11-01Add support for unpadded base64 filenames, "-raw64"Jakob Unterwurzacher