Age | Commit message (Expand) | Author |
2016-09-25 | reverse: generate file header for Read() | Jakob Unterwurzacher |
2016-09-25 | nametransform: export DirIVLen constant | Jakob Unterwurzacher |
2016-09-25 | reverse: print value in file offset panic | Jakob Unterwurzacher |
2016-09-25 | reverse: rename types to reverseXYZ | Jakob Unterwurzacher |
2016-09-25 | contentenc: add helpers for reverse mode | Jakob Unterwurzacher |
2016-09-25 | main: initial support for reverse mode | Jakob Unterwurzacher |
2016-09-25 | conentenc: handle zero-sized files in PlainSizeToCipherSize | Jakob Unterwurzacher |
2016-09-25 | reverse: add skeleton | Jakob Unterwurzacher |
2016-09-25 | fusefrontend: relay Utimens to go-fuse | Jakob Unterwurzacher |
2016-08-09 | fusefrontend: use NsecToTimespec() for Utimens | Jakob Unterwurzacher |
2016-07-31 | cryptocore: comment why 96-bit IVs are still supported | Jakob Unterwurzacher |
2016-07-06 | Add godoc comments to all internal packages | Jakob Unterwurzacher |
2016-07-04 | prefer_openssl: OSX: get rid of /proc warnings | Jakob Unterwurzacher |
2016-07-04 | stupidgcm: use __builtin_trap() | Jakob Unterwurzacher |
2016-07-03 | syscallcompat: OSX: add Mknodat wrapper | Jakob Unterwurzacher |
2016-07-03 | syscallcompat: OSX: add Unlinkat wrapper | Jakob Unterwurzacher |
2016-07-03 | fusefrontend: downgrade Renameat log message to debug | Jakob Unterwurzacher |
2016-07-03 | syscallcompat: OSX: add Renamat wrapper | Jakob Unterwurzacher |
2016-07-03 | syscallcompat: OSX: add Fallocate and Openat wrappers | Jakob Unterwurzacher |
2016-07-03 | syscallcompat: move syscall wrapper to their own package | Jakob Unterwurzacher |
2016-07-03 | nametransform: hide detailed padding error behind the debug flag | Jakob Unterwurzacher |
2016-07-02 | fusefrontend: add fallocate support | Jakob Unterwurzacher |
2016-07-02 | fusefronted: move Truncate() and Allocate() to their own file | Jakob Unterwurzacher |
2016-07-02 | contentenc: rename PlaintextRange and CiphertextRange | Jakob Unterwurzacher |
2016-07-01 | fusefrontend: coalesce grows in Truncate() | Jakob Unterwurzacher |
2016-07-01 | fusefrontend: better comments for Truncate | Jakob Unterwurzacher |
2016-06-30 | fusefrontend: handle dir-overwrites-dir on XFS | Jakob Unterwurzacher |
2016-06-27 | tlog: clean up messages from the go-fuse library | Jakob Unterwurzacher |
2016-06-27 | fusefrontend: fix PlaintextNames versions of Mkdir, Rmdir | Jakob Unterwurzacher |
2016-06-26 | tlog: switch default logger to syslog | Jakob Unterwurzacher |
2016-06-26 | main, fusefrontend: enable suid functionality | Jakob Unterwurzacher |
2016-06-26 | fusefronted: preserve owner if running as root | Jakob Unterwurzacher |
2016-06-26 | fuserfrontend: support truncate(2) by wrapping ftruncate(2) | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-gcmiv128" option | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-emenames" option | Jakob Unterwurzacher |
2016-06-23 | nametransform: drop unused noiv functions | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-diriv" option | Jakob Unterwurzacher |
2016-06-19 | Refuse mounting of v0.6 and older filesystems | Jakob Unterwurzacher |
2016-06-16 | Mount v0.6 and older filesystems as read-only | Jakob Unterwurzacher |
2016-06-16 | tests: update config_test example files | Jakob Unterwurzacher |
2016-06-16 | tests: exit with correct error code from TestMain | Jakob Unterwurzacher |
2016-06-16 | readpassword: clean up leftover debug commit | Jakob Unterwurzacher |
2016-06-16 | Rename nametransform, contentenc source files | Jakob Unterwurzacher |
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher |
2016-06-15 | toggledlog: assume command of color handling | Jakob Unterwurzacher |
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher |
2016-06-14 | Fix warnings reported by Go 1.6 "go tool vet -shadow=true" | Jakob Unterwurzacher |
2016-06-09 | fusefrontend: Utimens: convert ENOENT to EBADF | Jakob Unterwurzacher |
2016-06-08 | fusefrontend: fix chown on dangling symlinks | Jakob Unterwurzacher |
2016-06-06 | configfile: warn about missing feature flags | Jakob Unterwurzacher |