Age | Commit message (Expand) | Author |
2018-06-24 | configfile: use tlog.ColorYellow instead of hardcoded color code | Jakob Unterwurzacher |
2018-06-19 | Fix three golint warnings | Jakob Unterwurzacher |
2018-06-12 | xattr: return EOPNOTSUPP instead of ENODATA in GetXattr | Jakob Unterwurzacher |
2018-06-08 | darwin does not have PATH_MAX | Jakob Unterwurzacher |
2018-05-27 | xattr: use LGet/LSet etc | Jakob Unterwurzacher |
2018-05-15 | xattr: return EOPNOTSUPP for unsupported attributes | Jakob Unterwurzacher |
2018-05-10 | xattr: optimize storage, store as binary instead of bae64 | Bolshevik |
2018-05-10 | stupidgcm: return error on too short input instead of panicing | Jakob Unterwurzacher |
2018-05-07 | xattr: added passing of a "flags" parameter | Bolshevik |
2018-05-01 | fusefrontend: xattr: return ENOSYS on unsupported flags | Jakob Unterwurzacher |
2018-04-17 | Improved xattr handling on non-linux systems (#227) | bolshevik |
2018-04-08 | Fix the easy golint warnings | Jakob Unterwurzacher |
2018-04-03 | fsck: report skipped corrupt files | Jakob Unterwurzacher |
2018-04-02 | fusefrontend: xattr: return ENODATA for security.* and system.* | Jakob Unterwurzacher |
2018-04-02 | fsck: test against example_filesystems | Jakob Unterwurzacher |
2018-04-02 | fsck: clean up log output | Jakob Unterwurzacher |
2018-04-02 | fsck: add initial implementation | Jakob Unterwurzacher |
2018-04-01 | fusefronted: reject oversized Read and Write requests | Jakob Unterwurzacher |
2018-03-28 | Switch from private copy to pkg/xattr | Jakob Unterwurzacher |
2018-03-25 | fusefrontend: handle empty xattrs efficiently | Jakob Unterwurzacher |
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher |
2018-03-24 | fusefrontend: create helpers for symlink encryption | Jakob Unterwurzacher |
2018-03-22 | Add `-masterkey=stdin` functionality | Jakob Unterwurzacher |
2018-03-05 | macos: tests: fix deleting of scratch dir | Jakob Unterwurzacher |
2018-03-05 | macos: fix second TestEmulateSymlinkat test failure | 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 | tlog: stop embedding log.Logger to prevent mistakes | Jakob Unterwurzacher |
2018-02-27 | ctlsock: don't Warn() on closed socket | Jakob Unterwurzacher |
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 | readpassword: convert from string to []byte | 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-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-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-25 | syscallcompat: hardcode maxReclen = 280 for all architectures | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: fix reversed warning output | Jakob Unterwurzacher |
2018-01-25 | fusefrontend: drop unused haveGetdents warning | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: explain why we don't use syscall.ParseDirent() | Jakob Unterwurzacher |