aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2019-01-03nametransform: simplify WriteDirIV to WriteDirIVAtJakob Unterwurzacher
2019-01-02fusefrontend: use O_RDONLY in the ListXAttr fallback pathJakob Unterwurzacher
2019-01-02fusefrontend: move openBackingDir into its own fileJakob Unterwurzacher
2019-01-02fusefronted: make EncryptPath symlink-safeJakob Unterwurzacher
2019-01-02fusefrontend: xattr: fix operations on files without read permissionsJakob Unterwurzacher
2019-01-02fusefrontend: don't downgrade type needlesslyJakob Unterwurzacher
2019-01-02fusefrontend: use Fsetxattr/Fgetxattr/etc on all platformsJakob Unterwurzacher
2019-01-02syscallcompat: add Fgetxattr / Fsetxattr wrappersJakob Unterwurzacher
2019-01-02fusefrontend: openBackingDir: fix fd leak in error pathJakob Unterwurzacher
2019-01-02nametransform: fix possible incomplete read in ReadLongNameAtJakob Unterwurzacher
2019-01-01fusefrontend: fix fd leak in error pathJakob Unterwurzacher
2019-01-01fusefrontend: fix fd leak in Access()Jakob Unterwurzacher
2019-01-01fusefrontend: xattr: fix hang on FIFOsJakob Unterwurzacher
2019-01-01fusefrontend: only compile getBackingPath() on DarwinJakob Unterwurzacher
2019-01-01fusefrontend: make ListXAttr symlink-safe on LinuxJakob Unterwurzacher
2019-01-01fusefrontend: make RemoveXAttr() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make SetXAttr() symlink-safe on LinuxJakob Unterwurzacher
2019-01-01fusefrontend: make GetXAttr() symlink-safe on LinuxJakob Unterwurzacher
2019-01-01fusefrontend: make Utimens symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: fix compile failure on DarwinJakob Unterwurzacher
2019-01-01fusefrontend: mark Truncate, Unlink, Symlink symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make Rmdir symlink-safeJakob Unterwurzacher
2019-01-01nametransform: rename WriteLongName() -> WriteLongNameAt()Jakob Unterwurzacher
2019-01-01fusefrontend: make Readlink() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make OpenDir() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: mark a few more functions as symlink-safe / unsafeJakob Unterwurzacher
2019-01-01fusefrontend: use openBackingDir in ctlsock interfaceJakob Unterwurzacher
2019-01-01fusefrontend: make GetAttr() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make openBackingDir() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: mark symlink-safe FUSE callsJakob Unterwurzacher
2019-01-01fusefrontend: make DecryptPath() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make Access() symlink-safe.Jakob Unterwurzacher
2019-01-01nametransform: comments: directly link to ioutil.WriteFile fixJakob Unterwurzacher
2019-01-01fusefrontend: Fix debug message in doWrite() method.Sebastian Lackner
2019-01-01fusefrontend: Fix order of arguments in debug message for Read() FUSE call.Sebastian Lackner
2019-01-01nametransform: Delete incomplete longname files on error.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-16tests: fix TestPassfileNewlineJakob Unterwurzacher
2018-12-15passfile: directly read file instead of invoking catJakob Unterwurzacher
2018-11-17syscallcompat: downgrade DT_UNKNOWN message level on XFSJakob Unterwurzacher
2018-10-17tlog: disable color codes when switching to syslogJakob Unterwurzacher
2018-10-17fusefronted: log more details on WriteAt failuresJakob Unterwurzacher
2018-10-11Add option for autounmountJesse Dunietz
2018-10-11tests: syscallcompat: allow failure for symlinks > 1000Jakob Unterwurzacher
2018-09-23fusefrontend: Fix uint16 build failure on DarwinJakob Unterwurzacher