rclone/lib/terminal
albertony 7692ef289f Replace Windows-specific NewLazyDLL with NewLazySystemDLL
This will only search Windows System directory for the DLL if name is a base
name (like "advapi32.dll"), which prevents DLL preloading attacks.

To get access to NewLazySystemDLL imports of syscall needs to be swapped with
golang.org/x/sys/windows.
2025-01-08 17:35:00 +01:00
..
hidden_other.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
hidden_windows.go Replace Windows-specific NewLazyDLL with NewLazySystemDLL 2025-01-08 17:35:00 +01:00
terminal_normal.go build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
terminal_unsupported.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
terminal.go lib: fix typos found by codespell 2023-03-24 20:40:52 +00:00