libgocryptfs/internal
Jakob Unterwurzacher 87a6bb370a nametransform: fix math.MaxInt build failure on older Go
Failure is:

  # github.com/rfjakob/gocryptfs/v2/internal/nametransform
  internal/nametransform/names.go:47:33: undefined: math.MaxInt

math.MaxInt was only introduced in Go 1.17. Use MaxInt32 instead,
which is good enough, even on amd64. It only has to be larger than
any name we might encounter.
2021-10-21 16:44:05 +02:00
..
configfile cli: add -longnamemax 2021-10-21 15:58:19 +02:00
contentenc cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
cryptocore cryptocore: simplify declarations 2021-09-28 18:35:37 +02:00
ctlsocksrv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
ensurefds012 Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
exitcodes Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fido2 go mod: declare module version v2 2021-08-23 15:05:15 +02:00
fusefrontend nametransform: add longNameMax parameter 2021-10-21 14:55:30 +02:00
fusefrontend_reverse inomap: deterministically set root device 2021-09-10 17:17:16 +02:00
inomap inomap: deterministically set root device 2021-09-10 17:17:16 +02:00
nametransform nametransform: fix math.MaxInt build failure on older Go 2021-10-21 16:44:05 +02:00
openfiletable go mod: declare module version v2 2021-08-23 15:05:15 +02:00
pathiv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
readpassword go mod: declare module version v2 2021-08-23 15:05:15 +02:00
siv_aead cryptocore: add NonceSize to AEADTypeEnum 2021-08-23 22:10:23 +02:00
speed cryptocore: disentangle algorithm / library implementation name 2021-09-28 18:09:31 +02:00
stupidgcm stupidgcm: add CpuHasAES() 2021-09-14 18:58:04 +02:00
syscallcompat Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
tlog tlog: switch from golang.org/x/crypto/ssh/terminal to golang.org/x/term 2021-08-19 07:38:56 +02:00