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-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
2017-05-30
main: add "-info" option
Jakob Unterwurzacher
2017-05-30
main: add short help text
Jakob Unterwurzacher
2017-05-14
exitcodes: specific codes for failure to read or write gocryptfs.conf
Jakob Unterwurzacher
2017-05-14
main: password change: exit with code 12 on wrong password
Jakob Unterwurzacher
2017-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-05-06
main: more specific default values for GitVersion etc
Jakob Unterwurzacher
2017-05-06
main: add "-race" to the version string
Jakob Unterwurzacher
2017-02-22
Implement "gocryptfs -speed"
Jakob Unterwurzacher
2017-02-12
Check for trailing garbage after the password
Jakob Unterwurzacher
2017-02-12
Document "--" to stop option parsing in help text + man page
Jakob Unterwurzacher
2017-01-26
main: make sure the ctlsock file is deleted on incorrect password
Jakob Unterwurzacher
[next]