Age | Commit message (Expand) | Author |
2018-02-18 | readpassword: convert from string to []byte | 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 | cryptocore, main: add two comments | Jakob Unterwurzacher |
2018-02-18 | configfile: overwrite and let keys run out of scope | Jakob Unterwurzacher |
2018-02-18 | stupidgcm: create private copy of the key | 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-02-17 | stupidgcm: implement key wipe | Jakob Unterwurzacher |
2018-02-17 | stupidgcm: switch to pointer receivers | Jakob Unterwurzacher |
2018-02-06 | benchmark.bash: print tested version | Jakob Unterwurzacher |
2018-02-05 | README: Mention min required Go version | Jakob Unterwurzacher |
2018-02-04 | gccgo: skip emulateGetdents on linux | Jakob Unterwurzacher |
2018-02-04 | Fix spelling (#205) | Felix Lechner |
2018-02-03 | Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) | Felix Lechner |
2018-02-03 | MANPAGE: improve markdown rendering | Jakob Unterwurzacher |
2018-02-01 | gccgo: replace syscall.NAME_MAX with unix.NAME_MAX | Jakob Unterwurzacher |
2018-01-31 | syscallcompat: switch from syscall.Getdents to unix.Getdents | Jakob Unterwurzacher |
2018-01-31 | Update deps | Jakob Unterwurzacher |
2018-01-28 | added usage of reverse mode to README | Kenneth Newwood |
2018-01-25 | syscallcompat: hardcode maxReclen = 280 for all architectures | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: fix reversed warning output | Jakob Unterwurzacher |
2018-01-25 | Update README.md | rfjakob |
2018-01-25 | fusefrontend: drop unused haveGetdents warning | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: explain why we don't use syscall.ParseDirent() | Jakob Unterwurzacher |
2018-01-21 | Documentation: update xfstests outputv1.4.3 | Jakob Unterwurzacher |
2018-01-21 | Documentation: add extractloop example output | Jakob Unterwurzacher |
2018-01-20 | Update changelog for 1.4.3 | Jakob Unterwurzacher |
2018-01-20 | Travis CI: also build with vendored dependencies | Jakob Unterwurzacher |
2018-01-20 | dep: update dependencies | Jakob Unterwurzacher |
2018-01-20 | MacOS: rely on OSXFuse to create the mountpoint | Jakob Unterwurzacher |
2018-01-20 | MANPAGE: improve description of -o and -ko | Jakob Unterwurzacher |
2018-01-17 | fusefrontend_reverse: use OpenNofollow in virtualFile.GetAttr | Jakob Unterwurzacher |
2018-01-17 | fusefrontend_reverse: use OpenNofollow in findLongnameParent | Jakob Unterwurzacher |
2018-01-17 | fusefronted: add PlaintextNames special-cases for Create & Rename | Jakob Unterwurzacher |
2018-01-16 | Run go fmt | Jakob Unterwurzacher |
2018-01-16 | MacOS: rely on OSXFuse to create mountpoint below /Volumes | Jakob Unterwurzacher |
2018-01-10 | Provide basic man page for xray tool (#193) | Felix Lechner |
2018-01-10 | Fix spelling | Felix Lechner |
2018-01-07 | package-source.bash: archive HEAD instead of master | Jakob Unterwurzacher |
2018-01-07 | package-source.bash: also create source-only tarball | Jakob Unterwurzacher |
2017-12-25 | fusefrontend: Use Linkat syscall to implement Link | Sebastian Lackner |
2017-12-25 | fusefrontend: Handle PlaintextNames mode in Link | Sebastian Lackner |
2017-12-25 | Pinned the link to line 38 of performance.txt to version 1.4.1 since https://... | Rohan Talip |
2017-12-11 | fusefrontend_reverse: Use O_DIRECTORY in OpenDir implementation | Sebastian Lackner |
2017-12-11 | fusefrontend_reverse: Reject access to device nodes in newFile function | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: Use openBackingDir in GetAttr | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: Use openBackingDir in Readlink | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: fix fd leak in GetAttr | Jakob Unterwurzacher |
2017-12-07 | fusefrontend_reverse: secure Access against symlink races (somewhat) | Jakob Unterwurzacher |