libgocryptfs/internal
Jakob Unterwurzacher 015cd066e1 fido2: quote argument strings in debug output
Tested using

  gocryptfs -init -debug -fido2 "hello world" cipherdir

Output before:

  callFidoCommand: executing "/usr/bin/fido2-cred" with args [fido2-cred -M -h -v hello world]

After:

  callFidoCommand: executing "/usr/bin/fido2-cred" with args ["fido2-cred" "-M" "-h" "-v" "hello world"]

Related: https://github.com/rfjakob/gocryptfs/issues/571
2021-06-03 22:03:21 +02:00
..
configfile Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
contentenc contentenc: add PlainOffToCipherOff helper 2021-05-26 18:28:59 +02:00
cryptocore tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
ctlsocksrv ctlsock: create exported ctlsock client library 2020-05-09 17:36:41 +02:00
ensurefds012 main: Run 'ensure fds' code early during the program startup. 2019-01-05 16:12:16 +01:00
exitcodes Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fido2 fido2: quote argument strings in debug output 2021-06-03 22:03:21 +02:00
fusefrontend fusefrontend: run acl Setxattr in user context 2021-06-02 19:10:36 +02:00
fusefrontend_reverse nametransform: check name validity on encryption 2021-06-02 14:29:48 +02:00
inomap v2api: -sharestorage: disable hard link tracking & add tests 2021-03-07 17:22:29 +01:00
nametransform nametransform: check name validity on encryption 2021-06-02 14:29:48 +02:00
openfiletable inomap: split into separate package 2020-04-13 14:54:04 +02:00
pathiv pathiv: fix test failure on Go 1.6 2017-05-31 08:21:36 +02:00
readpassword main: accept multiple -passfile options 2020-05-17 19:31:04 +02:00
serialize_reads serialize_reads: drop superflous "continue" 2019-09-08 21:19:44 +02:00
siv_aead siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00
speed -speed: note that XChaCha20 is not selectable 2021-05-18 09:53:23 +02:00
stupidgcm stupidgcm: prefer Go stdlib over OpenSSL on Apple M1 2021-05-26 09:20:22 +02:00
syscallcompat fusefrontend: run acl Setxattr in user context 2021-06-02 19:10:36 +02:00
tlog fsck: redirect go-fuse noise to syslog 2021-05-18 18:38:23 +02:00