aboutsummaryrefslogtreecommitdiffstats
path: root/src/passphrase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix PASSPHRASE_TEXTMattias Andrée2015-03-241-1/+1
* cleanup and add defs: PASSPHRASE_STAR_CHAR, PASSPHRASE_TEXT, PASSPHRASE_TEXT_EMPTY, PASSPHRASE_TEXT_NOT_EMPTYMattias Andrée2015-03-241-272/+151
* bump yearMattias Andrée2015-03-241-1/+1
* add volatile to ptr in passphrase_wipe1400900338Mattias Andrée2014-05-241-1/+1
* fix warnings1400850322Mattias Andrée2014-05-231-3/+7
* add passphrase_wipeMattias Andrée2014-05-231-4/+22
* fix warnings1398322080Mattias Andrée2014-04-241-5/+13
* enable more warningsMattias Andrée2014-04-241-2/+2
* fix errors and a warning1398269691Mattias Andrée2014-04-231-5/+5
* missed the putchar:sMattias Andrée2014-04-231-5/+5
* print to stderr rather than stdoutMattias Andrée2014-04-231-7/+7
* fix warningsMattias Andrée2014-04-071-2/+11
* fix warnings + update gitignoreMattias Andrée2014-04-071-3/+3
* bump yearMattias Andrée2014-04-071-1/+1
* m1385512181Mattias Andrée2013-11-251-1/+1
* fix some PASSPHRASE_MOVE errors and add DEBUG optionMattias Andrée2013-11-231-18/+46
* fix option dependent errorsMattias Andrée2013-11-231-2/+5
* draft of PASSPHRASE_MOVE option implementationMattias Andrée2013-11-231-23/+222
* mMattias Andrée2013-11-231-2/+4
* define xrealloc as a secure reallocMattias Andrée2013-11-231-21/+24
* mMattias Andrée2013-11-221-4/+0
* do not use realloc by default, it is bad securityMattias Andrée2013-11-221-2/+21
* add option to print * for each charMattias Andrée2013-11-221-0/+15
* optionally do not hide the inputMattias Andrée2013-11-221-0/+8
* use namespacingMattias Andrée2013-11-221-5/+5
* first versionMattias Andrée2013-11-221-13/+3
* update copying noticeMattias Andrée2013-11-221-1/+1
* auth with pamMattias Andrée2013-11-211-0/+1
* mMattias Andrée2013-11-191-1/+1
* m + redisable echo when the tty has been reopenedMattias Andrée2013-11-191-4/+16
* mMattias Andrée2013-11-181-2/+9
* derpMattias Andrée2013-11-031-0/+2
* read passphraseMattias Andrée2013-11-031-0/+89