summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-30main: Remove a duplicate word in a comment.Sebastian Lackner
2018-12-28configfile: Fix a copy&paste error in validateParams method.Sebastian Lackner
2018-12-27configfile: Explicitly wipe scrypt derived key after decrypting/encrypting ma...Sebastian Lackner
2018-12-27Assorted spelling fixes.Sebastian Lackner
2018-12-27fusefrontend: Remove unnecessary check in doRead function.Sebastian Lackner
2018-12-27fusefrontend: Don't treat Fchownat error as failure in Mkdir.Sebastian Lackner
2018-12-27fusefrontend: Check the correct 'err' variable.Sebastian Lackner
2018-12-27build.bash: Escape LDFLAGS before passing them to 'go build'.Sebastian Lackner
2018-12-16build.bash: support user-set LDFLAGSJakob Unterwurzacher
2018-12-16build.bash: use -trimpath for reproducible buildsJakob Unterwurzacher
2018-12-16build.bash: respect SOURCE_DATE_EPOCHJakob Unterwurzacher
2018-12-16README: replace openssl-gcm.md with link to wikiJakob Unterwurzacher
2018-12-16tests: fix TestPassfileNewlineJakob Unterwurzacher
2018-12-15passfile: directly read file instead of invoking catJakob Unterwurzacher
2018-12-12Add v1.6.1 to changelogJakob Unterwurzacher
2018-11-17syscallcompat: downgrade DT_UNKNOWN message level on XFSJakob Unterwurzacher
2018-11-17main: drop hardcoded /usr/bin/logger pathJakob Unterwurzacher
2018-10-17tlog: disable color codes when switching to syslogJakob Unterwurzacher
2018-10-17fusefronted: log more details on WriteAt failuresJakob Unterwurzacher
2018-10-17main: also redirect Fatal logger to syslog on daemonizationJakob Unterwurzacher
2018-10-11Updated manpage for -idle flagJesse Dunietz
2018-10-11tests: fix golint errorJakob Unterwurzacher
2018-10-11tests: add idle timeout testJakob Unterwurzacher
2018-10-11Add option for autounmountJesse Dunietz
2018-10-11tests: syscallcompat: allow failure for symlinks > 1000Jakob Unterwurzacher
2018-10-10tests: catch "name too long" symlink failure on XFSJakob Unterwurzacher
2018-10-10tests: respect TMPDIR if setJakob Unterwurzacher
2018-09-23fusefrontend: Fix uint16 build failure on DarwinJakob Unterwurzacher
2018-09-23fusefrontend: make Rename() symlink-safeJakob Unterwurzacher
2018-09-23fusefrontend: make Create() symlink-safeJakob Unterwurzacher
2018-09-23fusefrontend: Open(): fix dirfd leakJakob Unterwurzacher
2018-09-23fusefrontend: add named parameters to openBackingDirJakob Unterwurzacher
2018-09-23fusefrontend: get rid of os.File* wrappingJakob Unterwurzacher
2018-09-23fusefrontent: make Open() symlink-safeJakob Unterwurzacher
2018-09-23tests: add symlink_race toolJakob Unterwurzacher
2018-09-23tlog: always trim trailing newlinesJakob Unterwurzacher
2018-09-22syscallcompat: untangle Openat flag checkJakob Unterwurzacher
2018-09-22tests: detect and report chmod failures earlierJakob Unterwurzacher
2018-09-18main: sanitize commas from fsnameJakob Unterwurzacher
2018-09-08fusefrontend: use OpenDirNofollow in openBackingDirJakob Unterwurzacher
2018-09-08tests: restore Go 1.7 compatibilityJakob Unterwurzacher
2018-09-08syscallcompat: use O_PATH in OpenDirNofollowJakob Unterwurzacher
2018-09-08syscallcompat: untangle OpenNofollow and rename to OpenDirNofollowJakob Unterwurzacher
2018-09-08tests: add chmod testJakob Unterwurzacher
2018-09-08tests: restore TestUtimesNanoSymlinkJakob Unterwurzacher
2018-09-08main: don't read the config file twice (fix pipe bug)Jakob Unterwurzacher
2018-09-08configfile: add LoadAndDecrypt wrapperJakob Unterwurzacher
2018-09-08configfile: split off masterkey decryptionJakob Unterwurzacher
2018-09-08configfile: return specific error on empty inputJakob Unterwurzacher
2018-08-26travis: add Go 1.11Jakob Unterwurzacher