improve label text
[claws.git] / src / password.c
2016-07-31 Andrej KacianRemove an obsolete comment in password.c.
2016-07-28 Andrej KacianRemove the (now unused) master_passphrase_change plugin...
2016-05-24 Andrej KacianUse PBKDF2 to derive encryption key for passwords.
2016-05-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2016-04-11 Andrej KacianShow duration of PBKDF2 computation in debug output.
2016-04-08 Andrej KacianClose PRNG source after reading our PBKDF2 salt from it.
2016-04-08 Andrej KacianUse PBKDF2 with HMAC-SHA1 for master passphrase in...
2016-03-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2016-03-25 Ricardo MonesRemove dead code when the #ifndef is true
2016-03-24 Andrej KacianFix crash in rare corner case in password en/decryption.
2016-03-23 Andrej KacianUse a hardcoded IV length in password encryption.
2016-03-23 Andrej KacianUse SHA-256 for master_passphrase_hash, since SHA-512...
2016-03-19 Andrej KacianRemoved a forgotten debug line.
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-03-01 Andrej KacianUpon master password change, ask for old password immed...
2016-02-19 Andrej KacianMade the gnutls password encryption work on Win32.
2016-02-19 Andrej KacianRevert "Made the gnutls password encryption work on...
2016-02-19 Andrej KacianMade the gnutls password encryption work on Win32.
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-02-07 Andrej KacianAdded "Forget master password" mainwindow menu entry.
2016-02-07 Andrej KacianForget entered master password before trying to change it.
2016-02-04 Andrej KacianRewritten account passwords handling.