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
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
2016-11-23
main: give deferred functions a chance to run (fixes -cpuprofile)
Jakob Unterwurzacher
2016-11-01
main: fix comments that reference "-f"
Jakob Unterwurzacher
2016-11-01
main: rename "-f" to "-fg"
Jakob Unterwurzacher
2016-10-16
main: allow password change with -masterkey
Jakob Unterwurzacher
2016-10-09
main: more useful error message on unknown flag
Jakob Unterwurzacher
2016-10-09
main: also accept options at the end via "-o"
Jakob Unterwurzacher
2016-10-09
main: friendlier error message on wrong number of arguments
Jakob Unterwurzacher
2016-10-08
reverse: make gocryptfs.conf mapping plaintextnames-aware
Jakob Unterwurzacher
2016-10-08
main: split doMount into its own file
Jakob Unterwurzacher
2016-10-08
main: check if the config file can opened before prompting for password
Jakob Unterwurzacher
2016-10-07
MANPAGE: note that "-f" implies "-nosyslog"
Jakob Unterwurzacher
2016-10-07
main: daemonize more thoroughly
Jakob Unterwurzacher
2016-10-07
main: clarify nosyslog code path
Jakob Unterwurzacher
2016-10-06
main: add "-nonempty" option
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
[next]