index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2022-08-28
Fix invalid -longnamemax for reverse mode
NekoGirlSAIKOU
2022-08-15
fix minor unreachable code caused by t.Fatal
Abirdcfly
2022-06-26
Fix typos
Yuta Hayashibe
2022-04-02
Fix reverse gocryptfs.conf access on macOS
Val
2022-01-27
root_test: add TestOverlay ; syscallcompat: add QuirkNoUserXattr
Jakob Unterwurzacher
2022-01-22
fusefrontend: fix "duplicate case" darwin build failure
Jakob Unterwurzacher
2022-01-22
fusefrontend: support RENAME_WHITEOUT, RENAME_EXCHANGE
Jakob Unterwurzacher
2022-01-10
fusefrontend: fix -force_owner not affecting MKNOD
Jakob Unterwurzacher
2022-01-03
readpassword: bubble up errors instead of exiting the process
Jakob Unterwurzacher
2021-12-19
nametransform: fix oversight in comment
Jakob Unterwurzacher
2021-12-19
fusefrontend: allow slashes in xattr names
Jakob Unterwurzacher
2021-12-11
tlog: only enable color if both stderr and stdout are a terminal
Jakob Unterwurzacher
2021-12-11
tlog: respect NO_COLOR
Jakob Unterwurzacher
2021-12-09
darwin: use O_NOFOLLOW for xattr opens
Jakob Unterwurzacher
2021-11-01
docs: names longer than 175 bytes (not 176) are stored in longnames
Jakob Unterwurzacher
2021-10-21
nametransform: fix math.MaxInt build failure on older Go
Jakob Unterwurzacher
2021-10-21
cli: add -longnamemax
Jakob Unterwurzacher
2021-10-21
configfile: add LongNameMax support
Jakob Unterwurzacher
2021-10-21
nametransform: add longNameMax parameter
Jakob Unterwurzacher
2021-10-21
configfile: replace broken switch/case logic with if
Jakob Unterwurzacher
2021-10-15
fusefrontend: honor ForceOwner for LOOKUP and CREATE operations
Charles Duffy
2021-09-28
cryptocore: simplify declarations
Jakob Unterwurzacher
2021-09-28
cryptocore: disentangle algorithm / library implementation name
Jakob Unterwurzacher
2021-09-14
-speed: print cpu model
Jakob Unterwurzacher
2021-09-14
stupidgcm: add CpuHasAES()
Jakob Unterwurzacher
2021-09-14
-speed: drop useless tab at end of line
Jakob Unterwurzacher
2021-09-10
inomap: deterministically set root device
Jakob Unterwurzacher
2021-09-10
cli: drop -forcedecode flag
Jakob Unterwurzacher
2021-09-08
-speed: show which xchacha implementation is preferred
Jakob Unterwurzacher
2021-09-08
Make -openssl also apply to xchacha
Jakob Unterwurzacher
2021-09-08
stupidgcm: add PreferOpenSSL{AES256GCM,Xchacha20poly1305}
Jakob Unterwurzacher
2021-09-07
stupidgcm: normalize constructor naming
Jakob Unterwurzacher
2021-09-07
stupidgcm: revamp package documentation
Jakob Unterwurzacher
2021-09-07
stupidgcm: unexport stupidGCM struct
Jakob Unterwurzacher
2021-09-07
stupidgcm: allow zero-length input data
Jakob Unterwurzacher
2021-09-07
stupidgcm: fix build with CGO_ENABLED=1 without_openssl
Jakob Unterwurzacher
2021-09-07
stupidgcm: NewChacha20poly1305: avoid slice append
Jakob Unterwurzacher
2021-09-07
stupidgcm: add testConcurrency
Jakob Unterwurzacher
2021-09-07
stupidgcm: cache C.EVP_chacha20_poly1305()
Jakob Unterwurzacher
2021-09-07
stupidgcm: add BenchmarkCCall
Jakob Unterwurzacher
2021-09-07
speed: add BenchmarkStupidChacha
Jakob Unterwurzacher
2021-09-07
stupidgcm: replace naked panics
Jakob Unterwurzacher
2021-09-07
stupidgcm: fix without_openssl build
Jakob Unterwurzacher
2021-09-07
stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm
Jakob Unterwurzacher
2021-09-07
stupidgcm: stupidChacha20poly1305.Open: batch C calls in aead_open
Jakob Unterwurzacher
2021-09-07
speed: add decryption benchmarks
Jakob Unterwurzacher
2021-09-07
speed: add bEncrypt helper, reuse dst buffer
Jakob Unterwurzacher
2021-09-07
stupidgcm: use aead_seal for gcm as well
Jakob Unterwurzacher
2021-09-07
stupidgcm: replace chacha20poly1305_seal with generic aead_seal
Jakob Unterwurzacher
2021-09-07
stupidgcm: batch C calls in chacha20poly1305_seal
Jakob Unterwurzacher
[next]