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
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2020-10-17
fsck: make sure we unmount in all cases
Jakob Unterwurzacher
2020-10-14
main: show microseconds in go-fuse logs
Jakob Unterwurzacher
2020-09-12
Add support for FIDO2 tokens
Pavol Rusnak
2020-07-18
v2api: make fsck compile again
Jakob Unterwurzacher
2020-06-21
v2api (go-fuse v2 api): initial noop implementation
Jakob Unterwurzacher
2020-05-17
main: accept multiple -passfile options
Jakob Unterwurzacher
2020-05-17
Update go-fuse import path to github.com/hanwen/go-fuse/v2
Jakob Unterwurzacher
2020-05-10
Fix spelling mistakes found by misspell
Jakob Unterwurzacher
2020-05-09
main: add "go doc" package comment
Jakob Unterwurzacher
2020-05-09
main: untangle `-masterkey` handling and config loading
Jakob Unterwurzacher
2020-05-09
main: rename parseMasterKey() -> unhexMasterKey()
Jakob Unterwurzacher
2020-04-13
speed: show gocryptfs version
Jakob Unterwurzacher
2020-02-15
main: respect GOMAXPROCS environment variable
Jakob Unterwurzacher
2019-12-28
remove Trezor support
Pavol Rusnak
2019-05-13
-passwd now takes a passed -scryptn flag into account
Jakob Unterwurzacher
2019-05-12
gocryptfs -version: show architecture
Jakob Unterwurzacher
2019-04-08
readpassword: delete CheckTrailingGarbage
Jakob Unterwurzacher
2019-03-03
Allow multiple -extpass arguments
Jakob Unterwurzacher
2019-01-05
main: Run 'ensure fds' code early during the program startup.
Sebastian Lackner
2019-01-05
main: ensure fds 0,1,2 are always open
Jakob Unterwurzacher
2018-12-30
main: Remove a duplicate word in a comment.
Sebastian Lackner
2018-12-15
passfile: directly read file instead of invoking cat
Jakob Unterwurzacher
2018-09-08
main: don't read the config file twice (fix pipe bug)
Jakob Unterwurzacher
2018-09-08
configfile: add LoadAndDecrypt wrapper
Jakob Unterwurzacher
2018-08-15
trezor: show support in version string
Jakob Unterwurzacher
2018-08-11
reverse mode: add --exclude option
Jakob Unterwurzacher
2018-07-01
main: replace naked panic with log.Panic
Jakob Unterwurzacher
2018-07-01
trezor: reject password change on Trezor-enabled fs
Jakob Unterwurzacher
2018-07-01
trezor: add TrezorPayload
Jakob Unterwurzacher
2018-07-01
configfile: reduce function name stutter
Jakob Unterwurzacher
2018-07-01
trezor: add skeleton for Trezor support
Jakob Unterwurzacher
2018-06-07
Set a default PATH if PATH is empty or unset
Julian Orth
2018-04-02
fsck: add initial implementation
Jakob Unterwurzacher
2018-04-01
main: add "-fsck" flag
Jakob Unterwurzacher
2018-04-01
main: move and rename checkDir*() helper
Jakob Unterwurzacher
2018-04-01
main: pull regular exits into main function
Jakob Unterwurzacher
2018-03-22
Add `-masterkey=stdin` functionality
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
cryptocore, main: add two comments
Jakob Unterwurzacher
2018-02-04
Fix spelling (#205)
Felix Lechner
2017-11-15
main: print clear error message if CIPHERDIR is missing
Jakob Unterwurzacher
2017-09-06
build.bash: make reproduceable builds easier
Jakob Unterwurzacher
2017-07-30
main: save memory profile every 60 seconds
Jakob Unterwurzacher
2017-06-07
Add "-trace" flag (record execution trace)
Jakob Unterwurzacher
2017-06-07
main: reorder force_owner flag parsing
Jakob Unterwurzacher
2017-06-01
Don't cap GOMAXPROCS at 4.
Jakob Unterwurzacher
2017-06-01
Implement force_owner option to display ownership as a specific user.
Charles Duffy
[next]