aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/cli_test.go
AgeCommit message (Expand)Author
2024-03-13init_dir: use masterkey argPablo Mazzini
2023-12-11tests: TestMountPasswordIncorrect: better error on wrong exit codeJakob Unterwurzacher
2022-12-29make formatJakob Unterwurzacher
2022-06-26Fix typosYuta Hayashibe
2022-01-03tests/cli: Check for leftover socket fileJakob Unterwurzacher
2021-12-08tests: convert Creat() calls to Open()Jakob Unterwurzacher
2021-08-30Unbreak hyperlinks broken by go mod v2 conversionJakob Unterwurzacher
2021-08-23tests/cli: add -xchacha testsJakob Unterwurzacher
2021-08-23go mod: declare module version v2Jakob Unterwurzacher
2021-08-20-deterministic-names: implement for reverse mode, tooJakob Unterwurzacher
2021-08-20-deterministic-names: accept flag on -initJakob Unterwurzacher
2021-08-17tests/cli/TestBadname: make sure case 5 is never decodableJakob Unterwurzacher
2021-08-16tests/cli: escape filenames in TestBadname logsJakob Unterwurzacher
2021-07-31fusefrontend: -sharedstorage: present stable inode numbersJakob Unterwurzacher
2021-06-21nametransform: rename BadNameFlag to BadnameSuffixJakob Unterwurzacher
2021-06-20Badname file content accessDerDonut
2021-03-20tests: MountOrFatal creates mnt dir itselfJakob Unterwurzacher
2021-03-12tests: add TestDiskFullJakob Unterwurzacher
2021-03-07v2api: -sharestorage: disable hard link tracking & add testsJakob Unterwurzacher
2021-01-10nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-re...Jakob Unterwurzacher
2020-09-06gocryptfs -init: fix wrong exit code on non-empty dirJakob Unterwurzacher
2020-06-06tests: TestBadname: simplify test by using empty filesJakob Unterwurzacher
2020-06-06Added auto decryption of invalid file namesDerDonut
2020-05-17main: accept multiple -passfile optionsJakob Unterwurzacher
2020-05-09tests: add TestPasswdMasterkeyStdinJakob Unterwurzacher
2020-05-09tests: cli: rename TestBypass -> TestBadnameJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-01-25tests: cli: add TestSymlinkedCipherdirJakob Unterwurzacher
2019-10-06tests: filter leaked fds by prefixJakob Unterwurzacher
2019-10-06tests: clarify which process seems to be leaking fdsJakob Unterwurzacher
2019-09-08tests: add TestNotIdleJakob Unterwurzacher
2019-05-13-passwd now takes a passed -scryptn flag into accountJakob Unterwurzacher
2019-04-08readpassword: delete CheckTrailingGarbageJakob Unterwurzacher
2019-03-31Allow "nofail" for /etc/fstab useJakob Unterwurzacher
2019-03-30forward mode: create gocryptfs.diriv files with 0440 permissionsJakob Unterwurzacher
2019-01-01tests: teach ListFds() to check other processesJakob Unterwurzacher
2018-10-11tests: fix golint errorJakob Unterwurzacher
2018-10-11tests: add idle timeout testJakob Unterwurzacher
2018-09-18main: sanitize commas from fsnameJakob Unterwurzacher
2018-09-08main: don't read the config file twice (fix pipe bug)Jakob Unterwurzacher
2018-09-08configfile: add LoadAndDecrypt wrapperJakob Unterwurzacher
2018-08-11reverse mode: add --exclude optionJakob Unterwurzacher
2018-07-01configfile: reduce function name stutterJakob Unterwurzacher
2018-06-07main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexecJakob Unterwurzacher
2018-06-05main: make prefixOArgs errors testableJakob Unterwurzacher
2018-04-07tests: cli_test: fix fd leakJakob Unterwurzacher
2018-04-02fsck: add initial implementationJakob Unterwurzacher
2018-04-01main: add "-fsck" flagJakob Unterwurzacher
2018-02-18readpassword: convert from string to []byteJakob Unterwurzacher
2017-11-21main: Add '-devrandom' commandline optionSebastian Lackner