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
2017-05-27
cryptocore: improve comments and add tests for hkdfDerive
Jakob Unterwurzacher
2017-05-25
fusefrontend_reverse: store derived values for hard-linked files
Jakob Unterwurzacher
2017-05-25
nametransform: reject all-zero dirIV
Jakob Unterwurzacher
2017-05-25
contenenc: reject all-zero file ID
Jakob Unterwurzacher
2017-05-25
contentenc: better error reporting in ParseHeader
Jakob Unterwurzacher
2017-05-23
nametransform: harden name decryption against invalid input
Jakob Unterwurzacher
2017-05-23
main: downgrade panic log create failure from fatal error to warning
Jakob Unterwurzacher
2017-05-22
nametransform: diriv cache: fall back to the grandparent
Jakob Unterwurzacher
2017-05-14
exitcodes: specific codes for failure to read or write gocryptfs.conf
Jakob Unterwurzacher
2017-05-14
exitcodes: add code 22 for "password is empty"
Jakob Unterwurzacher
2017-05-14
exitcodes: get rid of generic "Mount" exit code
Jakob Unterwurzacher
2017-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-05-07
fusefrontend: implement path decryption via ctlsock
Jakob Unterwurzacher
2017-05-07
nametranform, fusefrontend: better errors on invalid names
Jakob Unterwurzacher
2017-05-07
Fix typos found by Misspell
Jakob Unterwurzacher
2017-05-03
fusefrontend: log "too many open files" errors
Jakob Unterwurzacher
2017-05-01
openfiletable: rename WriteLock to ContentLock
Jakob Unterwurzacher
2017-05-01
fusefrontend: rely on nodefs.defaultFile for no-op functions
Jakob Unterwurzacher
2017-05-01
contentenc: downgrade "interrupted write?" warning to debug
Jakob Unterwurzacher
2017-05-01
fusefrontend: drop writeOnly flag
Jakob Unterwurzacher
2017-05-01
fusefronted, openfiletable: move the open file table to its own package
Jakob Unterwurzacher
2017-04-29
fusefrontend: rename write_lock.go -> open_file_table.go
Jakob Unterwurzacher
2017-04-29
fusefronted: drop unused file.String() function
Jakob Unterwurzacher
2017-04-29
readpassword: increase max password size to 2048
Jakob Unterwurzacher
2017-04-29
fix golint complaints
Jakob Unterwurzacher
2017-04-29
nametransform: WriteDirIV: replace ioutil.WriteFile
Jakob Unterwurzacher
2017-04-24
forcedecode: tighten checks
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-04-23
Fix Flock build breakage
Jakob Unterwurzacher
2017-04-01
fusefrontend_reverse: switch to stable inode numbers
Jakob Unterwurzacher
2017-04-01
fusefrontend_reverse: drop unused dirIVAttr function
Jakob Unterwurzacher
2017-04-01
fusefrontend_reverse: convert fmt.Printf calls to tlog
Jakob Unterwurzacher
2017-04-01
fusefrontend_reverse: add comment to newVirtualFile
Jakob Unterwurzacher
2017-03-28
fusefrontend_reverse: consistent file owners for .diriv, .name files
danim7
2017-03-25
configfile: always validate all scrypt parameters
Jakob Unterwurzacher
2017-03-20
readpassword: increase max password length to 2000
Jakob Unterwurzacher
2017-03-18
fusefrontend: get rid of leftover debug output
Jakob Unterwurzacher
2017-03-18
serialize_reads: add read serialization logic
Jakob Unterwurzacher
2017-03-12
fusefrontend: readFileID: reject files that consist only of a header
Jakob Unterwurzacher
2017-03-12
fusefrontend: truncateGrowFile: avoid createHeader() call
Jakob Unterwurzacher
2017-03-07
configfile: HKDF feature flag should also be set for "-plaintextnames"
Jakob Unterwurzacher
2017-03-07
contentenc: catch integer underflow in file size calculation
Jakob Unterwurzacher
2017-03-07
configfile: enable HKDF and Raw64 feature flags by default
Jakob Unterwurzacher
2017-03-07
Report correct symbolic link dentry sizes
M. Vefa Bicakci
2017-03-05
tests: configfile: fix spurious test failure II
Jakob Unterwurzacher
2017-03-05
tests: configfile: fix spurious test failure
Jakob Unterwurzacher
2017-03-05
configfile: disable Raw64 for now
Jakob Unterwurzacher
2017-03-05
nametransform: fix Raw64 not affecting symlink targets
Jakob Unterwurzacher
2017-03-05
nametransform: fix Raw64 not affecting longnames
Jakob Unterwurzacher
2017-03-05
full stack: implement HKDF support
Jakob Unterwurzacher
[next]