Age | Commit message (Expand) | Author |
2018-03-05 | macos: fix second TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-03-05 | test.bash: skip flock if not available | Jakob Unterwurzacher |
2018-02-28 | MacOS: skip TestUtimesNanoSymlink and TestUtimesNanoFd | Jakob Unterwurzacher |
2018-02-28 | MacOS: don't test symlinks longer than 1000 bytes | Jakob Unterwurzacher |
2018-02-28 | MacOS: fix TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-02-28 | test_helpers: use an intermediate pipe for subprocess stdout | Jakob Unterwurzacher |
2018-02-28 | tlog: stop embedding log.Logger to prevent mistakes | Jakob Unterwurzacher |
2018-02-27 | travis ci: switch to "1.10.x" notation | Jakob Unterwurzacher |
2018-02-27 | travis ci: run on Go 1.10 | Jakob Unterwurzacher |
2018-02-27 | ctlsock: don't Warn() on closed socket | Jakob Unterwurzacher |
2018-02-26 | test.bash: disable result caching | Jakob Unterwurzacher |
2018-02-22 | update description of link to cppcryptfs project | bailey27 |
2018-02-18 | cryptocore: make AEADTypeEnum values explicit | Jakob Unterwurzacher |
2018-02-18 | cryptocore: zero derived keys | Jakob Unterwurzacher |
2018-02-18 | siv_aead: create private key copy and implement wiping | Jakob Unterwurzacher |
2018-02-18 | main: changePassword: zero masterkey | Jakob Unterwurzacher |
2018-02-18 | main: zero password once we are done with it | Jakob Unterwurzacher |
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 |