Age | Commit message (Expand) | Author |
2020-05-17 | main: accept multiple -passfile options | Jakob Unterwurzacher |
2019-12-28 | remove Trezor support | Pavol Rusnak |
2019-04-08 | readpassword: delete CheckTrailingGarbage | Jakob Unterwurzacher |
2019-03-03 | Allow multiple -extpass arguments | Jakob Unterwurzacher |
2019-02-04 | Disable Trezor support | Jakob Unterwurzacher |
2018-12-16 | tests: fix TestPassfileNewline | Jakob Unterwurzacher |
2018-12-15 | passfile: directly read file instead of invoking cat | Jakob Unterwurzacher |
2018-08-15 | trezor: show support in version string | Jakob Unterwurzacher |
2018-07-01 | Fix golint warnings | Jakob Unterwurzacher |
2018-07-01 | trezor: hide behind compile tag | Jakob Unterwurzacher |
2018-07-01 | trezor: add sanity checks for decrypted value | Jakob Unterwurzacher |
2018-07-01 | Implemented the support of Trezor devices. | Dmitry Yu Okunev |
2018-07-01 | trezor: add TrezorPayload | Jakob Unterwurzacher |
2018-07-01 | trezor: add skeleton for Trezor support | Jakob Unterwurzacher |
2018-03-22 | Add `-masterkey=stdin` functionality | Jakob Unterwurzacher |
2018-02-18 | main: changePassword: zero masterkey | Jakob Unterwurzacher |
2018-02-18 | readpassword: convert from string to []byte | Jakob Unterwurzacher |
2017-05-14 | exitcodes: add code 22 for "password is empty" | Jakob Unterwurzacher |
2017-05-07 | exitcodes: pull all exit code definitions into the package | Jakob Unterwurzacher |
2017-04-29 | readpassword: increase max password size to 2048 | Jakob Unterwurzacher |
2017-03-20 | readpassword: increase max password length to 2000 | Jakob Unterwurzacher |
2017-02-13 | readpassword: limit password length to 1000 bytes | Jakob Unterwurzacher |
2017-02-12 | Check for trailing garbage after the password | Jakob Unterwurzacher |
2017-02-12 | readpassword: improve comment on readPasswordStdin | Jakob Unterwurzacher |
2017-01-29 | readpassword: support spaces in "-passfile" filename | Jakob Unterwurzacher |
2016-10-16 | readpassword: check extpass return code | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-07-06 | Add godoc comments to all internal packages | Jakob Unterwurzacher |
2016-06-16 | tests: exit with correct error code from TestMain | Jakob Unterwurzacher |
2016-06-16 | readpassword: clean up leftover debug commit | Jakob Unterwurzacher |
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher |
2016-06-15 | toggledlog: assume command of color handling | Jakob Unterwurzacher |
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher |