Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | syscallcompat: add Darwin version of unix2syscall | Jakob Unterwurzacher | |
The "Atim" field is called "Atimespec" on Darwin, same for Mtim and Ctim. | |||
2017-12-06 | fusefrontend_reverse: secure GetAttr against symlink races | Jakob Unterwurzacher | |
...by using the OpenNofollow helper & Fstatat. Also introduce a helper to convert from unix.Stat_t to syscall.Stat_t. Tracking ticket: https://github.com/rfjakob/gocryptfs/issues/165 |