aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysbuild(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0e19bdependabot/go_modules/golang.org/x/crypto-0.31.0dependabot[bot]
2024-12-05ci: allow manual executionHEADmasterJakob Unterwurzacher
2024-12-04tests: ignore pidfd in fd leak testJakob Unterwurzacher
2024-12-04gocryptfs -passwd: fix the tests I just brokeJakob Unterwurzacher
2024-12-04gocryptfs -passwd: ignore -extpass and -passfile for new passwordJakob Unterwurzacher
2024-12-04changePassword: drop useless castJakob Unterwurzacher
2024-12-04passfile: drop byte counter from trailing garbage warningJakob Unterwurzacher
2024-11-11Report inode number for the root nodeJakob Unterwurzacher
2024-11-11reverse: fix import sorting in root_node.goJakob Unterwurzacher
2024-10-30manpage: Fix reference to manual sectionAlex
2024-09-19dl-linux-tarball.bash: drop wget's "--no-progress" flagJakob Unterwurzacher
2024-09-03ctlsock: delete colliding orphaned socket fileJakob Unterwurzacher
2024-09-02ctlsocksrv: move Listen() call hereJakob Unterwurzacher
2024-08-23reverse: fix force_ownerJakob Unterwurzacher
2024-08-23tests: reverse: add TestForceOwnerJakob Unterwurzacher
2024-08-23readpassword: show where stdin is connectedJakob Unterwurzacher
2024-07-27cli: deduplicate kernel optionsJoker
2024-06-06stupidgcm: detect AES-GCM acceleration like crypto/tlsJakob Unterwurzacher
2024-05-17syscallcompat: Openat: always set O_CLOEXECJakob Unterwurzacher
2024-05-17daemonize: fix typo in commentJakob Unterwurzacher
2024-05-12Remove accidentially-committed generation_num packageJakob Unterwurzacher
2024-05-12Fix documentation errorinvis-z
2024-05-05reverse: use incrementing inode number for gocryptfs.longname.*.name filesJakob Unterwurzacher
2024-05-05tests: reverse: deduplicate findInum / findInoJakob Unterwurzacher
2024-05-05inomap: export NextSpillIno()Jakob Unterwurzacher
2024-05-05inomap: incorporate spillBit into the spillNext start valueJakob Unterwurzacher
2024-05-01reverse: use unique generation number for all nodesJakob Unterwurzacher
2024-05-01tetss: reverse: add TestHardlinkedLongnameJakob Unterwurzacher
2024-04-19Improve documentationinvis-z
2024-04-19Add option to set FIDO2 verificatoin optioninvis-z
2024-04-18Build with v2 extensionszp
2024-04-18MANPAGE: emphasize that -reverse implies -aessiv, so you must specify it with...Jakob Unterwurzacher
2024-03-13init_dir: use masterkey argPablo Mazzini
2024-03-12fix: panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000)Juan Ezquerro LLanes
2024-03-09fusefrontend: fix excessive file fragmentation on BTRFSAlex Shumsky
2024-01-23go.mod: update all depsJakob Unterwurzacher
2023-12-11tests: TestMountPasswordIncorrect: better error on wrong exit codeJakob Unterwurzacher
2023-12-11test.bash: print fs infoJakob Unterwurzacher
2023-11-12Update MANPAGE.mdRohan Talip
2023-10-29github ci: add back go 1.18 & go 1.19Jakob Unterwurzacher
2023-10-29Update xattrChristian Stewart
2023-10-29Update go-fuseChristian Stewart
2023-10-29Update /x/crypto, /x/sys/, /x/term, jacobsa-cryptoChristian Stewart
2023-10-29.github: drop unsupported Go versionsChristian Stewart
2023-09-17fsck: print "Checking filesystem..."Jakob Unterwurzacher
2023-09-15gocryptfs -speed: call testing.Init() to not panicJakob Unterwurzacher
2023-09-15nametransform: reject non-canonical base64Jakob Unterwurzacher
2023-09-15tests/fsck: add malleable_base64 test filesystemJakob Unterwurzacher
2023-09-05Print errors to stderrVladimir Palevich
2023-06-17Added contrib/gocryptfsshIco Doornekamp