summaryrefslogtreecommitdiff
path: root/src/common/password.cpp
Commit message (Collapse)AuthorAgeFilesLines
* password: do not use line input on windowsmoneromooo-monero2019-05-101-5/+1
| | | | | | This keeps its builtin command editing away Thanks iDunk for testing on Windows
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-3/+0
|
* Merge pull request #4550Riccardo Spagni2018-10-151-2/+6
|\ | | | | | | 0e33cf89 password: fix secure input with echo on windows (moneromooo-monero)
| * password: fix secure input with echo on windowsmoneromooo-monero2018-10-101-2/+6
| | | | | | | | Thanks to iDunk for the testing back and forth
* | password: fix backspace outputting ^? on linux on echoing secure inputmoneromooo-monero2018-10-101-0/+7
|/
* Merge pull request #4390Riccardo Spagni2018-10-051-11/+23
|\ | | | | | | | | a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk) 579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
| * secure_pwd_reader: Add proper Unicode handling [Ryo contribution]fireice-uk2018-10-041-11/+23
| |
* | wallet: fix --generate-from-json using wrong passwordmoneromooo-monero2018-10-011-0/+4
|/
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-11/+11
|
* password: flush cout when prompting for password without newlinemoneromooo-monero2018-06-071-1/+1
|
* handle ^D and ^C while password promptingJethro Grassie2018-02-101-5/+10
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-101-1/+1
|
* Merge pull request #2873Riccardo Spagni2017-12-161-1/+1
|\ | | | | | | | | 1c838552 Simplewallet.cpp: Fewer pleases in seed NOTE (xmr-eric) 3f18c642 Fix password capitalization mismatch (xmr-eric)
| * Fix password capitalization mismatchxmr-eric2017-11-281-1/+1
| |
* | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-23/+13
| |
* | use memwipe in a few relevant placesmoneromooo-monero2017-11-271-2/+5
|/
* wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-5/+2
| | | | | | wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc.
* Disguise password length in promptLeon Klingele2017-11-031-4/+0
|
* Add readline support to clijethro2017-06-181-0/+7
| | | | | | | | | | | | | | | | | This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time.
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-0/+271