Fix --select CLI option on Windows when selecting a particular message.
[claws.git] / src /
2016-05-28 Andrej KacianFix --select CLI option on Windows when selecting a...
2016-05-24 Andrej KacianUse PBKDF2 to derive encryption key for passwords.
2016-05-24 Paulfix crash introduced in c7e1e0bbdf72269708a53075a4accec...
2016-05-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2016-05-18 Andrej KacianRemove imap_use_trash account preference.
2016-05-16 Paulremove matcherrc.pre_names migration. 10 years later...
2016-05-06 Andrej KacianImprove plural handling for "Delete message" dialog.
2016-05-03 Andrej KacianMade manual GPG key import work on Windows.
2016-05-03 Andrej KacianAsk GpgME for path to gpg executable for manual key...
2016-05-01 Ricardo MonesFix frequently ocurring typos :)
2016-05-01 Ricardo MonesFix some typos in perl plugin's manpage
2016-04-28 Andrej KacianFix behavior in selecting PGP MIME signature on Windows.
2016-04-26 Andrej KacianUse correct dir separator for "Scanning folder ......
2016-04-22 Andrej KacianMore fixes for the Windows native file choosers.
2016-04-22 Andrej KacianDisallow folder names ending with a space on Windows.
2016-04-22 Andrej KacianMake Windows native file/dir choosers work with non...
2016-04-16 Andrej KacianUse native file and folder selection dialogs on Windows.
2016-04-11 Andrej KacianShow duration of PBKDF2 computation in debug output.
2016-04-09 Andrej KacianMake double-click open edit dialog also for addressbook...
2016-04-09 Andrej KacianPrevent an unlikely crash during RSSyl feed properties...
2016-04-09 Andrej KacianAddressbook now uses password store for LDAP passwords.
2016-04-09 Andrej KacianRemove password from passwordstore when deleting a...
2016-04-09 Andrej KacianUpdate passwordstore if RSSyl feed's URL gets changed.
2016-04-09 Andrej KacianFix crash on deleting password from passwordstore.
2016-04-09 Andrej KacianRemove obsolete comment in RSSyl's OPML import.
2016-04-09 Andrej KacianFix parsing logic in RSSyl OPML import.
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-04-08 Andrej KacianAdded PBKDF2 implementation, copied from OpenBSD.
2016-04-06 Andrej KacianUpdate plugins' claws.def filess for Windows build.
2016-04-06 Andrej KacianRemove unneeded plugin_master_passphrase_change().
2016-04-05 Holger BerndtPython plugin: Add set_header_list() function for Compo...
2016-04-02 Andrej KacianRSSyl: zero out password variables after migration...
2016-04-02 Andrej KacianMake RSSyl plugin use the password store.
2016-04-02 Andrej KacianMove RSSyl plugin name to a macro.
2016-04-02 Ricardo MonesFix some odd debug outputs
2016-04-01 wwpMake use of GNUTLS_CFLAGS to compile.
2016-03-31 Colin LeroyFix cast issue
2016-03-31 Andrej KacianMigrate GData plugin refresh token to password store...
2016-03-30 Andrej KacianMigrate SpamReport passwords to password store correctly.
2016-03-30 Andrej KacianMake vCalendar plugin use the password store.
2016-03-30 Andrej KacianRewrite unfold_line() to handle UTF8 line breaks.
2016-03-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2016-03-25 Andrej KacianFix incorporation dialog focus with master passphrase...
2016-03-25 Ricardo MonesRemove dead code when the #ifndef is true
2016-03-24 Andrej KacianSet empty block->entries to NULL in passwd_store_delete...
2016-03-24 Andrej KacianEmpty account block in password store when deleting...
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 KacianWrite passwordstore into file also after account passwo...
2016-03-19 Andrej KacianTreat storing empty password same as storing NULL password.
2016-03-19 Andrej KacianWrite passwordstore into file more often, not just...
2016-03-19 Andrej KacianMake SpamReport plugin use the password store.
2016-03-19 Andrej KacianRemoved a forgotten debug line.
2016-03-19 Andrej KacianDo not create password block when deleting a password...
2016-03-19 Andrej KacianFix crash when unloading GData plugin when it's not...
2016-03-19 Andrej KacianMake GData plugin use the password store.
2016-03-19 Andrej KacianChange default show/hide shortcut to Ctrl+F12.
2016-03-14 Andrej KacianUse account ID instead of name in passwordstorerc.
2016-03-14 Charles LehnerMigrate managesieve to passwordstore
2016-03-03 Colin LeroyFix unitialised access
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-03-02 Andrej KacianMake POP3 use password store too.
2016-03-02 Andrej KacianFix previous fix ;-)
2016-03-02 Andrej KacianFix a Coverity warning caused by previous commits.
2016-03-01 Andrej KacianFix SMTP password use with password store.
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-03-01 Andrej KacianImplement a password store.
2016-03-01 Andrej KacianUpon master password change, ask for old password immed...
2016-02-25 Paulfix typos in function name
2016-02-24 Paulremove the whole unncessary if block, completing the...
2016-02-24 Paulremove spurious single quotes in mailcap_get_command_in...
2016-02-24 Pauladd missing include
2016-02-20 Andrej KacianAdd warning about missing LOGIN SASL plugin for IMAP.
2016-02-20 Paulprevent always selecting html part in multipart/alternative
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-19 Andrej KacianFix a compile error on Win32.
2016-02-19 Ricardo MonesAdd scroll to SSL certificates list
2016-02-19 Ricardo MonesFix leak on error and error reporting
2016-02-19 Ricardo MonesFix a couple of typos
2016-02-19 Ricardo MonesFix bug #2604: Add support for -geometry
2016-02-19 Ricardo MonesFix bug #3578: Strings around MAILIMAP_ERROR…
2016-02-19 Ricardo MonesFix bug #3581: sys:1: Warning: Source ID # was…
2016-02-19 Ricardo MonesFix bug #3028: Claws doesn't select html part if attach...
2016-02-19 Andrej KacianImplement real LOGIN auth method for IMAP.
2016-02-19 Andrej KacianEnable SASL PLAIN auth mechanism for IMAP accounts.
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-02-11 Colin LeroyActually encrypt passwords before storing them
2016-02-11 Colin LeroyRequire new password API
2016-02-11 Colin LeroySpamReport: use new password API
2016-02-11 Colin LeroyGData: use new password API. Completely untested as...
2016-02-11 Colin LeroyForgot to memset. We should add an helper function...
2016-02-11 Colin LeroyvCalendar: Use new password API
2016-02-11 Colin LeroyFix another g_log warning
2016-02-11 Colin LeroyFix indentation, sorry
2016-02-11 Colin LeroyFix a leak and g_log() in case of null passwords
2016-02-10 Andrej KacianFix two crashes in IMAP introduced by the passwords...
next