aboutsummaryrefslogtreecommitdiff
path: root/internal/readpassword
AgeCommit message (Expand)Author
2022-08-28Replace remaining golang.org/x/crypto/ssh/terminal ref with golang.org/x/termJakob Unterwurzacher
2022-01-03readpassword: bubble up errors instead of exiting the processJakob Unterwurzacher
2021-08-23go mod: declare module version v2Jakob Unterwurzacher
2021-08-19golangci-lint: fix issues found by "unused" and "deadcode"Jakob Unterwurzacher
2020-05-17main: accept multiple -passfile optionsJakob Unterwurzacher
2019-12-28remove Trezor supportPavol Rusnak
2019-04-08readpassword: delete CheckTrailingGarbageJakob Unterwurzacher
2019-03-03Allow multiple -extpass argumentsJakob Unterwurzacher
2019-02-04Disable Trezor supportJakob Unterwurzacher
2018-12-16tests: fix TestPassfileNewlineJakob Unterwurzacher
2018-12-15passfile: directly read file instead of invoking catJakob Unterwurzacher
2018-08-15trezor: show support in version stringJakob Unterwurzacher
2018-07-01Fix golint warningsJakob Unterwurzacher
2018-07-01trezor: hide behind compile tagJakob Unterwurzacher
2018-07-01trezor: add sanity checks for decrypted valueJakob Unterwurzacher
2018-07-01Implemented the support of Trezor devices.Dmitry Yu Okunev
2018-07-01trezor: add TrezorPayloadJakob Unterwurzacher
2018-07-01trezor: add skeleton for Trezor supportJakob Unterwurzacher
2018-03-22Add `-masterkey=stdin` functionalityJakob Unterwurzacher
2018-02-18main: changePassword: zero masterkeyJakob Unterwurzacher
2018-02-18readpassword: convert from string to []byteJakob Unterwurzacher
2017-05-14exitcodes: add code 22 for "password is empty"Jakob Unterwurzacher
2017-05-07exitcodes: pull all exit code definitions into the packageJakob Unterwurzacher
2017-04-29readpassword: increase max password size to 2048Jakob Unterwurzacher
2017-03-20readpassword: increase max password length to 2000Jakob Unterwurzacher
2017-02-13readpassword: limit password length to 1000 bytesJakob Unterwurzacher
2017-02-12Check for trailing garbage after the passwordJakob Unterwurzacher
2017-02-12readpassword: improve comment on readPasswordStdinJakob Unterwurzacher
2017-01-29readpassword: support spaces in "-passfile" filenameJakob Unterwurzacher
2016-10-16readpassword: check extpass return codeJakob Unterwurzacher
2016-10-04lint fixesValient Gough
2016-07-06Add godoc comments to all internal packagesJakob Unterwurzacher
2016-06-16tests: exit with correct error code from TestMainJakob Unterwurzacher
2016-06-16readpassword: clean up leftover debug commitJakob Unterwurzacher
2016-06-15Rename internal "toggledlog" package to "tlog"Jakob Unterwurzacher
2016-06-15toggledlog: assume command of color handlingJakob Unterwurzacher
2016-06-15readpassword: create internal package for password readingJakob Unterwurzacher