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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-27
ctlsock: don't Warn() on closed socket
Jakob Unterwurzacher
2018-02-26
test.bash: disable result caching
Jakob Unterwurzacher
2018-02-22
update description of link to cppcryptfs project
bailey27
2018-02-18
cryptocore: make AEADTypeEnum values explicit
Jakob Unterwurzacher
2018-02-18
cryptocore: zero derived keys
Jakob Unterwurzacher
2018-02-18
siv_aead: create private key copy and implement wiping
Jakob Unterwurzacher
2018-02-18
main: changePassword: zero masterkey
Jakob Unterwurzacher
2018-02-18
main: zero password once we are done with it
Jakob Unterwurzacher
2018-02-18
readpassword: convert from string to []byte
Jakob Unterwurzacher
2018-02-18
main: doMount: use a deferred function for wipeKeys
Jakob Unterwurzacher
2018-02-18
main: overwrite keys and let them run out of scope
Jakob Unterwurzacher
2018-02-18
cryptocore, main: add two comments
Jakob Unterwurzacher
2018-02-18
configfile: overwrite and let keys run out of scope
Jakob Unterwurzacher
2018-02-18
stupidgcm: create private copy of the key
Jakob Unterwurzacher
2018-02-18
main: try to wipe cryptocore's secret keys on unmount
Jakob Unterwurzacher
2018-02-18
fusefrontend[_reverse]: move crypto init up to caller
Jakob Unterwurzacher
2018-02-17
stupidgcm: implement key wipe
Jakob Unterwurzacher
2018-02-17
stupidgcm: switch to pointer receivers
Jakob Unterwurzacher
2018-02-06
benchmark.bash: print tested version
Jakob Unterwurzacher
2018-02-05
README: Mention min required Go version
Jakob Unterwurzacher
2018-02-04
gccgo: skip emulateGetdents on linux
Jakob Unterwurzacher
2018-02-04
Fix spelling (#205)
Felix Lechner
2018-02-03
Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203)
Felix Lechner
2018-02-03
MANPAGE: improve markdown rendering
Jakob Unterwurzacher
2018-02-01
gccgo: replace syscall.NAME_MAX with unix.NAME_MAX
Jakob Unterwurzacher
2018-01-31
syscallcompat: switch from syscall.Getdents to unix.Getdents
Jakob Unterwurzacher
2018-01-31
Update deps
Jakob Unterwurzacher
2018-01-28
added usage of reverse mode to README
Kenneth Newwood
2018-01-25
syscallcompat: hardcode maxReclen = 280 for all architectures
Jakob Unterwurzacher
2018-01-25
syscallcompat: fix reversed warning output
Jakob Unterwurzacher
2018-01-25
Update README.md
rfjakob
2018-01-25
fusefrontend: drop unused haveGetdents warning
Jakob Unterwurzacher
2018-01-25
syscallcompat: explain why we don't use syscall.ParseDirent()
Jakob Unterwurzacher
2018-01-21
Documentation: update xfstests output
v1.4.3
Jakob Unterwurzacher
2018-01-21
Documentation: add extractloop example output
Jakob Unterwurzacher
2018-01-20
Update changelog for 1.4.3
Jakob Unterwurzacher
2018-01-20
Travis CI: also build with vendored dependencies
Jakob Unterwurzacher
2018-01-20
dep: update dependencies
Jakob Unterwurzacher
2018-01-20
MacOS: rely on OSXFuse to create the mountpoint
Jakob Unterwurzacher
2018-01-20
MANPAGE: improve description of -o and -ko
Jakob Unterwurzacher
2018-01-17
fusefrontend_reverse: use OpenNofollow in virtualFile.GetAttr
Jakob Unterwurzacher
2018-01-17
fusefrontend_reverse: use OpenNofollow in findLongnameParent
Jakob Unterwurzacher
2018-01-17
fusefronted: add PlaintextNames special-cases for Create & Rename
Jakob Unterwurzacher
2018-01-16
Run go fmt
Jakob Unterwurzacher
2018-01-16
MacOS: rely on OSXFuse to create mountpoint below /Volumes
Jakob Unterwurzacher
2018-01-10
Provide basic man page for xray tool (#193)
Felix Lechner
2018-01-10
Fix spelling
Felix Lechner
2018-01-07
package-source.bash: archive HEAD instead of master
Jakob Unterwurzacher
2018-01-07
package-source.bash: also create source-only tarball
Jakob Unterwurzacher
2017-12-25
fusefrontend: Use Linkat syscall to implement Link
Sebastian Lackner
[next]