Age | Commit message (Expand) | Author |
2018-03-24 | fusefrontend: create helpers for symlink encryption | Jakob Unterwurzacher |
2018-02-18 | fusefrontend[_reverse]: move crypto init up to caller | Jakob Unterwurzacher |
2018-01-17 | fusefronted: add PlaintextNames special-cases for Create & Rename | 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-11-30 | syscallcompat: check that we get NOFOLLOW wherever possible | Jakob Unterwurzacher |
2017-11-29 | fusefrontend: Use Fchownat to implement Chown | Sebastian Lackner |
2017-11-29 | fusefrontend: Use Fchmodat to implement Chmod | Sebastian Lackner |
2017-11-29 | syscallcompat: Introduce unlinkat syscall with flags argument | Sebastian Lackner |
2017-11-28 | fusefrontend: Use openBackingPath in Unlink and simplify code | Sebastian Lackner |
2017-11-28 | fusefrontend: Handle PlaintextNames mode in Unlink | Sebastian Lackner |
2017-11-28 | fusefrontend: Introduce a openBackingPath helper and use it to simplify Mknod... | Sebastian Lackner |
2017-11-28 | fusefrontend: allow_other: close race between symlink and chown | Sebastian Lackner |
2017-11-28 | fusefrontend: Use the Symlinkat syscall for longname handling | Sebastian Lackner |
2017-11-28 | fusefrontend: Set owner after symlink creation in PlaintextNames mode | Sebastian Lackner |
2017-11-28 | fusefrontend: Handle PlaintextNames mode in Mknod | Sebastian Lackner |
2017-11-27 | fusefronted: allow_other: close race between mknod and chown | Jakob Unterwurzacher |
2017-11-25 | fusefrontend: Fix longname handling for renames with existing target | Sebastian Lackner |
2017-08-11 | main: purge masterkey from memory as soon as possible | Jakob Unterwurzacher |
2017-07-11 | fusefronted: enable writing to write-only files | Jakob Unterwurzacher |
2017-06-01 | Implement force_owner option to display ownership as a specific user. | Charles Duffy |
2017-05-03 | fusefrontend: log "too many open files" errors | Jakob Unterwurzacher |
2017-05-01 | fusefrontend: drop writeOnly flag | Jakob Unterwurzacher |
2017-04-29 | fix golint complaints | Jakob Unterwurzacher |
2017-04-23 | Add -forcedecode | danim7 |
2017-03-18 | serialize_reads: add read serialization logic | Jakob Unterwurzacher |
2017-03-05 | nametransform: fix Raw64 not affecting symlink targets | Jakob Unterwurzacher |
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher |
2017-03-05 | cryptocore: use eme v1.1 interface | Jakob Unterwurzacher |
2017-03-02 | fusefrontend: when chown'ing a directory, also chown its diriv | Jakob Unterwurzacher |
2017-01-26 | fusefrontend: fix hard-linking with long name | Jakob Unterwurzacher |
2016-11-28 | fusefrontend: preserve owner for symlinks | Jakob Unterwurzacher |
2016-11-28 | fusefronted: preserve owner for device nodes and sockets | Jakob Unterwurzacher |
2016-11-28 | fusefrontend: use Lchown when preserving owner | Jakob Unterwurzacher |
2016-11-25 | main, fusefrontend: add "-noprealloc" option | Jakob Unterwurzacher |
2016-11-01 | Add support for unpadded base64 filenames, "-raw64" | Jakob Unterwurzacher |
2016-10-10 | fusefrontend: Also preserve the owner in Mkdir | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-09-29 | reverse: use per-purpose nonce generation | Jakob Unterwurzacher |
2016-09-25 | contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment | Jakob Unterwurzacher |
2016-09-25 | contentenc: add "ExternalNonce" mode | Jakob Unterwurzacher |
2016-09-25 | fusefrontend: handle Readlink directly | Jakob Unterwurzacher |
2016-09-25 | contentenc: add GCM-SIV support | Jakob Unterwurzacher |
2016-09-25 | cryptocore: add support for GCM-SIV | 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-06 | Add godoc comments to all internal packages | 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 |